diff --git a/src/grammar.json b/src/grammar.json index 5d42bf0..e9f0f57 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" } ] } @@ -1593,11 +1593,7 @@ "members": [ { "type": "STRING", - "value": "(" - }, - { - "type": "STRING", - "value": "(" + "value": "((" }, { "type": "CHOICE", @@ -1748,60 +1744,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" } - } + ] } ] } @@ -1987,46 +1992,90 @@ "type": "CHOICE", "members": [ { - "type": "STRING", - "value": "<" - }, - { - "type": "STRING", - "value": ">" - }, - { - "type": "STRING", - "value": ">>" - }, - { - "type": "STRING", - "value": "&>" - }, - { - "type": "STRING", - "value": "&>>" - }, - { - "type": "STRING", - "value": "<&" - }, - { - "type": "STRING", - "value": ">&" + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "<" + }, + { + "type": "STRING", + "value": ">" + }, + { + "type": "STRING", + "value": ">>" + }, + { + "type": "STRING", + "value": "&>" + }, + { + "type": "STRING", + "value": "&>>" + }, + { + "type": "STRING", + "value": "<&" + }, + { + "type": "STRING", + "value": ">&" + }, + { + "type": "STRING", + "value": ">|" + } + ] + }, + { + "type": "FIELD", + "name": "destination", + "content": { + "type": "SYMBOL", + "name": "_literal" + } + } + ] }, { - "type": "STRING", - "value": ">|" + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "<&-" + }, + { + "type": "STRING", + "value": ">&-" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "destination", + "content": { + "type": "SYMBOL", + "name": "_literal" + } + }, + { + "type": "BLANK" + } + ] + } + ] } ] - }, - { - "type": "FIELD", - "name": "destination", - "content": { - "type": "SYMBOL", - "name": "_literal" - } } ] } @@ -2071,20 +2120,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 +2144,24 @@ "name": "file_redirect" } } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_heredoc_expression" + }, + { + "type": "BLANK" + } + ] } ] + }, + { + "type": "SYMBOL", + "name": "_heredoc_expression" } ] }, @@ -2146,6 +2211,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": [ @@ -2211,33 +2306,40 @@ ] }, "herestring_redirect": { - "type": "SEQ", - "members": [ - { - "type": "FIELD", - "name": "descriptor", - "content": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "file_descriptor" - }, - { - "type": "BLANK" - } - ] + "type": "PREC_LEFT", + "value": 0, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "descriptor", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "file_descriptor" + }, + { + "type": "BLANK" + } + ] + } + }, + { + "type": "STRING", + "value": "<<<" + }, + { + "type": "REPEAT1", + "content": { + "type": "SYMBOL", + "name": "_literal" + } } - }, - { - "type": "STRING", - "value": "<<<" - }, - { - "type": "SYMBOL", - "name": "_literal" - } - ] + ] + } }, "_expression": { "type": "CHOICE", @@ -2432,6 +2534,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 +2589,6 @@ "type": "STRING", "value": "==" }, - { - "type": "STRING", - "value": "=~" - }, { "type": "STRING", "value": "!=" @@ -2468,13 +2600,8 @@ "type": "FIELD", "name": "right", "content": { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_regex_no_space" - }, - "named": true, - "value": "regex" + "type": "SYMBOL", + "name": "_extglob_blob" } } ] @@ -2869,62 +2996,66 @@ ] }, "_arithmetic_expression": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_arithmetic_literal" - }, - { - "type": "ALIAS", - "content": { + "type": "PREC", + "value": 1, + "content": { + "type": "CHOICE", + "members": [ + { "type": "SYMBOL", - "name": "_arithmetic_unary_expression" + "name": "_arithmetic_literal" }, - "named": true, - "value": "unary_expression" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_arithmetic_ternary_expression" + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_arithmetic_unary_expression" + }, + "named": true, + "value": "unary_expression" }, - "named": true, - "value": "ternary_expression" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_arithmetic_binary_expression" + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_arithmetic_ternary_expression" + }, + "named": true, + "value": "ternary_expression" }, - "named": true, - "value": "binary_expression" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_arithmetic_postfix_expression" + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_arithmetic_binary_expression" + }, + "named": true, + "value": "binary_expression" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_arithmetic_postfix_expression" + }, + "named": true, + "value": "postfix_expression" }, - "named": true, - "value": "postfix_expression" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_arithmetic_parenthesized_expression" + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_arithmetic_parenthesized_expression" + }, + "named": true, + "value": "parenthesized_expression" }, - "named": true, - "value": "parenthesized_expression" - }, - { - "type": "SYMBOL", - "name": "command_substitution" - } - ] + { + "type": "SYMBOL", + "name": "command_substitution" + } + ] + } }, "_arithmetic_literal": { "type": "PREC", @@ -2955,6 +3086,10 @@ { "type": "SYMBOL", "name": "variable_name" + }, + { + "type": "SYMBOL", + "name": "string" } ] } @@ -4086,8 +4221,8 @@ { "type": "ALIAS", "content": { - "type": "PATTERN", - "value": "[\\s]+[\\w]*" + "type": "SYMBOL", + "name": "_expansion_word" }, "named": true, "value": "word" @@ -4141,34 +4276,42 @@ "type": "CHOICE", "members": [ { - "type": "SYMBOL", - "name": "regex" - }, - { - "type": "ALIAS", - "content": { - "type": "STRING", - "value": ")" - }, - "named": true, - "value": "regex" - }, - { - "type": "SYMBOL", - "name": "string" - }, - { - "type": "SYMBOL", - "name": "raw_string" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "regex" + }, + { + "type": "ALIAS", + "content": { + "type": "STRING", + "value": ")" + }, + "named": true, + "value": "regex" + }, + { + "type": "SYMBOL", + "name": "string" + }, + { + "type": "SYMBOL", + "name": "raw_string" + }, + { + "type": "ALIAS", + "content": { + "type": "PATTERN", + "value": "\\s+" + }, + "named": true, + "value": "regex" + } + ] }, { - "type": "ALIAS", - "content": { - "type": "PATTERN", - "value": "\\s+" - }, - "named": true, - "value": "regex" + "type": "BLANK" } ] } @@ -4203,13 +4346,34 @@ } }, { - "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": "SYMBOL", + "name": "command_substitution" + } + ] + }, + { + "type": "BLANK" + } + ] }, { "type": "CHOICE", @@ -4232,8 +4396,40 @@ "type": "SEQ", "members": [ { - "type": "SYMBOL", - "name": "_literal" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_literal" + }, + { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "command_substitution" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_expansion_word" + }, + "named": true, + "value": "word" + } + ] + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_expansion_word" + }, + "named": true, + "value": "word" + } + ] }, { "type": "FIELD", @@ -4324,28 +4520,57 @@ "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": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "number" + }, + { + "type": "STRING", + "value": "-" + }, + { + "type": "SYMBOL", + "name": "number" + } + ] + }, + { + "type": "PATTERN", + "value": "\\n" + } + ] }, { - "type": "PATTERN", - "value": "\\n" + "type": "BLANK" } ] }, @@ -4528,6 +4753,23 @@ { "type": "SYMBOL", "name": "raw_string" + }, + { + "type": "SYMBOL", + "name": "command_substitution" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_expansion_word" + }, + "named": true, + "value": "word" + }, + { + "type": "SYMBOL", + "name": "array" } ] }, @@ -4581,14 +4823,22 @@ "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": "SYMBOL", + "name": "array" } ] } @@ -4705,6 +4955,53 @@ } ] }, + "_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": "SYMBOL", + "name": "command_substitution" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "extglob_pattern" + }, + { + "type": "BLANK" + } + ] + } + ] + } + ] + }, "comment": { "type": "TOKEN", "content": { @@ -4720,7 +5017,7 @@ "type": "TOKEN", "content": { "type": "PREC", - "value": -9, + "value": -8, "content": { "type": "SEQ", "members": [ @@ -4982,6 +5279,10 @@ [ "redirected_statement", "command_substitution" + ], + [ + "function_definition", + "command_name" ] ], "precedences": [], @@ -5038,6 +5339,10 @@ "type": "SYMBOL", "name": "_regex_no_space" }, + { + "type": "SYMBOL", + "name": "_expansion_word" + }, { "type": "SYMBOL", "name": "extglob_pattern" diff --git a/src/node-types.json b/src/node-types.json index 5fec772..3d84f76 100644 --- a/src/node-types.json +++ b/src/node-types.json @@ -205,6 +205,10 @@ "type": "simple_expansion", "named": true }, + { + "type": "string", + "named": true + }, { "type": "subscript", "named": true @@ -271,6 +275,10 @@ "type": "simple_expansion", "named": true }, + { + "type": "string", + "named": true + }, { "type": "subscript", "named": true @@ -420,7 +428,7 @@ ] }, "right": { - "multiple": false, + "multiple": true, "required": false, "types": [ { @@ -435,6 +443,10 @@ "type": "expansion", "named": true }, + { + "type": "extglob_pattern", + "named": true + }, { "type": "number", "named": true @@ -447,6 +459,10 @@ "type": "simple_expansion", "named": true }, + { + "type": "string", + "named": true + }, { "type": "subscript", "named": true @@ -849,6 +865,10 @@ "multiple": true, "required": false, "types": [ + { + "type": "subshell", + "named": true + }, { "type": "variable_assignment", "named": true @@ -928,6 +948,10 @@ "type": "_primary_expression", "named": true }, + { + "type": "array", + "named": true + }, { "type": "variable_name", "named": true @@ -1209,7 +1233,7 @@ }, "destination": { "multiple": false, - "required": true, + "required": false, "types": [ { "type": "_primary_expression", @@ -1344,6 +1368,20 @@ } ] }, + "operator": { + "multiple": false, + "required": false, + "types": [ + { + "type": "&&", + "named": false + }, + { + "type": "||", + "named": false + } + ] + }, "redirect": { "multiple": true, "required": false, @@ -1353,6 +1391,16 @@ "named": true } ] + }, + "right": { + "multiple": false, + "required": false, + "types": [ + { + "type": "_statement", + "named": true + } + ] } }, "children": { @@ -1394,7 +1442,7 @@ } }, "children": { - "multiple": false, + "multiple": true, "required": true, "types": [ { @@ -1826,6 +1874,10 @@ "type": "simple_expansion", "named": true }, + { + "type": "string", + "named": true + }, { "type": "subscript", "named": true @@ -1860,6 +1912,10 @@ "type": "simple_expansion", "named": true }, + { + "type": "string", + "named": true + }, { "type": "subscript", "named": true @@ -1894,6 +1950,10 @@ "type": "simple_expansion", "named": true }, + { + "type": "string", + "named": true + }, { "type": "subscript", "named": true @@ -2361,6 +2421,10 @@ "type": "<&", "named": false }, + { + "type": "<&-", + "named": false + }, { "type": "<(", "named": false @@ -2405,6 +2469,10 @@ "type": ">&", "named": false }, + { + "type": ">&-", + "named": false + }, { "type": ">(", "named": false diff --git a/src/parser.c b/src/parser.c index 72a729f..f05e942 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 5178 +#define LARGE_STATE_COUNT 412 +#define SYMBOL_COUNT 269 #define ALIAS_COUNT 0 -#define TOKEN_COUNT 169 -#define EXTERNAL_TOKEN_COUNT 25 +#define TOKEN_COUNT 171 +#define EXTERNAL_TOKEN_COUNT 26 #define FIELD_COUNT 19 #define MAX_ALIAS_SEQUENCE_LENGTH 8 -#define PRODUCTION_ID_COUNT 129 +#define PRODUCTION_ID_COUNT 139 enum ts_symbol_identifiers { sym_word = 1, @@ -103,192 +103,196 @@ enum ts_symbol_identifiers { anon_sym_LT_AMP = 76, anon_sym_GT_AMP = 77, anon_sym_GT_PIPE = 78, - anon_sym_LT_LT_DASH = 79, - aux_sym_heredoc_redirect_token1 = 80, - anon_sym_LT_LT_LT = 81, - anon_sym_AMP = 82, - anon_sym_CARET = 83, - anon_sym_QMARK = 84, - anon_sym_COLON = 85, - anon_sym_DASH2 = 86, - anon_sym_PLUS2 = 87, - anon_sym_TILDE = 88, - anon_sym_PLUS_PLUS2 = 89, - anon_sym_DASH_DASH2 = 90, - anon_sym_DOLLAR_LPAREN_LPAREN = 91, - aux_sym_brace_expression_token1 = 92, - anon_sym_DOT_DOT = 93, - anon_sym_RBRACE2 = 94, - aux_sym_concatenation_token1 = 95, - anon_sym_DOLLAR = 96, - sym__special_character = 97, - anon_sym_DQUOTE = 98, - sym__string_content = 99, - sym_raw_string = 100, - sym_ansi_c_string = 101, - aux_sym_number_token1 = 102, - aux_sym_number_token2 = 103, - anon_sym_POUND = 104, - anon_sym_DOLLAR_LBRACE = 105, - anon_sym_RBRACE3 = 106, - anon_sym_BANG2 = 107, - anon_sym_AT = 108, - anon_sym_STAR2 = 109, - anon_sym_POUND2 = 110, - anon_sym_EQ2 = 111, - anon_sym_COLON_EQ = 112, - anon_sym_DASH3 = 113, - anon_sym_COLON_DASH = 114, - anon_sym_PLUS3 = 115, - 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, - sym__comment_word = 143, - aux_sym__simple_variable_name_token1 = 144, - aux_sym__multiline_variable_name_token1 = 145, - anon_sym_AT2 = 146, - anon_sym_0 = 147, - anon_sym__ = 148, - sym_heredoc_start = 149, - sym_simple_heredoc_body = 150, - sym__heredoc_body_beginning = 151, - sym__heredoc_body_middle = 152, - sym_heredoc_end = 153, - sym_file_descriptor = 154, - sym__empty_value = 155, - sym__concat = 156, - sym_variable_name = 157, - sym_test_operator = 158, - sym_regex = 159, - sym__regex_no_slash = 160, - sym__regex_no_space = 161, - sym_extglob_pattern = 162, - sym__bare_dollar = 163, - sym__brace_start = 164, - sym__immediate_double_hash = 165, - sym__external_expansion_sym_hash = 166, - sym__external_expansion_sym_bang = 167, - sym__external_expansion_sym_equal = 168, - sym_program = 169, - sym__statements = 170, - aux_sym__terminated_statement = 171, - sym_redirected_statement = 172, - sym_for_statement = 173, - sym_c_style_for_statement = 174, - sym__for_body = 175, - sym__c_expression = 176, - sym__c_expression_not_assignment = 177, - sym__c_variable_assignment = 178, - sym__c_unary_expression = 179, - sym__c_binary_expression = 180, - sym__c_postfix_expression = 181, - sym__c_parenthesized_expression = 182, - sym_while_statement = 183, - sym_do_group = 184, - sym_if_statement = 185, - sym_elif_clause = 186, - sym_else_clause = 187, - sym_case_statement = 188, - sym_case_item = 189, - sym_last_case_item = 190, - sym_function_definition = 191, - sym_compound_statement = 192, - sym_subshell = 193, - sym_pipeline = 194, - sym_list = 195, - sym_negated_command = 196, - sym_test_command = 197, - sym_declaration_command = 198, - sym_unset_command = 199, - sym_command = 200, - sym_command_name = 201, - sym_variable_assignment = 202, - sym_variable_assignments = 203, - sym_subscript = 204, - sym_file_redirect = 205, - sym_heredoc_redirect = 206, - sym__heredoc_pipeline = 207, - sym__heredoc_body = 208, - sym_heredoc_body = 209, - sym__simple_heredoc_body = 210, - sym_herestring_redirect = 211, - sym__expression = 212, - sym_binary_expression = 213, - sym_ternary_expression = 214, - sym_unary_expression = 215, - sym_postfix_expression = 216, - sym_parenthesized_expression = 217, - sym_arithmetic_expansion = 218, - sym_brace_expression = 219, - sym__arithmetic_expression = 220, - sym__arithmetic_literal = 221, - sym__arithmetic_binary_expression = 222, - sym__arithmetic_ternary_expression = 223, - sym__arithmetic_unary_expression = 224, - sym__arithmetic_postfix_expression = 225, - sym__arithmetic_parenthesized_expression = 226, - sym_concatenation = 227, - sym_string = 228, - sym_translated_string = 229, - sym_array = 230, - sym_number = 231, - sym_simple_expansion = 232, - sym_expansion = 233, - sym__expansion_body = 234, - sym__expansion_expression = 235, - sym__expansion_regex = 236, - sym__expansion_regex_replacement = 237, - sym__expansion_regex_removal = 238, - sym__expansion_max_length = 239, - sym__expansion_operator = 240, - sym__concatenation_in_expansion = 241, - sym_command_substitution = 242, - sym_process_substitution = 243, - sym__c_terminator = 244, - aux_sym__statements_repeat1 = 245, - aux_sym_redirected_statement_repeat1 = 246, - aux_sym_redirected_statement_repeat2 = 247, - aux_sym_for_statement_repeat1 = 248, - aux_sym__for_body_repeat1 = 249, - aux_sym_if_statement_repeat1 = 250, - aux_sym_case_statement_repeat1 = 251, - aux_sym_case_item_repeat1 = 252, - aux_sym_declaration_command_repeat1 = 253, - aux_sym_unset_command_repeat1 = 254, - aux_sym_command_repeat1 = 255, - aux_sym_command_repeat2 = 256, - aux_sym_variable_assignments_repeat1 = 257, - aux_sym_heredoc_body_repeat1 = 258, - aux_sym__literal_repeat1 = 259, - aux_sym_arithmetic_expansion_repeat1 = 260, - aux_sym_concatenation_repeat1 = 261, - aux_sym_string_repeat1 = 262, - aux_sym__expansion_body_repeat1 = 263, - aux_sym__concatenation_in_expansion_repeat1 = 264, + anon_sym_LT_AMP_DASH = 79, + anon_sym_GT_AMP_DASH = 80, + anon_sym_LT_LT_DASH = 81, + aux_sym_heredoc_redirect_token1 = 82, + anon_sym_LT_LT_LT = 83, + anon_sym_AMP = 84, + anon_sym_CARET = 85, + anon_sym_QMARK = 86, + anon_sym_COLON = 87, + anon_sym_DASH2 = 88, + anon_sym_PLUS2 = 89, + anon_sym_TILDE = 90, + anon_sym_PLUS_PLUS2 = 91, + anon_sym_DASH_DASH2 = 92, + anon_sym_DOLLAR_LPAREN_LPAREN = 93, + aux_sym_brace_expression_token1 = 94, + anon_sym_DOT_DOT = 95, + anon_sym_RBRACE2 = 96, + aux_sym_concatenation_token1 = 97, + anon_sym_DOLLAR = 98, + sym__special_character = 99, + anon_sym_DQUOTE = 100, + sym__string_content = 101, + sym_raw_string = 102, + sym_ansi_c_string = 103, + aux_sym_number_token1 = 104, + aux_sym_number_token2 = 105, + anon_sym_POUND = 106, + anon_sym_DOLLAR_LBRACE = 107, + anon_sym_RBRACE3 = 108, + anon_sym_BANG2 = 109, + anon_sym_AT = 110, + anon_sym_STAR2 = 111, + anon_sym_POUND2 = 112, + anon_sym_EQ2 = 113, + anon_sym_COLON_EQ = 114, + anon_sym_DASH3 = 115, + anon_sym_COLON_DASH = 116, + anon_sym_PLUS3 = 117, + anon_sym_COLON_PLUS = 118, + anon_sym_QMARK2 = 119, + anon_sym_COLON_QMARK = 120, + anon_sym_PERCENT_PERCENT = 121, + aux_sym__expansion_regex_token1 = 122, + anon_sym_SLASH_SLASH = 123, + anon_sym_SLASH_POUND = 124, + anon_sym_SLASH_PERCENT = 125, + anon_sym_COMMA_COMMA = 126, + anon_sym_CARET_CARET = 127, + anon_sym_U = 128, + anon_sym_u = 129, + anon_sym_L = 130, + anon_sym_Q = 131, + anon_sym_E = 132, + anon_sym_P = 133, + anon_sym_A = 134, + anon_sym_K = 135, + anon_sym_a = 136, + anon_sym_k = 137, + anon_sym_DOLLAR_LPAREN = 138, + anon_sym_BQUOTE = 139, + anon_sym_DOLLAR_BQUOTE = 140, + anon_sym_LT_LPAREN = 141, + anon_sym_GT_LPAREN = 142, + sym_comment = 143, + sym__comment_word = 144, + aux_sym__simple_variable_name_token1 = 145, + aux_sym__multiline_variable_name_token1 = 146, + anon_sym_AT2 = 147, + anon_sym_0 = 148, + anon_sym__ = 149, + sym_heredoc_start = 150, + sym_simple_heredoc_body = 151, + sym__heredoc_body_beginning = 152, + sym__heredoc_body_middle = 153, + sym_heredoc_end = 154, + sym_file_descriptor = 155, + sym__empty_value = 156, + sym__concat = 157, + sym_variable_name = 158, + sym_test_operator = 159, + sym_regex = 160, + sym__regex_no_slash = 161, + sym__regex_no_space = 162, + sym__expansion_word = 163, + sym_extglob_pattern = 164, + sym__bare_dollar = 165, + sym__brace_start = 166, + sym__immediate_double_hash = 167, + sym__external_expansion_sym_hash = 168, + sym__external_expansion_sym_bang = 169, + sym__external_expansion_sym_equal = 170, + sym_program = 171, + sym__statements = 172, + aux_sym__terminated_statement = 173, + sym_redirected_statement = 174, + sym_for_statement = 175, + sym_c_style_for_statement = 176, + sym__for_body = 177, + sym__c_expression = 178, + sym__c_expression_not_assignment = 179, + sym__c_variable_assignment = 180, + sym__c_unary_expression = 181, + sym__c_binary_expression = 182, + sym__c_postfix_expression = 183, + sym__c_parenthesized_expression = 184, + sym_while_statement = 185, + sym_do_group = 186, + sym_if_statement = 187, + sym_elif_clause = 188, + sym_else_clause = 189, + sym_case_statement = 190, + sym_case_item = 191, + sym_last_case_item = 192, + sym_function_definition = 193, + sym_compound_statement = 194, + sym_subshell = 195, + sym_pipeline = 196, + sym_list = 197, + sym_negated_command = 198, + sym_test_command = 199, + sym_declaration_command = 200, + sym_unset_command = 201, + sym_command = 202, + sym_command_name = 203, + sym_variable_assignment = 204, + sym_variable_assignments = 205, + sym_subscript = 206, + sym_file_redirect = 207, + sym_heredoc_redirect = 208, + sym__heredoc_pipeline = 209, + sym__heredoc_expression = 210, + sym__heredoc_body = 211, + sym_heredoc_body = 212, + sym__simple_heredoc_body = 213, + sym_herestring_redirect = 214, + sym__expression = 215, + sym_binary_expression = 216, + sym_ternary_expression = 217, + sym_unary_expression = 218, + sym_postfix_expression = 219, + sym_parenthesized_expression = 220, + sym_arithmetic_expansion = 221, + sym_brace_expression = 222, + sym__arithmetic_expression = 223, + sym__arithmetic_literal = 224, + sym__arithmetic_binary_expression = 225, + sym__arithmetic_ternary_expression = 226, + sym__arithmetic_unary_expression = 227, + sym__arithmetic_postfix_expression = 228, + sym__arithmetic_parenthesized_expression = 229, + sym_concatenation = 230, + sym_string = 231, + sym_translated_string = 232, + sym_array = 233, + sym_number = 234, + sym_simple_expansion = 235, + sym_expansion = 236, + sym__expansion_body = 237, + sym__expansion_expression = 238, + sym__expansion_regex = 239, + sym__expansion_regex_replacement = 240, + sym__expansion_regex_removal = 241, + sym__expansion_max_length = 242, + sym__expansion_operator = 243, + sym__concatenation_in_expansion = 244, + sym_command_substitution = 245, + sym_process_substitution = 246, + sym__extglob_blob = 247, + sym__c_terminator = 248, + aux_sym__statements_repeat1 = 249, + aux_sym_redirected_statement_repeat1 = 250, + aux_sym_redirected_statement_repeat2 = 251, + aux_sym_for_statement_repeat1 = 252, + aux_sym__for_body_repeat1 = 253, + aux_sym_if_statement_repeat1 = 254, + aux_sym_case_statement_repeat1 = 255, + aux_sym_case_item_repeat1 = 256, + aux_sym_declaration_command_repeat1 = 257, + aux_sym_unset_command_repeat1 = 258, + aux_sym_command_repeat1 = 259, + aux_sym_command_repeat2 = 260, + aux_sym_variable_assignments_repeat1 = 261, + aux_sym_heredoc_body_repeat1 = 262, + aux_sym__literal_repeat1 = 263, + aux_sym_arithmetic_expansion_repeat1 = 264, + aux_sym_concatenation_repeat1 = 265, + aux_sym_string_repeat1 = 266, + aux_sym__expansion_body_repeat1 = 267, + aux_sym__concatenation_in_expansion_repeat1 = 268, }; static const char * const ts_symbol_names[] = { @@ -371,6 +375,8 @@ static const char * const ts_symbol_names[] = { [anon_sym_LT_AMP] = "<&", [anon_sym_GT_AMP] = ">&", [anon_sym_GT_PIPE] = ">|", + [anon_sym_LT_AMP_DASH] = "<&-", + [anon_sym_GT_AMP_DASH] = ">&-", [anon_sym_LT_LT_DASH] = "<<-", [aux_sym_heredoc_redirect_token1] = "heredoc_redirect_token1", [anon_sym_LT_LT_LT] = "<<<", @@ -411,7 +417,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] = "//", @@ -454,6 +459,7 @@ static const char * const ts_symbol_names[] = { [sym_regex] = "regex", [sym__regex_no_slash] = "regex", [sym__regex_no_space] = "regex", + [sym__expansion_word] = "word", [sym_extglob_pattern] = "extglob_pattern", [sym__bare_dollar] = "$", [sym__brace_start] = "{", @@ -500,6 +506,7 @@ static const char * const ts_symbol_names[] = { [sym_file_redirect] = "file_redirect", [sym_heredoc_redirect] = "heredoc_redirect", [sym__heredoc_pipeline] = "pipeline", + [sym__heredoc_expression] = "_heredoc_expression", [sym__heredoc_body] = "_heredoc_body", [sym_heredoc_body] = "heredoc_body", [sym__simple_heredoc_body] = "_simple_heredoc_body", @@ -536,6 +543,7 @@ static const char * const ts_symbol_names[] = { [sym__concatenation_in_expansion] = "concatenation", [sym_command_substitution] = "command_substitution", [sym_process_substitution] = "process_substitution", + [sym__extglob_blob] = "_extglob_blob", [sym__c_terminator] = "_c_terminator", [aux_sym__statements_repeat1] = "_statements_repeat1", [aux_sym_redirected_statement_repeat1] = "redirected_statement_repeat1", @@ -639,6 +647,8 @@ static const TSSymbol ts_symbol_map[] = { [anon_sym_LT_AMP] = anon_sym_LT_AMP, [anon_sym_GT_AMP] = anon_sym_GT_AMP, [anon_sym_GT_PIPE] = anon_sym_GT_PIPE, + [anon_sym_LT_AMP_DASH] = anon_sym_LT_AMP_DASH, + [anon_sym_GT_AMP_DASH] = anon_sym_GT_AMP_DASH, [anon_sym_LT_LT_DASH] = anon_sym_LT_LT_DASH, [aux_sym_heredoc_redirect_token1] = aux_sym_heredoc_redirect_token1, [anon_sym_LT_LT_LT] = anon_sym_LT_LT_LT, @@ -679,7 +689,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, @@ -722,6 +731,7 @@ static const TSSymbol ts_symbol_map[] = { [sym_regex] = sym_regex, [sym__regex_no_slash] = sym_regex, [sym__regex_no_space] = sym_regex, + [sym__expansion_word] = sym_word, [sym_extglob_pattern] = sym_extglob_pattern, [sym__bare_dollar] = anon_sym_DOLLAR, [sym__brace_start] = anon_sym_LBRACE, @@ -768,6 +778,7 @@ static const TSSymbol ts_symbol_map[] = { [sym_file_redirect] = sym_file_redirect, [sym_heredoc_redirect] = sym_heredoc_redirect, [sym__heredoc_pipeline] = sym_pipeline, + [sym__heredoc_expression] = sym__heredoc_expression, [sym__heredoc_body] = sym__heredoc_body, [sym_heredoc_body] = sym_heredoc_body, [sym__simple_heredoc_body] = sym__simple_heredoc_body, @@ -804,6 +815,7 @@ static const TSSymbol ts_symbol_map[] = { [sym__concatenation_in_expansion] = sym_concatenation, [sym_command_substitution] = sym_command_substitution, [sym_process_substitution] = sym_process_substitution, + [sym__extglob_blob] = sym__extglob_blob, [sym__c_terminator] = sym__c_terminator, [aux_sym__statements_repeat1] = aux_sym__statements_repeat1, [aux_sym_redirected_statement_repeat1] = aux_sym_redirected_statement_repeat1, @@ -1144,6 +1156,14 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [anon_sym_LT_AMP_DASH] = { + .visible = true, + .named = false, + }, + [anon_sym_GT_AMP_DASH] = { + .visible = true, + .named = false, + }, [anon_sym_LT_LT_DASH] = { .visible = true, .named = false, @@ -1304,10 +1324,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, @@ -1476,6 +1492,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__expansion_word] = { + .visible = true, + .named = true, + }, [sym_extglob_pattern] = { .visible = true, .named = true, @@ -1660,6 +1680,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__heredoc_expression] = { + .visible = false, + .named = true, + }, [sym__heredoc_body] = { .visible = false, .named = true, @@ -1805,6 +1829,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__extglob_blob] = { + .visible = false, + .named = true, + }, [sym__c_terminator] = { .visible = false, .named = true, @@ -1939,128 +1967,138 @@ static const char * const ts_field_names[] = { static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [2] = {.index = 0, .length = 1}, [3] = {.index = 1, .length = 1}, - [4] = {.index = 2, .length = 3}, - [5] = {.index = 5, .length = 3}, - [6] = {.index = 8, .length = 1}, + [4] = {.index = 2, .length = 1}, + [5] = {.index = 3, .length = 3}, + [6] = {.index = 6, .length = 3}, [7] = {.index = 9, .length = 1}, - [8] = {.index = 9, .length = 1}, - [10] = {.index = 10, .length = 1}, - [12] = {.index = 11, .length = 2}, - [13] = {.index = 13, .length = 1}, - [14] = {.index = 13, .length = 1}, - [15] = {.index = 14, .length = 2}, - [16] = {.index = 16, .length = 2}, - [17] = {.index = 18, .length = 2}, - [18] = {.index = 20, .length = 2}, - [19] = {.index = 20, .length = 2}, - [20] = {.index = 22, .length = 2}, - [21] = {.index = 22, .length = 2}, - [23] = {.index = 24, .length = 2}, - [24] = {.index = 26, .length = 1}, - [25] = {.index = 27, .length = 2}, - [26] = {.index = 29, .length = 2}, - [27] = {.index = 31, .length = 1}, - [28] = {.index = 31, .length = 1}, - [29] = {.index = 10, .length = 1}, - [30] = {.index = 32, .length = 2}, - [31] = {.index = 34, .length = 1}, - [32] = {.index = 35, .length = 2}, - [33] = {.index = 35, .length = 2}, - [34] = {.index = 37, .length = 2}, - [35] = {.index = 39, .length = 3}, - [36] = {.index = 42, .length = 2}, - [37] = {.index = 42, .length = 2}, - [38] = {.index = 44, .length = 2}, - [39] = {.index = 46, .length = 3}, - [40] = {.index = 49, .length = 1}, + [8] = {.index = 10, .length = 1}, + [9] = {.index = 10, .length = 1}, + [11] = {.index = 11, .length = 1}, + [13] = {.index = 12, .length = 2}, + [14] = {.index = 14, .length = 1}, + [15] = {.index = 14, .length = 1}, + [16] = {.index = 15, .length = 2}, + [17] = {.index = 17, .length = 2}, + [18] = {.index = 19, .length = 2}, + [19] = {.index = 21, .length = 2}, + [20] = {.index = 21, .length = 2}, + [21] = {.index = 23, .length = 2}, + [22] = {.index = 23, .length = 2}, + [24] = {.index = 25, .length = 2}, + [25] = {.index = 27, .length = 1}, + [26] = {.index = 28, .length = 2}, + [27] = {.index = 30, .length = 2}, + [28] = {.index = 32, .length = 1}, + [29] = {.index = 32, .length = 1}, + [30] = {.index = 11, .length = 1}, + [31] = {.index = 33, .length = 2}, + [32] = {.index = 35, .length = 1}, + [33] = {.index = 36, .length = 2}, + [34] = {.index = 36, .length = 2}, + [35] = {.index = 38, .length = 2}, + [36] = {.index = 40, .length = 3}, + [37] = {.index = 43, .length = 2}, + [38] = {.index = 43, .length = 2}, + [39] = {.index = 45, .length = 2}, + [40] = {.index = 47, .length = 3}, [41] = {.index = 50, .length = 1}, - [42] = {.index = 50, .length = 1}, - [43] = {.index = 51, .length = 3}, - [44] = {.index = 10, .length = 1}, - [45] = {.index = 54, .length = 2}, - [46] = {.index = 56, .length = 2}, - [47] = {.index = 58, .length = 2}, - [48] = {.index = 58, .length = 2}, - [49] = {.index = 60, .length = 2}, - [50] = {.index = 62, .length = 1}, - [51] = {.index = 62, .length = 1}, - [52] = {.index = 22, .length = 2}, - [53] = {.index = 63, .length = 4}, - [54] = {.index = 67, .length = 1}, - [55] = {.index = 68, .length = 1}, + [42] = {.index = 51, .length = 1}, + [43] = {.index = 51, .length = 1}, + [44] = {.index = 52, .length = 3}, + [45] = {.index = 11, .length = 1}, + [46] = {.index = 55, .length = 2}, + [47] = {.index = 57, .length = 2}, + [48] = {.index = 59, .length = 2}, + [49] = {.index = 59, .length = 2}, + [50] = {.index = 61, .length = 2}, + [51] = {.index = 23, .length = 2}, + [52] = {.index = 63, .length = 4}, + [53] = {.index = 67, .length = 1}, + [54] = {.index = 68, .length = 1}, + [55] = {.index = 69, .length = 1}, [56] = {.index = 69, .length = 1}, - [57] = {.index = 69, .length = 1}, - [58] = {.index = 70, .length = 2}, + [57] = {.index = 70, .length = 2}, + [58] = {.index = 55, .length = 2}, [59] = {.index = 72, .length = 3}, - [60] = {.index = 75, .length = 4}, - [61] = {.index = 79, .length = 2}, + [60] = {.index = 75, .length = 2}, + [61] = {.index = 77, .length = 4}, [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}, + [67] = {.index = 91, .length = 2}, + [68] = {.index = 93, .length = 3}, + [69] = {.index = 96, .length = 3}, [70] = {.index = 99, .length = 2}, [71] = {.index = 101, .length = 2}, [72] = {.index = 103, .length = 2}, - [73] = {.index = 97, .length = 2}, + [73] = {.index = 105, .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}, - [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}, + [76] = {.index = 103, .length = 2}, + [77] = {.index = 107, .length = 3}, + [78] = {.index = 57, .length = 2}, + [79] = {.index = 110, .length = 3}, + [80] = {.index = 110, .length = 3}, + [81] = {.index = 113, .length = 2}, + [82] = {.index = 115, .length = 1}, + [83] = {.index = 116, .length = 3}, + [84] = {.index = 119, .length = 3}, + [85] = {.index = 122, .length = 3}, + [86] = {.index = 125, .length = 3}, + [87] = {.index = 128, .length = 3}, + [88] = {.index = 131, .length = 3}, + [89] = {.index = 134, .length = 3}, + [90] = {.index = 137, .length = 2}, + [91] = {.index = 139, .length = 2}, + [92] = {.index = 141, .length = 3}, + [93] = {.index = 144, .length = 3}, + [94] = {.index = 147, .length = 2}, + [95] = {.index = 149, .length = 2}, + [96] = {.index = 151, .length = 2}, + [97] = {.index = 147, .length = 2}, + [98] = {.index = 149, .length = 2}, + [99] = {.index = 151, .length = 2}, + [100] = {.index = 137, .length = 2}, + [101] = {.index = 139, .length = 2}, + [102] = {.index = 141, .length = 3}, + [103] = {.index = 144, .length = 3}, + [104] = {.index = 153, .length = 3}, + [105] = {.index = 153, .length = 3}, + [106] = {.index = 156, .length = 3}, + [107] = {.index = 159, .length = 2}, + [108] = {.index = 161, .length = 3}, + [109] = {.index = 164, .length = 2}, + [110] = {.index = 166, .length = 3}, + [111] = {.index = 169, .length = 4}, + [112] = {.index = 173, .length = 4}, + [113] = {.index = 177, .length = 4}, + [114] = {.index = 181, .length = 4}, + [115] = {.index = 185, .length = 4}, + [116] = {.index = 189, .length = 4}, + [117] = {.index = 193, .length = 3}, + [118] = {.index = 196, .length = 3}, + [119] = {.index = 199, .length = 2}, + [120] = {.index = 201, .length = 2}, + [121] = {.index = 203, .length = 3}, + [122] = {.index = 206, .length = 3}, + [123] = {.index = 199, .length = 2}, + [124] = {.index = 201, .length = 2}, + [125] = {.index = 203, .length = 3}, [126] = {.index = 206, .length = 3}, - [127] = {.index = 209, .length = 3}, - [128] = {.index = 212, .length = 6}, + [127] = {.index = 193, .length = 3}, + [128] = {.index = 196, .length = 3}, + [129] = {.index = 209, .length = 3}, + [130] = {.index = 212, .length = 4}, + [131] = {.index = 216, .length = 5}, + [132] = {.index = 221, .length = 5}, + [133] = {.index = 226, .length = 5}, + [134] = {.index = 231, .length = 3}, + [135] = {.index = 234, .length = 3}, + [136] = {.index = 231, .length = 3}, + [137] = {.index = 234, .length = 3}, + [138] = {.index = 237, .length = 6}, }; static const TSFieldMapEntry ts_field_map_entries[] = { @@ -2069,99 +2107,99 @@ static const TSFieldMapEntry ts_field_map_entries[] = { [1] = {field_redirect, 0}, [2] = + {field_descriptor, 0}, + [3] = {field_left, 0, .inherited = true}, {field_operator, 0, .inherited = true}, {field_right, 0, .inherited = true}, - [5] = + [6] = {field_alternative, 0, .inherited = true}, {field_condition, 0, .inherited = true}, {field_consequence, 0, .inherited = true}, - [8] = - {field_operator, 0, .inherited = true}, [9] = - {field_destination, 1}, + {field_operator, 0, .inherited = true}, [10] = - {field_operator, 0}, + {field_destination, 1}, [11] = + {field_operator, 0}, + [12] = {field_body, 0}, {field_redirect, 1}, - [13] = - {field_argument, 0}, [14] = + {field_argument, 0}, + [15] = {field_argument, 1, .inherited = true}, {field_name, 0}, - [16] = + [17] = {field_name, 1}, {field_redirect, 0, .inherited = true}, - [18] = + [19] = {field_redirect, 0, .inherited = true}, {field_redirect, 1, .inherited = true}, - [20] = + [21] = {field_descriptor, 0}, {field_destination, 2}, - [22] = + [23] = {field_name, 0}, {field_value, 2}, - [24] = + [25] = {field_name, 0, .inherited = true}, {field_value, 0, .inherited = true}, - [26] = - {field_operator, 1}, [27] = + {field_operator, 1}, + [28] = {field_body, 2}, {field_condition, 1}, - [29] = + [30] = {field_body, 2}, {field_name, 1}, - [31] = - {field_operator, 1, .inherited = true}, [32] = + {field_operator, 1, .inherited = true}, + [33] = {field_operator, 0, .inherited = true}, {field_operator, 1, .inherited = true}, - [34] = - {field_redirect, 1}, [35] = + {field_redirect, 1}, + [36] = {field_argument, 0}, {field_argument, 1}, - [37] = + [38] = {field_argument, 0, .inherited = true}, {field_argument, 1, .inherited = true}, - [39] = + [40] = {field_argument, 2, .inherited = true}, {field_name, 1}, {field_redirect, 0, .inherited = true}, - [42] = + [43] = {field_index, 2}, {field_name, 0}, - [44] = + [45] = {field_body, 3}, {field_variable, 1}, - [46] = + [47] = {field_left, 0}, {field_operator, 1}, {field_right, 2}, - [49] = - {field_condition, 1}, [50] = - {field_value, 1}, + {field_condition, 1}, [51] = + {field_value, 1}, + [52] = {field_body, 2}, {field_name, 1}, {field_redirect, 3}, - [54] = + [55] = {field_operator, 0}, {field_operator, 1}, - [56] = + [57] = {field_operator, 0}, {field_operator, 2}, - [58] = + [59] = {field_operator, 0}, {field_operator, 2, .inherited = true}, - [60] = + [61] = {field_body, 3}, {field_name, 0}, - [62] = - {field_descriptor, 0}, [63] = {field_body, 4}, {field_condition, 2, .inherited = true}, @@ -2181,191 +2219,225 @@ 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_operator, 0}, + {field_operator, 1}, + {field_operator, 4}, + [159] = + {field_operator, 0}, + {field_operator, 4}, + [161] = + {field_descriptor, 0}, + {field_operator, 3, .inherited = true}, + {field_right, 3, .inherited = true}, + [164] = {field_descriptor, 0}, {field_redirect, 3}, - [151] = + [166] = + {field_operator, 3, .inherited = true}, + {field_redirect, 2}, + {field_right, 3, .inherited = true}, + [169] = {field_condition, 2}, {field_initializer, 0}, {field_update, 4}, {field_update, 5}, - [155] = + [173] = {field_condition, 2}, {field_condition, 3}, {field_initializer, 0}, {field_update, 5}, - [159] = + [177] = {field_condition, 3}, {field_initializer, 0}, {field_initializer, 1}, {field_update, 5}, - [163] = + [181] = {field_condition, 3}, {field_condition, 4}, {field_initializer, 0}, {field_initializer, 1}, - [167] = + [185] = {field_initializer, 0}, {field_initializer, 1}, {field_update, 4}, {field_update, 5}, - [171] = + [189] = {field_condition, 1}, {field_condition, 2}, {field_update, 4}, {field_update, 5}, - [175] = + [193] = {field_termination, 4}, {field_value, 0}, {field_value, 1, .inherited = true}, - [178] = + [196] = {field_fallthrough, 4}, {field_value, 0}, {field_value, 1, .inherited = true}, - [181] = + [199] = {field_termination, 4}, {field_value, 1}, - [183] = + [201] = {field_fallthrough, 4}, {field_value, 1}, - [185] = + [203] = {field_termination, 4}, {field_value, 1}, {field_value, 2, .inherited = true}, - [188] = + [206] = {field_fallthrough, 4}, {field_value, 1}, {field_value, 2, .inherited = true}, - [191] = + [209] = + {field_operator, 0}, + {field_operator, 2}, + {field_operator, 5}, + [212] = + {field_descriptor, 0}, + {field_operator, 4, .inherited = true}, + {field_redirect, 3}, + {field_right, 4, .inherited = true}, + [216] = {field_condition, 2}, {field_condition, 3}, {field_initializer, 0}, {field_update, 5}, {field_update, 6}, - [196] = + [221] = {field_condition, 3}, {field_initializer, 0}, {field_initializer, 1}, {field_update, 5}, {field_update, 6}, - [201] = + [226] = {field_condition, 3}, {field_condition, 4}, {field_initializer, 0}, {field_initializer, 1}, {field_update, 6}, - [206] = + [231] = {field_termination, 5}, {field_value, 1}, {field_value, 2, .inherited = true}, - [209] = + [234] = {field_fallthrough, 5}, {field_value, 1}, {field_value, 2, .inherited = true}, - [212] = + [237] = {field_condition, 3}, {field_condition, 4}, {field_initializer, 0}, @@ -2379,59 +2451,56 @@ static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE [1] = { [0] = sym_word, }, - [7] = { + [8] = { [1] = sym_word, }, - [9] = { + [10] = { [1] = anon_sym_AT2, }, - [11] = { + [12] = { [0] = anon_sym_AT2, }, - [13] = { + [14] = { [0] = sym_word, }, - [18] = { + [19] = { [2] = sym_word, }, - [21] = { + [22] = { [2] = sym_word, }, - [22] = { + [23] = { [1] = sym_word, }, - [28] = { + [29] = { [0] = anon_sym_AT2, }, - [29] = { + [30] = { [1] = anon_sym_AT2, }, - [32] = { + [33] = { [1] = sym_word, }, - [36] = { + [37] = { [2] = sym_word, }, - [41] = { + [42] = { [1] = sym_word, }, - [44] = { + [45] = { [1] = sym_regex, }, - [48] = { + [49] = { [1] = anon_sym_AT2, }, - [50] = { - [2] = sym_word, - }, - [52] = { + [51] = { [0] = sym_variable_name, }, - [56] = { + [55] = { [0] = sym_word, }, - [69] = { - [0] = sym_word, + [58] = { + [2] = sym_word, }, [70] = { [0] = sym_word, @@ -2439,19 +2508,25 @@ static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE [71] = { [0] = sym_word, }, - [77] = { + [72] = { + [0] = sym_word, + }, + [78] = { [3] = sym_word, }, - [86] = { + [79] = { + [2] = sym_word, + }, + [90] = { [0] = sym_word, }, - [87] = { + [91] = { [0] = sym_word, }, - [88] = { + [92] = { [0] = sym_word, }, - [89] = { + [93] = { [0] = sym_word, }, [94] = { @@ -2463,31 +2538,31 @@ static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE [96] = { [1] = sym_word, }, - [100] = { + [104] = { [3] = sym_word, }, - [109] = { + [117] = { [0] = sym_word, }, - [110] = { + [118] = { [0] = sym_word, }, - [113] = { + [119] = { [1] = sym_word, }, - [114] = { + [120] = { [1] = sym_word, }, - [115] = { + [121] = { [1] = sym_word, }, - [116] = { + [122] = { [1] = sym_word, }, - [124] = { + [134] = { [1] = sym_word, }, - [125] = { + [135] = { [1] = sym_word, }, }; @@ -2503,27 +2578,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, - [8] = 8, + [3] = 2, + [4] = 4, + [5] = 5, + [6] = 4, + [7] = 4, + [8] = 5, [9] = 9, - [10] = 8, - [11] = 9, - [12] = 8, - [13] = 13, - [14] = 13, - [15] = 9, - [16] = 13, - [17] = 9, + [10] = 9, + [11] = 11, + [12] = 9, + [13] = 11, + [14] = 11, + [15] = 15, + [16] = 16, + [17] = 17, [18] = 18, - [19] = 18, + [19] = 19, [20] = 20, - [21] = 18, - [22] = 20, - [23] = 20, + [21] = 21, + [22] = 22, + [23] = 23, [24] = 24, [25] = 25, [26] = 26, @@ -2544,4553 +2619,5140 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [41] = 41, [42] = 42, [43] = 43, - [44] = 44, - [45] = 45, - [46] = 46, - [47] = 47, - [48] = 48, - [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, - [62] = 62, - [63] = 63, - [64] = 64, - [65] = 62, - [66] = 31, - [67] = 31, - [68] = 63, - [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, - [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, - [123] = 63, - [124] = 73, - [125] = 73, - [126] = 63, - [127] = 64, - [128] = 63, - [129] = 62, - [130] = 63, - [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, - [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, - [181] = 62, - [182] = 148, - [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, - [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, - [217] = 62, - [218] = 63, - [219] = 62, - [220] = 62, - [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, - [255] = 62, - [256] = 63, - [257] = 73, - [258] = 64, - [259] = 73, - [260] = 73, - [261] = 62, - [262] = 64, - [263] = 73, - [264] = 62, - [265] = 62, - [266] = 64, - [267] = 63, - [268] = 73, - [269] = 63, - [270] = 64, - [271] = 73, - [272] = 62, - [273] = 62, - [274] = 64, - [275] = 63, - [276] = 276, - [277] = 277, - [278] = 277, - [279] = 277, - [280] = 280, - [281] = 281, - [282] = 277, - [283] = 280, - [284] = 276, - [285] = 280, - [286] = 286, - [287] = 277, - [288] = 276, - [289] = 289, - [290] = 290, - [291] = 290, - [292] = 292, - [293] = 290, - [294] = 290, - [295] = 289, - [296] = 290, - [297] = 297, - [298] = 289, - [299] = 289, - [300] = 290, - [301] = 289, - [302] = 290, - [303] = 289, - [304] = 289, - [305] = 289, - [306] = 290, - [307] = 292, - [308] = 292, - [309] = 292, - [310] = 310, - [311] = 310, - [312] = 310, - [313] = 310, - [314] = 292, - [315] = 292, - [316] = 292, - [317] = 310, - [318] = 292, + [44] = 42, + [45] = 42, + [46] = 42, + [47] = 42, + [48] = 42, + [49] = 42, + [50] = 43, + [51] = 43, + [52] = 42, + [53] = 53, + [54] = 53, + [55] = 55, + [56] = 18, + [57] = 57, + [58] = 58, + [59] = 53, + [60] = 55, + [61] = 57, + [62] = 58, + [63] = 53, + [64] = 55, + [65] = 57, + [66] = 58, + [67] = 53, + [68] = 55, + [69] = 57, + [70] = 58, + [71] = 53, + [72] = 55, + [73] = 57, + [74] = 58, + [75] = 53, + [76] = 55, + [77] = 57, + [78] = 58, + [79] = 53, + [80] = 55, + [81] = 57, + [82] = 58, + [83] = 83, + [84] = 53, + [85] = 55, + [86] = 57, + [87] = 58, + [88] = 53, + [89] = 55, + [90] = 90, + [91] = 57, + [92] = 58, + [93] = 53, + [94] = 55, + [95] = 57, + [96] = 58, + [97] = 53, + [98] = 55, + [99] = 57, + [100] = 58, + [101] = 53, + [102] = 55, + [103] = 57, + [104] = 58, + [105] = 53, + [106] = 55, + [107] = 57, + [108] = 58, + [109] = 53, + [110] = 55, + [111] = 57, + [112] = 58, + [113] = 53, + [114] = 55, + [115] = 57, + [116] = 58, + [117] = 53, + [118] = 55, + [119] = 57, + [120] = 58, + [121] = 53, + [122] = 55, + [123] = 57, + [124] = 58, + [125] = 53, + [126] = 55, + [127] = 57, + [128] = 58, + [129] = 53, + [130] = 55, + [131] = 57, + [132] = 58, + [133] = 53, + [134] = 55, + [135] = 57, + [136] = 58, + [137] = 53, + [138] = 55, + [139] = 57, + [140] = 18, + [141] = 141, + [142] = 58, + [143] = 53, + [144] = 144, + [145] = 55, + [146] = 146, + [147] = 57, + [148] = 58, + [149] = 53, + [150] = 55, + [151] = 57, + [152] = 152, + [153] = 58, + [154] = 53, + [155] = 58, + [156] = 55, + [157] = 152, + [158] = 55, + [159] = 57, + [160] = 57, + [161] = 58, + [162] = 58, + [163] = 90, + [164] = 53, + [165] = 55, + [166] = 53, + [167] = 57, + [168] = 168, + [169] = 146, + [170] = 58, + [171] = 152, + [172] = 57, + [173] = 58, + [174] = 55, + [175] = 90, + [176] = 53, + [177] = 55, + [178] = 58, + [179] = 57, + [180] = 55, + [181] = 58, + [182] = 57, + [183] = 168, + [184] = 58, + [185] = 146, + [186] = 55, + [187] = 58, + [188] = 57, + [189] = 55, + [190] = 58, + [191] = 57, + [192] = 55, + [193] = 58, + [194] = 57, + [195] = 55, + [196] = 58, + [197] = 57, + [198] = 55, + [199] = 58, + [200] = 57, + [201] = 55, + [202] = 58, + [203] = 57, + [204] = 55, + [205] = 58, + [206] = 57, + [207] = 55, + [208] = 58, + [209] = 53, + [210] = 55, + [211] = 57, + [212] = 57, + [213] = 55, + [214] = 58, + [215] = 57, + [216] = 55, + [217] = 58, + [218] = 57, + [219] = 168, + [220] = 58, + [221] = 55, + [222] = 141, + [223] = 53, + [224] = 58, + [225] = 57, + [226] = 55, + [227] = 58, + [228] = 55, + [229] = 55, + [230] = 57, + [231] = 55, + [232] = 57, + [233] = 58, + [234] = 53, + [235] = 53, + [236] = 58, + [237] = 57, + [238] = 55, + [239] = 53, + [240] = 58, + [241] = 57, + [242] = 55, + [243] = 53, + [244] = 58, + [245] = 57, + [246] = 55, + [247] = 53, + [248] = 58, + [249] = 57, + [250] = 55, + [251] = 53, + [252] = 58, + [253] = 57, + [254] = 55, + [255] = 53, + [256] = 58, + [257] = 57, + [258] = 55, + [259] = 53, + [260] = 58, + [261] = 57, + [262] = 55, + [263] = 53, + [264] = 58, + [265] = 57, + [266] = 55, + [267] = 53, + [268] = 58, + [269] = 57, + [270] = 55, + [271] = 53, + [272] = 58, + [273] = 83, + [274] = 57, + [275] = 55, + [276] = 57, + [277] = 57, + [278] = 57, + [279] = 58, + [280] = 53, + [281] = 58, + [282] = 57, + [283] = 55, + [284] = 53, + [285] = 53, + [286] = 58, + [287] = 55, + [288] = 141, + [289] = 57, + [290] = 55, + [291] = 57, + [292] = 55, + [293] = 57, + [294] = 58, + [295] = 58, + [296] = 53, + [297] = 83, + [298] = 53, + [299] = 299, + [300] = 58, + [301] = 301, + [302] = 57, + [303] = 55, + [304] = 55, + [305] = 305, + [306] = 306, + [307] = 307, + [308] = 305, + [309] = 305, + [310] = 305, + [311] = 311, + [312] = 312, + [313] = 305, + [314] = 307, + [315] = 312, + [316] = 307, + [317] = 312, + [318] = 318, [319] = 319, - [320] = 320, + [320] = 318, [321] = 319, - [322] = 320, - [323] = 323, - [324] = 323, - [325] = 319, - [326] = 320, - [327] = 327, - [328] = 327, - [329] = 323, - [330] = 330, + [322] = 319, + [323] = 319, + [324] = 319, + [325] = 318, + [326] = 318, + [327] = 318, + [328] = 319, + [329] = 318, + [330] = 318, [331] = 331, [332] = 332, - [333] = 333, - [334] = 332, - [335] = 333, + [333] = 319, + [334] = 318, + [335] = 319, [336] = 336, - [337] = 337, - [338] = 331, - [339] = 339, - [340] = 340, - [341] = 327, - [342] = 342, - [343] = 343, - [344] = 344, - [345] = 345, - [346] = 346, - [347] = 347, - [348] = 330, + [337] = 336, + [338] = 338, + [339] = 338, + [340] = 338, + [341] = 338, + [342] = 338, + [343] = 336, + [344] = 336, + [345] = 338, + [346] = 336, + [347] = 338, + [348] = 348, [349] = 349, - [350] = 350, - [351] = 351, + [350] = 349, + [351] = 348, [352] = 352, [353] = 353, [354] = 354, [355] = 355, [356] = 356, [357] = 357, - [358] = 354, - [359] = 342, - [360] = 352, - [361] = 351, - [362] = 346, - [363] = 350, + [358] = 358, + [359] = 359, + [360] = 360, + [361] = 361, + [362] = 362, + [363] = 363, [364] = 364, - [365] = 356, - [366] = 349, - [367] = 355, - [368] = 347, - [369] = 340, + [365] = 365, + [366] = 366, + [367] = 367, + [368] = 368, + [369] = 369, [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, + [371] = 371, + [372] = 372, + [373] = 373, + [374] = 374, + [375] = 375, + [376] = 376, + [377] = 377, + [378] = 378, + [379] = 352, + [380] = 356, + [381] = 354, + [382] = 353, [383] = 383, - [384] = 383, - [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, - [420] = 420, - [421] = 421, + [384] = 384, + [385] = 357, + [386] = 355, + [387] = 365, + [388] = 362, + [389] = 372, + [390] = 360, + [391] = 368, + [392] = 367, + [393] = 376, + [394] = 358, + [395] = 366, + [396] = 374, + [397] = 375, + [398] = 363, + [399] = 369, + [400] = 370, + [401] = 371, + [402] = 361, + [403] = 364, + [404] = 359, + [405] = 373, + [406] = 378, + [407] = 377, + [408] = 384, + [409] = 383, + [410] = 410, + [411] = 410, + [412] = 412, + [413] = 413, + [414] = 412, + [415] = 415, + [416] = 413, + [417] = 417, + [418] = 418, + [419] = 417, + [420] = 413, + [421] = 415, [422] = 422, - [423] = 423, - [424] = 420, - [425] = 425, - [426] = 422, - [427] = 427, - [428] = 421, - [429] = 429, - [430] = 430, - [431] = 429, - [432] = 423, - [433] = 422, - [434] = 425, - [435] = 420, - [436] = 422, - [437] = 319, - [438] = 421, - [439] = 420, - [440] = 320, - [441] = 427, - [442] = 421, - [443] = 430, - [444] = 444, - [445] = 445, - [446] = 319, - [447] = 425, - [448] = 427, - [449] = 320, - [450] = 422, - [451] = 430, - [452] = 423, + [423] = 412, + [424] = 424, + [425] = 418, + [426] = 348, + [427] = 412, + [428] = 428, + [429] = 349, + [430] = 413, + [431] = 349, + [432] = 424, + [433] = 413, + [434] = 415, + [435] = 415, + [436] = 417, + [437] = 412, + [438] = 422, + [439] = 412, + [440] = 348, + [441] = 418, + [442] = 349, + [443] = 413, + [444] = 348, + [445] = 417, + [446] = 428, + [447] = 418, + [448] = 349, + [449] = 428, + [450] = 418, + [451] = 424, + [452] = 424, [453] = 453, - [454] = 430, - [455] = 423, - [456] = 429, - [457] = 425, - [458] = 421, - [459] = 421, - [460] = 420, - [461] = 427, - [462] = 429, - [463] = 420, - [464] = 427, - [465] = 430, - [466] = 320, - [467] = 427, - [468] = 320, - [469] = 320, - [470] = 319, - [471] = 445, - [472] = 319, - [473] = 425, - [474] = 444, - [475] = 319, - [476] = 320, - [477] = 429, - [478] = 453, - [479] = 423, - [480] = 425, - [481] = 429, - [482] = 430, - [483] = 319, - [484] = 484, - [485] = 320, - [486] = 319, - [487] = 320, - [488] = 445, - [489] = 319, - [490] = 453, - [491] = 444, - [492] = 445, - [493] = 319, - [494] = 320, - [495] = 319, - [496] = 444, - [497] = 320, - [498] = 453, - [499] = 319, - [500] = 320, - [501] = 453, - [502] = 320, - [503] = 503, - [504] = 319, - [505] = 421, - [506] = 320, - [507] = 319, - [508] = 319, - [509] = 420, - [510] = 320, - [511] = 444, - [512] = 503, - [513] = 445, - [514] = 514, - [515] = 319, - [516] = 445, - [517] = 320, - [518] = 444, - [519] = 422, - [520] = 514, + [454] = 422, + [455] = 418, + [456] = 348, + [457] = 349, + [458] = 422, + [459] = 417, + [460] = 348, + [461] = 461, + [462] = 348, + [463] = 415, + [464] = 349, + [465] = 465, + [466] = 428, + [467] = 417, + [468] = 428, + [469] = 469, + [470] = 349, + [471] = 422, + [472] = 453, + [473] = 473, + [474] = 474, + [475] = 348, + [476] = 476, + [477] = 465, + [478] = 348, + [479] = 479, + [480] = 349, + [481] = 349, + [482] = 348, + [483] = 349, + [484] = 348, + [485] = 461, + [486] = 422, + [487] = 348, + [488] = 424, + [489] = 428, + [490] = 349, + [491] = 349, + [492] = 349, + [493] = 461, + [494] = 348, + [495] = 453, + [496] = 469, + [497] = 348, + [498] = 349, + [499] = 499, + [500] = 349, + [501] = 474, + [502] = 348, + [503] = 453, + [504] = 465, + [505] = 348, + [506] = 465, + [507] = 349, + [508] = 473, + [509] = 476, + [510] = 479, + [511] = 413, + [512] = 348, + [513] = 461, + [514] = 476, + [515] = 473, + [516] = 412, + [517] = 479, + [518] = 415, + [519] = 476, + [520] = 461, [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, + [522] = 417, + [523] = 521, + [524] = 413, + [525] = 461, + [526] = 348, + [527] = 349, + [528] = 418, + [529] = 521, + [530] = 412, + [531] = 521, + [532] = 348, + [533] = 465, + [534] = 349, + [535] = 535, + [536] = 349, + [537] = 348, + [538] = 349, + [539] = 469, + [540] = 474, + [541] = 348, + [542] = 349, + [543] = 476, [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, - [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, + [545] = 348, + [546] = 349, + [547] = 473, + [548] = 479, + [549] = 453, + [550] = 465, + [551] = 551, + [552] = 473, + [553] = 474, + [554] = 551, + [555] = 476, + [556] = 348, + [557] = 469, + [558] = 473, + [559] = 521, + [560] = 535, + [561] = 521, + [562] = 562, + [563] = 348, + [564] = 564, + [565] = 565, + [566] = 349, + [567] = 348, + [568] = 349, + [569] = 476, + [570] = 473, + [571] = 562, + [572] = 562, + [573] = 469, + [574] = 418, + [575] = 348, + [576] = 417, + [577] = 473, + [578] = 348, + [579] = 349, + [580] = 428, + [581] = 349, + [582] = 415, + [583] = 476, + [584] = 562, + [585] = 562, + [586] = 348, + [587] = 349, + [588] = 562, + [589] = 479, + [590] = 562, + [591] = 474, + [592] = 474, + [593] = 593, + [594] = 476, + [595] = 348, + [596] = 422, + [597] = 424, + [598] = 562, + [599] = 349, + [600] = 348, + [601] = 473, + [602] = 564, + [603] = 565, + [604] = 349, + [605] = 469, + [606] = 593, + [607] = 349, + [608] = 349, + [609] = 348, + [610] = 610, + [611] = 473, + [612] = 348, + [613] = 613, + [614] = 476, + [615] = 473, + [616] = 616, + [617] = 476, + [618] = 618, + [619] = 428, + [620] = 349, + [621] = 348, + [622] = 424, + [623] = 349, + [624] = 348, + [625] = 422, + [626] = 618, + [627] = 613, + [628] = 535, + [629] = 353, + [630] = 499, + [631] = 453, + [632] = 499, + [633] = 355, + [634] = 634, + [635] = 352, + [636] = 348, + [637] = 616, + [638] = 638, + [639] = 610, + [640] = 465, + [641] = 641, + [642] = 349, + [643] = 551, + [644] = 461, + [645] = 354, + [646] = 551, + [647] = 647, + [648] = 638, + [649] = 610, + [650] = 349, + [651] = 610, + [652] = 348, + [653] = 372, + [654] = 479, + [655] = 474, + [656] = 373, + [657] = 461, + [658] = 375, + [659] = 376, + [660] = 473, + [661] = 465, + [662] = 613, + [663] = 368, + [664] = 364, + [665] = 371, + [666] = 476, + [667] = 667, + [668] = 349, + [669] = 479, + [670] = 355, + [671] = 453, + [672] = 641, + [673] = 349, + [674] = 352, + [675] = 476, + [676] = 634, + [677] = 366, + [678] = 361, + [679] = 360, + [680] = 613, + [681] = 367, + [682] = 469, + [683] = 370, + [684] = 473, + [685] = 685, + [686] = 686, + [687] = 359, + [688] = 688, + [689] = 616, + [690] = 365, + [691] = 618, + [692] = 352, + [693] = 355, + [694] = 354, + [695] = 353, + [696] = 348, + [697] = 348, + [698] = 474, + [699] = 358, + [700] = 363, + [701] = 354, + [702] = 362, + [703] = 616, + [704] = 535, + [705] = 618, + [706] = 469, + [707] = 369, + [708] = 374, + [709] = 616, + [710] = 367, + [711] = 378, + [712] = 712, + [713] = 354, + [714] = 371, + [715] = 685, + [716] = 352, + [717] = 717, + [718] = 355, + [719] = 373, + [720] = 474, + [721] = 354, + [722] = 722, + [723] = 354, + [724] = 364, + [725] = 368, + [726] = 686, + [727] = 355, + [728] = 352, + [729] = 353, + [730] = 634, + [731] = 353, [732] = 354, - [733] = 351, - [734] = 353, - [735] = 332, - [736] = 319, - [737] = 320, - [738] = 350, - [739] = 588, - [740] = 356, - [741] = 356, - [742] = 659, - [743] = 332, - [744] = 352, - [745] = 357, - [746] = 349, - [747] = 599, - [748] = 330, - [749] = 340, - [750] = 343, - [751] = 352, - [752] = 596, - [753] = 595, - [754] = 754, - [755] = 339, - [756] = 353, - [757] = 370, - [758] = 355, - [759] = 587, - [760] = 661, - [761] = 568, - [762] = 336, - [763] = 333, - [764] = 357, - [765] = 330, - [766] = 342, - [767] = 336, - [768] = 344, - [769] = 345, - [770] = 385, - [771] = 660, - [772] = 657, - [773] = 657, - [774] = 660, - [775] = 352, - [776] = 339, - [777] = 353, - [778] = 340, - [779] = 337, - [780] = 337, - [781] = 331, - [782] = 354, - [783] = 330, - [784] = 346, - [785] = 352, - [786] = 347, - [787] = 331, - [788] = 357, - [789] = 330, - [790] = 347, - [791] = 351, - [792] = 343, - [793] = 330, - [794] = 356, - [795] = 354, - [796] = 677, - [797] = 347, - [798] = 345, - [799] = 344, - [800] = 332, - [801] = 340, - [802] = 599, - [803] = 332, - [804] = 340, - [805] = 357, - [806] = 659, - [807] = 350, - [808] = 808, - [809] = 586, - [810] = 697, - [811] = 355, - [812] = 336, - [813] = 355, - [814] = 808, - [815] = 331, - [816] = 596, - [817] = 353, - [818] = 349, - [819] = 343, - [820] = 587, - [821] = 357, - [822] = 351, - [823] = 339, - [824] = 370, - [825] = 661, - [826] = 342, - [827] = 332, - [828] = 342, - [829] = 707, + [733] = 733, + [734] = 610, + [735] = 735, + [736] = 473, + [737] = 352, + [738] = 476, + [739] = 348, + [740] = 349, + [741] = 641, + [742] = 469, + [743] = 647, + [744] = 735, + [745] = 667, + [746] = 476, + [747] = 352, + [748] = 369, + [749] = 473, + [750] = 363, + [751] = 638, + [752] = 348, + [753] = 753, + [754] = 349, + [755] = 755, + [756] = 618, + [757] = 634, + [758] = 616, + [759] = 476, + [760] = 349, + [761] = 348, + [762] = 613, + [763] = 638, + [764] = 348, + [765] = 641, + [766] = 349, + [767] = 735, + [768] = 355, + [769] = 372, + [770] = 366, + [771] = 361, + [772] = 360, + [773] = 375, + [774] = 473, + [775] = 374, + [776] = 362, + [777] = 358, + [778] = 348, + [779] = 376, + [780] = 365, + [781] = 359, + [782] = 479, + [783] = 349, + [784] = 355, + [785] = 353, + [786] = 370, + [787] = 618, + [788] = 788, + [789] = 370, + [790] = 371, + [791] = 369, + [792] = 370, + [793] = 634, + [794] = 794, + [795] = 795, + [796] = 349, + [797] = 348, + [798] = 798, + [799] = 799, + [800] = 359, + [801] = 365, + [802] = 717, + [803] = 354, + [804] = 363, + [805] = 360, + [806] = 364, + [807] = 368, + [808] = 373, + [809] = 375, + [810] = 374, + [811] = 360, + [812] = 367, + [813] = 361, + [814] = 372, + [815] = 372, + [816] = 367, + [817] = 366, + [818] = 368, + [819] = 358, + [820] = 364, + [821] = 821, + [822] = 354, + [823] = 686, + [824] = 824, + [825] = 362, + [826] = 376, + [827] = 373, + [828] = 378, + [829] = 685, [830] = 830, - [831] = 351, - [832] = 357, - [833] = 808, - [834] = 340, - [835] = 354, - [836] = 353, - [837] = 808, - [838] = 339, - [839] = 349, - [840] = 356, - [841] = 333, - [842] = 595, - [843] = 333, - [844] = 339, - [845] = 355, - [846] = 350, - [847] = 331, - [848] = 350, - [849] = 849, - [850] = 350, - [851] = 354, - [852] = 852, - [853] = 353, - [854] = 353, - [855] = 344, - [856] = 345, - [857] = 345, - [858] = 352, - [859] = 352, - [860] = 676, - [861] = 344, - [862] = 349, - [863] = 356, - [864] = 343, - [865] = 808, - [866] = 588, - [867] = 354, - [868] = 337, - [869] = 346, - [870] = 331, - [871] = 342, - [872] = 336, - [873] = 336, - [874] = 332, - [875] = 346, - [876] = 876, - [877] = 808, - [878] = 351, - [879] = 337, - [880] = 332, - [881] = 356, - [882] = 659, - [883] = 343, - [884] = 345, - [885] = 355, - [886] = 661, - [887] = 350, - [888] = 682, - [889] = 349, - [890] = 681, - [891] = 356, - [892] = 340, - [893] = 339, - [894] = 344, - [895] = 337, - [896] = 346, - [897] = 808, - [898] = 343, - [899] = 808, - [900] = 336, - [901] = 347, - [902] = 355, - [903] = 347, - [904] = 349, - [905] = 370, - [906] = 333, - [907] = 351, - [908] = 754, - [909] = 728, - [910] = 910, - [911] = 730, - [912] = 352, - [913] = 346, - [914] = 661, - [915] = 659, - [916] = 342, - [917] = 333, - [918] = 330, - [919] = 682, - [920] = 677, - [921] = 332, - [922] = 347, - [923] = 346, - [924] = 337, - [925] = 340, - [926] = 333, - [927] = 339, - [928] = 330, - [929] = 331, - [930] = 707, - [931] = 343, - [932] = 356, - [933] = 332, - [934] = 344, - [935] = 345, - [936] = 357, - [937] = 331, - [938] = 355, - [939] = 330, - [940] = 940, - [941] = 339, - [942] = 354, + [831] = 371, + [832] = 686, + [833] = 722, + [834] = 717, + [835] = 374, + [836] = 354, + [837] = 354, + [838] = 352, + [839] = 369, + [840] = 364, + [841] = 363, + [842] = 368, + [843] = 373, + [844] = 354, + [845] = 361, + [846] = 355, + [847] = 370, + [848] = 349, + [849] = 348, + [850] = 362, + [851] = 476, + [852] = 353, + [853] = 359, + [854] = 473, + [855] = 365, + [856] = 685, + [857] = 363, + [858] = 858, + [859] = 374, + [860] = 352, + [861] = 353, + [862] = 360, + [863] = 355, + [864] = 352, + [865] = 355, + [866] = 355, + [867] = 361, + [868] = 366, + [869] = 358, + [870] = 352, + [871] = 354, + [872] = 362, + [873] = 358, + [874] = 733, + [875] = 376, + [876] = 375, + [877] = 641, + [878] = 365, + [879] = 359, + [880] = 371, + [881] = 372, + [882] = 638, + [883] = 367, + [884] = 641, + [885] = 366, + [886] = 647, + [887] = 667, + [888] = 722, + [889] = 353, + [890] = 352, + [891] = 348, + [892] = 349, + [893] = 355, + [894] = 355, + [895] = 375, + [896] = 369, + [897] = 352, + [898] = 376, + [899] = 647, + [900] = 383, + [901] = 667, + [902] = 753, + [903] = 755, + [904] = 359, + [905] = 371, + [906] = 359, + [907] = 367, + [908] = 354, + [909] = 374, + [910] = 348, + [911] = 349, + [912] = 349, + [913] = 352, + [914] = 358, + [915] = 362, + [916] = 376, + [917] = 917, + [918] = 733, + [919] = 367, + [920] = 375, + [921] = 375, + [922] = 359, + [923] = 370, + [924] = 917, + [925] = 372, + [926] = 365, + [927] = 363, + [928] = 928, + [929] = 917, + [930] = 365, + [931] = 667, + [932] = 348, + [933] = 358, + [934] = 369, + [935] = 647, + [936] = 362, + [937] = 753, + [938] = 755, + [939] = 354, + [940] = 372, + [941] = 686, + [942] = 369, [943] = 352, - [944] = 351, - [945] = 353, - [946] = 332, - [947] = 357, - [948] = 350, - [949] = 349, - [950] = 336, - [951] = 354, - [952] = 353, - [953] = 676, - [954] = 677, - [955] = 955, - [956] = 342, - [957] = 336, - [958] = 849, - [959] = 555, - [960] = 547, - [961] = 961, - [962] = 333, - [963] = 682, - [964] = 681, - [965] = 697, - [966] = 370, - [967] = 728, - [968] = 730, - [969] = 969, - [970] = 659, - [971] = 661, - [972] = 336, - [973] = 353, - [974] = 385, - [975] = 354, - [976] = 910, + [944] = 685, + [945] = 799, + [946] = 798, + [947] = 371, + [948] = 824, + [949] = 355, + [950] = 794, + [951] = 830, + [952] = 364, + [953] = 378, + [954] = 353, + [955] = 368, + [956] = 363, + [957] = 354, + [958] = 370, + [959] = 959, + [960] = 378, + [961] = 352, + [962] = 374, + [963] = 360, + [964] = 361, + [965] = 366, + [966] = 355, + [967] = 722, + [968] = 717, + [969] = 722, + [970] = 717, + [971] = 360, + [972] = 348, + [973] = 349, + [974] = 974, + [975] = 353, + [976] = 361, [977] = 349, - [978] = 961, - [979] = 961, - [980] = 357, - [981] = 351, - [982] = 339, - [983] = 370, - [984] = 754, - [985] = 336, - [986] = 370, - [987] = 876, - [988] = 342, - [989] = 370, - [990] = 349, - [991] = 852, - [992] = 992, - [993] = 350, - [994] = 351, - [995] = 352, - [996] = 830, - [997] = 961, - [998] = 353, - [999] = 370, - [1000] = 354, - [1001] = 357, - [1002] = 1002, - [1003] = 1003, - [1004] = 754, - [1005] = 339, - [1006] = 330, - [1007] = 331, - [1008] = 342, - [1009] = 332, - [1010] = 355, - [1011] = 342, - [1012] = 356, - [1013] = 350, - [1014] = 961, - [1015] = 331, - [1016] = 333, - [1017] = 349, - [1018] = 352, - [1019] = 350, - [1020] = 345, - [1021] = 344, - [1022] = 961, - [1023] = 961, - [1024] = 351, + [978] = 366, + [979] = 348, + [980] = 376, + [981] = 378, + [982] = 795, + [983] = 917, + [984] = 372, + [985] = 375, + [986] = 986, + [987] = 722, + [988] = 355, + [989] = 717, + [990] = 376, + [991] = 373, + [992] = 370, + [993] = 353, + [994] = 374, + [995] = 353, + [996] = 363, + [997] = 355, + [998] = 998, + [999] = 999, + [1000] = 821, + [1001] = 1001, + [1002] = 369, + [1003] = 788, + [1004] = 360, + [1005] = 361, + [1006] = 366, + [1007] = 917, + [1008] = 355, + [1009] = 755, + [1010] = 753, + [1011] = 348, + [1012] = 368, + [1013] = 352, + [1014] = 364, + [1015] = 917, + [1016] = 354, + [1017] = 371, + [1018] = 373, + [1019] = 352, + [1020] = 349, + [1021] = 354, + [1022] = 362, + [1023] = 733, + [1024] = 917, [1025] = 352, - [1026] = 330, - [1027] = 661, - [1028] = 659, - [1029] = 961, - [1030] = 849, - [1031] = 347, - [1032] = 346, - [1033] = 337, - [1034] = 660, - [1035] = 657, - [1036] = 355, - [1037] = 356, - [1038] = 1038, - [1039] = 343, - [1040] = 340, - [1041] = 345, - [1042] = 344, - [1043] = 330, - [1044] = 707, - [1045] = 331, - [1046] = 337, - [1047] = 333, - [1048] = 346, + [1026] = 358, + [1027] = 917, + [1028] = 858, + [1029] = 365, + [1030] = 364, + [1031] = 368, + [1032] = 373, + [1033] = 355, + [1034] = 383, + [1035] = 367, + [1036] = 354, + [1037] = 353, + [1038] = 374, + [1039] = 355, + [1040] = 1040, + [1041] = 352, + [1042] = 359, + [1043] = 365, + [1044] = 352, + [1045] = 358, + [1046] = 366, + [1047] = 361, + [1048] = 360, [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, + [1050] = 362, + [1051] = 1051, + [1052] = 788, + [1053] = 354, + [1054] = 367, + [1055] = 353, + [1056] = 858, + [1057] = 362, + [1058] = 998, + [1059] = 369, + [1060] = 999, + [1061] = 363, + [1062] = 376, + [1063] = 369, + [1064] = 799, + [1065] = 355, + [1066] = 798, + [1067] = 366, + [1068] = 986, + [1069] = 362, [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, - [1114] = 1114, - [1115] = 347, - [1116] = 346, - [1117] = 337, - [1118] = 1118, - [1119] = 339, - [1120] = 1103, - [1121] = 568, - [1122] = 1122, - [1123] = 1101, - [1124] = 352, - [1125] = 351, - [1126] = 1126, - [1127] = 876, - [1128] = 347, - [1129] = 370, - [1130] = 385, - [1131] = 370, - [1132] = 1077, - [1133] = 385, - [1134] = 830, - [1135] = 1103, - [1136] = 385, - [1137] = 357, - [1138] = 331, - [1139] = 1139, - [1140] = 1103, - [1141] = 555, - [1142] = 1122, - [1143] = 352, - [1144] = 354, - [1145] = 339, - [1146] = 351, - [1147] = 347, - [1148] = 350, - [1149] = 353, - [1150] = 349, - [1151] = 350, - [1152] = 1101, - [1153] = 1126, - [1154] = 1084, - [1155] = 1002, - [1156] = 370, - [1157] = 1077, - [1158] = 349, - [1159] = 830, - [1160] = 351, - [1161] = 1114, - [1162] = 1126, - [1163] = 1101, - [1164] = 354, - [1165] = 1122, - [1166] = 547, - [1167] = 1103, - [1168] = 353, - [1169] = 347, - [1170] = 340, - [1171] = 350, - [1172] = 349, - [1173] = 1077, - [1174] = 346, - [1175] = 337, - [1176] = 682, - [1177] = 681, - [1178] = 340, - [1179] = 910, - [1180] = 1180, - [1181] = 385, - [1182] = 349, - [1183] = 1118, - [1184] = 346, - [1185] = 969, - [1186] = 345, - [1187] = 331, - [1188] = 332, - [1189] = 969, - [1190] = 1103, - [1191] = 344, - [1192] = 343, - [1193] = 370, - [1194] = 1084, - [1195] = 330, - [1196] = 336, - [1197] = 849, - [1198] = 342, - [1199] = 344, - [1200] = 345, - [1201] = 1084, - [1202] = 339, - [1203] = 1077, - [1204] = 1118, - [1205] = 1118, - [1206] = 352, - [1207] = 1122, - [1208] = 1118, - [1209] = 661, - [1210] = 1103, - [1211] = 1118, - [1212] = 659, - [1213] = 342, - [1214] = 1003, - [1215] = 336, - [1216] = 357, - [1217] = 1077, - [1218] = 730, - [1219] = 1114, - [1220] = 728, - [1221] = 1118, - [1222] = 1126, - [1223] = 354, - [1224] = 677, - [1225] = 1126, - [1226] = 1101, - [1227] = 1122, - [1228] = 1228, - [1229] = 350, - [1230] = 676, - [1231] = 357, - [1232] = 1118, - [1233] = 849, - [1234] = 356, - [1235] = 1122, - [1236] = 355, - [1237] = 1122, - [1238] = 910, - [1239] = 343, - [1240] = 356, - [1241] = 1084, - [1242] = 1084, - [1243] = 351, - [1244] = 336, - [1245] = 1103, - [1246] = 352, - [1247] = 940, - [1248] = 355, - [1249] = 595, - [1250] = 849, - [1251] = 1228, - [1252] = 568, - [1253] = 370, - [1254] = 331, - [1255] = 969, - [1256] = 1002, - [1257] = 330, - [1258] = 969, - [1259] = 370, - [1260] = 332, - [1261] = 330, - [1262] = 588, - [1263] = 940, - [1264] = 385, - [1265] = 1139, - [1266] = 333, - [1267] = 969, - [1268] = 1002, - [1269] = 385, - [1270] = 955, - [1271] = 1003, - [1272] = 385, - [1273] = 1003, - [1274] = 1002, - [1275] = 1104, - [1276] = 385, - [1277] = 599, - [1278] = 586, - [1279] = 1003, - [1280] = 940, - [1281] = 1180, - [1282] = 596, - [1283] = 587, - [1284] = 1038, - [1285] = 1038, - [1286] = 370, - [1287] = 955, - [1288] = 370, - [1289] = 849, - [1290] = 1290, - [1291] = 1290, - [1292] = 1290, - [1293] = 1003, - [1294] = 587, - [1295] = 1290, - [1296] = 340, - [1297] = 1290, - [1298] = 1290, - [1299] = 1290, - [1300] = 385, - [1301] = 385, - [1302] = 1290, - [1303] = 333, - [1304] = 337, - [1305] = 330, - [1306] = 596, - [1307] = 346, - [1308] = 1228, - [1309] = 347, - [1310] = 330, - [1311] = 1290, - [1312] = 385, - [1313] = 661, - [1314] = 330, - [1315] = 659, - [1316] = 1290, - [1317] = 1290, - [1318] = 1290, - [1319] = 1002, - [1320] = 1290, - [1321] = 1290, - [1322] = 343, - [1323] = 1290, - [1324] = 356, - [1325] = 385, - [1326] = 660, - [1327] = 1003, - [1328] = 657, - [1329] = 1290, - [1330] = 586, - [1331] = 330, - [1332] = 1290, - [1333] = 1290, - [1334] = 344, - [1335] = 1290, - [1336] = 1290, - [1337] = 1290, - [1338] = 1002, - [1339] = 599, - [1340] = 345, - [1341] = 333, - [1342] = 332, - [1343] = 1290, - [1344] = 1290, - [1345] = 332, - [1346] = 331, - [1347] = 1347, - [1348] = 1290, - [1349] = 332, - [1350] = 1290, - [1351] = 1290, - [1352] = 330, - [1353] = 355, - [1354] = 1290, - [1355] = 1290, - [1356] = 1290, - [1357] = 1290, - [1358] = 339, - [1359] = 1290, - [1360] = 1290, - [1361] = 1290, - [1362] = 969, - [1363] = 1290, - [1364] = 1290, - [1365] = 1180, - [1366] = 352, - [1367] = 330, - [1368] = 351, - [1369] = 1290, - [1370] = 1290, - [1371] = 1104, - [1372] = 331, - [1373] = 1290, - [1374] = 1139, - [1375] = 1290, - [1376] = 1290, - [1377] = 1290, - [1378] = 595, - [1379] = 1139, - [1380] = 330, - [1381] = 1290, - [1382] = 336, - [1383] = 342, - [1384] = 588, - [1385] = 1228, - [1386] = 357, - [1387] = 1290, - [1388] = 330, - [1389] = 1290, - [1390] = 1290, - [1391] = 1104, - [1392] = 1290, - [1393] = 331, - [1394] = 1290, - [1395] = 350, - [1396] = 1290, - [1397] = 1290, - [1398] = 1290, - [1399] = 349, - [1400] = 1180, - [1401] = 353, - [1402] = 354, - [1403] = 969, - [1404] = 331, - [1405] = 1405, - [1406] = 1347, - [1407] = 1407, - [1408] = 1408, - [1409] = 728, - [1410] = 730, - [1411] = 659, - [1412] = 677, - [1413] = 676, - [1414] = 332, - [1415] = 661, - [1416] = 1347, - [1417] = 1417, - [1418] = 331, - [1419] = 1347, - [1420] = 1420, - [1421] = 657, - [1422] = 660, - [1423] = 1423, - [1424] = 1405, - [1425] = 1417, - [1426] = 370, - [1427] = 1427, - [1428] = 1428, - [1429] = 370, - [1430] = 1405, - [1431] = 330, - [1432] = 1432, - [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, - [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, + [1071] = 361, + [1072] = 360, + [1073] = 348, + [1074] = 374, + [1075] = 349, + [1076] = 370, + [1077] = 352, + [1078] = 959, + [1079] = 368, + [1080] = 364, + [1081] = 367, + [1082] = 824, + [1083] = 821, + [1084] = 366, + [1085] = 361, + [1086] = 358, + [1087] = 360, + [1088] = 374, + [1089] = 370, + [1090] = 354, + [1091] = 359, + [1092] = 365, + [1093] = 365, + [1094] = 359, + [1095] = 376, + [1096] = 354, + [1097] = 376, + [1098] = 374, + [1099] = 375, + [1100] = 370, + [1101] = 372, + [1102] = 358, + [1103] = 378, + [1104] = 366, + [1105] = 361, + [1106] = 360, + [1107] = 375, + [1108] = 358, + [1109] = 366, + [1110] = 928, + [1111] = 369, + [1112] = 362, + [1113] = 361, + [1114] = 367, + [1115] = 371, + [1116] = 824, + [1117] = 352, + [1118] = 373, + [1119] = 974, + [1120] = 372, + [1121] = 383, + [1122] = 376, + [1123] = 355, + [1124] = 373, + [1125] = 371, + [1126] = 354, + [1127] = 375, + [1128] = 1128, + [1129] = 360, + [1130] = 372, + [1131] = 369, + [1132] = 795, + [1133] = 363, + [1134] = 375, + [1135] = 363, + [1136] = 365, + [1137] = 363, + [1138] = 353, + [1139] = 374, + [1140] = 370, + [1141] = 368, + [1142] = 378, + [1143] = 364, + [1144] = 376, + [1145] = 359, + [1146] = 370, + [1147] = 373, + [1148] = 372, + [1149] = 1149, + [1150] = 367, + [1151] = 368, + [1152] = 355, + [1153] = 375, + [1154] = 364, + [1155] = 352, + [1156] = 717, + [1157] = 373, + [1158] = 794, + [1159] = 353, + [1160] = 362, + [1161] = 1161, + [1162] = 371, + [1163] = 372, + [1164] = 722, + [1165] = 1165, + [1166] = 358, + [1167] = 1167, + [1168] = 830, + [1169] = 365, + [1170] = 359, + [1171] = 794, + [1172] = 371, + [1173] = 1001, + [1174] = 830, + [1175] = 928, + [1176] = 383, + [1177] = 367, + [1178] = 368, + [1179] = 383, + [1180] = 795, + [1181] = 753, + [1182] = 755, + [1183] = 722, + [1184] = 354, + [1185] = 371, + [1186] = 364, + [1187] = 717, + [1188] = 821, + [1189] = 364, + [1190] = 788, + [1191] = 373, + [1192] = 353, + [1193] = 352, + [1194] = 722, + [1195] = 717, + [1196] = 368, + [1197] = 798, + [1198] = 1198, + [1199] = 355, + [1200] = 799, + [1201] = 616, + [1202] = 363, + [1203] = 378, + [1204] = 369, + [1205] = 618, + [1206] = 354, + [1207] = 858, + [1208] = 1165, + [1209] = 370, + [1210] = 362, + [1211] = 362, + [1212] = 1161, + [1213] = 358, + [1214] = 365, + [1215] = 359, + [1216] = 354, + [1217] = 378, + [1218] = 1218, + [1219] = 363, + [1220] = 369, + [1221] = 367, + [1222] = 358, + [1223] = 366, + [1224] = 1128, + [1225] = 383, + [1226] = 641, + [1227] = 1198, + [1228] = 1167, + [1229] = 1229, + [1230] = 363, + [1231] = 372, + [1232] = 369, + [1233] = 371, + [1234] = 365, + [1235] = 367, + [1236] = 372, + [1237] = 362, + [1238] = 373, + [1239] = 638, + [1240] = 378, + [1241] = 634, + [1242] = 371, + [1243] = 359, + [1244] = 928, + [1245] = 373, + [1246] = 364, + [1247] = 368, + [1248] = 376, + [1249] = 359, + [1250] = 365, + [1251] = 375, + [1252] = 358, + [1253] = 369, + [1254] = 986, + [1255] = 376, + [1256] = 362, + [1257] = 1257, + [1258] = 383, + [1259] = 364, + [1260] = 368, + [1261] = 367, + [1262] = 370, + [1263] = 1263, + [1264] = 959, + [1265] = 717, + [1266] = 722, + [1267] = 1198, + [1268] = 928, + [1269] = 363, + [1270] = 374, + [1271] = 618, + [1272] = 830, + [1273] = 616, + [1274] = 794, + [1275] = 369, + [1276] = 1218, + [1277] = 1277, + [1278] = 358, + [1279] = 366, + [1280] = 361, + [1281] = 372, + [1282] = 360, + [1283] = 374, + [1284] = 375, + [1285] = 375, + [1286] = 376, + [1287] = 821, + [1288] = 788, + [1289] = 378, + [1290] = 798, + [1291] = 998, + [1292] = 999, + [1293] = 371, + [1294] = 370, + [1295] = 362, + [1296] = 374, + [1297] = 363, + [1298] = 799, + [1299] = 1218, + [1300] = 372, + [1301] = 373, + [1302] = 375, + [1303] = 974, + [1304] = 986, + [1305] = 360, + [1306] = 361, + [1307] = 366, + [1308] = 376, + [1309] = 1165, + [1310] = 369, + [1311] = 365, + [1312] = 360, + [1313] = 361, + [1314] = 359, + [1315] = 376, + [1316] = 354, + [1317] = 1161, + [1318] = 1218, + [1319] = 1218, + [1320] = 364, + [1321] = 1218, + [1322] = 368, + [1323] = 358, + [1324] = 366, + [1325] = 361, + [1326] = 360, + [1327] = 374, + [1328] = 375, + [1329] = 363, + [1330] = 353, + [1331] = 365, + [1332] = 359, + [1333] = 378, + [1334] = 1218, + [1335] = 370, + [1336] = 373, + [1337] = 370, + [1338] = 372, + [1339] = 367, + [1340] = 368, + [1341] = 364, + [1342] = 374, + [1343] = 355, + [1344] = 352, + [1345] = 373, + [1346] = 352, + [1347] = 355, + [1348] = 354, + [1349] = 371, + [1350] = 368, + [1351] = 367, + [1352] = 928, + [1353] = 1001, + [1354] = 352, + [1355] = 355, + [1356] = 364, + [1357] = 354, + [1358] = 360, + [1359] = 354, + [1360] = 353, + [1361] = 361, + [1362] = 355, + [1363] = 999, + [1364] = 1001, + [1365] = 352, + [1366] = 366, + [1367] = 378, + [1368] = 974, + [1369] = 1369, + [1370] = 383, + [1371] = 352, + [1372] = 355, + [1373] = 959, + [1374] = 371, + [1375] = 998, + [1376] = 1376, + [1377] = 1149, + [1378] = 352, + [1379] = 1149, + [1380] = 641, + [1381] = 353, + [1382] = 638, + [1383] = 634, + [1384] = 1128, + [1385] = 383, + [1386] = 354, + [1387] = 355, + [1388] = 367, + [1389] = 352, + [1390] = 354, + [1391] = 359, + [1392] = 365, + [1393] = 1393, + [1394] = 355, + [1395] = 1395, + [1396] = 358, + [1397] = 362, + [1398] = 363, + [1399] = 369, + [1400] = 352, + [1401] = 355, + [1402] = 371, + [1403] = 1257, + [1404] = 1198, + [1405] = 367, + [1406] = 372, + [1407] = 1395, + [1408] = 373, + [1409] = 359, + [1410] = 365, + [1411] = 383, + [1412] = 1395, + [1413] = 378, + [1414] = 1376, + [1415] = 928, + [1416] = 375, + [1417] = 358, + [1418] = 1277, + [1419] = 376, + [1420] = 362, + [1421] = 1167, + [1422] = 364, + [1423] = 368, + [1424] = 370, + [1425] = 363, + [1426] = 374, + [1427] = 369, + [1428] = 1165, + [1429] = 1161, + [1430] = 1395, + [1431] = 1161, + [1432] = 1165, + [1433] = 354, + [1434] = 1395, + [1435] = 383, + [1436] = 360, + [1437] = 361, + [1438] = 1393, + [1439] = 1161, + [1440] = 366, + [1441] = 1395, + [1442] = 1167, + [1443] = 378, + [1444] = 1165, + [1445] = 1369, + [1446] = 378, + [1447] = 1198, + [1448] = 1149, + [1449] = 928, + [1450] = 371, + [1451] = 476, + [1452] = 372, + [1453] = 373, + [1454] = 473, + [1455] = 375, + [1456] = 376, + [1457] = 998, + [1458] = 999, + [1459] = 364, + [1460] = 368, + [1461] = 1128, + [1462] = 1198, + [1463] = 370, + [1464] = 374, + [1465] = 383, + [1466] = 1229, + [1467] = 360, + [1468] = 685, + [1469] = 686, + [1470] = 361, + [1471] = 366, + [1472] = 647, + [1473] = 378, + [1474] = 378, + [1475] = 667, + [1476] = 1395, + [1477] = 1393, + [1478] = 383, + [1479] = 1376, + [1480] = 1480, + [1481] = 1481, + [1482] = 1482, + [1483] = 1483, + [1484] = 358, + [1485] = 717, + [1486] = 722, + [1487] = 365, + [1488] = 359, + [1489] = 355, + [1490] = 1277, + [1491] = 1491, + [1492] = 367, + [1493] = 352, + [1494] = 362, + [1495] = 1495, + [1496] = 363, + [1497] = 369, + [1498] = 685, + [1499] = 686, + [1500] = 354, + [1501] = 755, + [1502] = 753, + [1503] = 371, + [1504] = 1504, + [1505] = 372, + [1506] = 373, + [1507] = 383, + [1508] = 375, + [1509] = 376, + [1510] = 1257, + [1511] = 364, + [1512] = 1369, + [1513] = 368, + [1514] = 370, + [1515] = 1504, + [1516] = 1495, + [1517] = 374, + [1518] = 1495, + [1519] = 1519, + [1520] = 1504, + [1521] = 1480, + [1522] = 378, + [1523] = 1483, + [1524] = 1524, + [1525] = 360, + [1526] = 1229, + [1527] = 361, + [1528] = 1524, + [1529] = 366, + [1530] = 1524, + [1531] = 1524, + [1532] = 1483, + [1533] = 1481, + [1534] = 378, + [1535] = 647, + [1536] = 667, + [1537] = 383, + [1538] = 1161, + [1539] = 1198, + [1540] = 1376, + [1541] = 1165, + [1542] = 1165, + [1543] = 1483, + [1544] = 1524, + [1545] = 1198, + [1546] = 1229, + [1547] = 383, + [1548] = 1504, + [1549] = 1495, + [1550] = 1161, + [1551] = 1369, + [1552] = 1481, + [1553] = 1519, + [1554] = 1491, + [1555] = 1257, + [1556] = 1277, + [1557] = 1481, + [1558] = 1519, + [1559] = 1491, + [1560] = 383, + [1561] = 1483, + [1562] = 1495, + [1563] = 1504, + [1564] = 1480, + [1565] = 1495, + [1566] = 1504, + [1567] = 1504, + [1568] = 354, + [1569] = 355, + [1570] = 352, + [1571] = 1524, + [1572] = 1483, + [1573] = 1495, + [1574] = 1480, + [1575] = 1480, + [1576] = 1481, + [1577] = 1519, + [1578] = 1480, + [1579] = 1491, + [1580] = 1482, + [1581] = 1480, + [1582] = 1480, + [1583] = 1480, + [1584] = 1480, + [1585] = 1481, + [1586] = 1519, + [1587] = 1491, + [1588] = 1482, + [1589] = 1480, + [1590] = 1480, + [1591] = 1480, + [1592] = 1480, + [1593] = 1480, + [1594] = 1480, + [1595] = 1480, + [1596] = 1480, + [1597] = 1480, + [1598] = 1480, + [1599] = 1480, + [1600] = 1480, + [1601] = 1480, + [1602] = 1480, + [1603] = 1480, + [1604] = 1480, + [1605] = 1480, + [1606] = 1524, + [1607] = 383, + [1608] = 1480, + [1609] = 1480, + [1610] = 1480, + [1611] = 1480, + [1612] = 1480, + [1613] = 1480, + [1614] = 1480, + [1615] = 1480, + [1616] = 1480, + [1617] = 1480, + [1618] = 1480, + [1619] = 1480, + [1620] = 1483, + [1621] = 1480, + [1622] = 1480, + [1623] = 1480, + [1624] = 1480, + [1625] = 1480, + [1626] = 1480, + [1627] = 1480, + [1628] = 1480, + [1629] = 1480, + [1630] = 1480, + [1631] = 1480, + [1632] = 1480, + [1633] = 1480, + [1634] = 1480, + [1635] = 1480, + [1636] = 1480, + [1637] = 1480, + [1638] = 1480, + [1639] = 1480, + [1640] = 1480, + [1641] = 1480, + [1642] = 1480, + [1643] = 371, + [1644] = 355, + [1645] = 376, + [1646] = 366, + [1647] = 361, + [1648] = 360, + [1649] = 374, + [1650] = 717, + [1651] = 722, + [1652] = 733, + [1653] = 375, + [1654] = 473, + [1655] = 353, + [1656] = 717, + [1657] = 370, + [1658] = 722, + [1659] = 830, + [1660] = 373, + [1661] = 354, + [1662] = 372, + [1663] = 368, + [1664] = 364, + [1665] = 383, [1666] = 352, - [1667] = 354, - [1668] = 1668, + [1667] = 355, + [1668] = 383, [1669] = 353, - [1670] = 1644, - [1671] = 1671, - [1672] = 876, - [1673] = 337, - [1674] = 347, - [1675] = 1623, - [1676] = 1631, - [1677] = 1633, - [1678] = 355, - [1679] = 339, - [1680] = 346, - [1681] = 1623, - [1682] = 1623, - [1683] = 1623, - [1684] = 1623, - [1685] = 1623, - [1686] = 340, - [1687] = 336, - [1688] = 1633, - [1689] = 1623, - [1690] = 1623, - [1691] = 1634, - [1692] = 356, - [1693] = 1623, - [1694] = 1636, - [1695] = 1623, - [1696] = 370, - [1697] = 349, - [1698] = 1698, - [1699] = 343, - [1700] = 350, - [1701] = 1623, - [1702] = 340, - [1703] = 320, - [1704] = 355, - [1705] = 319, - [1706] = 1623, - [1707] = 849, - [1708] = 1623, - [1709] = 1709, - [1710] = 347, - [1711] = 346, - [1712] = 337, - [1713] = 1713, - [1714] = 852, - [1715] = 1520, - [1716] = 1623, - [1717] = 1717, - [1718] = 1718, - [1719] = 1719, - [1720] = 345, - [1721] = 1623, - [1722] = 1623, - [1723] = 356, - [1724] = 1623, - [1725] = 1623, - [1726] = 344, - [1727] = 356, - [1728] = 1623, - [1729] = 955, - [1730] = 1730, - [1731] = 1623, - [1732] = 343, - [1733] = 1623, - [1734] = 1623, - [1735] = 1623, - [1736] = 345, - [1737] = 1737, - [1738] = 1623, - [1739] = 1644, - [1740] = 1623, - [1741] = 351, - [1742] = 352, - [1743] = 1623, - [1744] = 385, - [1745] = 344, - [1746] = 343, - [1747] = 1623, - [1748] = 340, - [1749] = 830, - [1750] = 940, - [1751] = 1623, - [1752] = 1623, - [1753] = 1623, - [1754] = 345, - [1755] = 344, - [1756] = 1623, - [1757] = 1631, - [1758] = 940, - [1759] = 1139, - [1760] = 319, - [1761] = 1002, - [1762] = 1228, - [1763] = 1520, - [1764] = 1003, - [1765] = 969, - [1766] = 1766, - [1767] = 320, - [1768] = 370, - [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, + [1670] = 348, + [1671] = 349, + [1672] = 794, + [1673] = 1277, + [1674] = 378, + [1675] = 799, + [1676] = 798, + [1677] = 352, + [1678] = 788, + [1679] = 821, + [1680] = 476, + [1681] = 352, + [1682] = 355, + [1683] = 830, + [1684] = 794, + [1685] = 355, + [1686] = 354, + [1687] = 1369, + [1688] = 353, + [1689] = 753, + [1690] = 755, + [1691] = 354, + [1692] = 798, + [1693] = 799, + [1694] = 354, + [1695] = 352, + [1696] = 821, + [1697] = 354, + [1698] = 368, + [1699] = 376, + [1700] = 358, + [1701] = 370, + [1702] = 1702, + [1703] = 375, + [1704] = 788, + [1705] = 1705, + [1706] = 1706, + [1707] = 365, + [1708] = 359, + [1709] = 373, + [1710] = 1710, + [1711] = 372, + [1712] = 367, + [1713] = 374, + [1714] = 352, + [1715] = 355, + [1716] = 371, + [1717] = 353, + [1718] = 999, + [1719] = 369, + [1720] = 364, + [1721] = 352, + [1722] = 795, + [1723] = 354, + [1724] = 354, + [1725] = 364, + [1726] = 363, + [1727] = 1727, + [1728] = 1728, + [1729] = 998, + [1730] = 383, + [1731] = 368, + [1732] = 360, + [1733] = 354, + [1734] = 361, + [1735] = 354, + [1736] = 366, + [1737] = 354, + [1738] = 362, + [1739] = 722, + [1740] = 717, + [1741] = 358, + [1742] = 999, + [1743] = 362, + [1744] = 355, + [1745] = 370, + [1746] = 376, + [1747] = 354, + [1748] = 858, + [1749] = 353, + [1750] = 365, + [1751] = 359, + [1752] = 354, + [1753] = 1710, + [1754] = 367, + [1755] = 352, + [1756] = 1706, + [1757] = 355, + [1758] = 1705, + [1759] = 799, + [1760] = 353, + [1761] = 354, + [1762] = 362, + [1763] = 1710, + [1764] = 352, + [1765] = 355, + [1766] = 798, + [1767] = 830, + [1768] = 1706, + [1769] = 824, + [1770] = 1702, + [1771] = 363, + [1772] = 367, + [1773] = 374, + [1774] = 369, + [1775] = 371, + [1776] = 794, + [1777] = 1702, + [1778] = 359, + [1779] = 365, + [1780] = 372, + [1781] = 1705, + [1782] = 363, + [1783] = 373, + [1784] = 998, + [1785] = 375, + [1786] = 360, + [1787] = 361, + [1788] = 358, + [1789] = 369, + [1790] = 354, + [1791] = 366, + [1792] = 374, + [1793] = 372, + [1794] = 376, + [1795] = 928, + [1796] = 375, + [1797] = 363, + [1798] = 352, + [1799] = 355, + [1800] = 372, + [1801] = 355, + [1802] = 378, + [1803] = 352, + [1804] = 378, + [1805] = 1805, + [1806] = 354, + [1807] = 1807, + [1808] = 355, + [1809] = 366, + [1810] = 353, + [1811] = 1805, + [1812] = 362, + [1813] = 1813, + [1814] = 353, + [1815] = 1807, + [1816] = 358, + [1817] = 1817, + [1818] = 369, + [1819] = 365, + [1820] = 359, + [1821] = 355, + [1822] = 1805, + [1823] = 1807, + [1824] = 352, + [1825] = 352, + [1826] = 366, + [1827] = 361, + [1828] = 360, + [1829] = 374, + [1830] = 370, + [1831] = 368, + [1832] = 364, + [1833] = 376, + [1834] = 366, + [1835] = 361, + [1836] = 360, [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, - [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, - [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, - [1945] = 1921, - [1946] = 320, - [1947] = 355, - [1948] = 319, - [1949] = 1921, - [1950] = 1921, - [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, + [1838] = 375, + [1839] = 373, + [1840] = 372, + [1841] = 371, + [1842] = 374, + [1843] = 370, + [1844] = 368, + [1845] = 364, + [1846] = 376, + [1847] = 361, + [1848] = 375, + [1849] = 367, + [1850] = 373, + [1851] = 352, + [1852] = 371, + [1853] = 374, + [1854] = 369, + [1855] = 363, + [1856] = 1167, + [1857] = 362, + [1858] = 371, + [1859] = 352, + [1860] = 358, + [1861] = 372, + [1862] = 370, + [1863] = 355, + [1864] = 959, + [1865] = 1001, + [1866] = 373, + [1867] = 365, + [1868] = 359, + [1869] = 378, + [1870] = 1128, + [1871] = 378, + [1872] = 367, + [1873] = 1813, + [1874] = 353, + [1875] = 1805, + [1876] = 375, + [1877] = 1807, + [1878] = 974, + [1879] = 369, + [1880] = 363, + [1881] = 362, + [1882] = 358, + [1883] = 348, + [1884] = 365, + [1885] = 359, + [1886] = 376, + [1887] = 349, + [1888] = 1728, + [1889] = 367, + [1890] = 1727, + [1891] = 355, + [1892] = 1813, + [1893] = 364, + [1894] = 368, + [1895] = 354, + [1896] = 1805, + [1897] = 1813, + [1898] = 1807, + [1899] = 1813, + [1900] = 370, + [1901] = 1817, + [1902] = 352, + [1903] = 1903, + [1904] = 360, + [1905] = 366, + [1906] = 361, + [1907] = 360, + [1908] = 999, + [1909] = 998, + [1910] = 1813, + [1911] = 370, + [1912] = 374, + [1913] = 360, + [1914] = 361, + [1915] = 928, + [1916] = 372, + [1917] = 375, + [1918] = 378, + [1919] = 376, + [1920] = 370, + [1921] = 370, + [1922] = 374, + [1923] = 366, + [1924] = 369, + [1925] = 368, + [1926] = 364, + [1927] = 376, + [1928] = 360, + [1929] = 361, + [1930] = 378, + [1931] = 363, + [1932] = 375, + [1933] = 1933, + [1934] = 366, + [1935] = 349, + [1936] = 348, + [1937] = 374, + [1938] = 1813, + [1939] = 1817, + [1940] = 352, + [1941] = 373, + [1942] = 362, + [1943] = 1943, + [1944] = 349, + [1945] = 1817, + [1946] = 1149, + [1947] = 376, + [1948] = 369, + [1949] = 348, + [1950] = 358, + [1951] = 369, + [1952] = 366, + [1953] = 361, + [1954] = 375, + [1955] = 363, + [1956] = 360, + [1957] = 1167, + [1958] = 383, + [1959] = 368, + [1960] = 365, + [1961] = 359, + [1962] = 378, + [1963] = 1257, + [1964] = 364, + [1965] = 1965, + [1966] = 383, + [1967] = 378, + [1968] = 371, + [1969] = 373, + [1970] = 371, + [1971] = 372, + [1972] = 372, [1973] = 1973, - [1974] = 1906, - [1975] = 1906, - [1976] = 352, - [1977] = 1977, + [1974] = 367, + [1975] = 1975, + [1976] = 1229, + [1977] = 1128, [1978] = 1978, - [1979] = 1978, - [1980] = 1925, - [1981] = 345, - [1982] = 344, - [1983] = 1928, - [1984] = 1968, - [1985] = 728, - [1986] = 1924, - [1987] = 1977, - [1988] = 1924, - [1989] = 1925, - [1990] = 1978, - [1991] = 333, - [1992] = 1967, - [1993] = 1944, - [1994] = 1978, - [1995] = 342, - [1996] = 1968, - [1997] = 661, - [1998] = 332, - [1999] = 340, - [2000] = 659, - [2001] = 1912, - [2002] = 343, - [2003] = 331, - [2004] = 319, - [2005] = 1966, - [2006] = 350, - [2007] = 320, - [2008] = 330, - [2009] = 1977, - [2010] = 1978, - [2011] = 1978, - [2012] = 1928, - [2013] = 343, - [2014] = 676, - [2015] = 352, - [2016] = 677, - [2017] = 1978, - [2018] = 1977, - [2019] = 340, - [2020] = 337, - [2021] = 346, - [2022] = 347, - [2023] = 1967, - [2024] = 1977, - [2025] = 1978, - [2026] = 1977, - [2027] = 1977, - [2028] = 356, - [2029] = 344, - [2030] = 1966, - [2031] = 1977, - [2032] = 1978, - [2033] = 355, - [2034] = 345, - [2035] = 1978, - [2036] = 1944, - [2037] = 1972, - [2038] = 347, - [2039] = 1977, - [2040] = 346, - [2041] = 1977, - [2042] = 1978, - [2043] = 342, - [2044] = 1972, - [2045] = 1977, - [2046] = 1978, - [2047] = 1963, - [2048] = 355, - [2049] = 1978, - [2050] = 1963, - [2051] = 2051, - [2052] = 1977, - [2053] = 350, - [2054] = 356, - [2055] = 1977, - [2056] = 1978, - [2057] = 337, - [2058] = 1978, - [2059] = 1977, - [2060] = 730, - [2061] = 1977, - [2062] = 319, - [2063] = 319, - [2064] = 355, - [2065] = 320, - [2066] = 2066, - [2067] = 2067, - [2068] = 319, - [2069] = 2066, - [2070] = 339, - [2071] = 2071, - [2072] = 2066, - [2073] = 352, - [2074] = 351, - [2075] = 340, - [2076] = 2076, - [2077] = 350, - [2078] = 320, - [2079] = 349, - [2080] = 336, - [2081] = 320, - [2082] = 2067, - [2083] = 2083, - [2084] = 356, - [2085] = 353, - [2086] = 354, - [2087] = 357, - [2088] = 2066, - [2089] = 2067, - [2090] = 2090, - [2091] = 2066, - [2092] = 2066, - [2093] = 345, - [2094] = 343, - [2095] = 319, - [2096] = 344, - [2097] = 342, - [2098] = 320, - [2099] = 347, - [2100] = 346, - [2101] = 337, - [2102] = 2066, - [2103] = 2103, - [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, + [1979] = 1979, + [1980] = 371, + [1981] = 362, + [1982] = 373, + [1983] = 1161, + [1984] = 378, + [1985] = 374, + [1986] = 1986, + [1987] = 1277, + [1988] = 370, + [1989] = 367, + [1990] = 1990, + [1991] = 1991, + [1992] = 1165, + [1993] = 358, + [1994] = 368, + [1995] = 364, + [1996] = 1817, + [1997] = 359, + [1998] = 365, + [1999] = 358, + [2000] = 2000, + [2001] = 362, + [2002] = 372, + [2003] = 365, + [2004] = 359, + [2005] = 376, + [2006] = 383, + [2007] = 378, + [2008] = 383, + [2009] = 366, + [2010] = 361, + [2011] = 1376, + [2012] = 360, + [2013] = 375, + [2014] = 1198, + [2015] = 363, + [2016] = 355, + [2017] = 1903, + [2018] = 367, + [2019] = 2019, + [2020] = 360, + [2021] = 376, + [2022] = 370, + [2023] = 1903, + [2024] = 375, + [2025] = 372, + [2026] = 374, + [2027] = 360, + [2028] = 361, + [2029] = 366, + [2030] = 2030, + [2031] = 1277, + [2032] = 383, + [2033] = 2000, + [2034] = 372, + [2035] = 375, + [2036] = 2036, + [2037] = 1165, + [2038] = 376, + [2039] = 2039, + [2040] = 2040, + [2041] = 1369, + [2042] = 2039, + [2043] = 370, + [2044] = 374, + [2045] = 383, + [2046] = 349, + [2047] = 348, + [2048] = 383, + [2049] = 349, + [2050] = 348, + [2051] = 2039, + [2052] = 360, + [2053] = 2053, + [2054] = 361, + [2055] = 366, + [2056] = 2056, + [2057] = 2057, + [2058] = 2058, + [2059] = 2039, + [2060] = 2039, + [2061] = 2039, + [2062] = 2039, + [2063] = 1376, + [2064] = 2064, + [2065] = 1229, + [2066] = 349, + [2067] = 348, + [2068] = 2039, + [2069] = 349, + [2070] = 348, + [2071] = 1943, + [2072] = 378, + [2073] = 383, + [2074] = 2039, + [2075] = 2039, + [2076] = 2039, + [2077] = 2039, + [2078] = 2039, + [2079] = 2039, + [2080] = 2019, + [2081] = 2039, + [2082] = 2039, + [2083] = 2039, + [2084] = 2039, + [2085] = 2085, + [2086] = 1198, + [2087] = 2039, + [2088] = 1975, + [2089] = 2039, + [2090] = 2039, + [2091] = 2039, + [2092] = 2039, + [2093] = 374, + [2094] = 383, + [2095] = 1903, + [2096] = 383, + [2097] = 2019, + [2098] = 2039, + [2099] = 2039, + [2100] = 2100, + [2101] = 2101, + [2102] = 2039, + [2103] = 2039, + [2104] = 376, + [2105] = 2019, + [2106] = 2039, + [2107] = 2039, + [2108] = 2039, + [2109] = 2039, + [2110] = 2039, + [2111] = 2111, + [2112] = 2112, + [2113] = 2113, + [2114] = 2039, + [2115] = 366, + [2116] = 2116, + [2117] = 2039, [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, - [2185] = 2185, - [2186] = 2185, - [2187] = 2187, - [2188] = 2182, - [2189] = 2185, - [2190] = 2187, - [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, - [2211] = 2185, - [2212] = 2185, - [2213] = 2183, - [2214] = 2185, - [2215] = 2182, - [2216] = 2185, - [2217] = 2182, - [2218] = 2187, - [2219] = 2182, - [2220] = 2185, - [2221] = 2182, - [2222] = 2182, - [2223] = 2185, - [2224] = 2187, - [2225] = 2183, - [2226] = 2182, - [2227] = 2187, - [2228] = 2182, - [2229] = 2182, - [2230] = 2185, - [2231] = 2187, - [2232] = 2185, - [2233] = 2182, - [2234] = 2185, - [2235] = 2182, - [2236] = 2187, - [2237] = 2185, - [2238] = 2187, - [2239] = 2185, - [2240] = 2183, - [2241] = 2182, - [2242] = 2182, - [2243] = 2185, - [2244] = 2185, - [2245] = 2185, - [2246] = 2182, - [2247] = 2182, - [2248] = 2183, - [2249] = 2185, - [2250] = 2182, - [2251] = 2185, - [2252] = 2185, - [2253] = 2183, - [2254] = 2183, - [2255] = 2183, - [2256] = 2182, - [2257] = 2183, - [2258] = 2185, - [2259] = 2183, - [2260] = 2187, - [2261] = 2187, - [2262] = 2185, - [2263] = 2182, - [2264] = 2183, - [2265] = 2183, - [2266] = 2185, - [2267] = 2183, - [2268] = 2183, - [2269] = 2183, - [2270] = 2182, - [2271] = 2182, - [2272] = 2183, - [2273] = 2185, - [2274] = 2183, - [2275] = 2185, - [2276] = 2183, - [2277] = 2183, - [2278] = 2187, - [2279] = 2187, - [2280] = 2183, - [2281] = 2185, - [2282] = 2182, - [2283] = 2185, - [2284] = 2183, - [2285] = 2187, - [2286] = 2182, - [2287] = 2183, - [2288] = 2185, - [2289] = 2183, - [2290] = 2185, - [2291] = 2183, - [2292] = 2292, - [2293] = 2187, - [2294] = 2183, - [2295] = 2295, - [2296] = 2183, - [2297] = 2182, - [2298] = 385, - [2299] = 2183, - [2300] = 2187, - [2301] = 2185, - [2302] = 2183, - [2303] = 2183, - [2304] = 2183, - [2305] = 2183, - [2306] = 2183, - [2307] = 2183, - [2308] = 2183, - [2309] = 1228, - [2310] = 2187, - [2311] = 2311, - [2312] = 2183, - [2313] = 2182, - [2314] = 2185, - [2315] = 2187, - [2316] = 2182, - [2317] = 2183, - [2318] = 2182, - [2319] = 2187, - [2320] = 2185, - [2321] = 2182, - [2322] = 2182, - [2323] = 2182, - [2324] = 2185, - [2325] = 2183, - [2326] = 2187, - [2327] = 2185, - [2328] = 2183, - [2329] = 2187, - [2330] = 2182, - [2331] = 2182, - [2332] = 2185, - [2333] = 2187, - [2334] = 2183, - [2335] = 2185, - [2336] = 2182, - [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, + [2119] = 361, + [2120] = 364, + [2121] = 2039, + [2122] = 1257, + [2123] = 371, + [2124] = 2039, + [2125] = 1161, + [2126] = 2039, + [2127] = 375, + [2128] = 1979, + [2129] = 1991, + [2130] = 2039, + [2131] = 2019, + [2132] = 372, + [2133] = 2039, + [2134] = 2039, + [2135] = 373, + [2136] = 2039, + [2137] = 370, + [2138] = 2039, + [2139] = 2039, + [2140] = 2039, + [2141] = 2039, + [2142] = 368, + [2143] = 2039, + [2144] = 2144, + [2145] = 2039, + [2146] = 2039, + [2147] = 2000, + [2148] = 1991, + [2149] = 2149, + [2150] = 1979, + [2151] = 2149, + [2152] = 2152, + [2153] = 2149, + [2154] = 2152, + [2155] = 2155, + [2156] = 2156, + [2157] = 2156, + [2158] = 348, + [2159] = 2159, + [2160] = 2160, + [2161] = 349, + [2162] = 2149, + [2163] = 2040, + [2164] = 2064, + [2165] = 2149, + [2166] = 2166, + [2167] = 2064, + [2168] = 2064, + [2169] = 2152, + [2170] = 2152, + [2171] = 2144, + [2172] = 2144, + [2173] = 2000, + [2174] = 2160, + [2175] = 2144, + [2176] = 2176, + [2177] = 2177, + [2178] = 349, + [2179] = 2179, + [2180] = 1990, + [2181] = 348, + [2182] = 2144, + [2183] = 2159, + [2184] = 2040, + [2185] = 1986, + [2186] = 2040, + [2187] = 1979, + [2188] = 2155, + [2189] = 1991, + [2190] = 2156, + [2191] = 2159, + [2192] = 2160, + [2193] = 1978, + [2194] = 2149, + [2195] = 2064, + [2196] = 1965, + [2197] = 2152, + [2198] = 2144, + [2199] = 2176, + [2200] = 2177, + [2201] = 2179, + [2202] = 2179, + [2203] = 2040, + [2204] = 383, + [2205] = 2176, + [2206] = 2177, + [2207] = 1933, + [2208] = 348, + [2209] = 2064, + [2210] = 349, + [2211] = 1973, + [2212] = 348, + [2213] = 1975, + [2214] = 1933, + [2215] = 1975, + [2216] = 349, + [2217] = 2040, + [2218] = 2149, + [2219] = 1943, + [2220] = 2155, + [2221] = 1943, + [2222] = 361, + [2223] = 2223, + [2224] = 2112, + [2225] = 374, + [2226] = 2116, + [2227] = 2227, + [2228] = 2085, + [2229] = 2229, + [2230] = 2230, + [2231] = 370, + [2232] = 2058, + [2233] = 360, + [2234] = 2057, + [2235] = 2056, + [2236] = 2053, + [2237] = 366, + [2238] = 2229, + [2239] = 2239, + [2240] = 2229, + [2241] = 368, + [2242] = 364, + [2243] = 2227, + [2244] = 2244, + [2245] = 2223, + [2246] = 2246, + [2247] = 2064, + [2248] = 2239, + [2249] = 2144, + [2250] = 2246, + [2251] = 376, + [2252] = 2244, + [2253] = 2246, + [2254] = 375, + [2255] = 2255, + [2256] = 373, + [2257] = 372, + [2258] = 2239, + [2259] = 2036, + [2260] = 2030, + [2261] = 371, + [2262] = 2100, + [2263] = 2111, + [2264] = 349, + [2265] = 2113, + [2266] = 2230, + [2267] = 2101, + [2268] = 2255, + [2269] = 2040, + [2270] = 348, + [2271] = 2271, + [2272] = 2227, + [2273] = 2244, + [2274] = 2223, + [2275] = 2118, + [2276] = 2276, + [2277] = 2277, + [2278] = 2278, + [2279] = 2279, + [2280] = 2276, + [2281] = 479, + [2282] = 2276, + [2283] = 2283, + [2284] = 374, + [2285] = 2285, + [2286] = 2286, + [2287] = 354, + [2288] = 353, + [2289] = 2286, + [2290] = 2286, + [2291] = 2286, + [2292] = 2286, + [2293] = 349, + [2294] = 348, + [2295] = 355, + [2296] = 371, + [2297] = 366, + [2298] = 2286, + [2299] = 794, + [2300] = 2300, + [2301] = 2286, + [2302] = 2302, + [2303] = 2303, + [2304] = 2286, + [2305] = 2286, + [2306] = 372, + [2307] = 830, + [2308] = 2308, + [2309] = 376, + [2310] = 2286, + [2311] = 361, + [2312] = 360, + [2313] = 373, + [2314] = 2286, + [2315] = 2286, + [2316] = 2286, + [2317] = 2317, + [2318] = 2318, + [2319] = 2286, + [2320] = 2286, + [2321] = 799, + [2322] = 2322, + [2323] = 2286, + [2324] = 2324, + [2325] = 2325, + [2326] = 352, + [2327] = 368, + [2328] = 2286, + [2329] = 2329, + [2330] = 349, + [2331] = 2331, + [2332] = 2286, + [2333] = 717, + [2334] = 722, + [2335] = 2335, + [2336] = 2286, + [2337] = 348, + [2338] = 2286, + [2339] = 375, + [2340] = 798, + [2341] = 2286, + [2342] = 2286, + [2343] = 370, + [2344] = 364, + [2345] = 2286, + [2346] = 361, + [2347] = 349, + [2348] = 348, + [2349] = 374, + [2350] = 362, + [2351] = 349, + [2352] = 360, + [2353] = 2279, + [2354] = 2279, + [2355] = 370, + [2356] = 368, + [2357] = 376, + [2358] = 363, + [2359] = 359, + [2360] = 369, + [2361] = 371, + [2362] = 367, + [2363] = 349, + [2364] = 358, + [2365] = 348, + [2366] = 372, + [2367] = 373, + [2368] = 366, + [2369] = 348, + [2370] = 364, + [2371] = 365, + [2372] = 375, [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, + [2374] = 2335, + [2375] = 2375, + [2376] = 375, + [2377] = 2300, + [2378] = 376, + [2379] = 364, + [2380] = 2375, + [2381] = 2324, + [2382] = 2373, + [2383] = 368, + [2384] = 370, + [2385] = 1128, + [2386] = 2386, + [2387] = 2375, + [2388] = 2373, + [2389] = 374, + [2390] = 378, + [2391] = 2373, + [2392] = 2375, + [2393] = 928, + [2394] = 2324, + [2395] = 2375, + [2396] = 2373, + [2397] = 2375, + [2398] = 2329, + [2399] = 2285, + [2400] = 2373, + [2401] = 2331, + [2402] = 2375, + [2403] = 2300, + [2404] = 2373, + [2405] = 366, + [2406] = 2375, + [2407] = 361, + [2408] = 360, + [2409] = 2308, + [2410] = 2335, + [2411] = 2375, + [2412] = 2412, + [2413] = 2373, + [2414] = 349, + [2415] = 348, + [2416] = 373, + [2417] = 360, + [2418] = 361, + [2419] = 2373, + [2420] = 366, + [2421] = 479, + [2422] = 2375, + [2423] = 374, + [2424] = 2375, [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, + [2426] = 372, + [2427] = 370, + [2428] = 371, + [2429] = 2373, + [2430] = 376, + [2431] = 2431, + [2432] = 2375, + [2433] = 1167, + [2434] = 2375, + [2435] = 2325, + [2436] = 375, + [2437] = 2373, + [2438] = 372, + [2439] = 368, + [2440] = 364, + [2441] = 2373, + [2442] = 2329, + [2443] = 2373, + [2444] = 2444, + [2445] = 2375, + [2446] = 2373, + [2447] = 2308, + [2448] = 373, + [2449] = 2325, + [2450] = 2318, + [2451] = 2375, + [2452] = 2318, + [2453] = 2331, [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, - [2514] = 2514, - [2515] = 356, - [2516] = 2514, - [2517] = 336, - [2518] = 2514, - [2519] = 2519, - [2520] = 2520, - [2521] = 2514, - [2522] = 2522, - [2523] = 2523, - [2524] = 2514, - [2525] = 661, - [2526] = 659, - [2527] = 2527, + [2455] = 2373, + [2456] = 371, + [2457] = 2285, + [2458] = 2458, + [2459] = 2459, + [2460] = 2458, + [2461] = 2458, + [2462] = 2462, + [2463] = 2462, + [2464] = 2462, + [2465] = 2458, + [2466] = 2462, + [2467] = 2458, + [2468] = 2468, + [2469] = 2458, + [2470] = 2458, + [2471] = 2471, + [2472] = 2458, + [2473] = 2459, + [2474] = 2474, + [2475] = 2458, + [2476] = 2462, + [2477] = 2468, + [2478] = 2458, + [2479] = 2458, + [2480] = 2480, + [2481] = 2458, + [2482] = 2482, + [2483] = 2471, + [2484] = 1165, + [2485] = 2468, + [2486] = 2486, + [2487] = 2458, + [2488] = 2458, + [2489] = 2458, + [2490] = 2490, + [2491] = 2458, + [2492] = 2471, + [2493] = 2458, + [2494] = 2458, + [2495] = 2458, + [2496] = 2458, + [2497] = 2458, + [2498] = 2458, + [2499] = 2458, + [2500] = 2458, + [2501] = 2468, + [2502] = 2458, + [2503] = 2458, + [2504] = 1257, + [2505] = 2458, + [2506] = 2462, + [2507] = 2458, + [2508] = 2458, + [2509] = 1161, + [2510] = 2458, + [2511] = 383, + [2512] = 2458, + [2513] = 2458, + [2514] = 2458, + [2515] = 2490, + [2516] = 2468, + [2517] = 2458, + [2518] = 2458, + [2519] = 354, + [2520] = 1198, + [2521] = 2458, + [2522] = 2468, + [2523] = 1229, + [2524] = 2468, + [2525] = 2458, + [2526] = 2458, + [2527] = 2458, [2528] = 2528, - [2529] = 345, - [2530] = 344, - [2531] = 342, - [2532] = 2532, - [2533] = 2514, - [2534] = 940, - [2535] = 2514, - [2536] = 2514, - [2537] = 2514, + [2529] = 349, + [2530] = 2471, + [2531] = 2462, + [2532] = 2471, + [2533] = 2458, + [2534] = 2471, + [2535] = 2490, + [2536] = 348, + [2537] = 2458, [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, + [2539] = 2458, + [2540] = 2458, + [2541] = 2458, + [2542] = 2468, + [2543] = 2474, + [2544] = 2471, + [2545] = 2471, + [2546] = 2546, + [2547] = 2528, + [2548] = 2480, + [2549] = 2468, + [2550] = 2458, + [2551] = 2471, + [2552] = 2458, + [2553] = 2546, + [2554] = 2482, + [2555] = 2458, + [2556] = 2458, + [2557] = 2557, + [2558] = 2558, + [2559] = 2558, + [2560] = 2560, + [2561] = 2561, + [2562] = 2562, + [2563] = 2560, + [2564] = 2564, + [2565] = 2560, + [2566] = 354, + [2567] = 2560, + [2568] = 2560, + [2569] = 2558, + [2570] = 2570, + [2571] = 2571, + [2572] = 2558, + [2573] = 2573, + [2574] = 2558, + [2575] = 2558, + [2576] = 717, + [2577] = 2560, + [2578] = 2558, + [2579] = 2560, + [2580] = 2580, + [2581] = 2560, + [2582] = 2558, [2583] = 353, - [2584] = 332, - [2585] = 2514, - [2586] = 2514, - [2587] = 370, - [2588] = 333, - [2589] = 2589, - [2590] = 661, - [2591] = 357, - [2592] = 2514, - [2593] = 2514, - [2594] = 355, - [2595] = 2433, - [2596] = 2514, - [2597] = 2425, - [2598] = 332, - [2599] = 356, - [2600] = 659, - [2601] = 2434, - [2602] = 2514, - [2603] = 2514, - [2604] = 955, - [2605] = 330, - [2606] = 345, - [2607] = 344, - [2608] = 2514, - [2609] = 2514, - [2610] = 385, - [2611] = 343, - [2612] = 2514, - [2613] = 2422, - [2614] = 350, - [2615] = 340, - [2616] = 2514, - [2617] = 339, - [2618] = 2514, - [2619] = 2427, - [2620] = 2437, - [2621] = 2621, - [2622] = 2436, - [2623] = 2427, - [2624] = 2514, - [2625] = 2625, - [2626] = 2434, - [2627] = 2425, - [2628] = 2514, - [2629] = 2514, - [2630] = 2514, - [2631] = 2433, - [2632] = 2514, - [2633] = 2514, - [2634] = 940, - [2635] = 351, - [2636] = 2437, - [2637] = 2514, - [2638] = 2514, - [2639] = 2514, - [2640] = 2514, - [2641] = 2422, - [2642] = 2514, - [2643] = 2426, - [2644] = 2512, - [2645] = 2514, - [2646] = 2514, - [2647] = 2436, - [2648] = 2547, - [2649] = 330, - [2650] = 331, - [2651] = 385, - [2652] = 2514, - [2653] = 2514, - [2654] = 730, - [2655] = 332, - [2656] = 728, - [2657] = 677, - [2658] = 676, - [2659] = 2514, - [2660] = 2426, - [2661] = 661, - [2662] = 2514, - [2663] = 659, - [2664] = 332, - [2665] = 331, - [2666] = 2514, - [2667] = 331, - [2668] = 347, - [2669] = 346, - [2670] = 337, - [2671] = 2476, - [2672] = 2477, - [2673] = 349, - [2674] = 2478, - [2675] = 2454, - [2676] = 332, - [2677] = 352, - [2678] = 2678, - [2679] = 2478, - [2680] = 730, - [2681] = 344, - [2682] = 343, - [2683] = 728, - [2684] = 345, - [2685] = 2685, - [2686] = 331, - [2687] = 356, - [2688] = 730, - [2689] = 332, - [2690] = 677, - [2691] = 2691, - [2692] = 355, - [2693] = 728, - [2694] = 676, - [2695] = 2621, - [2696] = 2696, - [2697] = 2437, - [2698] = 677, - [2699] = 676, - [2700] = 2476, - [2701] = 2477, - [2702] = 2478, - [2703] = 2427, - [2704] = 2476, - [2705] = 340, - [2706] = 2477, - [2707] = 969, - [2708] = 1003, - [2709] = 1002, - [2710] = 2454, - [2711] = 332, - [2712] = 331, - [2713] = 1003, - [2714] = 2625, - [2715] = 2685, - [2716] = 332, - [2717] = 1002, - [2718] = 331, - [2719] = 661, - [2720] = 2720, - [2721] = 659, - [2722] = 2691, - [2723] = 332, - [2724] = 676, - [2725] = 2725, - [2726] = 677, - [2727] = 2422, - [2728] = 331, - [2729] = 2434, - [2730] = 2730, - [2731] = 2476, - [2732] = 352, - [2733] = 2477, - [2734] = 2685, - [2735] = 2425, - [2736] = 2433, - [2737] = 2478, - [2738] = 2454, - [2739] = 330, - [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, + [2584] = 2560, + [2585] = 2557, + [2586] = 2558, + [2587] = 722, + [2588] = 2560, + [2589] = 2571, + [2590] = 2560, + [2591] = 2557, + [2592] = 2558, + [2593] = 2570, + [2594] = 2580, + [2595] = 2571, + [2596] = 2558, + [2597] = 2597, + [2598] = 2598, + [2599] = 2570, + [2600] = 2560, + [2601] = 2601, + [2602] = 2560, + [2603] = 2558, + [2604] = 2558, + [2605] = 2580, + [2606] = 2558, + [2607] = 2607, + [2608] = 2560, + [2609] = 2557, + [2610] = 353, + [2611] = 2560, + [2612] = 2560, + [2613] = 2558, + [2614] = 355, + [2615] = 352, + [2616] = 2580, + [2617] = 2617, + [2618] = 2560, + [2619] = 2560, + [2620] = 2558, + [2621] = 2557, + [2622] = 354, + [2623] = 2580, + [2624] = 2560, + [2625] = 2558, + [2626] = 2558, + [2627] = 2558, + [2628] = 355, + [2629] = 928, + [2630] = 2630, + [2631] = 2631, + [2632] = 2632, + [2633] = 2631, + [2634] = 2630, + [2635] = 2631, + [2636] = 2631, + [2637] = 2630, + [2638] = 2631, + [2639] = 2630, + [2640] = 2630, + [2641] = 2632, + [2642] = 360, + [2643] = 2630, + [2644] = 2631, + [2645] = 2632, + [2646] = 2630, + [2647] = 2630, + [2648] = 2631, + [2649] = 361, + [2650] = 2631, + [2651] = 2630, + [2652] = 2631, + [2653] = 2631, + [2654] = 2630, + [2655] = 2630, + [2656] = 2631, + [2657] = 2630, + [2658] = 2631, + [2659] = 2630, + [2660] = 2631, + [2661] = 2630, + [2662] = 2630, + [2663] = 355, + [2664] = 2630, + [2665] = 2631, + [2666] = 373, + [2667] = 2631, + [2668] = 2631, + [2669] = 2632, + [2670] = 2630, + [2671] = 2631, + [2672] = 2632, + [2673] = 2630, + [2674] = 359, + [2675] = 2631, + [2676] = 353, + [2677] = 2631, + [2678] = 367, + [2679] = 2630, + [2680] = 2630, + [2681] = 365, + [2682] = 2631, + [2683] = 2630, + [2684] = 367, + [2685] = 359, + [2686] = 365, + [2687] = 2631, + [2688] = 2631, + [2689] = 2632, + [2690] = 2564, + [2691] = 2630, + [2692] = 2630, + [2693] = 2632, + [2694] = 2630, + [2695] = 2632, + [2696] = 358, + [2697] = 2631, + [2698] = 2630, + [2699] = 2630, + [2700] = 2630, + [2701] = 362, + [2702] = 2630, + [2703] = 2631, + [2704] = 2632, + [2705] = 364, + [2706] = 2631, + [2707] = 717, + [2708] = 353, + [2709] = 722, + [2710] = 2631, + [2711] = 2630, + [2712] = 2632, + [2713] = 2632, + [2714] = 2632, + [2715] = 2632, + [2716] = 2631, + [2717] = 358, + [2718] = 371, + [2719] = 2631, + [2720] = 2630, + [2721] = 2631, + [2722] = 2631, + [2723] = 368, + [2724] = 372, + [2725] = 2632, + [2726] = 2573, + [2727] = 2631, + [2728] = 2632, + [2729] = 2630, + [2730] = 2632, + [2731] = 2561, + [2732] = 2607, + [2733] = 2631, + [2734] = 2630, + [2735] = 2630, + [2736] = 2631, + [2737] = 2631, + [2738] = 2632, + [2739] = 2631, + [2740] = 2630, + [2741] = 362, + [2742] = 378, + [2743] = 2631, + [2744] = 366, + [2745] = 2631, + [2746] = 361, + [2747] = 363, + [2748] = 2630, + [2749] = 2630, + [2750] = 360, + [2751] = 2630, + [2752] = 2630, + [2753] = 2630, + [2754] = 2631, + [2755] = 2631, + [2756] = 369, + [2757] = 375, + [2758] = 2632, + [2759] = 2631, + [2760] = 354, + [2761] = 2630, + [2762] = 2631, + [2763] = 2631, + [2764] = 2630, + [2765] = 2631, + [2766] = 2630, [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, - [2788] = 2788, - [2789] = 2781, - [2790] = 677, - [2791] = 2625, - [2792] = 2792, - [2793] = 2621, - [2794] = 331, - [2795] = 728, - [2796] = 332, - [2797] = 2476, - [2798] = 2798, - [2799] = 2477, - [2800] = 2800, - [2801] = 2478, - [2802] = 2454, - [2803] = 2803, - [2804] = 2784, - [2805] = 730, - [2806] = 2768, - [2807] = 2725, - [2808] = 2778, - [2809] = 1228, - [2810] = 2810, - [2811] = 2811, - [2812] = 2812, - [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, - [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, - [2877] = 2877, - [2878] = 2812, - [2879] = 2625, - [2880] = 332, - [2881] = 2740, - [2882] = 330, - [2883] = 2725, - [2884] = 2696, - [2885] = 2885, - [2886] = 2740, - [2887] = 2696, - [2888] = 330, - [2889] = 2522, - [2890] = 2519, - [2891] = 2725, - [2892] = 333, - [2893] = 385, - [2894] = 2725, - [2895] = 2740, - [2896] = 2896, - [2897] = 2885, - [2898] = 2885, - [2899] = 2896, - [2900] = 2896, - [2901] = 331, - [2902] = 2621, - [2903] = 2696, - [2904] = 353, - [2905] = 2905, - [2906] = 2425, - [2907] = 330, - [2908] = 2725, - [2909] = 2909, - [2910] = 2910, - [2911] = 2427, - [2912] = 2912, + [2768] = 354, + [2769] = 2631, + [2770] = 2630, + [2771] = 2630, + [2772] = 2632, + [2773] = 2630, + [2774] = 2631, + [2775] = 2630, + [2776] = 352, + [2777] = 2632, + [2778] = 2630, + [2779] = 2631, + [2780] = 2631, + [2781] = 2632, + [2782] = 2632, + [2783] = 2630, + [2784] = 2631, + [2785] = 2632, + [2786] = 2630, + [2787] = 352, + [2788] = 2630, + [2789] = 2632, + [2790] = 2631, + [2791] = 374, + [2792] = 2632, + [2793] = 370, + [2794] = 2631, + [2795] = 2632, + [2796] = 2632, + [2797] = 2632, + [2798] = 376, + [2799] = 374, + [2800] = 369, + [2801] = 2632, + [2802] = 2630, + [2803] = 2631, + [2804] = 2632, + [2805] = 2630, + [2806] = 830, + [2807] = 2630, + [2808] = 2630, + [2809] = 2631, + [2810] = 2630, + [2811] = 2630, + [2812] = 363, + [2813] = 799, + [2814] = 2632, + [2815] = 794, + [2816] = 2631, + [2817] = 2631, + [2818] = 2632, + [2819] = 2630, + [2820] = 2631, + [2821] = 2631, + [2822] = 376, + [2823] = 366, + [2824] = 798, + [2825] = 2630, + [2826] = 2631, + [2827] = 2827, + [2828] = 2631, + [2829] = 928, + [2830] = 2630, + [2831] = 2631, + [2832] = 2630, + [2833] = 2631, + [2834] = 2631, + [2835] = 2631, + [2836] = 2630, + [2837] = 2630, + [2838] = 371, + [2839] = 2632, + [2840] = 2631, + [2841] = 2630, + [2842] = 373, + [2843] = 2631, + [2844] = 2630, + [2845] = 2631, + [2846] = 2630, + [2847] = 2631, + [2848] = 2631, + [2849] = 2630, + [2850] = 2632, + [2851] = 2630, + [2852] = 375, + [2853] = 2630, + [2854] = 2630, + [2855] = 2631, + [2856] = 2630, + [2857] = 364, + [2858] = 368, + [2859] = 2631, + [2860] = 2630, + [2861] = 2631, + [2862] = 2862, + [2863] = 372, + [2864] = 2632, + [2865] = 2631, + [2866] = 2630, + [2867] = 2631, + [2868] = 2632, + [2869] = 2617, + [2870] = 2630, + [2871] = 2631, + [2872] = 2631, + [2873] = 2632, + [2874] = 354, + [2875] = 2632, + [2876] = 2632, + [2877] = 2632, + [2878] = 2632, + [2879] = 2597, + [2880] = 2631, + [2881] = 2598, + [2882] = 2632, + [2883] = 2630, + [2884] = 2631, + [2885] = 378, + [2886] = 2631, + [2887] = 2632, + [2888] = 2630, + [2889] = 2632, + [2890] = 370, + [2891] = 2601, + [2892] = 2630, + [2893] = 2630, + [2894] = 2632, + [2895] = 354, + [2896] = 2632, + [2897] = 2573, + [2898] = 361, + [2899] = 354, + [2900] = 383, + [2901] = 376, + [2902] = 2902, + [2903] = 370, + [2904] = 1167, + [2905] = 374, + [2906] = 354, + [2907] = 352, + [2908] = 375, + [2909] = 355, + [2910] = 372, + [2911] = 1128, + [2912] = 1128, [2913] = 2913, - [2914] = 2437, - [2915] = 2915, - [2916] = 2916, - [2917] = 2917, - [2918] = 2918, - [2919] = 2919, - [2920] = 2434, - [2921] = 2921, - [2922] = 2922, - [2923] = 2923, - [2924] = 336, - [2925] = 347, - [2926] = 355, - [2927] = 354, - [2928] = 345, - [2929] = 330, - [2930] = 337, - [2931] = 2931, - [2932] = 2696, - [2933] = 343, - [2934] = 344, - [2935] = 2935, - [2936] = 2740, - [2937] = 331, - [2938] = 2938, - [2939] = 356, - [2940] = 2433, - [2941] = 2941, - [2942] = 2427, - [2943] = 351, - [2944] = 2944, - [2945] = 659, - [2946] = 2921, - [2947] = 357, - [2948] = 340, - [2949] = 339, - [2950] = 2950, + [2914] = 722, + [2915] = 366, + [2916] = 378, + [2917] = 360, + [2918] = 2564, + [2919] = 374, + [2920] = 370, + [2921] = 368, + [2922] = 364, + [2923] = 2564, + [2924] = 2561, + [2925] = 717, + [2926] = 2617, + [2927] = 2573, + [2928] = 360, + [2929] = 361, + [2930] = 366, + [2931] = 2564, + [2932] = 376, + [2933] = 352, + [2934] = 375, + [2935] = 368, + [2936] = 364, + [2937] = 373, + [2938] = 372, + [2939] = 1167, + [2940] = 371, + [2941] = 2597, + [2942] = 2617, + [2943] = 373, + [2944] = 355, + [2945] = 2601, + [2946] = 349, + [2947] = 1990, + [2948] = 371, + [2949] = 354, + [2950] = 355, [2951] = 352, - [2952] = 661, - [2953] = 2425, - [2954] = 346, - [2955] = 2921, - [2956] = 332, - [2957] = 2957, - [2958] = 2422, - [2959] = 342, - [2960] = 349, - [2961] = 2961, - [2962] = 2962, - [2963] = 2963, - [2964] = 2964, - [2965] = 2965, - [2966] = 330, - [2967] = 2967, - [2968] = 350, - [2969] = 2969, - [2970] = 331, - [2971] = 2971, - [2972] = 2477, - [2973] = 677, - [2974] = 676, - [2975] = 2975, - [2976] = 2976, - [2977] = 2478, - [2978] = 2454, - [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, - [3003] = 3003, - [3004] = 3004, - [3005] = 3005, - [3006] = 3006, - [3007] = 3007, - [3008] = 3008, - [3009] = 3009, - [3010] = 2434, - [3011] = 332, - [3012] = 3012, - [3013] = 3013, - [3014] = 730, - [3015] = 333, - [3016] = 2422, - [3017] = 728, - [3018] = 2478, - [3019] = 330, - [3020] = 2476, + [2952] = 354, + [2953] = 369, + [2954] = 367, + [2955] = 2607, + [2956] = 2598, + [2957] = 2607, + [2958] = 2561, + [2959] = 2597, + [2960] = 363, + [2961] = 383, + [2962] = 2598, + [2963] = 359, + [2964] = 2573, + [2965] = 1986, + [2966] = 365, + [2967] = 2617, + [2968] = 2597, + [2969] = 722, + [2970] = 717, + [2971] = 799, + [2972] = 798, + [2973] = 794, + [2974] = 830, + [2975] = 362, + [2976] = 1965, + [2977] = 358, + [2978] = 358, + [2979] = 362, + [2980] = 365, + [2981] = 352, + [2982] = 359, + [2983] = 2598, + [2984] = 2601, + [2985] = 369, + [2986] = 355, + [2987] = 2601, + [2988] = 363, + [2989] = 348, + [2990] = 1978, + [2991] = 378, + [2992] = 367, + [2993] = 2607, + [2994] = 2561, + [2995] = 722, + [2996] = 717, + [2997] = 352, + [2998] = 354, + [2999] = 352, + [3000] = 2101, + [3001] = 830, + [3002] = 794, + [3003] = 798, + [3004] = 799, + [3005] = 355, + [3006] = 383, + [3007] = 717, + [3008] = 722, + [3009] = 2561, + [3010] = 2036, + [3011] = 3011, + [3012] = 2607, + [3013] = 830, + [3014] = 2100, + [3015] = 794, + [3016] = 798, + [3017] = 799, + [3018] = 2030, + [3019] = 1165, + [3020] = 2564, [3021] = 3021, - [3022] = 728, - [3023] = 2477, - [3024] = 730, - [3025] = 677, - [3026] = 2476, + [3022] = 1161, + [3023] = 383, + [3024] = 1198, + [3025] = 3011, + [3026] = 1165, [3027] = 3027, - [3028] = 2877, - [3029] = 2427, - [3030] = 2454, + [3028] = 1198, + [3029] = 794, + [3030] = 2902, [3031] = 3031, - [3032] = 3032, - [3033] = 331, - [3034] = 3034, - [3035] = 3035, - [3036] = 3036, - [3037] = 3037, - [3038] = 3038, - [3039] = 332, - [3040] = 3040, - [3041] = 3041, - [3042] = 3042, + [3032] = 355, + [3033] = 352, + [3034] = 2913, + [3035] = 830, + [3036] = 355, + [3037] = 3011, + [3038] = 352, + [3039] = 2597, + [3040] = 2573, + [3041] = 798, + [3042] = 2617, [3043] = 3043, - [3044] = 3044, - [3045] = 3045, - [3046] = 3046, + [3044] = 355, + [3045] = 799, + [3046] = 1161, [3047] = 3047, [3048] = 3048, [3049] = 3049, [3050] = 3050, [3051] = 3051, - [3052] = 332, - [3053] = 333, - [3054] = 3054, + [3052] = 3052, + [3053] = 3053, + [3054] = 3050, [3055] = 3055, - [3056] = 676, - [3057] = 3057, - [3058] = 3058, + [3056] = 3056, + [3057] = 3050, + [3058] = 3050, [3059] = 3059, - [3060] = 3060, + [3060] = 3050, [3061] = 3061, [3062] = 3062, [3063] = 3063, - [3064] = 3064, + [3064] = 3050, [3065] = 3065, [3066] = 3066, - [3067] = 2433, + [3067] = 3051, [3068] = 3068, - [3069] = 353, - [3070] = 349, - [3071] = 2625, - [3072] = 345, - [3073] = 350, - [3074] = 676, - [3075] = 354, - [3076] = 353, - [3077] = 2547, - [3078] = 2621, - [3079] = 342, - [3080] = 356, - [3081] = 339, - [3082] = 336, - [3083] = 351, - [3084] = 955, - [3085] = 349, - [3086] = 355, - [3087] = 339, - [3088] = 352, - [3089] = 370, - [3090] = 2512, - [3091] = 357, - [3092] = 2477, - [3093] = 343, - [3094] = 728, - [3095] = 730, - [3096] = 2476, - [3097] = 352, - [3098] = 354, - [3099] = 357, - [3100] = 677, - [3101] = 940, - [3102] = 355, - [3103] = 342, - [3104] = 340, - [3105] = 336, - [3106] = 347, - [3107] = 370, - [3108] = 3108, - [3109] = 356, - [3110] = 337, - [3111] = 346, - [3112] = 346, - [3113] = 337, - [3114] = 849, - [3115] = 2621, - [3116] = 385, - [3117] = 344, - [3118] = 340, - [3119] = 333, - [3120] = 347, - [3121] = 2478, - [3122] = 2454, - [3123] = 350, - [3124] = 331, - [3125] = 351, - [3126] = 345, - [3127] = 2625, - [3128] = 344, - [3129] = 343, - [3130] = 332, - [3131] = 342, - [3132] = 357, - [3133] = 2547, - [3134] = 340, - [3135] = 337, - [3136] = 349, - [3137] = 2725, - [3138] = 346, - [3139] = 336, - [3140] = 343, - [3141] = 347, - [3142] = 2512, - [3143] = 385, - [3144] = 385, - [3145] = 2625, - [3146] = 955, - [3147] = 370, - [3148] = 940, - [3149] = 353, - [3150] = 354, - [3151] = 351, - [3152] = 344, - [3153] = 345, - [3154] = 352, - [3155] = 2740, - [3156] = 350, - [3157] = 2621, - [3158] = 339, - [3159] = 319, - [3160] = 320, - [3161] = 2696, - [3162] = 355, - [3163] = 356, - [3164] = 2696, - [3165] = 1228, - [3166] = 1180, - [3167] = 385, - [3168] = 1002, - [3169] = 2779, - [3170] = 2769, - [3171] = 1003, - [3172] = 2811, - [3173] = 2725, - [3174] = 2803, - [3175] = 2740, - [3176] = 969, - [3177] = 2845, - [3178] = 2786, - [3179] = 2839, - [3180] = 2831, - [3181] = 2843, - [3182] = 2777, - [3183] = 2779, - [3184] = 2831, - [3185] = 2835, - [3186] = 2773, - [3187] = 2784, - [3188] = 2764, - [3189] = 2861, - [3190] = 2792, - [3191] = 2771, - [3192] = 2786, - [3193] = 2766, - [3194] = 2772, - [3195] = 2774, - [3196] = 2778, - [3197] = 2781, - [3198] = 2775, - [3199] = 2768, - [3200] = 2776, - [3201] = 2780, - [3202] = 3202, - [3203] = 2826, - [3204] = 3204, - [3205] = 2785, - [3206] = 2845, - [3207] = 2788, - [3208] = 2810, - [3209] = 2767, - [3210] = 2811, - [3211] = 2787, - [3212] = 2843, - [3213] = 2798, - [3214] = 2800, - [3215] = 1180, - [3216] = 2765, - [3217] = 1228, - [3218] = 2814, - [3219] = 2813, - [3220] = 2839, - [3221] = 2803, - [3222] = 2834, - [3223] = 2840, - [3224] = 2777, - [3225] = 2832, - [3226] = 2812, - [3227] = 2769, - [3228] = 2823, - [3229] = 2833, - [3230] = 2822, - [3231] = 319, - [3232] = 319, - [3233] = 3233, - [3234] = 3233, - [3235] = 3235, - [3236] = 320, - [3237] = 3233, - [3238] = 3235, - [3239] = 3235, - [3240] = 3233, - [3241] = 320, - [3242] = 3235, - [3243] = 3243, - [3244] = 3244, - [3245] = 3243, - [3246] = 3244, - [3247] = 3244, - [3248] = 3243, - [3249] = 3244, - [3250] = 3244, - [3251] = 3243, - [3252] = 3243, - [3253] = 3243, - [3254] = 3244, - [3255] = 3243, - [3256] = 3244, - [3257] = 3244, - [3258] = 3244, - [3259] = 3243, - [3260] = 3243, - [3261] = 3244, - [3262] = 3243, - [3263] = 3243, - [3264] = 3244, - [3265] = 3243, - [3266] = 3244, - [3267] = 3243, - [3268] = 3243, - [3269] = 3243, - [3270] = 3244, - [3271] = 3271, - [3272] = 3244, - [3273] = 3243, - [3274] = 3244, - [3275] = 3244, - [3276] = 3243, - [3277] = 3244, - [3278] = 3243, - [3279] = 3244, - [3280] = 3244, - [3281] = 3244, - [3282] = 3243, - [3283] = 3243, - [3284] = 3243, - [3285] = 3243, - [3286] = 3243, - [3287] = 3244, - [3288] = 3244, - [3289] = 3244, - [3290] = 3244, - [3291] = 3244, - [3292] = 3243, - [3293] = 3244, - [3294] = 3243, - [3295] = 3243, - [3296] = 3244, - [3297] = 3244, - [3298] = 3243, - [3299] = 3244, - [3300] = 3244, - [3301] = 330, - [3302] = 3244, - [3303] = 3243, - [3304] = 3243, - [3305] = 3243, - [3306] = 3243, - [3307] = 3243, - [3308] = 3244, - [3309] = 3243, - [3310] = 3244, - [3311] = 3244, - [3312] = 3243, - [3313] = 3244, - [3314] = 3244, - [3315] = 3244, - [3316] = 3243, - [3317] = 3243, - [3318] = 3243, - [3319] = 3244, - [3320] = 3244, - [3321] = 3244, - [3322] = 3243, - [3323] = 3243, - [3324] = 3243, - [3325] = 3244, - [3326] = 3243, - [3327] = 3244, - [3328] = 3244, - [3329] = 3243, - [3330] = 3244, - [3331] = 3244, - [3332] = 3243, - [3333] = 3243, - [3334] = 3243, - [3335] = 3335, + [3069] = 2902, + [3070] = 3050, + [3071] = 3071, + [3072] = 3072, + [3073] = 3073, + [3074] = 3074, + [3075] = 3050, + [3076] = 3076, + [3077] = 3077, + [3078] = 3078, + [3079] = 3079, + [3080] = 3050, + [3081] = 3081, + [3082] = 3082, + [3083] = 3050, + [3084] = 3050, + [3085] = 3085, + [3086] = 3086, + [3087] = 3087, + [3088] = 3087, + [3089] = 3081, + [3090] = 3077, + [3091] = 3091, + [3092] = 3050, + [3093] = 3091, + [3094] = 3050, + [3095] = 3050, + [3096] = 3096, + [3097] = 3073, + [3098] = 3050, + [3099] = 999, + [3100] = 3050, + [3101] = 998, + [3102] = 3050, + [3103] = 3050, + [3104] = 3050, + [3105] = 3050, + [3106] = 3078, + [3107] = 3071, + [3108] = 830, + [3109] = 3050, + [3110] = 3050, + [3111] = 794, + [3112] = 3050, + [3113] = 1257, + [3114] = 3050, + [3115] = 3079, + [3116] = 798, + [3117] = 3050, + [3118] = 799, + [3119] = 352, + [3120] = 3120, + [3121] = 3050, + [3122] = 355, + [3123] = 3050, + [3124] = 3096, + [3125] = 3050, + [3126] = 3050, + [3127] = 2913, + [3128] = 3050, + [3129] = 3050, + [3130] = 3086, + [3131] = 3050, + [3132] = 3072, + [3133] = 3050, + [3134] = 3134, + [3135] = 3135, + [3136] = 3136, + [3137] = 3137, + [3138] = 3138, + [3139] = 3139, + [3140] = 3059, + [3141] = 3141, + [3142] = 3142, + [3143] = 1229, + [3144] = 3031, + [3145] = 3021, + [3146] = 3043, + [3147] = 3050, + [3148] = 3055, + [3149] = 3050, + [3150] = 3061, + [3151] = 3151, + [3152] = 3050, + [3153] = 3153, + [3154] = 2913, + [3155] = 3134, + [3156] = 1257, + [3157] = 3157, + [3158] = 3158, + [3159] = 3159, + [3160] = 3160, + [3161] = 3053, + [3162] = 3066, + [3163] = 3163, + [3164] = 3164, + [3165] = 3165, + [3166] = 354, + [3167] = 3050, + [3168] = 3168, + [3169] = 3169, + [3170] = 3170, + [3171] = 3050, + [3172] = 3120, + [3173] = 3173, + [3174] = 3174, + [3175] = 3048, + [3176] = 3085, + [3177] = 3056, + [3178] = 3050, + [3179] = 3179, + [3180] = 3050, + [3181] = 3050, + [3182] = 3182, + [3183] = 3183, + [3184] = 3169, + [3185] = 3050, + [3186] = 3050, + [3187] = 3187, + [3188] = 2913, + [3189] = 3050, + [3190] = 3139, + [3191] = 3050, + [3192] = 3052, + [3193] = 353, + [3194] = 3065, + [3195] = 3050, + [3196] = 3050, + [3197] = 3183, + [3198] = 3168, + [3199] = 3074, + [3200] = 3050, + [3201] = 3050, + [3202] = 1229, + [3203] = 355, + [3204] = 3050, + [3205] = 3050, + [3206] = 3135, + [3207] = 3165, + [3208] = 3164, + [3209] = 3050, + [3210] = 3187, + [3211] = 352, + [3212] = 3050, + [3213] = 3163, + [3214] = 3136, + [3215] = 3151, + [3216] = 2902, + [3217] = 3138, + [3218] = 3159, + [3219] = 3050, + [3220] = 3158, + [3221] = 2902, + [3222] = 3062, + [3223] = 3050, + [3224] = 3174, + [3225] = 3225, + [3226] = 3226, + [3227] = 3227, + [3228] = 3226, + [3229] = 3170, + [3230] = 3050, + [3231] = 3160, + [3232] = 3068, + [3233] = 3050, + [3234] = 3225, + [3235] = 3227, + [3236] = 3047, + [3237] = 3063, + [3238] = 3049, + [3239] = 3050, + [3240] = 3137, + [3241] = 3050, + [3242] = 373, + [3243] = 354, + [3244] = 367, + [3245] = 359, + [3246] = 365, + [3247] = 2913, + [3248] = 2902, + [3249] = 358, + [3250] = 362, + [3251] = 3251, + [3252] = 3252, + [3253] = 363, + [3254] = 369, + [3255] = 3021, + [3256] = 372, + [3257] = 3021, + [3258] = 3258, + [3259] = 3043, + [3260] = 3031, + [3261] = 371, + [3262] = 376, + [3263] = 3021, + [3264] = 3258, + [3265] = 3252, + [3266] = 375, + [3267] = 3031, + [3268] = 3043, + [3269] = 3252, + [3270] = 364, + [3271] = 3251, + [3272] = 368, + [3273] = 3043, + [3274] = 3031, + [3275] = 370, + [3276] = 3251, + [3277] = 366, + [3278] = 361, + [3279] = 360, + [3280] = 374, + [3281] = 3258, + [3282] = 352, + [3283] = 3283, + [3284] = 717, + [3285] = 722, + [3286] = 2564, + [3287] = 2597, + [3288] = 354, + [3289] = 354, + [3290] = 3283, + [3291] = 355, + [3292] = 3292, + [3293] = 3293, + [3294] = 2617, + [3295] = 2573, + [3296] = 3031, + [3297] = 2597, + [3298] = 354, + [3299] = 2561, + [3300] = 3283, + [3301] = 2617, + [3302] = 2607, + [3303] = 1376, + [3304] = 3021, + [3305] = 3043, + [3306] = 378, + [3307] = 798, + [3308] = 352, + [3309] = 383, + [3310] = 2617, + [3311] = 353, + [3312] = 353, + [3313] = 355, + [3314] = 352, + [3315] = 2573, + [3316] = 2607, + [3317] = 830, + [3318] = 2597, + [3319] = 3319, + [3320] = 798, + [3321] = 3319, + [3322] = 799, + [3323] = 2561, + [3324] = 799, + [3325] = 999, + [3326] = 354, + [3327] = 3327, + [3328] = 717, + [3329] = 352, + [3330] = 355, + [3331] = 3319, + [3332] = 3327, + [3333] = 3327, + [3334] = 722, + [3335] = 355, [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, + [3337] = 355, + [3338] = 794, + [3339] = 2564, + [3340] = 352, + [3341] = 830, + [3342] = 998, + [3343] = 794, + [3344] = 353, + [3345] = 354, + [3346] = 2902, + [3347] = 373, + [3348] = 3348, + [3349] = 3349, + [3350] = 371, + [3351] = 360, + [3352] = 361, + [3353] = 366, + [3354] = 370, + [3355] = 362, + [3356] = 3356, + [3357] = 794, + [3358] = 355, + [3359] = 3359, + [3360] = 3360, + [3361] = 358, + [3362] = 1167, + [3363] = 376, + [3364] = 365, + [3365] = 3365, + [3366] = 359, + [3367] = 365, + [3368] = 2913, + [3369] = 830, + [3370] = 364, + [3371] = 364, + [3372] = 373, + [3373] = 3373, + [3374] = 367, + [3375] = 374, + [3376] = 3376, + [3377] = 2902, + [3378] = 376, + [3379] = 368, + [3380] = 364, + [3381] = 352, + [3382] = 3382, + [3383] = 799, + [3384] = 3384, + [3385] = 370, + [3386] = 353, + [3387] = 369, + [3388] = 376, + [3389] = 3389, + [3390] = 372, + [3391] = 3391, + [3392] = 366, + [3393] = 361, + [3394] = 363, + [3395] = 375, + [3396] = 2913, + [3397] = 360, + [3398] = 928, + [3399] = 3399, + [3400] = 798, + [3401] = 369, + [3402] = 368, + [3403] = 367, + [3404] = 363, + [3405] = 373, + [3406] = 363, + [3407] = 367, + [3408] = 375, + [3409] = 358, + [3410] = 374, + [3411] = 3411, + [3412] = 378, + [3413] = 369, + [3414] = 372, + [3415] = 3415, + [3416] = 359, + [3417] = 371, + [3418] = 365, + [3419] = 374, + [3420] = 3420, + [3421] = 375, + [3422] = 3422, + [3423] = 372, + [3424] = 370, + [3425] = 3425, + [3426] = 3426, + [3427] = 3427, + [3428] = 3428, + [3429] = 362, + [3430] = 3430, + [3431] = 371, + [3432] = 1128, + [3433] = 358, + [3434] = 366, + [3435] = 359, + [3436] = 361, + [3437] = 362, + [3438] = 3438, + [3439] = 360, + [3440] = 378, + [3441] = 3441, + [3442] = 368, + [3443] = 3443, + [3444] = 372, + [3445] = 3445, + [3446] = 3446, + [3447] = 3447, + [3448] = 3448, + [3449] = 3449, + [3450] = 3450, + [3451] = 3451, + [3452] = 3452, + [3453] = 3453, + [3454] = 3454, + [3455] = 3455, + [3456] = 3456, + [3457] = 358, + [3458] = 3458, + [3459] = 3459, + [3460] = 3460, + [3461] = 3461, + [3462] = 3462, + [3463] = 3463, + [3464] = 3464, + [3465] = 3465, + [3466] = 1128, + [3467] = 3467, + [3468] = 3468, + [3469] = 2913, + [3470] = 373, + [3471] = 3471, + [3472] = 3472, + [3473] = 378, [3474] = 3474, [3475] = 3475, - [3476] = 2621, - [3477] = 347, - [3478] = 352, - [3479] = 350, + [3476] = 3476, + [3477] = 3477, + [3478] = 363, + [3479] = 3479, [3480] = 370, - [3481] = 3475, - [3482] = 346, - [3483] = 3483, + [3481] = 3481, + [3482] = 3482, + [3483] = 383, [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, + [3485] = 3485, + [3486] = 367, + [3487] = 3487, + [3488] = 360, + [3489] = 3489, + [3490] = 3490, + [3491] = 3485, + [3492] = 361, + [3493] = 374, + [3494] = 366, + [3495] = 3495, + [3496] = 2902, + [3497] = 3487, + [3498] = 1167, + [3499] = 3499, + [3500] = 3487, + [3501] = 3501, + [3502] = 3502, + [3503] = 3503, + [3504] = 3043, + [3505] = 3021, [3506] = 3506, - [3507] = 3507, - [3508] = 3506, - [3509] = 3509, - [3510] = 3506, + [3507] = 3031, + [3508] = 3508, + [3509] = 365, + [3510] = 359, [3511] = 3511, - [3512] = 3506, + [3512] = 368, [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, + [3514] = 3514, + [3515] = 383, + [3516] = 376, + [3517] = 3517, + [3518] = 378, + [3519] = 3519, + [3520] = 3520, + [3521] = 1376, + [3522] = 3522, + [3523] = 3523, + [3524] = 3524, + [3525] = 375, + [3526] = 3526, + [3527] = 364, [3528] = 3528, - [3529] = 347, - [3530] = 1180, - [3531] = 351, - [3532] = 345, - [3533] = 3533, - [3534] = 1228, - [3535] = 344, - [3536] = 343, - [3537] = 346, + [3529] = 3485, + [3530] = 3530, + [3531] = 3531, + [3532] = 3532, + [3533] = 362, + [3534] = 3534, + [3535] = 3535, + [3536] = 3485, + [3537] = 3537, [3538] = 3538, - [3539] = 3539, - [3540] = 340, - [3541] = 349, + [3539] = 3487, + [3540] = 3540, + [3541] = 369, [3542] = 3542, [3543] = 3543, - [3544] = 330, + [3544] = 371, [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, + [3546] = 3031, + [3547] = 3062, + [3548] = 3137, + [3549] = 3139, + [3550] = 3136, + [3551] = 3174, + [3552] = 3043, + [3553] = 383, + [3554] = 1198, + [3555] = 3134, + [3556] = 3052, + [3557] = 383, + [3558] = 3072, + [3559] = 3055, + [3560] = 3086, + [3561] = 3061, + [3562] = 3065, + [3563] = 3071, + [3564] = 1165, + [3565] = 1229, + [3566] = 3021, + [3567] = 1161, + [3568] = 3568, + [3569] = 3051, + [3570] = 3073, + [3571] = 3068, + [3572] = 1257, + [3573] = 3059, + [3574] = 3048, + [3575] = 3187, + [3576] = 349, + [3577] = 3120, + [3578] = 354, + [3579] = 3086, + [3580] = 3226, + [3581] = 3047, + [3582] = 3087, + [3583] = 3052, + [3584] = 3170, + [3585] = 3137, + [3586] = 3049, + [3587] = 3169, + [3588] = 3063, + [3589] = 3227, + [3590] = 3160, + [3591] = 3053, + [3592] = 3139, + [3593] = 1229, + [3594] = 3091, + [3595] = 3074, + [3596] = 3073, + [3597] = 3159, + [3598] = 3158, + [3599] = 3055, + [3600] = 3225, + [3601] = 3163, + [3602] = 3085, + [3603] = 3077, + [3604] = 3165, + [3605] = 3183, + [3606] = 3081, + [3607] = 3061, + [3608] = 3066, + [3609] = 3609, + [3610] = 3174, + [3611] = 3096, + [3612] = 1257, + [3613] = 3062, + [3614] = 3138, + [3615] = 3164, + [3616] = 3065, + [3617] = 3056, + [3618] = 348, + [3619] = 3051, + [3620] = 3079, + [3621] = 3151, + [3622] = 3068, + [3623] = 3168, + [3624] = 3072, + [3625] = 3135, + [3626] = 3136, + [3627] = 3134, + [3628] = 3078, + [3629] = 3071, [3630] = 3630, - [3631] = 3631, - [3632] = 330, + [3631] = 353, + [3632] = 798, [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, + [3634] = 3630, + [3635] = 352, + [3636] = 3630, + [3637] = 355, + [3638] = 3633, + [3639] = 3633, + [3640] = 3633, + [3641] = 830, + [3642] = 3630, + [3643] = 799, + [3644] = 794, + [3645] = 364, + [3646] = 358, + [3647] = 363, + [3648] = 371, [3649] = 3649, - [3650] = 3630, - [3651] = 385, - [3652] = 3652, + [3650] = 376, + [3651] = 360, + [3652] = 365, [3653] = 3653, - [3654] = 3654, - [3655] = 3655, - [3656] = 3656, - [3657] = 3657, - [3658] = 3658, - [3659] = 3659, - [3660] = 3660, + [3654] = 2902, + [3655] = 366, + [3656] = 359, + [3657] = 373, + [3658] = 1128, + [3659] = 378, + [3660] = 362, [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, - [3681] = 3681, - [3682] = 3662, - [3683] = 3683, - [3684] = 3659, - [3685] = 3657, - [3686] = 3668, - [3687] = 3687, - [3688] = 331, - [3689] = 3660, - [3690] = 3690, - [3691] = 3691, - [3692] = 3658, - [3693] = 332, - [3694] = 3661, - [3695] = 333, - [3696] = 3696, - [3697] = 3697, - [3698] = 3654, - [3699] = 3668, - [3700] = 3671, - [3701] = 3701, - [3702] = 3702, - [3703] = 3703, - [3704] = 3658, - [3705] = 3654, - [3706] = 3661, - [3707] = 3660, - [3708] = 3657, - [3709] = 3709, - [3710] = 3662, - [3711] = 3659, - [3712] = 3712, - [3713] = 3713, - [3714] = 3662, - [3715] = 3715, - [3716] = 3716, - [3717] = 3717, - [3718] = 3657, - [3719] = 3660, - [3720] = 3720, - [3721] = 3721, - [3722] = 3722, - [3723] = 3723, - [3724] = 3724, - [3725] = 3725, - [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, - [3790] = 3790, - [3791] = 3791, - [3792] = 3791, + [3662] = 374, + [3663] = 1167, + [3664] = 372, + [3665] = 375, + [3666] = 369, + [3667] = 361, + [3668] = 370, + [3669] = 368, + [3670] = 367, + [3671] = 349, + [3672] = 383, + [3673] = 349, + [3674] = 348, + [3675] = 348, + [3676] = 3676, + [3677] = 3677, + [3678] = 3677, + [3679] = 3676, + [3680] = 3677, + [3681] = 3677, + [3682] = 3677, + [3683] = 3676, + [3684] = 3677, + [3685] = 3677, + [3686] = 3676, + [3687] = 3676, + [3688] = 3677, + [3689] = 3677, + [3690] = 3676, + [3691] = 3677, + [3692] = 3676, + [3693] = 3677, + [3694] = 3677, + [3695] = 3677, + [3696] = 3676, + [3697] = 3676, + [3698] = 3676, + [3699] = 3676, + [3700] = 3676, + [3701] = 3677, + [3702] = 3677, + [3703] = 3676, + [3704] = 3677, + [3705] = 3677, + [3706] = 3676, + [3707] = 3676, + [3708] = 3677, + [3709] = 3676, + [3710] = 3677, + [3711] = 3677, + [3712] = 3676, + [3713] = 3676, + [3714] = 3676, + [3715] = 3676, + [3716] = 3677, + [3717] = 3677, + [3718] = 3677, + [3719] = 3676, + [3720] = 1229, + [3721] = 3677, + [3722] = 3676, + [3723] = 3677, + [3724] = 3676, + [3725] = 3677, + [3726] = 3676, + [3727] = 3677, + [3728] = 3676, + [3729] = 3677, + [3730] = 3676, + [3731] = 3676, + [3732] = 3676, + [3733] = 3677, + [3734] = 3677, + [3735] = 3677, + [3736] = 3736, + [3737] = 3676, + [3738] = 3677, + [3739] = 3676, + [3740] = 3677, + [3741] = 3676, + [3742] = 3677, + [3743] = 3676, + [3744] = 3677, + [3745] = 3677, + [3746] = 3676, + [3747] = 3676, + [3748] = 3677, + [3749] = 3676, + [3750] = 3677, + [3751] = 3677, + [3752] = 3677, + [3753] = 3676, + [3754] = 3676, + [3755] = 3677, + [3756] = 1257, + [3757] = 3676, + [3758] = 3676, + [3759] = 3677, + [3760] = 3676, + [3761] = 3677, + [3762] = 3676, + [3763] = 3677, + [3764] = 3676, + [3765] = 3677, + [3766] = 3676, + [3767] = 3677, + [3768] = 3676, + [3769] = 3677, + [3770] = 3676, + [3771] = 3676, + [3772] = 3677, + [3773] = 3676, + [3774] = 3677, + [3775] = 3676, + [3776] = 3677, + [3777] = 3676, + [3778] = 3677, + [3779] = 3677, + [3780] = 3676, + [3781] = 3676, + [3782] = 3676, + [3783] = 3676, + [3784] = 3677, + [3785] = 3677, + [3786] = 3677, + [3787] = 3676, + [3788] = 3676, + [3789] = 3677, + [3790] = 3677, + [3791] = 3676, + [3792] = 3676, [3793] = 3793, - [3794] = 3794, - [3795] = 3791, + [3794] = 3793, + [3795] = 3793, [3796] = 3796, - [3797] = 3797, - [3798] = 3791, - [3799] = 3799, - [3800] = 3797, - [3801] = 3801, - [3802] = 3802, - [3803] = 3791, - [3804] = 3804, - [3805] = 3791, - [3806] = 3701, - [3807] = 3807, - [3808] = 3791, - [3809] = 3797, - [3810] = 3791, - [3811] = 3811, + [3797] = 3793, + [3798] = 3796, + [3799] = 3793, + [3800] = 3800, + [3801] = 3796, + [3802] = 3793, + [3803] = 3796, + [3804] = 3793, + [3805] = 3796, + [3806] = 3800, + [3807] = 3793, + [3808] = 3800, + [3809] = 3793, + [3810] = 3800, + [3811] = 3793, [3812] = 3812, - [3813] = 3791, - [3814] = 3797, - [3815] = 3815, - [3816] = 3816, - [3817] = 3817, - [3818] = 3791, - [3819] = 3791, - [3820] = 3791, - [3821] = 3797, - [3822] = 3822, - [3823] = 3823, - [3824] = 3824, - [3825] = 3791, - [3826] = 3797, - [3827] = 3827, - [3828] = 3797, - [3829] = 3791, - [3830] = 3797, - [3831] = 3831, - [3832] = 3832, - [3833] = 3833, - [3834] = 3834, - [3835] = 3797, - [3836] = 3791, - [3837] = 3791, - [3838] = 385, - [3839] = 3839, - [3840] = 3797, - [3841] = 3791, - [3842] = 3811, - [3843] = 3843, - [3844] = 3844, - [3845] = 3791, - [3846] = 3791, - [3847] = 3847, - [3848] = 3791, - [3849] = 3849, - [3850] = 3797, - [3851] = 3851, - [3852] = 3791, - [3853] = 3853, - [3854] = 3791, - [3855] = 3797, - [3856] = 3856, - [3857] = 3797, - [3858] = 3791, - [3859] = 3791, - [3860] = 3791, - [3861] = 3861, - [3862] = 3791, - [3863] = 3797, - [3864] = 3864, - [3865] = 3791, - [3866] = 3791, - [3867] = 3867, - [3868] = 3791, - [3869] = 3869, - [3870] = 3797, - [3871] = 3797, - [3872] = 3797, - [3873] = 3791, - [3874] = 3791, - [3875] = 3791, - [3876] = 3797, - [3877] = 3797, - [3878] = 1585, - [3879] = 1586, - [3880] = 3811, - [3881] = 3797, - [3882] = 3882, - [3883] = 3883, - [3884] = 3791, - [3885] = 3885, - [3886] = 3791, - [3887] = 3791, - [3888] = 3888, - [3889] = 3791, - [3890] = 3847, - [3891] = 3891, - [3892] = 3892, - [3893] = 3797, - [3894] = 3797, - [3895] = 3895, - [3896] = 3896, - [3897] = 3897, - [3898] = 3898, - [3899] = 3899, - [3900] = 3900, - [3901] = 3791, - [3902] = 3791, - [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, - [3937] = 3937, - [3938] = 3925, - [3939] = 3933, - [3940] = 3925, - [3941] = 3925, - [3942] = 1698, - [3943] = 3933, - [3944] = 3925, - [3945] = 340, - [3946] = 3925, - [3947] = 3933, - [3948] = 3925, - [3949] = 3933, - [3950] = 3933, - [3951] = 3735, - [3952] = 3952, - [3953] = 3953, - [3954] = 3925, - [3955] = 3925, - [3956] = 3956, - [3957] = 3925, - [3958] = 3925, - [3959] = 3933, - [3960] = 3925, - [3961] = 3937, - [3962] = 3925, - [3963] = 3933, - [3964] = 3933, - [3965] = 3925, - [3966] = 3933, - [3967] = 1709, - [3968] = 1713, - [3969] = 3925, - [3970] = 3925, - [3971] = 3933, - [3972] = 3933, - [3973] = 3925, - [3974] = 3933, - [3975] = 3975, + [3813] = 3800, + [3814] = 3796, + [3815] = 3796, + [3816] = 3796, + [3817] = 3796, + [3818] = 3800, + [3819] = 3793, + [3820] = 3800, + [3821] = 3793, + [3822] = 3796, + [3823] = 3800, + [3824] = 3796, + [3825] = 3800, + [3826] = 3793, + [3827] = 3800, + [3828] = 3793, + [3829] = 3793, + [3830] = 3793, + [3831] = 3796, + [3832] = 3800, + [3833] = 3796, + [3834] = 3796, + [3835] = 3793, + [3836] = 3793, + [3837] = 3796, + [3838] = 3800, + [3839] = 3800, + [3840] = 3800, + [3841] = 3796, + [3842] = 3796, + [3843] = 3793, + [3844] = 3793, + [3845] = 3793, + [3846] = 3796, + [3847] = 3800, + [3848] = 3796, + [3849] = 3796, + [3850] = 3800, + [3851] = 3793, + [3852] = 3812, + [3853] = 3796, + [3854] = 3796, + [3855] = 3796, + [3856] = 3796, + [3857] = 3800, + [3858] = 3812, + [3859] = 3800, + [3860] = 3793, + [3861] = 3793, + [3862] = 3793, + [3863] = 3793, + [3864] = 3793, + [3865] = 3796, + [3866] = 3800, + [3867] = 3800, + [3868] = 3796, + [3869] = 3800, + [3870] = 3812, + [3871] = 3800, + [3872] = 3812, + [3873] = 3800, + [3874] = 3800, + [3875] = 3796, + [3876] = 3800, + [3877] = 3796, + [3878] = 3793, + [3879] = 3796, + [3880] = 3796, + [3881] = 3793, + [3882] = 3796, + [3883] = 3800, + [3884] = 3793, + [3885] = 3800, + [3886] = 3800, + [3887] = 3796, + [3888] = 3796, + [3889] = 3796, + [3890] = 3793, + [3891] = 3800, + [3892] = 3812, + [3893] = 3800, + [3894] = 3793, + [3895] = 3796, + [3896] = 3793, + [3897] = 3796, + [3898] = 3793, + [3899] = 3796, + [3900] = 3796, + [3901] = 3800, + [3902] = 3800, + [3903] = 3800, + [3904] = 3800, + [3905] = 3800, + [3906] = 3800, + [3907] = 3796, + [3908] = 3800, + [3909] = 3800, + [3910] = 3800, + [3911] = 3793, + [3912] = 3793, + [3913] = 3796, + [3914] = 3812, + [3915] = 3796, + [3916] = 3796, + [3917] = 3796, + [3918] = 3800, + [3919] = 3796, + [3920] = 3793, + [3921] = 3793, + [3922] = 3812, + [3923] = 3800, + [3924] = 3796, + [3925] = 3800, + [3926] = 3800, + [3927] = 3800, + [3928] = 3793, + [3929] = 3800, + [3930] = 3800, + [3931] = 3796, + [3932] = 3796, + [3933] = 3796, + [3934] = 3812, + [3935] = 3800, + [3936] = 3796, + [3937] = 3800, + [3938] = 3796, + [3939] = 3796, + [3940] = 3793, + [3941] = 3796, + [3942] = 3800, + [3943] = 3800, + [3944] = 3800, + [3945] = 3793, + [3946] = 3793, + [3947] = 3793, + [3948] = 3796, + [3949] = 3793, + [3950] = 3796, + [3951] = 3800, + [3952] = 3793, + [3953] = 3800, + [3954] = 3796, + [3955] = 3796, + [3956] = 3793, + [3957] = 3796, + [3958] = 3800, + [3959] = 3800, + [3960] = 3800, + [3961] = 3800, + [3962] = 3962, + [3963] = 3963, + [3964] = 3964, + [3965] = 3965, + [3966] = 3964, + [3967] = 3964, + [3968] = 3964, + [3969] = 3964, + [3970] = 3970, + [3971] = 3971, + [3972] = 3964, + [3973] = 3964, + [3974] = 3974, + [3975] = 374, [3976] = 3976, - [3977] = 3925, - [3978] = 343, - [3979] = 3925, - [3980] = 3772, - [3981] = 3925, - [3982] = 3746, - [3983] = 3937, - [3984] = 3925, - [3985] = 3933, - [3986] = 3925, - [3987] = 3925, - [3988] = 3956, - [3989] = 3933, - [3990] = 3956, - [3991] = 3925, - [3992] = 3925, - [3993] = 3933, - [3994] = 3746, - [3995] = 3933, - [3996] = 3925, - [3997] = 3997, - [3998] = 3933, - [3999] = 3925, - [4000] = 3975, - [4001] = 3933, - [4002] = 3925, - [4003] = 1428, - [4004] = 3925, - [4005] = 3925, - [4006] = 349, - [4007] = 3933, - [4008] = 351, - [4009] = 3925, - [4010] = 3925, - [4011] = 3735, - [4012] = 3933, - [4013] = 3925, - [4014] = 3925, - [4015] = 3975, - [4016] = 3933, - [4017] = 3925, - [4018] = 4018, - [4019] = 3925, - [4020] = 3925, - [4021] = 3925, - [4022] = 3933, - [4023] = 3925, - [4024] = 355, - [4025] = 356, - [4026] = 4026, - [4027] = 4027, + [3977] = 3976, + [3978] = 3976, + [3979] = 3976, + [3980] = 3976, + [3981] = 3976, + [3982] = 363, + [3983] = 370, + [3984] = 369, + [3985] = 3976, + [3986] = 3976, + [3987] = 3976, + [3988] = 360, + [3989] = 3976, + [3990] = 3976, + [3991] = 3991, + [3992] = 3976, + [3993] = 3976, + [3994] = 3976, + [3995] = 3976, + [3996] = 3996, + [3997] = 364, + [3998] = 3976, + [3999] = 3976, + [4000] = 361, + [4001] = 986, + [4002] = 3976, + [4003] = 368, + [4004] = 3976, + [4005] = 366, + [4006] = 4006, + [4007] = 354, + [4008] = 4008, + [4009] = 4009, + [4010] = 4010, + [4011] = 4011, + [4012] = 4012, + [4013] = 4013, + [4014] = 4014, + [4015] = 4013, + [4016] = 4014, + [4017] = 355, + [4018] = 4014, + [4019] = 4019, + [4020] = 4020, + [4021] = 4014, + [4022] = 4013, + [4023] = 4020, + [4024] = 4020, + [4025] = 4013, + [4026] = 4020, + [4027] = 4020, [4028] = 4028, - [4029] = 4026, - [4030] = 4030, - [4031] = 4028, - [4032] = 4026, + [4029] = 4014, + [4030] = 4014, + [4031] = 353, + [4032] = 4028, [4033] = 4028, - [4034] = 4030, - [4035] = 4035, - [4036] = 4026, - [4037] = 4037, - [4038] = 4038, - [4039] = 4039, - [4040] = 4040, - [4041] = 4026, - [4042] = 4042, - [4043] = 4026, - [4044] = 4037, - [4045] = 4045, - [4046] = 4026, - [4047] = 4047, - [4048] = 4040, - [4049] = 4040, - [4050] = 4026, - [4051] = 4030, - [4052] = 4039, - [4053] = 4053, - [4054] = 4038, - [4055] = 4028, - [4056] = 4047, - [4057] = 4047, - [4058] = 4030, - [4059] = 4026, - [4060] = 4026, - [4061] = 4061, - [4062] = 4045, - [4063] = 4063, - [4064] = 4064, - [4065] = 4047, - [4066] = 4047, - [4067] = 4042, - [4068] = 4026, - [4069] = 4042, - [4070] = 4040, - [4071] = 4042, - [4072] = 4072, - [4073] = 4042, - [4074] = 4039, - [4075] = 4028, - [4076] = 4039, - [4077] = 4026, - [4078] = 4039, + [4034] = 4013, + [4035] = 4020, + [4036] = 4014, + [4037] = 4013, + [4038] = 4013, + [4039] = 4013, + [4040] = 4019, + [4041] = 4019, + [4042] = 4014, + [4043] = 4020, + [4044] = 4020, + [4045] = 352, + [4046] = 368, + [4047] = 369, + [4048] = 360, + [4049] = 4049, + [4050] = 360, + [4051] = 362, + [4052] = 363, + [4053] = 4049, + [4054] = 4049, + [4055] = 375, + [4056] = 364, + [4057] = 374, + [4058] = 359, + [4059] = 361, + [4060] = 378, + [4061] = 376, + [4062] = 361, + [4063] = 365, + [4064] = 366, + [4065] = 4065, + [4066] = 358, + [4067] = 366, + [4068] = 364, + [4069] = 368, + [4070] = 367, + [4071] = 372, + [4072] = 370, + [4073] = 374, + [4074] = 371, + [4075] = 373, + [4076] = 370, + [4077] = 4077, + [4078] = 4078, [4079] = 4079, [4080] = 4080, - [4081] = 4027, - [4082] = 4040, - [4083] = 4047, - [4084] = 4026, - [4085] = 4028, - [4086] = 4026, - [4087] = 4030, - [4088] = 4030, - [4089] = 4030, - [4090] = 4063, + [4081] = 4081, + [4082] = 4082, + [4083] = 4083, + [4084] = 4084, + [4085] = 4085, + [4086] = 4086, + [4087] = 4087, + [4088] = 4088, + [4089] = 4089, + [4090] = 4090, [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, + [4092] = 4092, + [4093] = 354, + [4094] = 4094, + [4095] = 4084, + [4096] = 4082, + [4097] = 4097, + [4098] = 354, + [4099] = 383, + [4100] = 4082, + [4101] = 4101, + [4102] = 4084, + [4103] = 4103, + [4104] = 4104, + [4105] = 4105, + [4106] = 4106, + [4107] = 4107, + [4108] = 355, + [4109] = 4109, + [4110] = 4110, + [4111] = 4104, + [4112] = 4112, + [4113] = 4113, [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, + [4115] = 4113, + [4116] = 4116, + [4117] = 4117, + [4118] = 4118, + [4119] = 4119, + [4120] = 4120, + [4121] = 4121, + [4122] = 4107, + [4123] = 4110, + [4124] = 4124, + [4125] = 4106, + [4126] = 4104, + [4127] = 4127, + [4128] = 4128, + [4129] = 352, + [4130] = 4120, [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, + [4133] = 4133, + [4134] = 1990, + [4135] = 4119, + [4136] = 1986, + [4137] = 4114, + [4138] = 4116, + [4139] = 4117, + [4140] = 4114, + [4141] = 4117, + [4142] = 4142, + [4143] = 4121, + [4144] = 4116, + [4145] = 355, + [4146] = 4119, + [4147] = 4121, + [4148] = 4148, + [4149] = 4149, + [4150] = 4150, + [4151] = 4151, + [4152] = 353, + [4153] = 4153, + [4154] = 4116, + [4155] = 4113, [4156] = 4156, - [4157] = 4042, - [4158] = 4047, - [4159] = 4115, - [4160] = 4026, - [4161] = 4114, + [4157] = 4106, + [4158] = 4109, + [4159] = 360, + [4160] = 361, + [4161] = 4161, [4162] = 4162, - [4163] = 4042, - [4164] = 4028, - [4165] = 4039, - [4166] = 4026, - [4167] = 4040, - [4168] = 4168, + [4163] = 366, + [4164] = 4164, + [4165] = 4165, + [4166] = 4106, + [4167] = 4110, + [4168] = 4112, [4169] = 4169, [4170] = 4170, [4171] = 4171, - [4172] = 4026, - [4173] = 4173, - [4174] = 4174, - [4175] = 4040, - [4176] = 4176, + [4172] = 353, + [4173] = 4107, + [4174] = 4120, + [4175] = 4114, + [4176] = 4112, [4177] = 4177, - [4178] = 4026, - [4179] = 4179, - [4180] = 4180, - [4181] = 4040, + [4178] = 4178, + [4179] = 1978, + [4180] = 4121, + [4181] = 4117, [4182] = 4182, - [4183] = 4030, - [4184] = 4026, - [4185] = 4185, - [4186] = 4186, - [4187] = 4187, - [4188] = 4188, - [4189] = 4189, - [4190] = 4026, + [4183] = 4104, + [4184] = 4109, + [4185] = 4112, + [4186] = 352, + [4187] = 1965, + [4188] = 4110, + [4189] = 4107, + [4190] = 4113, [4191] = 4191, - [4192] = 4192, - [4193] = 4193, + [4192] = 362, + [4193] = 364, [4194] = 4194, [4195] = 4195, - [4196] = 4026, - [4197] = 4197, + [4196] = 371, + [4197] = 358, [4198] = 4198, [4199] = 4199, - [4200] = 4039, - [4201] = 4201, - [4202] = 4026, - [4203] = 4099, - [4204] = 4030, - [4205] = 4205, - [4206] = 4040, - [4207] = 4207, - [4208] = 4026, - [4209] = 4209, - [4210] = 4210, - [4211] = 4211, - [4212] = 4028, - [4213] = 4042, - [4214] = 4026, - [4215] = 4042, - [4216] = 4030, - [4217] = 4131, - [4218] = 4047, - [4219] = 4040, - [4220] = 4026, - [4221] = 4132, - [4222] = 4042, - [4223] = 4053, - [4224] = 1002, - [4225] = 4028, - [4226] = 4026, - [4227] = 4039, - [4228] = 4139, - [4229] = 4039, - [4230] = 4028, - [4231] = 4042, - [4232] = 4026, - [4233] = 4042, - [4234] = 4028, - [4235] = 4039, - [4236] = 4047, - [4237] = 4040, - [4238] = 4026, - [4239] = 4040, - [4240] = 4030, - [4241] = 4030, - [4242] = 4242, - [4243] = 4243, - [4244] = 4047, - [4245] = 4115, - [4246] = 4114, + [4200] = 4200, + [4201] = 362, + [4202] = 4202, + [4203] = 4203, + [4204] = 358, + [4205] = 366, + [4206] = 361, + [4207] = 2030, + [4208] = 366, + [4209] = 360, + [4210] = 2036, + [4211] = 361, + [4212] = 4212, + [4213] = 2101, + [4214] = 365, + [4215] = 359, + [4216] = 378, + [4217] = 4217, + [4218] = 368, + [4219] = 4219, + [4220] = 375, + [4221] = 363, + [4222] = 374, + [4223] = 4194, + [4224] = 378, + [4225] = 4225, + [4226] = 363, + [4227] = 369, + [4228] = 372, + [4229] = 4229, + [4230] = 4230, + [4231] = 4231, + [4232] = 370, + [4233] = 375, + [4234] = 369, + [4235] = 360, + [4236] = 367, + [4237] = 371, + [4238] = 2100, + [4239] = 360, + [4240] = 4240, + [4241] = 376, + [4242] = 364, + [4243] = 368, + [4244] = 374, + [4245] = 361, + [4246] = 372, [4247] = 4247, - [4248] = 4030, - [4249] = 4026, - [4250] = 4250, - [4251] = 4030, - [4252] = 4039, - [4253] = 4040, - [4254] = 4047, + [4248] = 4248, + [4249] = 366, + [4250] = 359, + [4251] = 365, + [4252] = 367, + [4253] = 376, + [4254] = 373, [4255] = 4255, - [4256] = 4028, - [4257] = 4042, - [4258] = 4047, - [4259] = 4042, - [4260] = 4047, - [4261] = 4030, - [4262] = 4262, - [4263] = 4028, - [4264] = 4039, - [4265] = 4039, - [4266] = 4040, - [4267] = 4267, - [4268] = 4040, + [4256] = 4256, + [4257] = 373, + [4258] = 4258, + [4259] = 370, + [4260] = 4260, + [4261] = 4261, + [4262] = 4194, + [4263] = 370, + [4264] = 375, + [4265] = 4265, + [4266] = 4266, + [4267] = 4265, + [4268] = 4268, [4269] = 4269, - [4270] = 4270, - [4271] = 4271, - [4272] = 4114, + [4270] = 1990, + [4271] = 1986, + [4272] = 4272, [4273] = 4273, [4274] = 4274, - [4275] = 4061, - [4276] = 4030, - [4277] = 4277, - [4278] = 4278, - [4279] = 4115, - [4280] = 4028, - [4281] = 4042, - [4282] = 4282, - [4283] = 4038, + [4275] = 4275, + [4276] = 4276, + [4277] = 4265, + [4278] = 4265, + [4279] = 4265, + [4280] = 4280, + [4281] = 4281, + [4282] = 4265, + [4283] = 4265, [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, + [4285] = 4284, + [4286] = 4284, + [4287] = 4284, + [4288] = 4265, + [4289] = 4289, + [4290] = 4284, + [4291] = 4291, + [4292] = 4284, + [4293] = 4284, + [4294] = 4265, + [4295] = 4265, + [4296] = 376, + [4297] = 4284, + [4298] = 4284, [4299] = 4299, [4300] = 4300, - [4301] = 4301, - [4302] = 4302, - [4303] = 4303, - [4304] = 4304, - [4305] = 4305, + [4301] = 4284, + [4302] = 1161, + [4303] = 4265, + [4304] = 4284, + [4305] = 4284, [4306] = 4306, - [4307] = 4307, - [4308] = 4308, - [4309] = 4042, - [4310] = 4028, - [4311] = 4039, + [4307] = 4284, + [4308] = 4284, + [4309] = 4265, + [4310] = 4310, + [4311] = 4265, [4312] = 4312, - [4313] = 4028, - [4314] = 4040, - [4315] = 4030, - [4316] = 4091, - [4317] = 4042, - [4318] = 4047, - [4319] = 4039, - [4320] = 4028, - [4321] = 4030, - [4322] = 4242, - [4323] = 4040, - [4324] = 4030, - [4325] = 4040, - [4326] = 4131, - [4327] = 4039, - [4328] = 4132, - [4329] = 4047, - [4330] = 4243, - [4331] = 4139, - [4332] = 4028, - [4333] = 4042, - [4334] = 4047, - [4335] = 4115, - [4336] = 4114, - [4337] = 4042, - [4338] = 352, - [4339] = 4028, - [4340] = 4039, - [4341] = 4030, - [4342] = 4039, - [4343] = 4047, - [4344] = 4040, - [4345] = 4030, - [4346] = 4030, - [4347] = 4042, - [4348] = 4028, - [4349] = 4039, - [4350] = 4040, - [4351] = 4030, - [4352] = 4030, - [4353] = 4040, - [4354] = 4040, - [4355] = 4040, - [4356] = 4030, - [4357] = 4028, - [4358] = 4039, - [4359] = 4042, - [4360] = 4028, - [4361] = 4042, - [4362] = 4282, - [4363] = 4255, - [4364] = 4039, - [4365] = 4269, - [4366] = 4247, - [4367] = 4047, - [4368] = 4028, - [4369] = 4273, - [4370] = 4042, - [4371] = 4026, - [4372] = 4047, - [4373] = 4277, - [4374] = 4250, - [4375] = 4047, - [4376] = 4030, - [4377] = 4042, - [4378] = 4040, - [4379] = 4039, - [4380] = 4262, - [4381] = 4028, - [4382] = 4028, - [4383] = 4042, - [4384] = 4099, - [4385] = 4039, - [4386] = 342, - [4387] = 4047, - [4388] = 4047, - [4389] = 4040, - [4390] = 4030, - [4391] = 4047, - [4392] = 4277, - [4393] = 4030, - [4394] = 4255, - [4395] = 4042, - [4396] = 4028, - [4397] = 4039, - [4398] = 4040, - [4399] = 350, - [4400] = 4079, - [4401] = 4030, - [4402] = 4040, - [4403] = 4039, - [4404] = 4028, - [4405] = 4047, - [4406] = 4242, - [4407] = 4042, - [4408] = 4028, - [4409] = 4243, - [4410] = 4247, - [4411] = 4042, - [4412] = 4026, - [4413] = 4255, - [4414] = 4028, - [4415] = 4042, - [4416] = 4030, - [4417] = 4040, - [4418] = 4039, - [4419] = 4030, - [4420] = 4030, - [4421] = 4040, - [4422] = 4039, - [4423] = 4040, - [4424] = 4028, - [4425] = 4040, - [4426] = 4028, - [4427] = 4250, - [4428] = 4042, - [4429] = 4030, - [4430] = 4040, - [4431] = 4282, - [4432] = 4039, - [4433] = 4273, - [4434] = 4047, - [4435] = 4030, - [4436] = 4277, - [4437] = 4273, - [4438] = 4042, - [4439] = 4028, - [4440] = 4028, - [4441] = 4039, - [4442] = 4039, - [4443] = 4262, - [4444] = 4028, - [4445] = 4040, - [4446] = 4040, - [4447] = 4028, - [4448] = 4039, - [4449] = 4042, - [4450] = 4040, - [4451] = 4030, - [4452] = 337, - [4453] = 346, - [4454] = 347, - [4455] = 4030, - [4456] = 4028, - [4457] = 4047, - [4458] = 4039, - [4459] = 4030, - [4460] = 4040, - [4461] = 4273, - [4462] = 4030, - [4463] = 4040, - [4464] = 4039, - [4465] = 4047, - [4466] = 4039, - [4467] = 4028, - [4468] = 4468, - [4469] = 4039, - [4470] = 4042, - [4471] = 4028, - [4472] = 4039, - [4473] = 4028, - [4474] = 4040, - [4475] = 4030, - [4476] = 4042, - [4477] = 4030, - [4478] = 4040, - [4479] = 4030, - [4480] = 4040, - [4481] = 4028, - [4482] = 4039, - [4483] = 4040, - [4484] = 4273, - [4485] = 4273, - [4486] = 4273, - [4487] = 4273, - [4488] = 4273, - [4489] = 4273, - [4490] = 4273, - [4491] = 4273, - [4492] = 4273, - [4493] = 4273, - [4494] = 4273, - [4495] = 4273, - [4496] = 4273, - [4497] = 4273, - [4498] = 4273, - [4499] = 4273, - [4500] = 4273, - [4501] = 4273, - [4502] = 4273, - [4503] = 4273, - [4504] = 4273, - [4505] = 4273, - [4506] = 4273, - [4507] = 4273, - [4508] = 4273, - [4509] = 4273, - [4510] = 4273, - [4511] = 4273, - [4512] = 4273, - [4513] = 4273, - [4514] = 4273, - [4515] = 4273, - [4516] = 4273, - [4517] = 4273, - [4518] = 4273, - [4519] = 4273, - [4520] = 4520, - [4521] = 4047, - [4522] = 4030, - [4523] = 4047, - [4524] = 4524, - [4525] = 4047, - [4526] = 4042, - [4527] = 4028, - [4528] = 4520, - [4529] = 4028, - [4530] = 4039, - [4531] = 4030, - [4532] = 4040, - [4533] = 4030, - [4534] = 4520, - [4535] = 4040, - [4536] = 4039, - [4537] = 4039, - [4538] = 4520, - [4539] = 4039, - [4540] = 4047, - [4541] = 4040, - [4542] = 4520, - [4543] = 4520, - [4544] = 4520, - [4545] = 4520, - [4546] = 4520, - [4547] = 4520, - [4548] = 4520, - [4549] = 4520, - [4550] = 4520, - [4551] = 4520, - [4552] = 4520, - [4553] = 4520, - [4554] = 4520, - [4555] = 4520, - [4556] = 4520, - [4557] = 4520, - [4558] = 4520, - [4559] = 4520, - [4560] = 4520, - [4561] = 4520, - [4562] = 4520, - [4563] = 4520, - [4564] = 4520, - [4565] = 4520, - [4566] = 4520, - [4567] = 4520, - [4568] = 4520, - [4569] = 4520, - [4570] = 4520, - [4571] = 4520, - [4572] = 4520, - [4573] = 4520, - [4574] = 4520, - [4575] = 4520, - [4576] = 4520, - [4577] = 4520, - [4578] = 4282, - [4579] = 4255, - [4580] = 4282, - [4581] = 4282, - [4582] = 4255, - [4583] = 4269, - [4584] = 4282, - [4585] = 4255, - [4586] = 4030, - [4587] = 4282, - [4588] = 4255, - [4589] = 4520, - [4590] = 4028, + [4313] = 4265, + [4314] = 4284, + [4315] = 4265, + [4316] = 4265, + [4317] = 4317, + [4318] = 4284, + [4319] = 4265, + [4320] = 4284, + [4321] = 4321, + [4322] = 1978, + [4323] = 4265, + [4324] = 4284, + [4325] = 1965, + [4326] = 4326, + [4327] = 4327, + [4328] = 4328, + [4329] = 4284, + [4330] = 4330, + [4331] = 4265, + [4332] = 361, + [4333] = 4333, + [4334] = 4334, + [4335] = 4265, + [4336] = 4336, + [4337] = 366, + [4338] = 1903, + [4339] = 4284, + [4340] = 4265, + [4341] = 4265, + [4342] = 4265, + [4343] = 4343, + [4344] = 4344, + [4345] = 4265, + [4346] = 372, + [4347] = 4347, + [4348] = 4265, + [4349] = 4265, + [4350] = 4265, + [4351] = 4351, + [4352] = 4284, + [4353] = 4265, + [4354] = 4265, + [4355] = 371, + [4356] = 4356, + [4357] = 4357, + [4358] = 4265, + [4359] = 4359, + [4360] = 4360, + [4361] = 4361, + [4362] = 4362, + [4363] = 4363, + [4364] = 4265, + [4365] = 4365, + [4366] = 4366, + [4367] = 4367, + [4368] = 4368, + [4369] = 4369, + [4370] = 4370, + [4371] = 4371, + [4372] = 373, + [4373] = 4265, + [4374] = 4284, + [4375] = 4375, + [4376] = 4265, + [4377] = 4171, + [4378] = 4265, + [4379] = 360, + [4380] = 383, + [4381] = 4381, + [4382] = 4265, + [4383] = 4265, + [4384] = 4384, + [4385] = 4275, + [4386] = 4386, + [4387] = 4171, + [4388] = 4265, + [4389] = 4389, + [4390] = 374, + [4391] = 4265, + [4392] = 4265, + [4393] = 4275, + [4394] = 4265, + [4395] = 4328, + [4396] = 4265, + [4397] = 4265, + [4398] = 1165, + [4399] = 4265, + [4400] = 4400, + [4401] = 4401, + [4402] = 4265, + [4403] = 4328, + [4404] = 4265, + [4405] = 370, + [4406] = 4406, + [4407] = 4265, + [4408] = 374, + [4409] = 383, + [4410] = 4284, + [4411] = 4265, + [4412] = 4412, + [4413] = 4413, + [4414] = 366, + [4415] = 4415, + [4416] = 4416, + [4417] = 361, + [4418] = 4418, + [4419] = 4265, + [4420] = 360, + [4421] = 4421, + [4422] = 4422, + [4423] = 4423, + [4424] = 4423, + [4425] = 4425, + [4426] = 4423, + [4427] = 4423, + [4428] = 4423, + [4429] = 4423, + [4430] = 4430, + [4431] = 4423, + [4432] = 4432, + [4433] = 4423, + [4434] = 4422, + [4435] = 4422, + [4436] = 4423, + [4437] = 4423, + [4438] = 2100, + [4439] = 2101, + [4440] = 4423, + [4441] = 4423, + [4442] = 4423, + [4443] = 1979, + [4444] = 376, + [4445] = 4423, + [4446] = 4195, + [4447] = 4203, + [4448] = 4423, + [4449] = 4425, + [4450] = 4423, + [4451] = 4451, + [4452] = 4423, + [4453] = 372, + [4454] = 4423, + [4455] = 4423, + [4456] = 4423, + [4457] = 363, + [4458] = 4423, + [4459] = 375, + [4460] = 4423, + [4461] = 4423, + [4462] = 4423, + [4463] = 4423, + [4464] = 4423, + [4465] = 4425, + [4466] = 4423, + [4467] = 4423, + [4468] = 4451, + [4469] = 4423, + [4470] = 4199, + [4471] = 4423, + [4472] = 4423, + [4473] = 4423, + [4474] = 4474, + [4475] = 4423, + [4476] = 4476, + [4477] = 4423, + [4478] = 4423, + [4479] = 4423, + [4480] = 4195, + [4481] = 4423, + [4482] = 4423, + [4483] = 4199, + [4484] = 4423, + [4485] = 4423, + [4486] = 4203, + [4487] = 4451, + [4488] = 4423, + [4489] = 4423, + [4490] = 1975, + [4491] = 4423, + [4492] = 4422, + [4493] = 4423, + [4494] = 4494, + [4495] = 4432, + [4496] = 4422, + [4497] = 4422, + [4498] = 4423, + [4499] = 4499, + [4500] = 4423, + [4501] = 4422, + [4502] = 369, + [4503] = 4422, + [4504] = 4504, + [4505] = 4422, + [4506] = 4423, + [4507] = 4507, + [4508] = 4422, + [4509] = 4422, + [4510] = 4423, + [4511] = 4422, + [4512] = 4422, + [4513] = 4513, + [4514] = 4432, + [4515] = 4422, + [4516] = 4422, + [4517] = 4422, + [4518] = 4422, + [4519] = 4422, + [4520] = 4422, + [4521] = 4423, + [4522] = 4422, + [4523] = 4423, + [4524] = 4423, + [4525] = 2036, + [4526] = 4526, + [4527] = 4422, + [4528] = 2030, + [4529] = 4422, + [4530] = 4423, + [4531] = 4422, + [4532] = 4532, + [4533] = 4533, + [4534] = 4534, + [4535] = 4535, + [4536] = 4536, + [4537] = 4537, + [4538] = 4538, + [4539] = 4539, + [4540] = 4534, + [4541] = 4541, + [4542] = 4542, + [4543] = 4537, + [4544] = 4544, + [4545] = 4545, + [4546] = 4534, + [4547] = 4547, + [4548] = 4548, + [4549] = 4549, + [4550] = 4538, + [4551] = 4539, + [4552] = 4552, + [4553] = 4536, + [4554] = 4554, + [4555] = 4539, + [4556] = 4538, + [4557] = 4534, + [4558] = 4558, + [4559] = 4559, + [4560] = 4560, + [4561] = 4545, + [4562] = 4562, + [4563] = 4545, + [4564] = 4536, + [4565] = 4565, + [4566] = 4534, + [4567] = 4537, + [4568] = 4536, + [4569] = 4547, + [4570] = 4538, + [4571] = 4571, + [4572] = 4536, + [4573] = 4573, + [4574] = 4545, + [4575] = 4548, + [4576] = 4549, + [4577] = 4537, + [4578] = 4558, + [4579] = 4539, + [4580] = 4536, + [4581] = 4581, + [4582] = 4537, + [4583] = 4544, + [4584] = 4558, + [4585] = 4539, + [4586] = 4538, + [4587] = 4587, + [4588] = 4536, + [4589] = 4538, + [4590] = 4545, + [4591] = 4591, + [4592] = 4592, + [4593] = 4593, + [4594] = 4594, + [4595] = 4534, + [4596] = 4536, + [4597] = 4534, + [4598] = 4534, + [4599] = 4599, + [4600] = 4600, + [4601] = 4542, + [4602] = 4602, + [4603] = 4545, + [4604] = 4536, + [4605] = 4545, + [4606] = 4538, + [4607] = 4607, + [4608] = 4608, + [4609] = 4609, + [4610] = 4610, + [4611] = 4539, + [4612] = 4536, + [4613] = 4558, + [4614] = 4539, + [4615] = 4615, + [4616] = 4616, + [4617] = 4617, + [4618] = 4618, + [4619] = 4619, + [4620] = 4536, + [4621] = 4538, + [4622] = 4558, + [4623] = 4623, + [4624] = 4624, + [4625] = 4625, + [4626] = 4626, + [4627] = 4537, + [4628] = 4536, + [4629] = 4560, + [4630] = 4534, + [4631] = 4538, + [4632] = 4632, + [4633] = 4633, + [4634] = 4634, + [4635] = 4534, + [4636] = 4536, + [4637] = 4539, + [4638] = 4534, + [4639] = 4639, + [4640] = 4640, + [4641] = 4641, + [4642] = 4535, + [4643] = 4541, + [4644] = 4536, + [4645] = 4538, + [4646] = 4646, + [4647] = 4647, + [4648] = 4539, + [4649] = 4534, + [4650] = 4650, + [4651] = 4537, + [4652] = 4536, + [4653] = 4538, + [4654] = 4581, + [4655] = 4539, + [4656] = 4537, + [4657] = 4544, + [4658] = 4558, + [4659] = 4547, + [4660] = 4536, + [4661] = 4534, + [4662] = 4545, + [4663] = 4548, + [4664] = 4664, + [4665] = 4665, + [4666] = 4666, + [4667] = 4549, + [4668] = 4536, + [4669] = 4538, + [4670] = 4545, + [4671] = 4538, + [4672] = 4539, + [4673] = 4558, + [4674] = 4674, + [4675] = 4675, + [4676] = 4536, + [4677] = 4539, + [4678] = 4558, + [4679] = 4679, + [4680] = 4558, + [4681] = 4681, + [4682] = 4682, + [4683] = 4536, + [4684] = 4536, + [4685] = 4539, + [4686] = 4558, + [4687] = 4537, + [4688] = 4534, + [4689] = 4538, + [4690] = 4539, + [4691] = 4691, + [4692] = 4536, + [4693] = 4545, + [4694] = 4558, + [4695] = 4695, + [4696] = 4558, + [4697] = 4534, + [4698] = 4536, + [4699] = 4539, + [4700] = 4538, + [4701] = 4539, + [4702] = 4702, + [4703] = 4538, + [4704] = 4536, + [4705] = 4558, + [4706] = 4706, + [4707] = 4534, + [4708] = 4538, + [4709] = 4682, + [4710] = 4536, + [4711] = 4537, + [4712] = 4539, + [4713] = 4537, + [4714] = 4558, + [4715] = 4534, + [4716] = 4536, + [4717] = 4537, + [4718] = 4534, + [4719] = 4538, + [4720] = 4554, + [4721] = 4539, + [4722] = 4536, + [4723] = 4558, + [4724] = 4545, + [4725] = 4725, + [4726] = 4571, + [4727] = 4537, + [4728] = 4536, + [4729] = 4702, + [4730] = 4537, + [4731] = 4545, + [4732] = 4534, + [4733] = 4545, + [4734] = 4536, + [4735] = 4534, + [4736] = 4538, + [4737] = 4538, + [4738] = 4539, + [4739] = 4558, + [4740] = 4536, + [4741] = 4539, + [4742] = 4538, + [4743] = 4537, + [4744] = 4675, + [4745] = 4619, + [4746] = 4536, + [4747] = 4558, + [4748] = 4539, + [4749] = 4537, + [4750] = 4534, + [4751] = 4558, + [4752] = 4536, + [4753] = 4538, + [4754] = 4534, + [4755] = 4539, + [4756] = 4558, + [4757] = 4534, + [4758] = 4536, + [4759] = 4545, + [4760] = 4537, + [4761] = 4537, + [4762] = 4534, + [4763] = 4538, + [4764] = 4536, + [4765] = 4545, + [4766] = 4534, + [4767] = 4539, + [4768] = 4545, + [4769] = 4769, + [4770] = 4536, + [4771] = 4538, + [4772] = 4558, + [4773] = 4538, + [4774] = 4558, + [4775] = 4539, + [4776] = 4536, + [4777] = 4539, + [4778] = 4778, + [4779] = 4779, + [4780] = 4780, + [4781] = 4781, + [4782] = 4536, + [4783] = 4558, + [4784] = 4784, + [4785] = 4785, + [4786] = 4534, + [4787] = 4787, + [4788] = 4536, + [4789] = 4789, + [4790] = 4538, + [4791] = 4791, + [4792] = 4537, + [4793] = 4538, + [4794] = 4536, + [4795] = 4558, + [4796] = 4539, + [4797] = 4558, + [4798] = 4798, + [4799] = 4539, + [4800] = 4536, + [4801] = 4534, + [4802] = 4802, + [4803] = 4803, + [4804] = 4804, + [4805] = 4805, + [4806] = 4536, + [4807] = 4545, + [4808] = 4808, + [4809] = 4809, + [4810] = 4810, + [4811] = 4811, + [4812] = 4536, + [4813] = 4558, + [4814] = 4814, + [4815] = 4815, + [4816] = 4537, + [4817] = 4545, + [4818] = 4536, + [4819] = 4534, + [4820] = 4538, + [4821] = 4821, + [4822] = 4822, + [4823] = 4539, + [4824] = 4536, + [4825] = 4558, + [4826] = 4534, + [4827] = 4537, + [4828] = 4538, + [4829] = 4537, + [4830] = 4536, + [4831] = 4831, + [4832] = 4539, + [4833] = 4545, + [4834] = 4534, + [4835] = 4538, + [4836] = 4559, + [4837] = 4539, + [4838] = 4562, + [4839] = 4558, + [4840] = 4840, + [4841] = 4702, + [4842] = 4558, + [4843] = 4537, + [4844] = 4545, + [4845] = 4558, + [4846] = 4538, + [4847] = 4545, + [4848] = 4534, + [4849] = 4538, + [4850] = 4539, + [4851] = 4558, + [4852] = 4725, + [4853] = 4539, + [4854] = 4534, + [4855] = 4535, + [4856] = 4545, + [4857] = 4534, + [4858] = 4534, + [4859] = 4538, + [4860] = 4537, + [4861] = 4538, + [4862] = 4539, + [4863] = 4558, + [4864] = 4545, + [4865] = 4534, + [4866] = 4565, + [4867] = 4534, + [4868] = 4545, + [4869] = 4538, + [4870] = 4536, + [4871] = 4539, + [4872] = 4558, + [4873] = 4537, + [4874] = 4534, + [4875] = 4539, + [4876] = 4538, + [4877] = 4538, + [4878] = 4565, + [4879] = 4879, + [4880] = 4537, + [4881] = 4539, + [4882] = 4554, + [4883] = 4545, + [4884] = 4884, + [4885] = 4534, + [4886] = 4538, + [4887] = 4558, + [4888] = 4831, + [4889] = 4889, + [4890] = 4539, + [4891] = 4558, + [4892] = 4538, + [4893] = 4539, + [4894] = 4534, + [4895] = 4545, + [4896] = 4769, + [4897] = 4537, + [4898] = 4558, + [4899] = 4539, + [4900] = 4545, + [4901] = 4534, + [4902] = 4534, + [4903] = 4889, + [4904] = 4538, + [4905] = 4538, + [4906] = 4831, + [4907] = 4545, + [4908] = 4534, + [4909] = 4538, + [4910] = 4539, + [4911] = 4539, + [4912] = 4538, + [4913] = 4539, + [4914] = 4558, + [4915] = 4558, + [4916] = 4537, + [4917] = 4558, + [4918] = 4558, + [4919] = 4537, + [4920] = 4539, + [4921] = 4534, + [4922] = 4674, + [4923] = 4545, + [4924] = 4534, + [4925] = 4538, + [4926] = 4539, + [4927] = 4558, + [4928] = 4538, + [4929] = 4534, + [4930] = 4545, + [4931] = 4535, + [4932] = 4681, + [4933] = 4545, + [4934] = 4537, + [4935] = 4537, + [4936] = 4558, + [4937] = 4534, + [4938] = 4538, + [4939] = 4545, + [4940] = 4541, + [4941] = 4534, + [4942] = 4539, + [4943] = 4538, + [4944] = 4558, + [4945] = 4539, + [4946] = 4558, + [4947] = 4539, + [4948] = 4558, + [4949] = 4558, + [4950] = 4831, + [4951] = 4544, + [4952] = 4538, + [4953] = 4537, + [4954] = 4547, + [4955] = 4537, + [4956] = 4545, + [4957] = 4534, + [4958] = 4538, + [4959] = 4537, + [4960] = 4679, + [4961] = 4539, + [4962] = 4545, + [4963] = 4534, + [4964] = 4538, + [4965] = 4539, + [4966] = 4558, + [4967] = 4558, + [4968] = 4538, + [4969] = 4539, + [4970] = 4538, + [4971] = 4545, + [4972] = 4548, + [4973] = 4879, + [4974] = 4549, + [4975] = 4534, + [4976] = 4554, + [4977] = 4884, + [4978] = 4545, + [4979] = 4537, + [4980] = 4831, + [4981] = 4889, + [4982] = 4619, + [4983] = 4537, + [4984] = 4675, + [4985] = 4769, + [4986] = 4537, + [4987] = 4533, + [4988] = 4619, + [4989] = 4537, + [4990] = 4559, + [4991] = 4558, + [4992] = 4545, + [4993] = 4537, + [4994] = 4534, + [4995] = 4538, + [4996] = 4545, + [4997] = 4534, + [4998] = 4562, + [4999] = 4538, + [5000] = 4539, + [5001] = 4558, + [5002] = 4539, + [5003] = 4539, + [5004] = 4558, + [5005] = 4539, + [5006] = 4534, + [5007] = 4538, + [5008] = 4545, + [5009] = 4695, + [5010] = 4536, + [5011] = 4558, + [5012] = 4706, + [5013] = 4539, + [5014] = 4537, + [5015] = 4537, + [5016] = 4884, + [5017] = 4695, + [5018] = 4681, + [5019] = 4538, + [5020] = 4545, + [5021] = 4534, + [5022] = 4538, + [5023] = 4534, + [5024] = 4539, + [5025] = 4558, + [5026] = 4534, + [5027] = 5027, + [5028] = 4537, + [5029] = 4545, + [5030] = 4558, + [5031] = 4537, + [5032] = 4560, + [5033] = 4542, + [5034] = 5034, + [5035] = 4545, + [5036] = 4545, + [5037] = 4534, + [5038] = 4537, + [5039] = 4675, + [5040] = 4619, + [5041] = 4538, + [5042] = 4534, + [5043] = 4539, + [5044] = 4558, + [5045] = 4554, + [5046] = 4541, + [5047] = 4545, + [5048] = 4534, + [5049] = 4554, + [5050] = 4884, + [5051] = 4538, + [5052] = 4831, + [5053] = 4889, + [5054] = 4539, + [5055] = 4587, + [5056] = 4769, + [5057] = 4558, + [5058] = 4558, + [5059] = 4674, + [5060] = 4539, + [5061] = 4558, + [5062] = 4537, + [5063] = 4706, + [5064] = 4545, + [5065] = 4554, + [5066] = 4884, + [5067] = 4831, + [5068] = 4587, + [5069] = 4571, + [5070] = 4537, + [5071] = 4534, + [5072] = 4675, + [5073] = 4725, + [5074] = 4545, + [5075] = 4534, + [5076] = 4538, + [5077] = 4533, + [5078] = 4884, + [5079] = 4539, + [5080] = 4884, + [5081] = 4884, + [5082] = 4884, + [5083] = 4884, + [5084] = 4884, + [5085] = 4884, + [5086] = 4884, + [5087] = 4884, + [5088] = 4884, + [5089] = 4884, + [5090] = 4884, + [5091] = 4884, + [5092] = 4884, + [5093] = 4884, + [5094] = 4884, + [5095] = 4884, + [5096] = 4884, + [5097] = 4884, + [5098] = 4884, + [5099] = 4884, + [5100] = 4884, + [5101] = 4884, + [5102] = 4884, + [5103] = 4884, + [5104] = 4884, + [5105] = 4884, + [5106] = 4884, + [5107] = 4884, + [5108] = 4884, + [5109] = 4884, + [5110] = 4884, + [5111] = 4884, + [5112] = 4884, + [5113] = 4884, + [5114] = 4884, + [5115] = 4884, + [5116] = 4884, + [5117] = 4884, + [5118] = 4884, + [5119] = 4884, + [5120] = 5120, + [5121] = 4682, + [5122] = 4679, + [5123] = 4581, + [5124] = 4554, + [5125] = 4558, + [5126] = 4538, + [5127] = 4558, + [5128] = 4879, + [5129] = 5120, + [5130] = 4539, + [5131] = 5120, + [5132] = 4831, + [5133] = 4560, + [5134] = 5120, + [5135] = 5120, + [5136] = 5120, + [5137] = 5120, + [5138] = 5120, + [5139] = 5120, + [5140] = 5120, + [5141] = 5120, + [5142] = 5120, + [5143] = 5120, + [5144] = 5120, + [5145] = 5120, + [5146] = 5120, + [5147] = 5120, + [5148] = 5120, + [5149] = 5120, + [5150] = 5120, + [5151] = 5120, + [5152] = 5120, + [5153] = 5120, + [5154] = 5120, + [5155] = 5120, + [5156] = 5120, + [5157] = 5120, + [5158] = 5120, + [5159] = 5120, + [5160] = 5120, + [5161] = 5120, + [5162] = 5120, + [5163] = 5120, + [5164] = 5120, + [5165] = 5120, + [5166] = 5120, + [5167] = 5120, + [5168] = 5120, + [5169] = 5120, + [5170] = 5120, + [5171] = 5120, + [5172] = 5120, + [5173] = 5120, + [5174] = 5120, + [5175] = 5120, + [5176] = 5120, + [5177] = 4542, }; static inline bool sym_word_character_set_1(int32_t c) { @@ -7191,5554 +7853,5790 @@ 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(702); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(707); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '%') ADVANCE(524); + if (lookahead == '&') ADVANCE(638); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(706); + if (lookahead == '+') ADVANCE(652); + if (lookahead == ',') ADVANCE(465); + if (lookahead == '-') ADVANCE(650); + if (lookahead == '.') ADVANCE(815); + if (lookahead == '/') ADVANCE(520); + if (lookahead == '0') ADVANCE(810); + if (lookahead == ':') ADVANCE(647); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(709); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(719); + if (lookahead == '@') ADVANCE(704); + if (lookahead == '[') ADVANCE(569); + if (lookahead == '\\') ADVANCE(347); + if (lookahead == ']') ADVANCE(571); + if (lookahead == '^') ADVANCE(640); + if (lookahead == '_') ADVANCE(812); + if (lookahead == '`') ADVANCE(738); + if (lookahead == 'e') ADVANCE(822); + if (lookahead == 'i') ADVANCE(821); + if (lookahead == '{') ADVANCE(561); + if (lookahead == '|') ADVANCE(554); + if (lookahead == '}') ADVANCE(661); + if (lookahead == '~') ADVANCE(654); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(434) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(451) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 1: - if (lookahead == '\n') SKIP(183) + if (lookahead == '\n') SKIP(190) END_STATE(); case 2: - if (lookahead == '\n') SKIP(196) + if (lookahead == '\n') SKIP(204) END_STATE(); case 3: - if (lookahead == '\n') SKIP(197) + if (lookahead == '\n') SKIP(205) END_STATE(); case 4: - if (lookahead == '\n') SKIP(5) + if (lookahead == '\n') SKIP(206) 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') SKIP(6) + END_STATE(); + case 6: + if (lookahead == '\n') ADVANCE(584); + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(638); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(653); + if (lookahead == '-') ADVANCE(651); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(685); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(645); 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(669); + if (lookahead == '\\') ADVANCE(351); + if (lookahead == '^') ADVANCE(641); + if (lookahead == '`') ADVANCE(738); + if (lookahead == '|') ADVANCE(554); + if (lookahead == '~') ADVANCE(654); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(5) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); - END_STATE(); - case 6: - if (lookahead == '\n') SKIP(198) + lookahead == ' ') SKIP(6) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); + if (lookahead != 0) ADVANCE(824); END_STATE(); case 7: - if (lookahead == '\n') SKIP(185) + if (lookahead == '\n') SKIP(192) END_STATE(); case 8: - if (lookahead == '\n') SKIP(200) + if (lookahead == '\n') SKIP(208) END_STATE(); case 9: - if (lookahead == '\n') SKIP(201) + if (lookahead == '\n') SKIP(209) END_STATE(); case 10: - if (lookahead == '\n') SKIP(186) + if (lookahead == '\n') SKIP(193) END_STATE(); case 11: - if (lookahead == '\n') SKIP(188) + if (lookahead == '\n') SKIP(195) 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(585); + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(638); + if (lookahead == '\'') ADVANCE(274); + 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(809); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); 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(669); + if (lookahead == '\\') ADVANCE(301); + if (lookahead == '^') ADVANCE(641); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(554); 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(689); + if (('A' <= lookahead && lookahead <= 'z')) ADVANCE(755); + if (lookahead != 0) ADVANCE(824); END_STATE(); case 13: - if (lookahead == '\n') ADVANCE(746); + if (lookahead == '\n') ADVANCE(762); END_STATE(); case 14: - if (lookahead == '\n') ADVANCE(786); + if (lookahead == '\n') ADVANCE(806); END_STATE(); case 15: - if (lookahead == '\n') ADVANCE(786); + if (lookahead == '\n') ADVANCE(806); if (lookahead == '\r') ADVANCE(14); END_STATE(); case 16: - if (lookahead == '\n') ADVANCE(786); + if (lookahead == '\n') ADVANCE(806); if (lookahead == '\r') ADVANCE(14); if (lookahead != 0 && - (lookahead < '\t' || '\f' < lookahead)) ADVANCE(804); + (lookahead < '\t' || '\f' < lookahead)) ADVANCE(824); END_STATE(); case 17: - if (lookahead == '\n') SKIP(110) + if (lookahead == '\n') ADVANCE(787); END_STATE(); case 18: - if (lookahead == '\n') ADVANCE(767); + if (lookahead == '\n') SKIP(109) END_STATE(); case 19: - if (lookahead == '\n') SKIP(203) + if (lookahead == '\n') SKIP(212) END_STATE(); case 20: - if (lookahead == '\n') SKIP(199) + if (lookahead == '\n') SKIP(207) END_STATE(); case 21: - if (lookahead == '\n') SKIP(150) + if (lookahead == '\n') SKIP(148) END_STATE(); case 22: - if (lookahead == '\n') SKIP(153) + if (lookahead == '\n') SKIP(151) END_STATE(); case 23: - if (lookahead == '\n') SKIP(156) + if (lookahead == '\n') SKIP(154) END_STATE(); case 24: - if (lookahead == '\n') SKIP(159) + if (lookahead == '\n') SKIP(157) END_STATE(); case 25: - if (lookahead == '\n') SKIP(162) + if (lookahead == '\n') SKIP(160) END_STATE(); case 26: - if (lookahead == '\n') ADVANCE(750); + if (lookahead == '\n') ADVANCE(764); END_STATE(); case 27: - if (lookahead == '\n') ADVANCE(752); + if (lookahead == '\n') SKIP(163) END_STATE(); case 28: - if (lookahead == '\n') SKIP(164) + if (lookahead == '\n') ADVANCE(768); END_STATE(); case 29: - if (lookahead == '\n') ADVANCE(754); + if (lookahead == '\n') ADVANCE(774); END_STATE(); case 30: - if (lookahead == '\n') ADVANCE(756); + if (lookahead == '\n') SKIP(166) END_STATE(); case 31: - if (lookahead == '\n') ADVANCE(760); + if (lookahead == '\n') ADVANCE(779); END_STATE(); case 32: - if (lookahead == '\n') ADVANCE(762); + if (lookahead == '\n') ADVANCE(780); END_STATE(); case 33: - if (lookahead == '\n') SKIP(235) + if (lookahead == '\n') SKIP(168) END_STATE(); case 34: - if (lookahead == '\n') SKIP(243) + if (lookahead == '\n') SKIP(170) END_STATE(); case 35: - if (lookahead == '\n') SKIP(239) + if (lookahead == '\n') SKIP(211) END_STATE(); case 36: - if (lookahead == '\n') SKIP(166) + if (lookahead == '\n') SKIP(248) END_STATE(); case 37: - if (lookahead == '\n') ADVANCE(764); + if (lookahead == '\n') ADVANCE(782); END_STATE(); case 38: - if (lookahead == '\n') SKIP(168) + if (lookahead == '\n') SKIP(244) END_STATE(); case 39: - if (lookahead == '\n') ADVANCE(769); + if (lookahead == '\n') SKIP(253) END_STATE(); case 40: - if (lookahead == '\n') ADVANCE(765); + if (lookahead == '\n') ADVANCE(783); END_STATE(); case 41: - if (lookahead == '\n') ADVANCE(773); + if (lookahead == '\n') ADVANCE(789); END_STATE(); case 42: - if (lookahead == '\n') SKIP(171) + if (lookahead == '\n') ADVANCE(791); END_STATE(); case 43: - if (lookahead == '\n') ADVANCE(770); + if (lookahead == '\n') SKIP(251) END_STATE(); case 44: - if (lookahead == '\n') ADVANCE(777); + if (lookahead == '\n') ADVANCE(785); END_STATE(); case 45: - if (lookahead == '\n') ADVANCE(771); + if (lookahead == '\n') SKIP(247) END_STATE(); case 46: - if (lookahead == '\n') ADVANCE(776); + if (lookahead == '\n') ADVANCE(792); END_STATE(); case 47: - if (lookahead == '\n') ADVANCE(779); + if (lookahead == '\n') ADVANCE(797); END_STATE(); case 48: - if (lookahead == '\n') SKIP(234) + if (lookahead == '\n') ADVANCE(796); END_STATE(); case 49: - if (lookahead == '\n') SKIP(202) + if (lookahead == '\n') ADVANCE(795); END_STATE(); case 50: - if (lookahead == '\n') SKIP(242) + if (lookahead == '\n') SKIP(221) END_STATE(); case 51: - if (lookahead == '\n') SKIP(215) + if (lookahead == '\n') SKIP(222) END_STATE(); case 52: - if (lookahead == '\n') SKIP(213) + if (lookahead == '\n') ADVANCE(799); END_STATE(); case 53: - if (lookahead == '\n') SKIP(216) + if (lookahead == '\n') SKIP(210) END_STATE(); case 54: - if (lookahead == '\n') SKIP(218) + if (lookahead == '\n') SKIP(186) END_STATE(); case 55: - if (lookahead == '\n') SKIP(180) + if (lookahead == '\n') SKIP(227) END_STATE(); case 56: - if (lookahead == '\n') SKIP(212) + if (lookahead == '\n') ADVANCE(788); END_STATE(); case 57: - if (lookahead == '\n') SKIP(240) + if (lookahead == '\n') SKIP(223) END_STATE(); case 58: - if (lookahead == '\n') ADVANCE(768); + if (lookahead == '\n') SKIP(187) END_STATE(); case 59: - if (lookahead == '\n') ADVANCE(747); + if (lookahead == '\n') SKIP(229) END_STATE(); case 60: - if (lookahead == '\n') ADVANCE(749); + if (lookahead == '\n') ADVANCE(763); END_STATE(); case 61: - if (lookahead == '\n') SKIP(217) + if (lookahead == '\n') ADVANCE(765); END_STATE(); case 62: - if (lookahead == '\n') SKIP(245) + if (lookahead == '\n') SKIP(226) END_STATE(); case 63: - if (lookahead == '\n') ADVANCE(751); + if (lookahead == '\n') ADVANCE(769); END_STATE(); case 64: - if (lookahead == '\n') ADVANCE(755); + if (lookahead == '\n') ADVANCE(771); END_STATE(); case 65: - if (lookahead == '\n') SKIP(181) + if (lookahead == '\n') SKIP(255) END_STATE(); case 66: - if (lookahead == '\n') SKIP(67) + if (lookahead == '\n') SKIP(225) 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 (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(67) + if (lookahead == '\n') SKIP(188) 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 (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(68) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(674); - if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(531); + if (lookahead == '\n') SKIP(69) 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(586); + if (lookahead == '!') ADVANCE(290); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(637); + 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(387) + if (lookahead == '^') ADVANCE(292); + if (lookahead == '|') ADVANCE(289); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(69) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(675); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); 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 == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(386) - if (lookahead == '`') ADVANCE(285); - if (lookahead == '|') ADVANCE(538); + if (lookahead == '\n') ADVANCE(586); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(668); + if (lookahead == '&') ADVANCE(636); + if (lookahead == '(') ADVANCE(544); + if (lookahead == '+') ADVANCE(284); + if (lookahead == ',') ADVANCE(464); + if (lookahead == '-') ADVANCE(286); + if (lookahead == '0') ADVANCE(691); + if (lookahead == ';') ADVANCE(461); + if (lookahead == '\\') SKIP(395) + if (lookahead == '`') ADVANCE(737); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(70) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(693); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(547); 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 == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(379) - if (lookahead == '`') ADVANCE(285); - if (lookahead == 'e') ADVANCE(289); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '\n') ADVANCE(586); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(277); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(288); + if (lookahead == '0') ADVANCE(690); + if (lookahead == ':') ADVANCE(646); + if (lookahead == '\\') SKIP(402) + if (lookahead == '`') ADVANCE(737); + if (lookahead == '}') ADVANCE(700); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(71) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(692); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(761); 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(586); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '&') ADVANCE(639); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(391) - if (lookahead == '`') ADVANCE(285); - if (lookahead == 'i') ADVANCE(288); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') SKIP(393) + if (lookahead == '`') ADVANCE(295); + if (lookahead == 'e') ADVANCE(299); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(72) END_STATE(); case 73: - if (lookahead == '\n') SKIP(255) + if (lookahead == '\n') ADVANCE(586); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') SKIP(400) + if (lookahead == '`') ADVANCE(295); + if (lookahead == '|') ADVANCE(555); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(73) END_STATE(); case 74: - if (lookahead == '\n') SKIP(250) + if (lookahead == '\n') ADVANCE(586); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '&') ADVANCE(636); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') SKIP(406) + if (lookahead == '`') ADVANCE(295); + if (lookahead == 'i') ADVANCE(298); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(74) END_STATE(); case 75: - if (lookahead == '\n') ADVANCE(766); + if (lookahead == '\n') SKIP(266) END_STATE(); case 76: - if (lookahead == '\n') SKIP(220) + if (lookahead == '\n') SKIP(262) END_STATE(); case 77: - if (lookahead == '\n') SKIP(221) + if (lookahead == '\n') ADVANCE(773); END_STATE(); case 78: - if (lookahead == '\n') ADVANCE(757); + if (lookahead == '\n') ADVANCE(786); END_STATE(); case 79: - if (lookahead == '\n') ADVANCE(780); + if (lookahead == '\n') ADVANCE(800); END_STATE(); case 80: - if (lookahead == '\n') ADVANCE(772); + if (lookahead == '\n') SKIP(231) END_STATE(); case 81: - if (lookahead == '\n') SKIP(246) + if (lookahead == '\n') ADVANCE(801); END_STATE(); case 82: - if (lookahead == '\n') ADVANCE(781); + if (lookahead == '\n') SKIP(256) END_STATE(); case 83: - if (lookahead == '\n') SKIP(251) + if (lookahead == '\n') SKIP(238) END_STATE(); case 84: - if (lookahead == '\n') SKIP(68) + if (lookahead == '\n') SKIP(72) END_STATE(); case 85: - if (lookahead == '\n') SKIP(232) + if (lookahead == '\n') ADVANCE(793); END_STATE(); case 86: - if (lookahead == '\n') SKIP(71) + if (lookahead == '\n') SKIP(263) END_STATE(); case 87: - if (lookahead == '\n') SKIP(230) + if (lookahead == '\n') SKIP(70) END_STATE(); case 88: - if (lookahead == '\n') SKIP(247) + if (lookahead == '\n') SKIP(241) END_STATE(); case 89: - if (lookahead == '\n') ADVANCE(759); + if (lookahead == '\n') SKIP(257) END_STATE(); case 90: - if (lookahead == '\n') SKIP(257) + if (lookahead == '\n') SKIP(268) END_STATE(); case 91: - if (lookahead == '\n') SKIP(258) + if (lookahead == '\n') SKIP(267) END_STATE(); case 92: - if (lookahead == '\n') SKIP(248) + if (lookahead == '\n') SKIP(73) END_STATE(); case 93: - if (lookahead == '\n') ADVANCE(761); + if (lookahead == '\n') SKIP(260) END_STATE(); case 94: - if (lookahead == '\n') SKIP(231) + if (lookahead == '\n') ADVANCE(777); END_STATE(); case 95: - if (lookahead == '\n') ADVANCE(782); + if (lookahead == '\n') SKIP(71) END_STATE(); case 96: - if (lookahead == '\n') ADVANCE(783); + if (lookahead == '\n') SKIP(242) END_STATE(); case 97: - if (lookahead == '\n') SKIP(70) + if (lookahead == '\n') SKIP(258) END_STATE(); case 98: - if (lookahead == '\n') ADVANCE(784); + if (lookahead == '\n') ADVANCE(803); END_STATE(); case 99: - if (lookahead == '\n') SKIP(256) + if (lookahead == '\n') ADVANCE(802); END_STATE(); case 100: - if (lookahead == '\n') ADVANCE(785); + if (lookahead == '\n') ADVANCE(804); END_STATE(); case 101: - if (lookahead == '\n') SKIP(252) + if (lookahead == '\n') ADVANCE(805); END_STATE(); case 102: - if (lookahead == '\n') SKIP(69) + if (lookahead == '\n') SKIP(74) END_STATE(); case 103: - if (lookahead == '\n') SKIP(72) + if (lookahead == '\n') SKIP(259) END_STATE(); case 104: - if (lookahead == '\n') SKIP(260) + if (lookahead == '\n') SKIP(261) END_STATE(); case 105: - if (lookahead == '\n') SKIP(249) + if (lookahead == '\n') SKIP(270) END_STATE(); case 106: - if (lookahead == '\n') SKIP(259) + if (lookahead == '\n') SKIP(269) END_STATE(); case 107: - if (lookahead == '\n') SKIP(139) + if (lookahead == '\n') SKIP(196) END_STATE(); case 108: - if (lookahead == '\n') SKIP(189) + if (lookahead == '\n') SKIP(194) 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(587); + if (lookahead == '!') ADVANCE(817); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(638); + if (lookahead == '\'') ADVANCE(274); + 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(685); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(645); 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(669); + if (lookahead == '\\') ADVANCE(357); + if (lookahead == '^') ADVANCE(641); + if (lookahead == '`') ADVANCE(738); + if (lookahead == '|') ADVANCE(554); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(110) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(109) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); + if (lookahead != 0) ADVANCE(824); + END_STATE(); + case 110: + if (lookahead == '\n') SKIP(145) END_STATE(); case 111: - if (lookahead == '\n') ADVANCE(748); + if (lookahead == '\n') SKIP(213) END_STATE(); case 112: - if (lookahead == '\n') SKIP(141) + if (lookahead == '\n') SKIP(172) END_STATE(); case 113: - if (lookahead == '\n') SKIP(204) + if (lookahead == '\n') SKIP(174) END_STATE(); case 114: - if (lookahead == '\n') SKIP(173) + if (lookahead == '\n') SKIP(178) END_STATE(); case 115: - if (lookahead == '\n') SKIP(170) + if (lookahead == '\n') SKIP(182) END_STATE(); case 116: - if (lookahead == '\n') SKIP(175) + if (lookahead == '\n') SKIP(176) END_STATE(); case 117: - if (lookahead == '\n') SKIP(172) + if (lookahead == '\n') ADVANCE(766); END_STATE(); case 118: - if (lookahead == '\n') SKIP(177) + if (lookahead == '\n') SKIP(183) END_STATE(); case 119: - if (lookahead == '\n') ADVANCE(758); + if (lookahead == '\n') ADVANCE(770); END_STATE(); case 120: - if (lookahead == '\n') SKIP(174) + if (lookahead == '\n') ADVANCE(776); END_STATE(); case 121: - if (lookahead == '\n') ADVANCE(763); + if (lookahead == '\n') SKIP(180) END_STATE(); case 122: - if (lookahead == '\n') SKIP(244) + if (lookahead == '\n') ADVANCE(781); END_STATE(); case 123: - if (lookahead == '\n') SKIP(237) + if (lookahead == '\n') SKIP(184) END_STATE(); case 124: - if (lookahead == '\n') SKIP(176) + if (lookahead == '\n') SKIP(185) END_STATE(); case 125: - if (lookahead == '\n') SKIP(178) + if (lookahead == '\n') SKIP(249) END_STATE(); case 126: - if (lookahead == '\n') ADVANCE(774); + if (lookahead == '\n') SKIP(254) END_STATE(); case 127: - if (lookahead == '\n') SKIP(179) + if (lookahead == '\n') ADVANCE(784); END_STATE(); case 128: - if (lookahead == '\n') ADVANCE(778); + if (lookahead == '\n') ADVANCE(790); END_STATE(); case 129: - if (lookahead == '\n') SKIP(238) + if (lookahead == '\n') SKIP(252) END_STATE(); case 130: - if (lookahead == '\n') SKIP(241) + if (lookahead == '\n') SKIP(245) END_STATE(); case 131: - if (lookahead == '\n') ADVANCE(753); + if (lookahead == '\n') ADVANCE(798); END_STATE(); case 132: - if (lookahead == '\n') SKIP(182) + if (lookahead == '\n') ADVANCE(794); END_STATE(); case 133: - if (lookahead == '\n') SKIP(190) + if (lookahead == '\n') SKIP(228) 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(767); END_STATE(); case 135: - if (lookahead == '\n') SKIP(144) + if (lookahead == '\n') SKIP(189) END_STATE(); case 136: if (lookahead == '\n') ADVANCE(775); END_STATE(); case 137: - if (lookahead == '\n') SKIP(236) + if (lookahead == '\n') SKIP(230) END_STATE(); case 138: - if (lookahead == '\n') SKIP(147) + if (lookahead == '\n') SKIP(197) 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 (lookahead == '\n') ADVANCE(588); + if (lookahead == '!') ADVANCE(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(319); + if (lookahead == '_') ADVANCE(814); + if (lookahead == 'e') ADVANCE(759); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(139) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); 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(772); 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') SKIP(250) 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') ADVANCE(778); 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 == '\n') SKIP(246) + END_STATE(); + case 144: + if (lookahead == '\n') ADVANCE(589); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(292); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == 'e') ADVANCE(737); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(303); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == 'e') ADVANCE(753); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(143) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(144) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(824); 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); + case 145: + if (lookahead == '\n') ADVANCE(590); + if (lookahead == '!') ADVANCE(817); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(638); + if (lookahead == '\'') ADVANCE(274); + 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(685); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(645); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(415); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(539); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(413); + if (lookahead == '^') ADVANCE(641); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(554); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(144) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(145) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); + if (lookahead != 0) ADVANCE(824); 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); + case 146: + if (lookahead == '\n') ADVANCE(591); + if (lookahead == '!') ADVANCE(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(320); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(145) + lookahead == ' ') SKIP(146) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); 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); + case 147: + if (lookahead == '\n') ADVANCE(592); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); 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(669); + if (lookahead == '\\') ADVANCE(335); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == 'e') ADVANCE(753); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(146) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(147) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(824); 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); + case 148: + if (lookahead == '\n') ADVANCE(593); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); 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(669); + if (lookahead == '\\') ADVANCE(360); + if (lookahead == '`') ADVANCE(737); + if (lookahead == 'e') ADVANCE(822); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(147) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(148) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); + if (lookahead != 0 && + lookahead != ')') ADVANCE(824); 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); + case 149: + if (lookahead == '\n') ADVANCE(594); + if (lookahead == '!') ADVANCE(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(343); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(148) + lookahead == ' ') SKIP(149) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); 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); + case 150: + if (lookahead == '\n') ADVANCE(595); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); 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(669); + if (lookahead == '\\') ADVANCE(304); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(149) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(150) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(824); 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); + case 151: + if (lookahead == '\n') ADVANCE(596); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); 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(669); + if (lookahead == '\\') ADVANCE(361); + if (lookahead == '`') ADVANCE(737); + 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); + lookahead == ' ') SKIP(151) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(824); 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); + case 152: + if (lookahead == '\n') ADVANCE(597); + if (lookahead == '!') ADVANCE(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '&') ADVANCE(639); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(321); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(151) + lookahead == ' ') SKIP(152) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); 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); + case 153: + if (lookahead == '\n') ADVANCE(598); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); 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(669); + if (lookahead == '\\') ADVANCE(336); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(152) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(153) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (lookahead != 0) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); + if (lookahead != 0 && + lookahead != ')') ADVANCE(824); 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); + case 154: + if (lookahead == '\n') ADVANCE(599); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(686); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); 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(669); + if (lookahead == '\\') ADVANCE(362); + if (lookahead == '`') ADVANCE(737); + if (lookahead == 'e') ADVANCE(748); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(153) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + lookahead == ' ') SKIP(154) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(688); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(750); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(824); 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); + case 155: + if (lookahead == '\n') ADVANCE(600); + if (lookahead == '!') ADVANCE(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(322); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(154) + lookahead == ' ') SKIP(155) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); 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); + case 156: + if (lookahead == '\n') ADVANCE(601); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); 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(669); + if (lookahead == '\\') ADVANCE(345); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(155) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(156) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(824); 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); + case 157: + if (lookahead == '\n') ADVANCE(602); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(686); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + 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(669); + if (lookahead == '\\') ADVANCE(363); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(156) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + lookahead == ' ') SKIP(157) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(688); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(750); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(824); 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); + case 158: + if (lookahead == '\n') ADVANCE(603); + if (lookahead == '!') ADVANCE(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(323); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(157) + lookahead == ' ') SKIP(158) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); 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); + case 159: + if (lookahead == '\n') ADVANCE(604); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); 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(669); + if (lookahead == '\\') ADVANCE(305); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(158) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(159) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); + if (lookahead != 0) ADVANCE(824); 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); + case 160: + if (lookahead == '\n') ADVANCE(605); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(348); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(159) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0 && - lookahead != ')') ADVANCE(804); - 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); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(364); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(160) - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); + if (lookahead != 0) ADVANCE(824); 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 == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(297); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '\n') ADVANCE(606); + if (lookahead == '!') ADVANCE(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(344); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(300); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(161) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); - if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (lookahead != 0) ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); 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(607); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(349); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(337); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(162) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (lookahead != 0) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); + if (lookahead != 0) ADVANCE(824); 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 == '\n') ADVANCE(608); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(686); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); 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(669); + if (lookahead == '\\') ADVANCE(365); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(163) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(688); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); - if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(750); + if (lookahead != 0) ADVANCE(824); 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 == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(350); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '\n') ADVANCE(609); + if (lookahead == '!') ADVANCE(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '&') ADVANCE(636); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(328); + if (lookahead == '_') ADVANCE(814); + if (lookahead == 'i') ADVANCE(758); 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') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); 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(610); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); 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(669); + if (lookahead == '\\') ADVANCE(346); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(165) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ')') ADVANCE(824); 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 == '\n') ADVANCE(611); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(354); - if (lookahead == '`') ADVANCE(721); - if (lookahead == 'e') ADVANCE(802); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(366); + if (lookahead == '`') ADVANCE(737); + if (lookahead == 'e') ADVANCE(822); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(166) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(824); 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(612); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); 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(669); + if (lookahead == '\\') ADVANCE(306); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == 'e') ADVANCE(753); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(167) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ')') ADVANCE(824); 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(613); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + 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(669); + if (lookahead == '\\') ADVANCE(367); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(168) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(824); 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(614); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(312); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(307); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(169) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && - lookahead != ')' && - lookahead != '|') ADVANCE(804); + lookahead != ')') ADVANCE(824); 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(615); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + 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(669); + if (lookahead == '\\') ADVANCE(368); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); 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(687); + if (lookahead != 0) ADVANCE(824); 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(616); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(356); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(338); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); 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(689); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); + if (lookahead != 0 && + lookahead != ')') ADVANCE(824); 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(617); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + 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(669); + if (lookahead == '\\') ADVANCE(415); + if (lookahead == '`') ADVANCE(738); + if (lookahead == 'e') ADVANCE(822); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(172) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(824); 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(618); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); 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(669); + if (lookahead == '\\') ADVANCE(308); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(173) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); + if (lookahead != 0) ADVANCE(824); 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(619); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + 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(669); + if (lookahead == '\\') ADVANCE(416); + if (lookahead == '`') ADVANCE(738); + if (lookahead == '|') ADVANCE(555); 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(687); + if (lookahead != 0 && + lookahead != ')') ADVANCE(824); 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(620); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(402); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(309); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(175) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')' && + lookahead != ';') ADVANCE(824); 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(621); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + 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(669); + if (lookahead == '\\') ADVANCE(419); + if (lookahead == '`') ADVANCE(738); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(176) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); + if (lookahead != 0) ADVANCE(824); 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(622); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(404); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(339); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(177) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (lookahead != 0) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';') ADVANCE(824); 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(623); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(686); + if (lookahead == ';') ADVANCE(462); + 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(669); + if (lookahead == '\\') ADVANCE(417); + if (lookahead == '`') ADVANCE(738); + if (lookahead == 'e') ADVANCE(748); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(178) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(688); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(750); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(824); 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(624); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(410); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(312); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); 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(689); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';') ADVANCE(824); 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(625); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + 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(669); + if (lookahead == '\\') ADVANCE(421); + if (lookahead == '`') ADVANCE(738); + if (lookahead == 'e') ADVANCE(822); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(180) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); if (lookahead != 0 && - lookahead != ')' && - lookahead != '|') ADVANCE(804); + lookahead != ')') ADVANCE(824); 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(626); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(636); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(279); + if (lookahead == '>') ADVANCE(280); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(369); - if (lookahead == '`') ADVANCE(721); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(324); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(181) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && lookahead != ')' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(824); 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(627); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(686); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(413); - if (lookahead == '`') ADVANCE(722); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(418); + if (lookahead == '`') ADVANCE(738); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(182) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(688); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(750); if (lookahead != 0 && - lookahead != ')' && - lookahead != '|') ADVANCE(804); + lookahead != ')') ADVANCE(824); 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(628); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(686); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(420); + if (lookahead == '`') ADVANCE(738); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(183) - if (lookahead != 0) ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(688); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(750); + if (lookahead != 0) ADVANCE(824); 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(629); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + 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(669); + if (lookahead == '\\') ADVANCE(422); + if (lookahead == '`') ADVANCE(738); + if (lookahead == '|') ADVANCE(555); 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(687); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ')') ADVANCE(824); 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(630); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); 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(669); + if (lookahead == '\\') ADVANCE(423); + if (lookahead == '`') ADVANCE(738); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(185) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); + if (lookahead != 0) ADVANCE(824); 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(631); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(533); + 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(669); + if (lookahead == '\\') ADVANCE(378); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(300); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(186) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); if (lookahead != 0 && - lookahead != ';') ADVANCE(804); + lookahead != ')' && + lookahead != ';') ADVANCE(824); 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(632); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(636); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(279); + if (lookahead == '>') ADVANCE(280); 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(669); + if (lookahead == '\\') ADVANCE(381); + if (lookahead == '`') ADVANCE(737); + if (lookahead == 'e') ADVANCE(822); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(187) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); if (lookahead != 0 && - lookahead != ';') ADVANCE(804); + lookahead != ')' && + lookahead != '|') ADVANCE(824); 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(633); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(636); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(279); + if (lookahead == '>') ADVANCE(280); 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(669); + if (lookahead == '\\') ADVANCE(386); + if (lookahead == '`') ADVANCE(737); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(188) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != '|') ADVANCE(824); 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(634); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(636); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(279); + if (lookahead == '>') ADVANCE(280); 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(669); + if (lookahead == '\\') ADVANCE(429); + if (lookahead == '`') ADVANCE(738); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(189) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != '|') ADVANCE(824); 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 == '[' || - 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); + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '%') ADVANCE(524); + if (lookahead == '&') ADVANCE(638); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(514); + if (lookahead == '+') ADVANCE(652); + if (lookahead == ',') ADVANCE(465); + if (lookahead == '-') ADVANCE(650); + if (lookahead == '/') ADVANCE(520); + if (lookahead == '0') ADVANCE(810); + if (lookahead == ':') ADVANCE(649); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(471); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '[') ADVANCE(569); + if (lookahead == '\\') ADVANCE(347); + if (lookahead == ']') ADVANCE(571); + if (lookahead == '^') ADVANCE(640); + if (lookahead == '_') ADVANCE(812); + if (lookahead == '`') ADVANCE(738); + if (lookahead == 'e') ADVANCE(822); + if (lookahead == 'i') ADVANCE(821); + if (lookahead == '{') ADVANCE(561); + if (lookahead == '|') ADVANCE(554); + if (lookahead == '}') ADVANCE(700); + if (lookahead == '~') ADVANCE(654); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(190) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + if (lookahead != 0) ADVANCE(824); 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 == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(638); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(507); + if (lookahead == '-') ADVANCE(510); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(809); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); if (lookahead == '[' || - lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(307); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(302); + if (lookahead == ']') ADVANCE(570); + if (lookahead == '^') ADVANCE(641); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(554); 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 (('A' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && lookahead != ')' && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != ';') ADVANCE(824); 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 == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(638); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(653); + if (lookahead == '-') ADVANCE(651); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(645); 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(669); + if (lookahead == '\\') ADVANCE(352); + if (lookahead == ']') ADVANCE(570); + if (lookahead == '^') ADVANCE(641); + if (lookahead == '`') ADVANCE(738); + if (lookahead == '|') ADVANCE(554); + if (lookahead == '~') ADVANCE(654); 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(687); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(824); 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 == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(637); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(653); + if (lookahead == '-') ADVANCE(651); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(537); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(542); + if (lookahead == '?') ADVANCE(645); 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(669); + if (lookahead == '\\') ADVANCE(355); + if (lookahead == '^') ADVANCE(641); + if (lookahead == '`') ADVANCE(738); + if (lookahead == '|') ADVANCE(556); + if (lookahead == '~') ADVANCE(654); 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(687); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(824); 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 == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(637); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(283); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(653); + if (lookahead == '-') ADVANCE(651); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(537); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(542); + if (lookahead == '?') ADVANCE(645); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(304); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(412); + if (lookahead == '^') ADVANCE(641); + if (lookahead == '`') ADVANCE(738); + if (lookahead == '|') ADVANCE(556); + if (lookahead == '~') ADVANCE(654); 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 (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';') ADVANCE(824); 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(565); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(637); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(653); + if (lookahead == '-') ADVANCE(651); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(685); + if (lookahead == ':') ADVANCE(649); + if (lookahead == '<') ADVANCE(537); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(542); + if (lookahead == '?') ADVANCE(645); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(315); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(356); + if (lookahead == '^') ADVANCE(641); + if (lookahead == '`') ADVANCE(738); + if (lookahead == '|') ADVANCE(556); + if (lookahead == '~') ADVANCE(654); 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(687); if (lookahead != 0 && - lookahead != '&' && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != ')' && + lookahead != ';') ADVANCE(824); 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(565); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(637); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(653); + if (lookahead == '-') ADVANCE(651); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(537); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(542); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(411); + if (lookahead == ']') ADVANCE(570); + if (lookahead == '^') ADVANCE(641); + if (lookahead == '`') ADVANCE(738); + if (lookahead == '|') ADVANCE(556); + if (lookahead == '~') ADVANCE(654); 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(687); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';') ADVANCE(824); 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(565); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(637); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(653); + if (lookahead == '-') ADVANCE(651); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(537); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(542); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(431); + if (lookahead == ']') ADVANCE(670); + if (lookahead == '^') ADVANCE(641); + if (lookahead == '`') ADVANCE(738); + if (lookahead == '|') ADVANCE(556); + if (lookahead == '~') ADVANCE(654); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(197) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); if (lookahead != 0 && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != ')' && + lookahead != ';') ADVANCE(824); 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == '<') ADVANCE(533); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(318); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(198) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != '|') ADVANCE(824); 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '[' || + lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '~') ADVANCE(635); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(310); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(199) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && lookahead != ')' && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != ';') ADVANCE(824); 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(340); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(200) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && lookahead != ')' && - lookahead != '|') ADVANCE(804); + lookahead != ';') ADVANCE(824); 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(311); + if (lookahead == ']') ADVANCE(570); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(201) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && lookahead != ')' && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != ';') ADVANCE(824); 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(358); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '~') ADVANCE(635); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(313); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(202) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && - (lookahead < '&' || ')' < lookahead) && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != ')' && + lookahead != ';') ADVANCE(824); 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == '<') ADVANCE(279); + if (lookahead == '>') ADVANCE(280); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); 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(669); + if (lookahead == '\\') ADVANCE(327); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(203) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != '&' && + lookahead != ';' && + lookahead != '|') ADVANCE(824); 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 == '[' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(399); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '^') ADVANCE(622); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(539); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == ';') ADVANCE(273); + if (lookahead == '<') ADVANCE(533); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '[') ADVANCE(569); + if (lookahead == '\\') ADVANCE(348); + if (lookahead == ']' || + lookahead == '}') ADVANCE(669); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '{') ADVANCE(561); + if (lookahead == '|') ADVANCE(553); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(204) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); + if (lookahead != 0) ADVANCE(824); 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(283); + if (lookahead == '+') ADVANCE(653); + if (lookahead == '-') ADVANCE(651); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(533); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '[') ADVANCE(569); + if (lookahead == '\\') ADVANCE(349); + if (lookahead == ']' || + lookahead == '}') ADVANCE(669); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '{') ADVANCE(561); + if (lookahead == '~') ADVANCE(654); 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(687); + if (lookahead != 0 && + lookahead != ';' && + lookahead != '|') ADVANCE(824); 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '+') ADVANCE(653); + if (lookahead == '-') ADVANCE(651); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(533); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '[') ADVANCE(569); + if (lookahead == '\\') ADVANCE(350); + if (lookahead == ']') ADVANCE(570); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '{') ADVANCE(561); + if (lookahead == '}') ADVANCE(669); + if (lookahead == '~') ADVANCE(654); 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(687); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';' && + lookahead != '|') ADVANCE(824); 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '+') ADVANCE(653); + if (lookahead == '-') ADVANCE(651); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(533); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '[') ADVANCE(569); + if (lookahead == '\\') ADVANCE(359); + if (lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '~') ADVANCE(654); 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(687); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';' && + lookahead != '|') ADVANCE(824); 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == ';') ADVANCE(273); + if (lookahead == '<') ADVANCE(533); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '[') ADVANCE(569); + if (lookahead == '\\') ADVANCE(353); + if (lookahead == ']' || + lookahead == '}') ADVANCE(669); + if (lookahead == '`') ADVANCE(737); + if (lookahead == 'e') ADVANCE(822); + if (lookahead == '{') ADVANCE(561); 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(687); + if (lookahead != 0 && + lookahead != ')' && + lookahead != '|') ADVANCE(824); 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(533); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '[') ADVANCE(569); + if (lookahead == '\\') ADVANCE(354); + if (lookahead == ']') ADVANCE(669); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '{') ADVANCE(561); + if (lookahead == '}') ADVANCE(562); 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(687); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';' && + lookahead != '|') ADVANCE(824); 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(283); + if (lookahead == '+') ADVANCE(653); + if (lookahead == '-') ADVANCE(651); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(279); + if (lookahead == '>') ADVANCE(280); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(377); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '~') ADVANCE(654); 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(687); + if (lookahead != 0 && + lookahead != '&' && + lookahead != ';' && + lookahead != '|') ADVANCE(824); 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(283); + if (lookahead == '+') ADVANCE(653); + if (lookahead == '-') ADVANCE(651); + if (lookahead == '0') ADVANCE(686); + if (lookahead == '<') ADVANCE(279); + if (lookahead == '>') ADVANCE(280); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(369); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '~') ADVANCE(654); 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(688); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(750); + if (lookahead != 0 && + lookahead != '&' && + lookahead != ';' && + lookahead != '|') ADVANCE(824); 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(817); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(638); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(507); + if (lookahead == '-') ADVANCE(510); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(358); + if (lookahead == ']') ADVANCE(570); + if (lookahead == '^') ADVANCE(641); + if (lookahead == '`') ADVANCE(738); + if (lookahead == '|') ADVANCE(554); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(212) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';') ADVANCE(824); 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 == '!') ADVANCE(817); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(638); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(507); + if (lookahead == '-') ADVANCE(510); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(645); if (lookahead == '[' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(361) - if (lookahead == ']') ADVANCE(652); - if (lookahead == '^') ADVANCE(623); - if (lookahead == '`') ADVANCE(285); - if (lookahead == '|') ADVANCE(541); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(414); + if (lookahead == ']') ADVANCE(570); + if (lookahead == '^') ADVANCE(641); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(554); 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(687); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';') ADVANCE(824); 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 == '[' || - 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); + if (lookahead == '!') ADVANCE(566); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(637); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(342); + if (lookahead == '^') ADVANCE(642); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(215) - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(639); + lookahead == ' ') SKIP(214) + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); 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 == '[' || - 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); + if (lookahead == '!') ADVANCE(566); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(637); + if (lookahead == ')') ADVANCE(283); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(316); + if (lookahead == '^') ADVANCE(642); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(215) + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 216: - if (lookahead == '!') ADVANCE(280); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '%') ADVANCE(510); - if (lookahead == '&') ADVANCE(618); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '*') ADVANCE(499); - if (lookahead == '+') ADVANCE(491); - if (lookahead == '-') ADVANCE(494); - if (lookahead == '/') ADVANCE(506); - if (lookahead == ':') ADVANCE(627); - if (lookahead == '<') ADVANCE(521); - if (lookahead == '=') ADVANCE(453); - if (lookahead == '>') ADVANCE(526); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(362) - if (lookahead == '^') ADVANCE(623); - if (lookahead == '`') ADVANCE(285); - if (lookahead == '|') ADVANCE(541); + if (lookahead == '!') ADVANCE(566); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(637); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(811); + if (lookahead == ':') ADVANCE(646); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(315); + if (lookahead == '^') ADVANCE(642); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(216) + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); 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(566); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(637); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(314); + if (lookahead == ']') ADVANCE(570); + if (lookahead == '^') ADVANCE(642); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(217) + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); 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(566); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(637); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(341); + if (lookahead == ']') ADVANCE(294); + if (lookahead == '^') ADVANCE(642); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(218) + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); 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(566); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(637); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(317); + if (lookahead == '^') ADVANCE(642); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(556); 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(761); 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(290); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(668); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(637); + if (lookahead == ')') ADVANCE(283); + 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(646); + if (lookahead == ';') ADVANCE(273); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') SKIP(375) + if (lookahead == ']') ADVANCE(670); + if (lookahead == '^') ADVANCE(642); + if (lookahead == '`') ADVANCE(737); + if (lookahead == 'e') ADVANCE(299); + if (lookahead == 'i') ADVANCE(298); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(220) + lookahead == ' ') SKIP(221) + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(658); 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(290); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(668); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(637); + 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(646); + if (lookahead == ';') ADVANCE(273); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') SKIP(375) + if (lookahead == ']') ADVANCE(670); + if (lookahead == '^') ADVANCE(642); + if (lookahead == '`') ADVANCE(737); + if (lookahead == 'e') ADVANCE(299); + if (lookahead == 'i') ADVANCE(298); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(221) END_STATE(); case 222: - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '&') ADVANCE(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(290); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(282); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(637); + if (lookahead == '(') ADVANCE(278); + 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(644); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') SKIP(376) + if (lookahead == ']') ADVANCE(570); + if (lookahead == '^') ADVANCE(642); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(222) - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'z')) ADVANCE(761); 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(290); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(637); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == ':') ADVANCE(646); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') SKIP(380) + if (lookahead == '^') ADVANCE(642); + if (lookahead == '`') ADVANCE(295); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(223) - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); 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(744); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(637); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '[') ADVANCE(568); + if (lookahead == '\\') SKIP(385) + if (lookahead == '^') ADVANCE(642); + if (lookahead == '|') ADVANCE(556); + if (lookahead == '}') ADVANCE(661); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(224) - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + lookahead == ' ') SKIP(225) 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); + if (lookahead == '!') ADVANCE(290); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(637); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '[') ADVANCE(568); + if (lookahead == '\\') SKIP(385) + if (lookahead == '^') ADVANCE(642); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(225) - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); END_STATE(); case 226: - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(322); - if (lookahead == '_') ADVANCE(794); + if (lookahead == '!') ADVANCE(290); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(637); + 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(646); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '[') ADVANCE(568); + if (lookahead == '\\') SKIP(383) + if (lookahead == '^') ADVANCE(642); + if (lookahead == '`') ADVANCE(295); + if (lookahead == '|') ADVANCE(556); + if (lookahead == '}') ADVANCE(700); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(658); - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); - if (lookahead != 0 && - lookahead != '`') ADVANCE(662); + lookahead == ' ') SKIP(226) END_STATE(); case 227: - if (lookahead == '!') ADVANCE(549); - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(680); - if (lookahead == '$') ADVANCE(644); - if (lookahead == '*') ADVANCE(496); - if (lookahead == '-') ADVANCE(492); - if (lookahead == '0') ADVANCE(791); - if (lookahead == '?') ADVANCE(625); - if (lookahead == '@') ADVANCE(787); - if (lookahead == '\\') ADVANCE(321); - if (lookahead == '_') ADVANCE(794); + if (lookahead == '!') ADVANCE(290); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(637); + 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(646); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') SKIP(379) + if (lookahead == ']') ADVANCE(670); + if (lookahead == '^') ADVANCE(642); + if (lookahead == '`') ADVANCE(295); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(227) - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); 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); + if (lookahead == '!') ADVANCE(290); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(637); + if (lookahead == ')') ADVANCE(283); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == ':') ADVANCE(646); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') SKIP(428) + if (lookahead == '^') ADVANCE(642); + if (lookahead == '`') ADVANCE(295); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(659); - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); - if (lookahead != 0 && - lookahead != '"' && - lookahead != '`') ADVANCE(662); + lookahead == ' ') SKIP(228) 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); + if (lookahead == '!') ADVANCE(290); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(637); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') SKIP(382) + if (lookahead == ']') ADVANCE(570); + if (lookahead == '^') ADVANCE(642); + if (lookahead == '`') ADVANCE(295); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(229) - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); 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); + if (lookahead == '!') ADVANCE(290); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(271); + 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(430) + if (lookahead == '^') ADVANCE(292); + if (lookahead == '|') ADVANCE(289); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(230) - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); 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); + if (lookahead == '!') ADVANCE(290); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(271); + 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 == '\\') SKIP(390) + if (lookahead == '^') ADVANCE(292); + if (lookahead == '|') ADVANCE(289); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(231) - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); 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); - 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); + if (lookahead == '!') ADVANCE(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(325); + if (lookahead == ']') ADVANCE(570); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(232) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(675); - if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(745); + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); 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); + if (lookahead == '!') ADVANCE(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(326); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(230) + lookahead == ' ') SKIP(233) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); 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); - if (lookahead == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(357); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(537); + if (lookahead == '!') ADVANCE(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(330); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(553); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(234) - 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(761); 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); - if (lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '`') ADVANCE(721); + if (lookahead == '!') ADVANCE(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '/') ADVANCE(519); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(329); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '}') ADVANCE(700); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(235) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); 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); - if (lookahead == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(416); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(537); + if (lookahead == '!') ADVANCE(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(332); + if (lookahead == '_') ADVANCE(814); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(236) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + lookahead == ' ') ADVANCE(676); + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); if (lookahead != 0 && - lookahead != ';') ADVANCE(804); + lookahead != '`') ADVANCE(680); 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); - if (lookahead == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(407); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '!') ADVANCE(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(331); + if (lookahead == '_') ADVANCE(814); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(237) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); 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); + if (lookahead == '!') ADVANCE(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(668); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '(') ADVANCE(544); + if (lookahead == '+') ADVANCE(653); + if (lookahead == '-') ADVANCE(651); + if (lookahead == '0') ADVANCE(690); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); if (lookahead == '[' || - lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(411); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') SKIP(392) + if (lookahead == ']') ADVANCE(570); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); + if (lookahead == '~') ADVANCE(654); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(238) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0 && - lookahead != ';') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(692); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(761); 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); - if (lookahead == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(353); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '!') ADVANCE(564); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(333); + if (lookahead == '_') ADVANCE(814); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(239) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + lookahead == ' ') ADVANCE(677); + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != '"' && + lookahead != '`') ADVANCE(680); 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); - if (lookahead == '[' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(366); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '!') ADVANCE(564); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(334); + if (lookahead == '_') ADVANCE(814); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(240) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); 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); - if (lookahead == '[' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(412); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '!') ADVANCE(564); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(667); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') SKIP(396) + if (lookahead == '_') ADVANCE(814); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '}') ADVANCE(700); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(241) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); 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); - if (lookahead == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(359); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '!') ADVANCE(564); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(667); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') SKIP(403) + if (lookahead == '_') ADVANCE(814); + if (lookahead == '`') ADVANCE(737); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(242) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); 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); - if (lookahead == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(352); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '!') ADVANCE(701); + if (lookahead == '#') ADVANCE(707); + if (lookahead == '$') ADVANCE(667); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '=') ADVANCE(708); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') SKIP(396) + if (lookahead == '_') ADVANCE(814); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '}') ADVANCE(700); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(243) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); - if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (lookahead != 0 && - lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead == ' ') SKIP(241) + if (('1' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); 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); - if (lookahead == '[' || - lookahead == ']' || + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(533); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '[') ADVANCE(569); + if (lookahead == '\\') ADVANCE(371); + if (lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(406); - if (lookahead == '`') ADVANCE(722); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(669); + if (lookahead == '`') ADVANCE(737); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(244) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); - if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); if (lookahead != 0 && lookahead != ')' && - lookahead != ';') ADVANCE(804); + lookahead != ';' && + lookahead != '|') ADVANCE(824); 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); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(533); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(368); - if (lookahead == '`') ADVANCE(721); - if (lookahead == 'e') ADVANCE(802); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(427); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(553); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(245) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); if (lookahead != 0 && - (lookahead < '&' || ')' < lookahead) && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != ';') ADVANCE(824); 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); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(533); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || - lookahead == '{') ADVANCE(651); - if (lookahead == '\\') ADVANCE(375); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '}') ADVANCE(682); + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(433); + if (lookahead == '`') ADVANCE(738); + if (lookahead == '|') ADVANCE(553); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(246) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); if (lookahead != 0 && - (lookahead < '&' || ')' < lookahead) && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != ';') ADVANCE(824); 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); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(381) - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(374); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(247) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(674); - if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(531); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); + if (lookahead != 0 && + lookahead != ';') ADVANCE(824); 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); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(370); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(705); + lookahead == ' ') SKIP(248) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); if (lookahead != 0 && - (lookahead < '&' || ')' < lookahead) && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - (lookahead < '[' || ']' < lookahead) && - lookahead != '{' && - lookahead != '|') ADVANCE(804); + lookahead != ')' && + lookahead != ';') ADVANCE(824); END_STATE(); case 249: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(728); - if (lookahead == '\'') ADVANCE(264); - if (lookahead == ')') ADVANCE(529); - if (lookahead == '\\') SKIP(393) + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(424); + if (lookahead == '`') ADVANCE(738); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(708); + lookahead == ' ') SKIP(249) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';') ADVANCE(824); 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); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(372); - if (lookahead == '`') ADVANCE(721); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(432); + if (lookahead == '`') ADVANCE(738); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(250) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); if (lookahead != 0 && - (lookahead < '&' || ')' < lookahead) && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != ';') ADVANCE(824); 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); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(376); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '`') ADVANCE(721); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(373); + if (lookahead == ']') ADVANCE(570); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(251) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(669); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); if (lookahead != 0 && - (lookahead < '&' || ')' < lookahead) && - lookahead != ';' && - lookahead != '|') ADVANCE(804); + lookahead != ')' && + lookahead != ';') ADVANCE(824); END_STATE(); case 252: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(729); - if (lookahead == '$') ADVANCE(650); - if (lookahead == '\'') ADVANCE(264); - if (lookahead == '\\') ADVANCE(389); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(426); + if (lookahead == ']') ADVANCE(570); + if (lookahead == '`') ADVANCE(738); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(252) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); if (lookahead != 0 && - (lookahead < '&' || ')' < lookahead) && - lookahead != ';' && - lookahead != '<' && - lookahead != '>' && - (lookahead < '[' || ']' < lookahead) && - lookahead != '`' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + lookahead != ')' && + lookahead != ';') ADVANCE(824); END_STATE(); case 253: - if (lookahead == '"') ADVANCE(653); - if (lookahead == '#') ADVANCE(655); - if (lookahead == '$') ADVANCE(647); - if (lookahead == '(') ADVANCE(661); - if (lookahead == '\\') ADVANCE(387); - if (lookahead == '`') ADVANCE(721); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(686); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(372); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(660); - if (lookahead != 0) ADVANCE(662); + lookahead == ' ') SKIP(253) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(688); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(750); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';') ADVANCE(824); END_STATE(); case 254: - if (lookahead == '#') ADVANCE(680); - if (lookahead == '%') ADVANCE(508); - if (lookahead == '*') ADVANCE(687); - if (lookahead == '+') ADVANCE(697); - if (lookahead == ',') ADVANCE(449); - if (lookahead == '-') ADVANCE(694); - if (lookahead == '/') ADVANCE(504); - if (lookahead == ':') ADVANCE(629); - if (lookahead == '=') ADVANCE(690); - if (lookahead == '?') ADVANCE(700); - if (lookahead == '@') ADVANCE(685); - if (lookahead == '[') ADVANCE(553); - if (lookahead == '\\') SKIP(371) - if (lookahead == '^') ADVANCE(624); - if (lookahead == '}') ADVANCE(682); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(686); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(425); + if (lookahead == '`') ADVANCE(738); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(255) + lookahead == ' ') SKIP(254) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(688); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(750); + if (lookahead != 0 && + lookahead != ')' && + lookahead != ';') ADVANCE(824); 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); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(279); + if (lookahead == '>') ADVANCE(280); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(384); + if (lookahead == '`') ADVANCE(737); + if (lookahead == 'e') ADVANCE(822); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(255) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); + if (lookahead != 0 && + (lookahead < '&' || ')' < lookahead) && + lookahead != ';' && + lookahead != '|') ADVANCE(824); END_STATE(); case 256: - if (lookahead == '#') ADVANCE(728); - if (lookahead == '&') ADVANCE(283); - if (lookahead == ';') ADVANCE(444); - if (lookahead == '<') ADVANCE(515); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '\\') ADVANCE(388); - if (lookahead == '{') ADVANCE(546); - if (lookahead == '}') ADVANCE(682); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(279); + if (lookahead == '>') ADVANCE(280); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{') ADVANCE(669); + if (lookahead == '\\') ADVANCE(391); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '}') ADVANCE(700); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(256) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); if (lookahead != 0 && - (lookahead < '"' || '$' < lookahead) && - (lookahead < '\'' || ')' < lookahead) && - (lookahead < '[' || ']' < lookahead) && - lookahead != '`' && - lookahead != '|') ADVANCE(804); + (lookahead < '&' || ')' < lookahead) && + lookahead != ';' && + lookahead != '|') ADVANCE(824); END_STATE(); case 257: - if (lookahead == '#') ADVANCE(728); - if (lookahead == '&') ADVANCE(262); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(668); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '(') ADVANCE(544); + if (lookahead == ')') ADVANCE(283); + if (lookahead == '+') ADVANCE(285); + if (lookahead == '-') ADVANCE(286); + if (lookahead == '0') ADVANCE(691); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '=') ADVANCE(467); + if (lookahead == '>') ADVANCE(541); if (lookahead == '[' || + lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(382); - if (lookahead == ']') ADVANCE(555); - if (lookahead == '`') ADVANCE(285); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') SKIP(397) + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(257) - if (lookahead != 0 && - (lookahead < '"' || '$' < lookahead) && - (lookahead < '\'' || ')' < lookahead) && - lookahead != ';') ADVANCE(804); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(693); + if (('A' <= lookahead && lookahead <= 'Z') || + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(547); END_STATE(); case 258: - if (lookahead == '#') ADVANCE(728); - if (lookahead == '&') ADVANCE(262); - if (lookahead == '<') ADVANCE(519); - if (lookahead == '>') ADVANCE(524); - if (lookahead == '[' || - lookahead == ']' || - lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') SKIP(383) - if (lookahead == '`') ADVANCE(285); - if (lookahead == '|') ADVANCE(540); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(668); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(544); + if (lookahead == '\\') ADVANCE(404); + if (lookahead == '`') ADVANCE(737); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(258) + if (lookahead != 0 && + (lookahead < '&' || ')' < lookahead) && + lookahead != ';' && + lookahead != '<' && + lookahead != '>' && + (lookahead < '[' || ']' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(824); END_STATE(); case 259: - if (lookahead == '#') ADVANCE(728); - if (lookahead == '+') ADVANCE(281); - if (lookahead == '=') ADVANCE(450); - if (lookahead == '[') ADVANCE(553); - if (lookahead == '\\') SKIP(394) + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(281); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '/') ADVANCE(519); + if (lookahead == ':') ADVANCE(646); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{') ADVANCE(669); + if (lookahead == '\\') SKIP(407) + if (lookahead == '`') ADVANCE(737); + if (lookahead == '}') ADVANCE(700); 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); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(665); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(544); + if (lookahead == ')') ADVANCE(546); + if (lookahead == ';') ADVANCE(461); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '\\') ADVANCE(401); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '{') ADVANCE(561); + if (lookahead == '|') ADVANCE(553); + if (lookahead == '}') ADVANCE(700); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(260) + if (lookahead != 0 && + (lookahead < '[' || ']' < lookahead)) ADVANCE(824); END_STATE(); case 261: - if (lookahead == '&') ADVANCE(483); - if (lookahead == '=') ADVANCE(473); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '\\') SKIP(408) + if (lookahead == '}') ADVANCE(700); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(724); END_STATE(); case 262: - if (lookahead == '&') ADVANCE(483); - if (lookahead == '>') ADVANCE(561); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(745); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(279); + if (lookahead == '>') ADVANCE(280); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(389); + if (lookahead == '`') ADVANCE(737); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(262) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); + if (lookahead != 0 && + (lookahead < '&' || ')' < lookahead) && + lookahead != ';' && + lookahead != '|') ADVANCE(824); END_STATE(); case 263: - if (lookahead == '&') ADVANCE(544); - if (lookahead == ';') ADVANCE(543); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(745); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == '<') ADVANCE(279); + if (lookahead == '>') ADVANCE(280); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(394); + if (lookahead == ']') ADVANCE(570); + if (lookahead == '`') ADVANCE(737); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(263) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); + if (lookahead != 0 && + (lookahead < '&' || ')' < lookahead) && + lookahead != ';' && + lookahead != '|') ADVANCE(824); END_STATE(); case 264: - if (lookahead == '\'') ADVANCE(664); - if (lookahead != 0) ADVANCE(264); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(673); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '(') ADVANCE(679); + if (lookahead == '\\') ADVANCE(405); + if (lookahead == '`') ADVANCE(737); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') ADVANCE(678); + if (lookahead != 0) ADVANCE(680); END_STATE(); case 265: - if (lookahead == '\'') ADVANCE(665); - if (lookahead == '\\') ADVANCE(266); - if (lookahead != 0) ADVANCE(265); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '%') ADVANCE(525); + if (lookahead == '*') ADVANCE(705); + if (lookahead == '+') ADVANCE(715); + if (lookahead == ',') ADVANCE(466); + if (lookahead == '-') ADVANCE(712); + if (lookahead == '/') ADVANCE(521); + if (lookahead == ':') ADVANCE(648); + if (lookahead == '=') ADVANCE(708); + if (lookahead == '?') ADVANCE(718); + if (lookahead == '@') ADVANCE(703); + if (lookahead == '[') ADVANCE(568); + if (lookahead == '\\') SKIP(388) + if (lookahead == '^') ADVANCE(643); + if (lookahead == '}') ADVANCE(700); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(266) END_STATE(); case 266: - if (lookahead == '\'') ADVANCE(666); - if (lookahead == '\\') ADVANCE(266); - if (lookahead != 0) ADVANCE(265); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '%') ADVANCE(525); + if (lookahead == ',') ADVANCE(466); + if (lookahead == '/') ADVANCE(521); + if (lookahead == ':') ADVANCE(646); + if (lookahead == '[') ADVANCE(568); + if (lookahead == '\\') SKIP(388) + if (lookahead == '^') ADVANCE(643); + if (lookahead == '}') ADVANCE(700); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(266) END_STATE(); case 267: - if (lookahead == '(') ADVANCE(442); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '[' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') SKIP(399) + if (lookahead == ']') ADVANCE(570); + if (lookahead == '`') ADVANCE(295); + if (lookahead == '|') ADVANCE(555); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(267) END_STATE(); case 268: - if (lookahead == '(') ADVANCE(724); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(398); + if (lookahead == '`') ADVANCE(295); + if (lookahead == '|') ADVANCE(555); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(268) + if (lookahead != 0 && + (lookahead < '"' || '$' < lookahead) && + (lookahead < '\'' || ')' < lookahead) && + lookahead != ';') ADVANCE(824); END_STATE(); case 269: - if (lookahead == '(') ADVANCE(725); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '+') ADVANCE(291); + if (lookahead == '=') ADVANCE(467); + if (lookahead == '[') ADVANCE(568); + if (lookahead == '\\') SKIP(410) + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(269) END_STATE(); case 270: - if (lookahead == '(') ADVANCE(638); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '/') ADVANCE(519); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{') ADVANCE(669); + if (lookahead == '\\') SKIP(409) + if (lookahead == '`') ADVANCE(295); + if (lookahead == '}') ADVANCE(700); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(270) END_STATE(); case 271: - if (lookahead == '(') ADVANCE(270); + if (lookahead == '&') ADVANCE(500); + if (lookahead == '=') ADVANCE(490); END_STATE(); case 272: - if (lookahead == '(') ADVANCE(270); - if (lookahead == '{') ADVANCE(681); + if (lookahead == '&') ADVANCE(500); + if (lookahead == '>') ADVANCE(576); END_STATE(); case 273: - if (lookahead == ')') ADVANCE(443); + if (lookahead == '&') ADVANCE(559); + if (lookahead == ';') ADVANCE(558); END_STATE(); case 274: - if (lookahead == '+') ADVANCE(455); + if (lookahead == '\'') ADVANCE(682); + if (lookahead != 0) ADVANCE(274); END_STATE(); case 275: - if (lookahead == '+') ADVANCE(455); - if (lookahead == '=') ADVANCE(459); + if (lookahead == '\'') ADVANCE(683); + if (lookahead == '\\') ADVANCE(276); + if (lookahead != 0) ADVANCE(275); 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 == '\\') ADVANCE(276); + if (lookahead != 0) ADVANCE(275); END_STATE(); case 277: - if (lookahead == '.') ADVANCE(640); + if (lookahead == '(') ADVANCE(736); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '{') ADVANCE(699); END_STATE(); case 278: - if (lookahead == '0') ADVANCE(672); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(674); + if (lookahead == '(') ADVANCE(459); END_STATE(); case 279: - if (lookahead == '=') ADVANCE(476); - if (lookahead == '|') ADVANCE(484); + if (lookahead == '(') ADVANCE(740); END_STATE(); case 280: - if (lookahead == '=') ADVANCE(479); + if (lookahead == '(') ADVANCE(741); END_STATE(); case 281: - if (lookahead == '=') ADVANCE(459); + if (lookahead == '(') ADVANCE(735); + if (lookahead == '`') ADVANCE(739); END_STATE(); case 282: - if (lookahead == '=') ADVANCE(474); + if (lookahead == '(') ADVANCE(735); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '{') ADVANCE(699); 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(691); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(693); END_STATE(); case 287: - if (lookahead == 'c') ADVANCE(532); + if (lookahead == '.') ADVANCE(659); END_STATE(); case 288: - if (lookahead == 'n') ADVANCE(439); + if (lookahead == '0') ADVANCE(691); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(693); 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(576); 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(573); 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(662); + 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(548); 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(501); END_STATE(); case 301: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(205) - if (lookahead == '\n') ADVANCE(773); - if (lookahead == '\r') ADVANCE(41); + lookahead == ' ') SKIP(12) + if (lookahead == '\n') ADVANCE(762); + if (lookahead == '\r') ADVANCE(13); + if (lookahead != 0) ADVANCE(824); 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(191) + if (lookahead == '\n') ADVANCE(787); + if (lookahead == '\r') ADVANCE(17); + if (lookahead != 0) ADVANCE(824); 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(144) + if (lookahead == '\n') ADVANCE(764); + if (lookahead == '\r') ADVANCE(26); + if (lookahead != 0) ADVANCE(824); 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(150) + if (lookahead == '\n') ADVANCE(768); + if (lookahead == '\r') ADVANCE(28); + if (lookahead != 0) ADVANCE(824); 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(159) + if (lookahead == '\n') ADVANCE(774); + if (lookahead == '\r') ADVANCE(29); + if (lookahead != 0) ADVANCE(824); END_STATE(); case 306: if (lookahead == '\t' || lookahead == 11 || lookahead == '\f' || - lookahead == ' ') SKIP(211) + lookahead == ' ') SKIP(167) if (lookahead == '\n') ADVANCE(779); - if (lookahead == '\r') ADVANCE(47); + if (lookahead == '\r') ADVANCE(31); + if (lookahead != 0) ADVANCE(824); 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(780); + if (lookahead == '\r') ADVANCE(32); + if (lookahead != 0) ADVANCE(824); 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(782); + if (lookahead == '\r') ADVANCE(37); + if (lookahead != 0) ADVANCE(824); 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(175) + if (lookahead == '\n') ADVANCE(783); + if (lookahead == '\r') ADVANCE(40); + if (lookahead != 0) ADVANCE(824); 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(199) + if (lookahead == '\n') ADVANCE(789); + if (lookahead == '\r') ADVANCE(41); + if (lookahead != 0) ADVANCE(824); 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(201) + if (lookahead == '\n') ADVANCE(791); + if (lookahead == '\r') ADVANCE(42); + if (lookahead != 0) ADVANCE(824); 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(179) + if (lookahead == '\n') ADVANCE(785); + if (lookahead == '\r') ADVANCE(44); + if (lookahead != 0) ADVANCE(824); 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(202) + if (lookahead == '\n') ADVANCE(792); + if (lookahead == '\r') ADVANCE(46); + if (lookahead != 0) ADVANCE(824); 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(797); + if (lookahead == '\r') ADVANCE(47); 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(216) + if (lookahead == '\n') ADVANCE(796); + if (lookahead == '\r') ADVANCE(48); 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(215) + if (lookahead == '\n') ADVANCE(795); + if (lookahead == '\r') ADVANCE(49); 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(219) + if (lookahead == '\n') ADVANCE(799); + if (lookahead == '\r') ADVANCE(52); 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(198) + if (lookahead == '\n') ADVANCE(788); + if (lookahead == '\r') ADVANCE(56); + if (lookahead != 0) ADVANCE(824); 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(139) + if (lookahead == '\n') ADVANCE(763); + if (lookahead == '\r') ADVANCE(60); 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(146) + if (lookahead == '\n') ADVANCE(765); + if (lookahead == '\r') ADVANCE(61); 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(152) + if (lookahead == '\n') ADVANCE(769); + if (lookahead == '\r') ADVANCE(63); 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(155) + if (lookahead == '\n') ADVANCE(771); + if (lookahead == '\r') ADVANCE(64); 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(158) + if (lookahead == '\n') ADVANCE(773); + if (lookahead == '\r') ADVANCE(77); 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(181) + if (lookahead == '\n') ADVANCE(786); + if (lookahead == '\r') ADVANCE(78); + if (lookahead != 0) ADVANCE(824); 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(232) + if (lookahead == '\n') ADVANCE(800); + if (lookahead == '\r') ADVANCE(79); 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(233) + if (lookahead == '\n') ADVANCE(801); + if (lookahead == '\r') ADVANCE(81); 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(203) + if (lookahead == '\n') ADVANCE(793); + if (lookahead == '\r') ADVANCE(85); + if (lookahead != 0) ADVANCE(824); 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(164) + if (lookahead == '\n') ADVANCE(777); + if (lookahead == '\r') ADVANCE(94); 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(235) + if (lookahead == '\n') ADVANCE(803); + if (lookahead == '\r') ADVANCE(98); 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(234) + if (lookahead == '\n') ADVANCE(802); + if (lookahead == '\r') ADVANCE(99); 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(804); + if (lookahead == '\r') ADVANCE(100); 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(676); + if (lookahead == '\n') ADVANCE(676); + if (lookahead == '\r') ADVANCE(674); + if (lookahead != 0) ADVANCE(680); 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 == ' ') ADVANCE(677); + if (lookahead == '\n') ADVANCE(677); + if (lookahead == '\r') ADVANCE(675); + if (lookahead != 0) ADVANCE(680); 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 == ' ') SKIP(240) + if (lookahead == '\n') ADVANCE(805); + if (lookahead == '\r') ADVANCE(101); 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(147) + if (lookahead == '\n') ADVANCE(766); + if (lookahead == '\r') ADVANCE(117); + if (lookahead != 0) ADVANCE(824); 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(153) + if (lookahead == '\n') ADVANCE(770); + if (lookahead == '\r') ADVANCE(119); + if (lookahead != 0) ADVANCE(824); 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(162) + if (lookahead == '\n') ADVANCE(776); + if (lookahead == '\r') ADVANCE(120); + if (lookahead != 0) ADVANCE(824); 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(171) + if (lookahead == '\n') ADVANCE(781); + if (lookahead == '\r') ADVANCE(122); + if (lookahead != 0) ADVANCE(824); 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(177) + if (lookahead == '\n') ADVANCE(784); + if (lookahead == '\r') ADVANCE(127); + if (lookahead != 0) ADVANCE(824); 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(200) + if (lookahead == '\n') ADVANCE(790); + if (lookahead == '\r') ADVANCE(128); + if (lookahead != 0) ADVANCE(824); 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(218) + if (lookahead == '\n') ADVANCE(798); + if (lookahead == '\r') ADVANCE(131); 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(214) + if (lookahead == '\n') ADVANCE(794); + if (lookahead == '\r') ADVANCE(132); 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(149) + if (lookahead == '\n') ADVANCE(767); + if (lookahead == '\r') ADVANCE(134); 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(161) + if (lookahead == '\n') ADVANCE(775); + if (lookahead == '\r') ADVANCE(136); 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(156) + if (lookahead == '\n') ADVANCE(772); + if (lookahead == '\r') ADVANCE(140); + if (lookahead != 0) ADVANCE(824); 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(165) + if (lookahead == '\n') ADVANCE(778); + if (lookahead == '\r') ADVANCE(142); + if (lookahead != 0) ADVANCE(824); END_STATE(); case 347: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(156) - if (lookahead == '\r') SKIP(23) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(190) + if (lookahead == '\r') SKIP(1) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 348: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(159) - if (lookahead == '\r') SKIP(24) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(204) + if (lookahead == '\r') SKIP(2) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 349: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(162) - if (lookahead == '\r') SKIP(25) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(205) + if (lookahead == '\r') SKIP(3) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 350: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(164) - if (lookahead == '\r') SKIP(28) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(206) + if (lookahead == '\r') SKIP(4) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 351: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(235) - if (lookahead == '\r') SKIP(33) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(6) + if (lookahead == '\r') SKIP(5) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 352: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(243) - if (lookahead == '\r') SKIP(34) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(192) + if (lookahead == '\r') SKIP(7) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 353: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(239) - if (lookahead == '\r') SKIP(35) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(208) + if (lookahead == '\r') SKIP(8) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 354: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(166) - if (lookahead == '\r') SKIP(36) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(209) + if (lookahead == '\r') SKIP(9) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 355: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(168) - if (lookahead == '\r') SKIP(38) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(193) + if (lookahead == '\r') SKIP(10) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 356: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(171) - if (lookahead == '\r') SKIP(42) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(195) + if (lookahead == '\r') SKIP(11) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 357: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(234) - if (lookahead == '\r') SKIP(48) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(109) + if (lookahead == '\r') SKIP(18) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 358: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(202) - if (lookahead == '\r') SKIP(49) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(212) + if (lookahead == '\r') SKIP(19) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 359: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(242) - if (lookahead == '\r') SKIP(50) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(207) + if (lookahead == '\r') SKIP(20) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 360: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(215) - if (lookahead == '\r') SKIP(51) + lookahead == ' ') SKIP(148) + if (lookahead == '\r') SKIP(21) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 361: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(213) - if (lookahead == '\r') SKIP(52) + lookahead == ' ') SKIP(151) + if (lookahead == '\r') SKIP(22) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 362: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(216) - if (lookahead == '\r') SKIP(53) + lookahead == ' ') SKIP(154) + if (lookahead == '\r') SKIP(23) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 363: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(218) - if (lookahead == '\r') SKIP(54) + lookahead == ' ') SKIP(157) + if (lookahead == '\r') SKIP(24) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 364: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(180) - if (lookahead == '\r') SKIP(55) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(160) + if (lookahead == '\r') SKIP(25) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 365: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(212) - if (lookahead == '\r') SKIP(56) + lookahead == ' ') SKIP(163) + if (lookahead == '\r') SKIP(27) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 366: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(240) - if (lookahead == '\r') SKIP(57) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(166) + if (lookahead == '\r') SKIP(30) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 367: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(217) - if (lookahead == '\r') SKIP(61) + lookahead == ' ') SKIP(168) + if (lookahead == '\r') SKIP(33) + if (lookahead != 0) ADVANCE(824); 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(34) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 369: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(181) - if (lookahead == '\r') SKIP(65) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(211) + if (lookahead == '\r') SKIP(35) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 370: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(67) - if (lookahead == '\r') SKIP(66) + lookahead == ' ') SKIP(248) + if (lookahead == '\r') SKIP(36) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 371: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(255) - if (lookahead == '\r') SKIP(73) + lookahead == ' ') SKIP(244) + if (lookahead == '\r') SKIP(38) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 372: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(250) - if (lookahead == '\r') SKIP(74) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(253) + if (lookahead == '\r') SKIP(39) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 373: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(220) - if (lookahead == '\r') SKIP(76) + lookahead == ' ') SKIP(251) + if (lookahead == '\r') SKIP(43) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 374: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(221) - if (lookahead == '\r') SKIP(77) + lookahead == ' ') SKIP(247) + if (lookahead == '\r') SKIP(45) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 375: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(246) - if (lookahead == '\r') SKIP(81) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(221) + if (lookahead == '\r') SKIP(50) END_STATE(); case 376: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(251) - if (lookahead == '\r') SKIP(83) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(222) + if (lookahead == '\r') SKIP(51) END_STATE(); case 377: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(68) - if (lookahead == '\r') SKIP(84) + lookahead == ' ') SKIP(210) + if (lookahead == '\r') SKIP(53) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 378: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(232) - if (lookahead == '\r') SKIP(85) + lookahead == ' ') SKIP(186) + if (lookahead == '\r') SKIP(54) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 379: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(71) - if (lookahead == '\r') SKIP(86) + lookahead == ' ') SKIP(227) + if (lookahead == '\r') SKIP(55) END_STATE(); case 380: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(230) - if (lookahead == '\r') SKIP(87) + lookahead == ' ') SKIP(223) + if (lookahead == '\r') SKIP(57) END_STATE(); case 381: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(247) - if (lookahead == '\r') SKIP(88) + lookahead == ' ') SKIP(187) + if (lookahead == '\r') SKIP(58) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 382: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(257) - if (lookahead == '\r') SKIP(90) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(229) + if (lookahead == '\r') SKIP(59) END_STATE(); case 383: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(258) - if (lookahead == '\r') SKIP(91) + lookahead == ' ') SKIP(226) + if (lookahead == '\r') SKIP(62) END_STATE(); case 384: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(248) - if (lookahead == '\r') SKIP(92) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(255) + if (lookahead == '\r') SKIP(65) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 385: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(231) - if (lookahead == '\r') SKIP(94) + lookahead == ' ') SKIP(225) + if (lookahead == '\r') SKIP(66) END_STATE(); case 386: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(70) - if (lookahead == '\r') SKIP(97) + lookahead == ' ') SKIP(188) + if (lookahead == '\r') SKIP(67) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 387: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') ADVANCE(660); - if (lookahead == '\r') ADVANCE(654); - if (lookahead != 0) ADVANCE(662); + lookahead == ' ') SKIP(69) + if (lookahead == '\r') SKIP(68) END_STATE(); case 388: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(256) - if (lookahead == '\r') SKIP(99) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(266) + if (lookahead == '\r') SKIP(75) 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(76) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 390: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(69) - if (lookahead == '\r') SKIP(102) + lookahead == ' ') SKIP(231) + if (lookahead == '\r') SKIP(80) END_STATE(); case 391: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(72) - if (lookahead == '\r') SKIP(103) + lookahead == ' ') SKIP(256) + if (lookahead == '\r') SKIP(82) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 392: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(260) - if (lookahead == '\r') SKIP(104) + lookahead == ' ') SKIP(238) + if (lookahead == '\r') SKIP(83) END_STATE(); case 393: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(249) - if (lookahead == '\r') SKIP(105) + lookahead == ' ') SKIP(72) + if (lookahead == '\r') SKIP(84) END_STATE(); case 394: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(259) - if (lookahead == '\r') SKIP(106) + lookahead == ' ') SKIP(263) + if (lookahead == '\r') SKIP(86) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 395: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(139) - if (lookahead == '\r') SKIP(107) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(70) + if (lookahead == '\r') SKIP(87) END_STATE(); case 396: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(189) - if (lookahead == '\r') SKIP(108) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(241) + if (lookahead == '\r') SKIP(88) END_STATE(); case 397: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(187) - if (lookahead == '\r') SKIP(109) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(257) + if (lookahead == '\r') SKIP(89) END_STATE(); case 398: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(141) - if (lookahead == '\r') SKIP(112) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(268) + if (lookahead == '\r') SKIP(90) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 399: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(204) - if (lookahead == '\r') SKIP(113) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(267) + if (lookahead == '\r') SKIP(91) END_STATE(); case 400: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(173) - if (lookahead == '\r') SKIP(114) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(73) + if (lookahead == '\r') SKIP(92) END_STATE(); case 401: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(170) - if (lookahead == '\r') SKIP(115) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(260) + if (lookahead == '\r') SKIP(93) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 402: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(175) - if (lookahead == '\r') SKIP(116) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(71) + if (lookahead == '\r') SKIP(95) END_STATE(); case 403: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(172) - if (lookahead == '\r') SKIP(117) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(242) + if (lookahead == '\r') SKIP(96) END_STATE(); case 404: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(177) - if (lookahead == '\r') SKIP(118) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(258) + if (lookahead == '\r') SKIP(97) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 405: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(174) - if (lookahead == '\r') SKIP(120) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') ADVANCE(678); + if (lookahead == '\r') ADVANCE(672); + if (lookahead != 0) ADVANCE(680); END_STATE(); case 406: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(244) - if (lookahead == '\r') SKIP(122) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(74) + if (lookahead == '\r') SKIP(102) END_STATE(); case 407: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(237) - if (lookahead == '\r') SKIP(123) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(259) + if (lookahead == '\r') SKIP(103) 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(104) END_STATE(); case 409: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(178) - if (lookahead == '\r') SKIP(125) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(270) + if (lookahead == '\r') SKIP(105) END_STATE(); case 410: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(179) - if (lookahead == '\r') SKIP(127) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(269) + if (lookahead == '\r') SKIP(106) END_STATE(); case 411: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(238) - if (lookahead == '\r') SKIP(129) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(196) + if (lookahead == '\r') SKIP(107) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 412: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(241) - if (lookahead == '\r') SKIP(130) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(194) + if (lookahead == '\r') SKIP(108) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 413: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(182) - if (lookahead == '\r') SKIP(132) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(145) + if (lookahead == '\r') SKIP(110) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 414: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(190) - if (lookahead == '\r') SKIP(133) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(213) + if (lookahead == '\r') SKIP(111) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 415: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(144) - if (lookahead == '\r') SKIP(135) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(172) + if (lookahead == '\r') SKIP(112) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 416: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(236) - if (lookahead == '\r') SKIP(137) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(174) + if (lookahead == '\r') SKIP(113) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 417: if (('\t' <= lookahead && lookahead <= '\f') || - lookahead == ' ') SKIP(147) - if (lookahead == '\r') SKIP(138) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(178) + if (lookahead == '\r') SKIP(114) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 418: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(674); + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(182) + if (lookahead == '\r') SKIP(115) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 419: - if (lookahead != 0 && - (lookahead < '\t' || '\r' < lookahead)) ADVANCE(804); + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(176) + if (lookahead == '\r') SKIP(116) + if (lookahead != 0) ADVANCE(824); END_STATE(); case 420: - if (lookahead != 0 && - lookahead != '\r') ADVANCE(662); - if (lookahead == '\r') ADVANCE(663); + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(183) + if (lookahead == '\r') SKIP(118) + if (lookahead != 0) ADVANCE(824); 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(180) + if (lookahead == '\r') SKIP(121) + if (lookahead != 0) ADVANCE(824); + END_STATE(); + case 422: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(184) + if (lookahead == '\r') SKIP(123) + if (lookahead != 0) ADVANCE(824); + END_STATE(); + case 423: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(185) + if (lookahead == '\r') SKIP(124) + if (lookahead != 0) ADVANCE(824); + END_STATE(); + case 424: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(249) + if (lookahead == '\r') SKIP(125) + if (lookahead != 0) ADVANCE(824); + END_STATE(); + case 425: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(254) + if (lookahead == '\r') SKIP(126) + if (lookahead != 0) ADVANCE(824); + END_STATE(); + case 426: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(252) + if (lookahead == '\r') SKIP(129) + if (lookahead != 0) ADVANCE(824); + END_STATE(); + case 427: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(245) + if (lookahead == '\r') SKIP(130) + if (lookahead != 0) ADVANCE(824); + END_STATE(); + case 428: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(228) + if (lookahead == '\r') SKIP(133) + END_STATE(); + case 429: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(189) + if (lookahead == '\r') SKIP(135) + if (lookahead != 0) ADVANCE(824); + END_STATE(); + case 430: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(230) + if (lookahead == '\r') SKIP(137) + END_STATE(); + case 431: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(197) + if (lookahead == '\r') SKIP(138) + if (lookahead != 0) ADVANCE(824); + END_STATE(); + case 432: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(250) + if (lookahead == '\r') SKIP(141) + if (lookahead != 0) ADVANCE(824); + END_STATE(); + case 433: + if (('\t' <= lookahead && lookahead <= '\f') || + lookahead == ' ') SKIP(246) + if (lookahead == '\r') SKIP(143) + if (lookahead != 0) ADVANCE(824); + END_STATE(); + case 434: + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(693); + END_STATE(); + case 435: + if (lookahead != 0 && + (lookahead < '\t' || '\r' < lookahead)) ADVANCE(824); + END_STATE(); + case 436: + if (lookahead != 0 && + lookahead != '\r') ADVANCE(680); + if (lookahead == '\r') ADVANCE(681); + END_STATE(); + case 437: + if (eof) ADVANCE(455); + if (lookahead == '\n') ADVANCE(586); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '&') ADVANCE(639); + 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(669); + if (lookahead == '\\') SKIP(453) + if (lookahead == '`') ADVANCE(738); + if (lookahead == '|') ADVANCE(555); 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(586); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '&') ADVANCE(639); + 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(669); + if (lookahead == '\\') SKIP(454) + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); 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(594); + if (lookahead == '!') ADVANCE(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(343); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(555); 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(761); 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(598); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); 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(669); + if (lookahead == '\\') ADVANCE(336); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(426) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(442) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(824); 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(605); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + 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(669); + if (lookahead == '\\') ADVANCE(364); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(443) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); + if (lookahead != 0) ADVANCE(824); + END_STATE(); + case 444: + if (eof) ADVANCE(455); + if (lookahead == '\n') ADVANCE(608); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(686); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '[' || + lookahead == ']' || + lookahead == '{' || + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(365); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(427) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + lookahead == ' ') SKIP(444) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(688); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (lookahead != 0) ADVANCE(804); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(750); + if (lookahead != 0) ADVANCE(824); 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(610); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); 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(669); + if (lookahead == '\\') ADVANCE(346); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(428) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(445) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && - lookahead != ')') ADVANCE(804); + lookahead != ')') ADVANCE(824); 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(615); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(350); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(368); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); 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(687); + if (lookahead != 0) ADVANCE(824); 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(616); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); if (lookahead == '[' || lookahead == ']' || lookahead == '{' || - lookahead == '}') ADVANCE(651); - if (lookahead == '\\') ADVANCE(356); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '|') ADVANCE(540); + lookahead == '}') ADVANCE(669); + if (lookahead == '\\') ADVANCE(338); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); 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 (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); + if (lookahead != 0 && + lookahead != ')') ADVANCE(824); 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(621); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + 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(669); + if (lookahead == '\\') ADVANCE(419); + if (lookahead == '`') ADVANCE(738); + if (lookahead == '|') ADVANCE(555); 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(687); + if (lookahead != 0) ADVANCE(824); 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(628); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(686); + 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(669); + if (lookahead == '\\') ADVANCE(420); + if (lookahead == '`') ADVANCE(738); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(432) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(670); + lookahead == ' ') SKIP(449) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(688); if (('A' <= lookahead && lookahead <= 'Z') || - ('_' <= lookahead && lookahead <= 'z')) ADVANCE(734); - if (lookahead != 0) ADVANCE(804); + ('_' <= lookahead && lookahead <= 'z')) ADVANCE(750); + if (lookahead != 0) ADVANCE(824); 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(630); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + 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(669); + if (lookahead == '\\') ADVANCE(423); + if (lookahead == '`') ADVANCE(738); + if (lookahead == '|') ADVANCE(555); 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(687); + if (lookahead != 0) ADVANCE(824); 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(565); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '%') ADVANCE(524); + if (lookahead == '&') ADVANCE(638); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(514); + if (lookahead == '+') ADVANCE(652); + if (lookahead == ',') ADVANCE(465); + if (lookahead == '-') ADVANCE(650); + if (lookahead == '/') ADVANCE(520); + if (lookahead == '0') ADVANCE(810); + if (lookahead == ':') ADVANCE(649); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(471); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '[') ADVANCE(569); + if (lookahead == '\\') ADVANCE(347); + if (lookahead == ']') ADVANCE(571); + if (lookahead == '^') ADVANCE(640); + if (lookahead == '_') ADVANCE(812); + if (lookahead == '`') ADVANCE(738); + if (lookahead == 'e') ADVANCE(822); + if (lookahead == 'i') ADVANCE(821); + if (lookahead == '{') ADVANCE(561); + if (lookahead == '|') ADVANCE(554); + if (lookahead == '}') ADVANCE(700); + if (lookahead == '~') ADVANCE(654); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(434) - if (lookahead != 0) ADVANCE(804); + lookahead == ' ') SKIP(451) + if (lookahead != 0) ADVANCE(824); 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(744); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '-') ADVANCE(816); + if (lookahead == '0') ADVANCE(685); + if (lookahead == ';') ADVANCE(273); + if (lookahead == '<') ADVANCE(533); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '[') ADVANCE(569); + if (lookahead == '\\') ADVANCE(348); if (lookahead == ']' || - lookahead == '}') ADVANCE(651); - if (lookahead == '`') ADVANCE(721); - if (lookahead == '{') ADVANCE(546); - if (lookahead == '|') ADVANCE(537); + lookahead == '}') ADVANCE(669); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '{') ADVANCE(561); + if (lookahead == '|') ADVANCE(553); 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(687); + if (lookahead != 0) ADVANCE(824); 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(824); 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(761); 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(559); + if (lookahead == ';') ADVANCE(558); END_STATE(); - case 446: + case 463: ACCEPT_TOKEN(anon_sym_SEMI); - if (lookahead == ';') ADVANCE(542); + if (lookahead == ';') ADVANCE(557); 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(732); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(824); END_STATE(); - case 449: + case 466: ACCEPT_TOKEN(anon_sym_COMMA); - if (lookahead == ',') ADVANCE(715); + if (lookahead == ',') ADVANCE(731); 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(575); + if (!sym_word_character_set_2(lookahead)) ADVANCE(824); 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(574); 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(824); 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(824); 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(824); 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(824); 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(824); 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(824); 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(824); 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(824); 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(824); 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(824); 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(824); 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(824); 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(583); + if (lookahead == '<') ADVANCE(635); 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(583); + if (lookahead == '<') ADVANCE(635); + 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(824); 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(685); + if (lookahead == '=') ADVANCE(479); + if (lookahead == '\\') ADVANCE(435); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); + if (!sym_word_character_set_2(lookahead)) ADVANCE(824); 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(685); + if (lookahead == '\\') ADVANCE(435); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); + if (!sym_word_character_set_1(lookahead)) ADVANCE(824); 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(824); 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(824); 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(824); 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(728); + if (lookahead == '%') ADVANCE(730); + if (lookahead == '/') ADVANCE(726); + if (lookahead == '=') ADVANCE(483); + if (lookahead == '\\') ADVANCE(435); if (lookahead != 0 && (lookahead < '\t' || '\r' < lookahead) && lookahead != ' ' && @@ -12746,2567 +13644,2683 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { (lookahead < ';' || '>' < lookahead) && (lookahead < '[' || ']' < lookahead) && lookahead != '`' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(824); 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(727); + if (lookahead == '%') ADVANCE(729); + if (lookahead == '/') ADVANCE(725); 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(824); 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(723); + if (lookahead == '=') ADVANCE(485); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_3(lookahead)) ADVANCE(824); END_STATE(); - case 508: + case 525: ACCEPT_TOKEN(anon_sym_PERCENT); - if (lookahead == '%') ADVANCE(706); + if (lookahead == '%') ADVANCE(722); 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(824); 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(824); 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(824); END_STATE(); - case 515: + case 532: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '&') ADVANCE(563); + if (lookahead == '&') ADVANCE(578); END_STATE(); - case 516: + case 533: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '&') ADVANCE(563); - if (lookahead == '(') ADVANCE(724); + if (lookahead == '&') ADVANCE(578); + if (lookahead == '(') ADVANCE(740); 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(578); + if (lookahead == '(') ADVANCE(740); + 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(578); + if (lookahead == '(') ADVANCE(740); + 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(578); + 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(740); + 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(579); + if (lookahead == '(') ADVANCE(741); + if (lookahead == '=') ADVANCE(499); + if (lookahead == '>') ADVANCE(506); + if (lookahead == '|') ADVANCE(580); 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(579); + if (lookahead == '(') ADVANCE(741); + if (lookahead == '>') ADVANCE(505); + if (lookahead == '|') ADVANCE(580); 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(579); + if (lookahead == '>') ADVANCE(505); + if (lookahead == '|') ADVANCE(580); 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(741); + 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); - END_STATE(); - case 529: - ACCEPT_TOKEN(anon_sym_RPAREN); + if (lookahead == '(') ADVANCE(459); END_STATE(); - case 530: + case 546: ACCEPT_TOKEN(anon_sym_RPAREN); - if (lookahead == ')') ADVANCE(443); END_STATE(); - case 531: + case 547: 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(547); END_STATE(); - case 532: + case 548: ACCEPT_TOKEN(anon_sym_esac); END_STATE(); - case 533: + case 549: 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(750); + if (!sym_word_character_set_4(lookahead)) ADVANCE(824); END_STATE(); - case 534: + case 550: 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(824); END_STATE(); - case 535: + case 551: 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(755); + if (!sym_word_character_set_4(lookahead)) ADVANCE(824); END_STATE(); - case 536: + case 552: ACCEPT_TOKEN(anon_sym_esac); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); - END_STATE(); - case 537: - ACCEPT_TOKEN(anon_sym_PIPE); - END_STATE(); - case 538: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '&') ADVANCE(548); - END_STATE(); - case 539: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '&') ADVANCE(548); - if (lookahead == '=') ADVANCE(476); - if (lookahead == '|') ADVANCE(484); - END_STATE(); - case 540: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '&') ADVANCE(548); - if (lookahead == '|') ADVANCE(484); - END_STATE(); - case 541: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '=') ADVANCE(476); - if (lookahead == '|') ADVANCE(484); - END_STATE(); - case 542: - ACCEPT_TOKEN(anon_sym_SEMI_SEMI); - END_STATE(); - case 543: - ACCEPT_TOKEN(anon_sym_SEMI_SEMI); - if (lookahead == '&') ADVANCE(545); - END_STATE(); - case 544: - ACCEPT_TOKEN(anon_sym_SEMI_AMP); - END_STATE(); - case 545: - ACCEPT_TOKEN(anon_sym_SEMI_SEMI_AMP); - END_STATE(); - case 546: - ACCEPT_TOKEN(anon_sym_LBRACE); - END_STATE(); - case 547: - ACCEPT_TOKEN(anon_sym_RBRACE); - END_STATE(); - case 548: - ACCEPT_TOKEN(anon_sym_PIPE_AMP); - END_STATE(); - case 549: - ACCEPT_TOKEN(anon_sym_BANG); - END_STATE(); - case 550: - ACCEPT_TOKEN(anon_sym_BANG); - if (lookahead == '=') ADVANCE(480); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_2(lookahead)) ADVANCE(804); - END_STATE(); - case 551: - ACCEPT_TOKEN(anon_sym_BANG); - if (lookahead == '=') ADVANCE(479); - END_STATE(); - case 552: - ACCEPT_TOKEN(anon_sym_BANG); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); case 553: - ACCEPT_TOKEN(anon_sym_LBRACK); + ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); case 554: - ACCEPT_TOKEN(anon_sym_LBRACK); - if (lookahead == '[') ADVANCE(557); + ACCEPT_TOKEN(anon_sym_PIPE); + if (lookahead == '&') ADVANCE(563); + if (lookahead == '=') ADVANCE(493); + if (lookahead == '|') ADVANCE(501); END_STATE(); case 555: - ACCEPT_TOKEN(anon_sym_RBRACK); + ACCEPT_TOKEN(anon_sym_PIPE); + if (lookahead == '&') ADVANCE(563); + if (lookahead == '|') ADVANCE(501); END_STATE(); case 556: - ACCEPT_TOKEN(anon_sym_RBRACK); - if (lookahead == ']') ADVANCE(558); + ACCEPT_TOKEN(anon_sym_PIPE); + if (lookahead == '=') ADVANCE(493); + if (lookahead == '|') ADVANCE(501); END_STATE(); case 557: - ACCEPT_TOKEN(anon_sym_LBRACK_LBRACK); + ACCEPT_TOKEN(anon_sym_SEMI_SEMI); END_STATE(); case 558: - ACCEPT_TOKEN(anon_sym_RBRACK_RBRACK); + ACCEPT_TOKEN(anon_sym_SEMI_SEMI); + if (lookahead == '&') ADVANCE(560); END_STATE(); case 559: - ACCEPT_TOKEN(anon_sym_EQ_TILDE); + ACCEPT_TOKEN(anon_sym_SEMI_AMP); END_STATE(); case 560: - ACCEPT_TOKEN(anon_sym_EQ_TILDE); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + ACCEPT_TOKEN(anon_sym_SEMI_SEMI_AMP); END_STATE(); case 561: - ACCEPT_TOKEN(anon_sym_AMP_GT); - if (lookahead == '>') ADVANCE(562); + ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 562: - ACCEPT_TOKEN(anon_sym_AMP_GT_GT); + ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 563: - ACCEPT_TOKEN(anon_sym_LT_AMP); + ACCEPT_TOKEN(anon_sym_PIPE_AMP); END_STATE(); case 564: - ACCEPT_TOKEN(anon_sym_GT_AMP); + ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); case 565: - ACCEPT_TOKEN(anon_sym_GT_PIPE); + ACCEPT_TOKEN(anon_sym_BANG); + if (lookahead == '=') ADVANCE(497); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_2(lookahead)) ADVANCE(824); END_STATE(); case 566: - ACCEPT_TOKEN(anon_sym_LT_LT_DASH); + ACCEPT_TOKEN(anon_sym_BANG); + if (lookahead == '=') ADVANCE(496); END_STATE(); case 567: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(567); - if (lookahead == '+') ADVANCE(634); - if (lookahead == '-') ADVANCE(632); - if (lookahead == '\\') ADVANCE(335); - if (lookahead == '~') ADVANCE(635); + ACCEPT_TOKEN(anon_sym_BANG); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(824); END_STATE(); case 568: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(568); - if (lookahead == '\\') ADVANCE(290); + ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 569: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(569); + ACCEPT_TOKEN(anon_sym_LBRACK); + if (lookahead == '[') ADVANCE(572); END_STATE(); case 570: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(570); - if (lookahead == '\\') ADVANCE(342); + ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 571: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(571); - if (lookahead == '\\') ADVANCE(308); + ACCEPT_TOKEN(anon_sym_RBRACK); + if (lookahead == ']') ADVANCE(573); END_STATE(); case 572: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(572); - if (lookahead == '+') ADVANCE(634); - if (lookahead == '-') ADVANCE(632); - if (lookahead == '\\') ADVANCE(395); - if (lookahead == '~') ADVANCE(635); + ACCEPT_TOKEN(anon_sym_LBRACK_LBRACK); END_STATE(); case 573: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(573); - if (lookahead == '\\') ADVANCE(325); + ACCEPT_TOKEN(anon_sym_RBRACK_RBRACK); END_STATE(); case 574: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(574); - if (lookahead == '\\') ADVANCE(398); + ACCEPT_TOKEN(anon_sym_EQ_TILDE); END_STATE(); case 575: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(575); - if (lookahead == '\\') ADVANCE(309); + ACCEPT_TOKEN(anon_sym_EQ_TILDE); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(824); END_STATE(); case 576: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(576); - if (lookahead == '\\') ADVANCE(292); + ACCEPT_TOKEN(anon_sym_AMP_GT); + if (lookahead == '>') ADVANCE(577); END_STATE(); case 577: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(577); - if (lookahead == '\\') ADVANCE(415); + ACCEPT_TOKEN(anon_sym_AMP_GT_GT); END_STATE(); case 578: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(578); - if (lookahead == '\\') ADVANCE(310); + ACCEPT_TOKEN(anon_sym_LT_AMP); + if (lookahead == '-') ADVANCE(581); END_STATE(); case 579: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(579); - if (lookahead == '\\') ADVANCE(293); + ACCEPT_TOKEN(anon_sym_GT_AMP); + if (lookahead == '-') ADVANCE(582); END_STATE(); case 580: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(580); - if (lookahead == '\\') ADVANCE(417); + ACCEPT_TOKEN(anon_sym_GT_PIPE); END_STATE(); case 581: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(581); - if (lookahead == '\\') ADVANCE(330); + ACCEPT_TOKEN(anon_sym_LT_AMP_DASH); END_STATE(); case 582: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(582); - if (lookahead == '\\') ADVANCE(294); + ACCEPT_TOKEN(anon_sym_GT_AMP_DASH); END_STATE(); case 583: - ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); - if (lookahead == '\n') ADVANCE(583); - if (lookahead == '\\') ADVANCE(345); + ACCEPT_TOKEN(anon_sym_LT_LT_DASH); END_STATE(); case 584: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(584); - if (lookahead == '\\') ADVANCE(311); + if (lookahead == '+') ADVANCE(653); + if (lookahead == '-') ADVANCE(651); + if (lookahead == '\\') ADVANCE(351); + if (lookahead == '~') ADVANCE(654); END_STATE(); case 585: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(585); - if (lookahead == '\\') ADVANCE(295); + if (lookahead == '\\') ADVANCE(301); 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); + if (lookahead == '\\') ADVANCE(357); END_STATE(); case 588: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(588); - if (lookahead == '\\') ADVANCE(326); + if (lookahead == '\\') ADVANCE(319); END_STATE(); case 589: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(589); - if (lookahead == '\\') ADVANCE(347); + if (lookahead == '\\') ADVANCE(303); END_STATE(); case 590: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(590); - if (lookahead == '\\') ADVANCE(317); + 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(320); END_STATE(); case 592: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(592); - if (lookahead == '\\') ADVANCE(348); + if (lookahead == '\\') ADVANCE(335); END_STATE(); case 593: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(593); - if (lookahead == '\\') ADVANCE(318); + if (lookahead == '\\') ADVANCE(360); END_STATE(); case 594: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(594); - if (lookahead == '\\') ADVANCE(297); + if (lookahead == '\\') ADVANCE(343); END_STATE(); case 595: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(595); - if (lookahead == '\\') ADVANCE(349); + if (lookahead == '\\') ADVANCE(304); END_STATE(); case 596: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(596); - if (lookahead == '\\') ADVANCE(327); + if (lookahead == '\\') ADVANCE(361); END_STATE(); case 597: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(597); - if (lookahead == '\\') ADVANCE(350); + if (lookahead == '\\') ADVANCE(321); END_STATE(); case 598: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(598); - if (lookahead == '\\') ADVANCE(298); + if (lookahead == '\\') ADVANCE(336); END_STATE(); case 599: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(599); - if (lookahead == '\\') ADVANCE(354); + if (lookahead == '\\') ADVANCE(362); END_STATE(); case 600: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(600); - if (lookahead == '\\') ADVANCE(300); + if (lookahead == '\\') ADVANCE(322); END_STATE(); case 601: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(601); - if (lookahead == '\\') ADVANCE(355); + if (lookahead == '\\') ADVANCE(345); END_STATE(); case 602: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(602); - if (lookahead == '\\') ADVANCE(312); + if (lookahead == '\\') ADVANCE(363); END_STATE(); case 603: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(603); - if (lookahead == '\\') ADVANCE(401); + if (lookahead == '\\') ADVANCE(323); END_STATE(); case 604: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(604); - if (lookahead == '\\') ADVANCE(356); + if (lookahead == '\\') ADVANCE(305); END_STATE(); case 605: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(605); - if (lookahead == '\\') ADVANCE(403); + if (lookahead == '\\') ADVANCE(364); END_STATE(); case 606: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(606); - if (lookahead == '\\') ADVANCE(400); + if (lookahead == '\\') ADVANCE(344); END_STATE(); case 607: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(607); - if (lookahead == '\\') ADVANCE(405); + if (lookahead == '\\') ADVANCE(337); END_STATE(); case 608: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(608); - if (lookahead == '\\') ADVANCE(402); + if (lookahead == '\\') ADVANCE(365); END_STATE(); case 609: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(609); - if (lookahead == '\\') ADVANCE(408); + if (lookahead == '\\') ADVANCE(328); END_STATE(); case 610: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(610); - if (lookahead == '\\') ADVANCE(404); + if (lookahead == '\\') ADVANCE(346); END_STATE(); case 611: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(611); - if (lookahead == '\\') ADVANCE(409); + if (lookahead == '\\') ADVANCE(366); END_STATE(); case 612: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(612); - if (lookahead == '\\') ADVANCE(410); + if (lookahead == '\\') ADVANCE(306); END_STATE(); case 613: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(613); - if (lookahead == '\\') ADVANCE(364); + if (lookahead == '\\') ADVANCE(367); END_STATE(); case 614: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(614); - if (lookahead == '\\') ADVANCE(369); + if (lookahead == '\\') ADVANCE(307); END_STATE(); case 615: ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); if (lookahead == '\n') ADVANCE(615); - if (lookahead == '\\') ADVANCE(413); + if (lookahead == '\\') ADVANCE(368); 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(338); END_STATE(); case 617: - ACCEPT_TOKEN(anon_sym_AMP); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(617); + if (lookahead == '\\') ADVANCE(415); 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(308); 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(416); 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); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(621); if (lookahead == '\\') ADVANCE(419); - if (lookahead == '^') ADVANCE(718); - if (!sym_word_character_set_2(lookahead)) ADVANCE(804); 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(339); 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(312); END_STATE(); case 625: - ACCEPT_TOKEN(anon_sym_QMARK); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(625); + if (lookahead == '\\') ADVANCE(421); 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(324); END_STATE(); case 627: - ACCEPT_TOKEN(anon_sym_COLON); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(627); + if (lookahead == '\\') ADVANCE(418); 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(420); 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(422); 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(423); END_STATE(); case 631: - ACCEPT_TOKEN(anon_sym_DASH2); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(631); + if (lookahead == '\\') ADVANCE(378); 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(381); END_STATE(); case 633: - ACCEPT_TOKEN(anon_sym_PLUS2); + ACCEPT_TOKEN(aux_sym_heredoc_redirect_token1); + if (lookahead == '\n') ADVANCE(633); + if (lookahead == '\\') ADVANCE(386); 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(429); END_STATE(); case 635: - ACCEPT_TOKEN(anon_sym_TILDE); + ACCEPT_TOKEN(anon_sym_LT_LT_LT); END_STATE(); case 636: - ACCEPT_TOKEN(anon_sym_PLUS_PLUS2); + ACCEPT_TOKEN(anon_sym_AMP); END_STATE(); case 637: - ACCEPT_TOKEN(anon_sym_DASH_DASH2); + ACCEPT_TOKEN(anon_sym_AMP); + if (lookahead == '&') ADVANCE(500); + if (lookahead == '=') ADVANCE(490); END_STATE(); case 638: - ACCEPT_TOKEN(anon_sym_DOLLAR_LPAREN_LPAREN); + ACCEPT_TOKEN(anon_sym_AMP); + if (lookahead == '&') ADVANCE(500); + if (lookahead == '=') ADVANCE(490); + if (lookahead == '>') ADVANCE(576); 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(576); END_STATE(); case 640: - ACCEPT_TOKEN(anon_sym_DOT_DOT); + ACCEPT_TOKEN(anon_sym_CARET); + if (lookahead == '=') ADVANCE(492); + if (lookahead == '\\') ADVANCE(435); + if (lookahead == '^') ADVANCE(734); + if (!sym_word_character_set_2(lookahead)) ADVANCE(824); 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_CARET); + if (lookahead == '=') ADVANCE(492); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_2(lookahead)) ADVANCE(824); END_STATE(); case 642: - ACCEPT_TOKEN(anon_sym_RBRACE2); + ACCEPT_TOKEN(anon_sym_CARET); + if (lookahead == '=') ADVANCE(491); END_STATE(); case 643: - ACCEPT_TOKEN(aux_sym_concatenation_token1); + ACCEPT_TOKEN(anon_sym_CARET); + if (lookahead == '^') ADVANCE(733); END_STATE(); case 644: - ACCEPT_TOKEN(anon_sym_DOLLAR); + ACCEPT_TOKEN(anon_sym_QMARK); 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_QMARK); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(824); 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_COLON); 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_COLON); + if (lookahead == '+') ADVANCE(717); + if (lookahead == '-') ADVANCE(714); + if (lookahead == '=') ADVANCE(711); + if (lookahead == '?') ADVANCE(721); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_2(lookahead)) ADVANCE(824); END_STATE(); case 648: - ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == '(') ADVANCE(719); - if (lookahead == '`') ADVANCE(723); + ACCEPT_TOKEN(anon_sym_COLON); + if (lookahead == '+') ADVANCE(716); + if (lookahead == '-') ADVANCE(713); + if (lookahead == '=') ADVANCE(710); + if (lookahead == '?') ADVANCE(720); 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(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(824); END_STATE(); case 650: - ACCEPT_TOKEN(anon_sym_DOLLAR); - if (lookahead == '{') ADVANCE(681); + ACCEPT_TOKEN(anon_sym_DASH2); END_STATE(); case 651: - ACCEPT_TOKEN(sym__special_character); + ACCEPT_TOKEN(anon_sym_DASH2); + if (lookahead == '-') ADVANCE(656); END_STATE(); case 652: - ACCEPT_TOKEN(sym__special_character); - if (lookahead == ']') ADVANCE(558); + ACCEPT_TOKEN(anon_sym_PLUS2); END_STATE(); case 653: - ACCEPT_TOKEN(anon_sym_DQUOTE); + ACCEPT_TOKEN(anon_sym_PLUS2); + if (lookahead == '+') ADVANCE(655); END_STATE(); case 654: + ACCEPT_TOKEN(anon_sym_TILDE); + END_STATE(); + case 655: + ACCEPT_TOKEN(anon_sym_PLUS_PLUS2); + END_STATE(); + case 656: + ACCEPT_TOKEN(anon_sym_DASH_DASH2); + END_STATE(); + case 657: + ACCEPT_TOKEN(anon_sym_DOLLAR_LPAREN_LPAREN); + END_STATE(); + case 658: + ACCEPT_TOKEN(aux_sym_brace_expression_token1); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(658); + END_STATE(); + case 659: + ACCEPT_TOKEN(anon_sym_DOT_DOT); + END_STATE(); + case 660: + ACCEPT_TOKEN(anon_sym_DOT_DOT); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(824); + END_STATE(); + case 661: + ACCEPT_TOKEN(anon_sym_RBRACE2); + END_STATE(); + case 662: + ACCEPT_TOKEN(aux_sym_concatenation_token1); + END_STATE(); + case 663: + ACCEPT_TOKEN(anon_sym_DOLLAR); + END_STATE(); + case 664: + ACCEPT_TOKEN(anon_sym_DOLLAR); + if (lookahead == '\'') ADVANCE(275); + if (lookahead == '(') ADVANCE(736); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '{') ADVANCE(699); + END_STATE(); + case 665: + ACCEPT_TOKEN(anon_sym_DOLLAR); + if (lookahead == '\'') ADVANCE(275); + if (lookahead == '(') ADVANCE(735); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '{') ADVANCE(699); + END_STATE(); + case 666: + ACCEPT_TOKEN(anon_sym_DOLLAR); + if (lookahead == '(') ADVANCE(736); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '{') ADVANCE(699); + END_STATE(); + case 667: + ACCEPT_TOKEN(anon_sym_DOLLAR); + if (lookahead == '(') ADVANCE(735); + if (lookahead == '`') ADVANCE(739); + END_STATE(); + case 668: + ACCEPT_TOKEN(anon_sym_DOLLAR); + if (lookahead == '(') ADVANCE(735); + if (lookahead == '`') ADVANCE(739); + if (lookahead == '{') ADVANCE(699); + END_STATE(); + case 669: + ACCEPT_TOKEN(sym__special_character); + END_STATE(); + case 670: + ACCEPT_TOKEN(sym__special_character); + if (lookahead == ']') ADVANCE(573); + END_STATE(); + case 671: + ACCEPT_TOKEN(anon_sym_DQUOTE); + END_STATE(); + case 672: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '\n') ADVANCE(660); - if (lookahead == '\\') ADVANCE(420); + if (lookahead == '\n') ADVANCE(678); + if (lookahead == '\\') ADVANCE(436); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(680); END_STATE(); - case 655: + case 673: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '\n') ADVANCE(662); - if (lookahead == '\\') ADVANCE(726); + if (lookahead == '\n') ADVANCE(680); + if (lookahead == '\\') ADVANCE(742); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '`') ADVANCE(655); + lookahead != '`') ADVANCE(673); END_STATE(); - case 656: + case 674: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '\n') ADVANCE(658); - if (lookahead == '\\') ADVANCE(420); + if (lookahead == '\n') ADVANCE(676); + if (lookahead == '\\') ADVANCE(436); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(680); END_STATE(); - case 657: + case 675: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '\n') ADVANCE(659); - if (lookahead == '\\') ADVANCE(420); + if (lookahead == '\n') ADVANCE(677); + if (lookahead == '\\') ADVANCE(436); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(680); END_STATE(); - case 658: + case 676: 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(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(332); + if (lookahead == '_') ADVANCE(814); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(658); + lookahead == ' ') ADVANCE(676); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); if (lookahead != 0 && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(680); END_STATE(); - case 659: + case 677: 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(564); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(333); + if (lookahead == '_') ADVANCE(814); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(659); + lookahead == ' ') ADVANCE(677); if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); if (lookahead != 0 && lookahead != '"' && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(680); END_STATE(); - case 660: + case 678: 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(671); + if (lookahead == '#') ADVANCE(673); + if (lookahead == '$') ADVANCE(666); + if (lookahead == '(') ADVANCE(679); + if (lookahead == '\\') ADVANCE(405); + if (lookahead == '`') ADVANCE(737); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(660); - if (lookahead != 0) ADVANCE(662); + lookahead == ' ') ADVANCE(678); + if (lookahead != 0) ADVANCE(680); END_STATE(); - case 661: + case 679: 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(680); END_STATE(); - case 662: + case 680: ACCEPT_TOKEN(sym__string_content); - if (lookahead == '\\') ADVANCE(420); + if (lookahead == '\\') ADVANCE(436); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && - lookahead != '`') ADVANCE(662); + lookahead != '`') ADVANCE(680); END_STATE(); - case 663: + case 681: ACCEPT_TOKEN(sym__string_content); if (lookahead != 0 && lookahead != '"' && lookahead != '$' && lookahead != '\\' && - lookahead != '`') ADVANCE(662); - if (lookahead == '\\') ADVANCE(420); + lookahead != '`') ADVANCE(680); + if (lookahead == '\\') ADVANCE(436); END_STATE(); - case 664: + case 682: ACCEPT_TOKEN(sym_raw_string); END_STATE(); - case 665: + case 683: ACCEPT_TOKEN(sym_ansi_c_string); END_STATE(); - case 666: + case 684: ACCEPT_TOKEN(sym_ansi_c_string); - if (lookahead == '\'') ADVANCE(665); - if (lookahead == '\\') ADVANCE(266); - if (lookahead != 0) ADVANCE(265); + if (lookahead == '\'') ADVANCE(683); + if (lookahead == '\\') ADVANCE(276); + if (lookahead != 0) ADVANCE(275); END_STATE(); - case 667: + case 685: 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(696); + if (lookahead == '\\') ADVANCE(435); + if (lookahead == 'x') ADVANCE(823); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(687); + if (!sym_word_character_set_5(lookahead)) ADVANCE(824); END_STATE(); - case 668: + case 686: 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(696); + if (lookahead == '\\') ADVANCE(435); + if (lookahead == 'x') ADVANCE(749); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(688); 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(750); + if (!sym_word_character_set_6(lookahead)) ADVANCE(824); END_STATE(); - case 669: + case 687: 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(696); + if (lookahead == '\\') ADVANCE(435); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(687); + if (!sym_word_character_set_5(lookahead)) ADVANCE(824); END_STATE(); - case 670: + case 688: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '#') ADVANCE(678); - if (lookahead == '\\') ADVANCE(419); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(670); + if (lookahead == '#') ADVANCE(696); + if (lookahead == '\\') ADVANCE(435); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(688); 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(750); + if (!sym_word_character_set_6(lookahead)) ADVANCE(824); END_STATE(); - case 671: + case 689: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '#') ADVANCE(678); + if (lookahead == '#') ADVANCE(696); if (lookahead == '\\') ADVANCE(16); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(689); 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(755); + if (!sym_word_character_set_6(lookahead)) ADVANCE(824); END_STATE(); - case 672: - ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '#') ADVANCE(679); - if (lookahead == 'x') ADVANCE(418); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(674); - END_STATE(); - case 673: + case 690: 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(697); + if (lookahead == 'x') ADVANCE(760); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(692); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 674: + case 691: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '#') ADVANCE(679); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(674); + if (lookahead == '#') ADVANCE(697); + if (lookahead == 'x') ADVANCE(434); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(693); END_STATE(); - case 675: + case 692: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '#') ADVANCE(679); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(675); + if (lookahead == '#') ADVANCE(697); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(692); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 676: + case 693: ACCEPT_TOKEN(aux_sym_number_token1); - if (lookahead == '\\') ADVANCE(419); + if (lookahead == '#') ADVANCE(697); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(693); + END_STATE(); + case 694: + ACCEPT_TOKEN(aux_sym_number_token1); + 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(694); + if (!sym_word_character_set_4(lookahead)) ADVANCE(824); END_STATE(); - case 677: + case 695: 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(695); END_STATE(); - case 678: + case 696: 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(694); + if (!sym_word_character_set_4(lookahead)) ADVANCE(824); END_STATE(); - case 679: + case 697: 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(695); END_STATE(); - case 680: + case 698: ACCEPT_TOKEN(anon_sym_POUND); END_STATE(); - case 681: + case 699: ACCEPT_TOKEN(anon_sym_DOLLAR_LBRACE); END_STATE(); - case 682: + case 700: ACCEPT_TOKEN(anon_sym_RBRACE3); END_STATE(); - case 683: + case 701: ACCEPT_TOKEN(anon_sym_BANG2); END_STATE(); - case 684: + case 702: 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(824); END_STATE(); - case 685: + case 703: ACCEPT_TOKEN(anon_sym_AT); END_STATE(); - case 686: + case 704: 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(824); END_STATE(); - case 687: + case 705: ACCEPT_TOKEN(anon_sym_STAR2); END_STATE(); - case 688: + case 706: 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(824); END_STATE(); - case 689: + case 707: ACCEPT_TOKEN(anon_sym_POUND2); END_STATE(); - case 690: + case 708: ACCEPT_TOKEN(anon_sym_EQ2); END_STATE(); - case 691: + case 709: 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(824); END_STATE(); - case 692: + case 710: ACCEPT_TOKEN(anon_sym_COLON_EQ); END_STATE(); - case 693: + case 711: 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(824); END_STATE(); - case 694: + case 712: ACCEPT_TOKEN(anon_sym_DASH3); END_STATE(); - case 695: + case 713: ACCEPT_TOKEN(anon_sym_COLON_DASH); END_STATE(); - case 696: + case 714: 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(824); END_STATE(); - case 697: + case 715: ACCEPT_TOKEN(anon_sym_PLUS3); END_STATE(); - case 698: + case 716: ACCEPT_TOKEN(anon_sym_COLON_PLUS); END_STATE(); - case 699: + case 717: 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(824); END_STATE(); - case 700: + case 718: ACCEPT_TOKEN(anon_sym_QMARK2); END_STATE(); - case 701: + case 719: 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(824); END_STATE(); - case 702: + case 720: ACCEPT_TOKEN(anon_sym_COLON_QMARK); END_STATE(); - case 703: + case 721: 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(824); END_STATE(); - case 706: + case 722: ACCEPT_TOKEN(anon_sym_PERCENT_PERCENT); END_STATE(); - case 707: + case 723: 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(824); END_STATE(); - case 708: + case 724: ACCEPT_TOKEN(aux_sym__expansion_regex_token1); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(708); + lookahead == ' ') ADVANCE(724); END_STATE(); - case 709: + case 725: ACCEPT_TOKEN(anon_sym_SLASH_SLASH); END_STATE(); - case 710: + case 726: 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(824); END_STATE(); - case 711: + case 727: ACCEPT_TOKEN(anon_sym_SLASH_POUND); END_STATE(); - case 712: + case 728: 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(824); END_STATE(); - case 713: + case 729: ACCEPT_TOKEN(anon_sym_SLASH_PERCENT); END_STATE(); - case 714: + case 730: 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(824); END_STATE(); - case 715: + case 731: ACCEPT_TOKEN(anon_sym_COMMA_COMMA); END_STATE(); - case 716: + case 732: 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(824); END_STATE(); - case 717: + case 733: ACCEPT_TOKEN(anon_sym_CARET_CARET); END_STATE(); - case 718: + case 734: 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(824); END_STATE(); - case 719: + case 735: ACCEPT_TOKEN(anon_sym_DOLLAR_LPAREN); END_STATE(); - case 720: + case 736: ACCEPT_TOKEN(anon_sym_DOLLAR_LPAREN); - if (lookahead == '(') ADVANCE(638); + if (lookahead == '(') ADVANCE(657); END_STATE(); - case 721: + case 737: ACCEPT_TOKEN(anon_sym_BQUOTE); END_STATE(); - case 722: + case 738: ACCEPT_TOKEN(anon_sym_BQUOTE); - if (lookahead == '`') ADVANCE(643); + if (lookahead == '`') ADVANCE(662); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(285); + lookahead == ' ') ADVANCE(295); END_STATE(); - case 723: + case 739: ACCEPT_TOKEN(anon_sym_DOLLAR_BQUOTE); END_STATE(); - case 724: + case 740: ACCEPT_TOKEN(anon_sym_LT_LPAREN); END_STATE(); - case 725: + case 741: ACCEPT_TOKEN(anon_sym_GT_LPAREN); END_STATE(); - case 726: + case 742: ACCEPT_TOKEN(sym_comment); - if (lookahead == '\n') ADVANCE(662); - if (lookahead == '\r') ADVANCE(655); - if (lookahead != 0) ADVANCE(655); + if (lookahead == '\n') ADVANCE(680); + if (lookahead == '\r') ADVANCE(673); + if (lookahead != 0) ADVANCE(673); END_STATE(); - case 727: + case 743: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && - (lookahead < '\t' || '\r' < lookahead)) ADVANCE(729); + (lookahead < '\t' || '\r' < lookahead)) ADVANCE(745); if (lookahead == '\t' || - (11 <= lookahead && lookahead <= '\r')) ADVANCE(728); + (11 <= lookahead && lookahead <= '\r')) ADVANCE(744); END_STATE(); - case 728: + case 744: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && - lookahead != '\n') ADVANCE(728); + lookahead != '\n') ADVANCE(744); END_STATE(); - case 729: + case 745: ACCEPT_TOKEN(sym__comment_word); - if (lookahead == '\\') ADVANCE(727); - if (!sym_word_character_set_1(lookahead)) ADVANCE(729); + if (lookahead == '\\') ADVANCE(743); + if (!sym_word_character_set_1(lookahead)) ADVANCE(745); END_STATE(); - case 730: + case 746: 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(747); 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(750); + if (!sym_word_character_set_4(lookahead)) ADVANCE(824); END_STATE(); - case 731: + case 747: 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(549); 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(750); + if (!sym_word_character_set_4(lookahead)) ADVANCE(824); END_STATE(); - case 732: + case 748: 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(746); 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(750); + if (!sym_word_character_set_4(lookahead)) ADVANCE(824); END_STATE(); - case 733: + case 749: 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(688); 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(750); + if (!sym_word_character_set_4(lookahead)) ADVANCE(824); END_STATE(); - case 734: + case 750: 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(750); + if (!sym_word_character_set_4(lookahead)) ADVANCE(824); END_STATE(); - case 735: + case 751: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); if (lookahead == '\\') ADVANCE(16); - if (lookahead == 'a') ADVANCE(736); + if (lookahead == 'a') ADVANCE(752); 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(755); + if (!sym_word_character_set_4(lookahead)) ADVANCE(824); END_STATE(); - case 736: + case 752: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); if (lookahead == '\\') ADVANCE(16); - if (lookahead == 'c') ADVANCE(535); + if (lookahead == 'c') ADVANCE(551); 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(755); + if (!sym_word_character_set_4(lookahead)) ADVANCE(824); END_STATE(); - case 737: + case 753: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); if (lookahead == '\\') ADVANCE(16); - if (lookahead == 's') ADVANCE(735); + if (lookahead == 's') ADVANCE(751); 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(755); + if (!sym_word_character_set_4(lookahead)) ADVANCE(824); END_STATE(); - case 738: + case 754: 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(689); 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(755); + if (!sym_word_character_set_4(lookahead)) ADVANCE(824); END_STATE(); - case 739: + case 755: 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(755); + if (!sym_word_character_set_4(lookahead)) ADVANCE(824); END_STATE(); - case 740: + case 756: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == 'a') ADVANCE(741); + if (lookahead == 'a') ADVANCE(757); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('b' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('b' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 741: + case 757: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == 'c') ADVANCE(536); + if (lookahead == 'c') ADVANCE(552); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 742: + case 758: 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(761); END_STATE(); - case 743: + case 759: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (lookahead == 's') ADVANCE(740); + if (lookahead == 's') ADVANCE(756); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 744: + case 760: ACCEPT_TOKEN(aux_sym__simple_variable_name_token1); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(675); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(692); if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 745: + case 761: 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(761); END_STATE(); - case 746: + case 762: 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(585); + if (lookahead == '!') ADVANCE(565); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(638); + if (lookahead == '\'') ADVANCE(274); + 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(809); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '\\') ADVANCE(301); + if (lookahead == '^') ADVANCE(641); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(554); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(12) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && - (lookahead < '[' || '}' < lookahead)) ADVANCE(804); + (lookahead < '[' || '}' < lookahead)) ADVANCE(824); END_STATE(); - case 747: + case 763: 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(588); + if (lookahead == '!') ADVANCE(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(319); + if (lookahead == '_') ADVANCE(814); + if (lookahead == 'e') ADVANCE(759); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(134) + lookahead == ' ') SKIP(139) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 748: + case 764: 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '\\') ADVANCE(303); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == 'e') ADVANCE(753); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(140) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(144) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && - (lookahead < '[' || '}' < lookahead)) ADVANCE(804); + lookahead != ')' && + (lookahead < '[' || ']' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(824); END_STATE(); - case 749: + case 765: 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(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(320); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(142) + lookahead == ' ') SKIP(146) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 750: + case 766: 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '\\') ADVANCE(335); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == 'e') ADVANCE(753); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(143) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(147) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(824); END_STATE(); - case 751: + case 767: 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(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(343); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(145) + lookahead == ' ') SKIP(149) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 752: + case 768: 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '\\') ADVANCE(304); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(146) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(150) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(824); END_STATE(); - case 753: + case 769: 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(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '&') ADVANCE(639); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(321); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(148) + lookahead == ' ') SKIP(152) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 754: + case 770: 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '\\') ADVANCE(336); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(149) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(153) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(824); END_STATE(); - case 755: + case 771: 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(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(322); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(151) + lookahead == ' ') SKIP(155) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 756: + case 772: 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '\\') ADVANCE(345); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(152) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(156) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && + lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(824); END_STATE(); - case 757: + case 773: 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(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(323); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(154) + lookahead == ' ') SKIP(158) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 758: + case 774: 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '\\') ADVANCE(305); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(155) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(159) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && - lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(824); END_STATE(); - case 759: + case 775: 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(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '<') ADVANCE(532); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(344); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(300); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(157) + lookahead == ' ') SKIP(161) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 760: + case 776: 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '\\') ADVANCE(337); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(158) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(162) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && - lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(824); END_STATE(); - case 761: + case 777: 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(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '&') ADVANCE(636); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(328); + if (lookahead == '_') ADVANCE(814); + if (lookahead == 'i') ADVANCE(758); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(160) + lookahead == ' ') SKIP(164) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 762: + case 778: 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '\\') ADVANCE(346); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(161) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(165) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && + lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(824); END_STATE(); - case 763: + case 779: 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '\\') ADVANCE(306); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == 'e') ADVANCE(753); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(163) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(167) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && lookahead != ')' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(824); END_STATE(); - case 764: + case 780: 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(462); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '\\') ADVANCE(307); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(165) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(169) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && lookahead != ')' && - (lookahead < ';' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '[' || ']' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(824); END_STATE(); - case 765: + case 781: 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(616); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '\\') ADVANCE(338); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(167) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(171) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && lookahead != ')' && - lookahead != ';' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(824); END_STATE(); - case 766: + case 782: 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 == '\n') ADVANCE(618); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(639); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '\\') ADVANCE(308); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(173) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); + if (lookahead != 0 && + (lookahead < '[' || ']' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(824); + END_STATE(); + case 783: + ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); + if (lookahead == '\n') ADVANCE(620); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '\\') ADVANCE(309); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(175) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); + if (lookahead != 0 && + lookahead != ')' && + (lookahead < ';' || ']' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(824); + END_STATE(); + case 784: + ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); + if (lookahead == '\n') ADVANCE(622); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '\\') ADVANCE(339); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(177) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); + if (lookahead != 0 && + lookahead != ')' && + (lookahead < ';' || ']' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(824); + END_STATE(); + case 785: + ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); + if (lookahead == '\n') ADVANCE(624); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); if (lookahead == '\\') ADVANCE(312); - if (lookahead == '_') ADVANCE(793); - if (lookahead == '`') ADVANCE(721); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(169) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(179) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && lookahead != ')' && + lookahead != ';' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(824); END_STATE(); - case 767: + case 786: 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 == '\n') ADVANCE(626); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(636); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == ';') ADVANCE(463); + if (lookahead == '<') ADVANCE(279); + if (lookahead == '>') ADVANCE(280); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '\\') ADVANCE(324); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(184) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(181) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && lookahead != ')' && - (lookahead < ';' || '}' < lookahead)) ADVANCE(804); + (lookahead < '[' || ']' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(824); END_STATE(); - case 768: + case 787: 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(565); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '%') ADVANCE(526); + if (lookahead == '&') ADVANCE(638); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(515); + if (lookahead == '+') ADVANCE(507); + if (lookahead == '-') ADVANCE(510); + if (lookahead == '/') ADVANCE(522); + if (lookahead == '0') ADVANCE(809); + if (lookahead == '<') ADVANCE(534); + if (lookahead == '=') ADVANCE(468); + if (lookahead == '>') ADVANCE(539); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '\\') ADVANCE(302); + if (lookahead == ']') ADVANCE(570); + if (lookahead == '^') ADVANCE(641); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(554); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ') SKIP(191) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); + if (lookahead != 0 && + lookahead != ')' && + (lookahead < ';' || '}' < lookahead)) ADVANCE(824); + END_STATE(); + case 788: + ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(293); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == '<') ADVANCE(533); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '\\') ADVANCE(318); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(198) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(824); END_STATE(); - case 769: + case 789: 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(545); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '\\') ADVANCE(310); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(192) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(199) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && lookahead != ')' && (lookahead < ';' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(824); END_STATE(); - case 770: + case 790: 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '=') ADVANCE(818); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '\\') ADVANCE(340); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(193) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(200) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); + if (('A' <= lookahead && lookahead <= 'Z') || + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); + if (lookahead != 0 && + lookahead != ')' && + (lookahead < ';' || ']' < lookahead) && + (lookahead < '{' || '}' < lookahead)) ADVANCE(824); + END_STATE(); + case 791: + ACCEPT_TOKEN(aux_sym__multiline_variable_name_token1); + if (lookahead == '!') ADVANCE(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '\\') ADVANCE(311); + if (lookahead == ']') ADVANCE(570); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ') SKIP(201) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && lookahead != '[' && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(824); END_STATE(); - case 771: + case 792: 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == '<') ADVANCE(535); + if (lookahead == '>') ADVANCE(540); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '\\') ADVANCE(313); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(194) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(202) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && lookahead != ')' && lookahead != ';' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); + (lookahead < '{' || '}' < lookahead)) ADVANCE(824); END_STATE(); - case 772: + case 793: 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(567); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(664); + if (lookahead == '\'') ADVANCE(274); + if (lookahead == '(') ADVANCE(278); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(518); + if (lookahead == '-') ADVANCE(512); + if (lookahead == '0') ADVANCE(809); + if (lookahead == '<') ADVANCE(279); + if (lookahead == '>') ADVANCE(280); + if (lookahead == '?') ADVANCE(645); + if (lookahead == '@') ADVANCE(808); + if (lookahead == '\\') ADVANCE(327); + if (lookahead == '_') ADVANCE(813); + if (lookahead == '`') ADVANCE(737); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(195) - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(671); + lookahead == ' ') SKIP(203) + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(689); if (('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(739); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(755); if (lookahead != 0 && lookahead != '&' && lookahead != ';' && (lookahead < '[' || ']' < lookahead) && - (lookahead < '{' || '}' < lookahead)) ADVANCE(804); - END_STATE(); - case 773: - 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 (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(205) - if (('1' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + (lookahead < '{' || '}' < lookahead)) ADVANCE(824); END_STATE(); - case 774: + case 794: 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(566); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(637); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(342); + if (lookahead == '^') ADVANCE(642); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(206) + lookahead == ' ') SKIP(214) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 775: + case 795: 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(566); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(637); + if (lookahead == ')') ADVANCE(283); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(316); + if (lookahead == '^') ADVANCE(642); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(207) + lookahead == ' ') SKIP(215) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 776: + case 796: 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(566); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(637); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(811); + if (lookahead == ':') ADVANCE(646); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(315); + if (lookahead == '^') ADVANCE(642); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(208) + lookahead == ' ') SKIP(216) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 777: + case 797: 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(566); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(637); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(314); + if (lookahead == ']') ADVANCE(570); + if (lookahead == '^') ADVANCE(642); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(209) + lookahead == ' ') SKIP(217) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 778: + case 798: 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(566); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(637); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(341); + if (lookahead == ']') ADVANCE(294); + if (lookahead == '^') ADVANCE(642); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(210) + lookahead == ' ') SKIP(218) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 779: + case 799: 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(566); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '%') ADVANCE(527); + if (lookahead == '&') ADVANCE(637); + if (lookahead == '*') ADVANCE(516); + if (lookahead == '+') ADVANCE(508); + if (lookahead == '-') ADVANCE(511); + if (lookahead == '/') ADVANCE(523); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '<') ADVANCE(538); + if (lookahead == '=') ADVANCE(470); + if (lookahead == '>') ADVANCE(543); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(317); + if (lookahead == '^') ADVANCE(642); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(556); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(211) + lookahead == ' ') SKIP(219) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 780: + case 800: 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(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(325); + if (lookahead == ']') ADVANCE(570); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(222) + lookahead == ' ') SKIP(232) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 781: + case 801: 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(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '&') ADVANCE(272); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '<') ADVANCE(536); + if (lookahead == '>') ADVANCE(541); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(326); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(555); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(223) + lookahead == ' ') SKIP(233) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 782: + case 802: 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(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == ')') ADVANCE(546); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(330); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '|') ADVANCE(553); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(224) + lookahead == ' ') SKIP(234) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 783: + case 803: 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(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '/') ADVANCE(519); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(329); + if (lookahead == '_') ADVANCE(814); + if (lookahead == '}') ADVANCE(700); 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(761); END_STATE(); - case 784: + case 804: 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(564); + if (lookahead == '"') ADVANCE(671); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(331); + if (lookahead == '_') ADVANCE(814); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(227) + lookahead == ' ') SKIP(237) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 785: + case 805: 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(564); + if (lookahead == '#') ADVANCE(698); + if (lookahead == '$') ADVANCE(663); + if (lookahead == '*') ADVANCE(513); + if (lookahead == '-') ADVANCE(509); + if (lookahead == '0') ADVANCE(811); + if (lookahead == '?') ADVANCE(644); + if (lookahead == '@') ADVANCE(807); + if (lookahead == '\\') ADVANCE(334); + if (lookahead == '_') ADVANCE(814); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(229) + lookahead == ' ') SKIP(240) if (('1' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'Z') || - ('a' <= lookahead && lookahead <= 'z')) ADVANCE(745); + ('a' <= lookahead && lookahead <= 'z')) ADVANCE(761); END_STATE(); - case 786: + case 806: 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(806); END_STATE(); - case 787: + case 807: ACCEPT_TOKEN(anon_sym_AT2); END_STATE(); - case 788: + case 808: 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(824); END_STATE(); - case 789: + case 809: ACCEPT_TOKEN(anon_sym_0); - if (lookahead == '#') ADVANCE(678); + if (lookahead == '#') ADVANCE(696); if (lookahead == '\\') ADVANCE(16); - if (lookahead == 'x') ADVANCE(738); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(671); + if (lookahead == 'x') ADVANCE(754); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(689); 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(755); + if (!sym_word_character_set_6(lookahead)) ADVANCE(824); END_STATE(); - case 790: + case 810: 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(824); END_STATE(); - case 791: + case 811: 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(761); END_STATE(); - case 792: + case 812: 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(824); END_STATE(); - case 793: + case 813: 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(755); + if (!sym_word_character_set_4(lookahead)) ADVANCE(824); END_STATE(); - case 794: + case 814: 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(761); END_STATE(); - case 795: + case 815: ACCEPT_TOKEN(sym_word); - if (lookahead == '.') ADVANCE(641); - if (lookahead == '\\') ADVANCE(419); - if (!sym_word_character_set_1(lookahead)) ADVANCE(804); + if (lookahead == '.') ADVANCE(660); + if (lookahead == '\\') ADVANCE(435); + if (!sym_word_character_set_1(lookahead)) ADVANCE(824); END_STATE(); - case 796: + case 816: 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(685); + if (lookahead == '\\') ADVANCE(435); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(687); + if (!sym_word_character_set_1(lookahead)) ADVANCE(824); END_STATE(); - case 797: + case 817: 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(824); END_STATE(); - case 798: + case 818: 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(575); + if (!sym_word_character_set_2(lookahead)) ADVANCE(824); END_STATE(); - case 799: + case 819: 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(820); + if (!sym_word_character_set_1(lookahead)) ADVANCE(824); END_STATE(); - case 800: + case 820: 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(550); + if (!sym_word_character_set_1(lookahead)) ADVANCE(824); END_STATE(); - case 801: + case 821: 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(824); END_STATE(); - case 802: + case 822: 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(819); + if (!sym_word_character_set_1(lookahead)) ADVANCE(824); END_STATE(); - case 803: + case 823: 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(687); + if (!sym_word_character_set_1(lookahead)) ADVANCE(824); END_STATE(); - case 804: + case 824: 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(824); END_STATE(); default: return false; @@ -15661,4596 +16675,5183 @@ 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}, - [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}, + [1] = {.lex_state = 452, .external_lex_state = 2}, + [2] = {.lex_state = 205, .external_lex_state = 2}, + [3] = {.lex_state = 205, .external_lex_state = 2}, + [4] = {.lex_state = 206, .external_lex_state = 3}, + [5] = {.lex_state = 6, .external_lex_state = 4}, + [6] = {.lex_state = 206, .external_lex_state = 3}, + [7] = {.lex_state = 206, .external_lex_state = 3}, + [8] = {.lex_state = 192, .external_lex_state = 5}, + [9] = {.lex_state = 452, .external_lex_state = 2}, + [10] = {.lex_state = 452, .external_lex_state = 2}, + [11] = {.lex_state = 452, .external_lex_state = 2}, + [12] = {.lex_state = 452, .external_lex_state = 2}, + [13] = {.lex_state = 452, .external_lex_state = 2}, + [14] = {.lex_state = 452, .external_lex_state = 2}, + [15] = {.lex_state = 208, .external_lex_state = 2}, + [16] = {.lex_state = 208, .external_lex_state = 2}, + [17] = {.lex_state = 208, .external_lex_state = 2}, + [18] = {.lex_state = 452, .external_lex_state = 2}, + [19] = {.lex_state = 208, .external_lex_state = 2}, + [20] = {.lex_state = 208, .external_lex_state = 2}, + [21] = {.lex_state = 208, .external_lex_state = 2}, + [22] = {.lex_state = 208, .external_lex_state = 2}, + [23] = {.lex_state = 208, .external_lex_state = 2}, + [24] = {.lex_state = 208, .external_lex_state = 2}, + [25] = {.lex_state = 208, .external_lex_state = 2}, + [26] = {.lex_state = 208, .external_lex_state = 2}, + [27] = {.lex_state = 208, .external_lex_state = 2}, + [28] = {.lex_state = 452, .external_lex_state = 2}, + [29] = {.lex_state = 452, .external_lex_state = 2}, + [30] = {.lex_state = 452, .external_lex_state = 2}, + [31] = {.lex_state = 452, .external_lex_state = 2}, + [32] = {.lex_state = 452, .external_lex_state = 2}, + [33] = {.lex_state = 452, .external_lex_state = 2}, + [34] = {.lex_state = 452, .external_lex_state = 2}, + [35] = {.lex_state = 452, .external_lex_state = 2}, + [36] = {.lex_state = 452, .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 = 209, .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 = 452, .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 = 209, .external_lex_state = 2}, + [91] = {.lex_state = 452, .external_lex_state = 2}, + [92] = {.lex_state = 452, .external_lex_state = 2}, + [93] = {.lex_state = 452, .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 = 452, .external_lex_state = 2}, + [115] = {.lex_state = 452, .external_lex_state = 2}, + [116] = {.lex_state = 452, .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 = 209, .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 = 209, .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 = 452, .external_lex_state = 2}, + [162] = {.lex_state = 452, .external_lex_state = 2}, + [163] = {.lex_state = 209, .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 = 209, .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 = 209, .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 = 452, .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 = 452, .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 = 452, .external_lex_state = 2}, + [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 = 452, .external_lex_state = 2}, + [312] = {.lex_state = 452, .external_lex_state = 2}, + [313] = {.lex_state = 452, .external_lex_state = 2}, + [314] = {.lex_state = 452, .external_lex_state = 2}, + [315] = {.lex_state = 452, .external_lex_state = 2}, + [316] = {.lex_state = 452, .external_lex_state = 2}, + [317] = {.lex_state = 452, .external_lex_state = 2}, + [318] = {.lex_state = 452, .external_lex_state = 2}, + [319] = {.lex_state = 452, .external_lex_state = 2}, + [320] = {.lex_state = 452, .external_lex_state = 2}, + [321] = {.lex_state = 452, .external_lex_state = 2}, + [322] = {.lex_state = 452, .external_lex_state = 2}, + [323] = {.lex_state = 452, .external_lex_state = 2}, + [324] = {.lex_state = 452, .external_lex_state = 2}, + [325] = {.lex_state = 452, .external_lex_state = 2}, + [326] = {.lex_state = 452, .external_lex_state = 2}, + [327] = {.lex_state = 452, .external_lex_state = 2}, + [328] = {.lex_state = 452, .external_lex_state = 2}, + [329] = {.lex_state = 452, .external_lex_state = 2}, + [330] = {.lex_state = 452, .external_lex_state = 2}, + [331] = {.lex_state = 452, .external_lex_state = 2}, + [332] = {.lex_state = 452, .external_lex_state = 2}, + [333] = {.lex_state = 452, .external_lex_state = 2}, + [334] = {.lex_state = 452, .external_lex_state = 2}, + [335] = {.lex_state = 452, .external_lex_state = 2}, + [336] = {.lex_state = 196, .external_lex_state = 6}, + [337] = {.lex_state = 196, .external_lex_state = 6}, + [338] = {.lex_state = 197, .external_lex_state = 7}, + [339] = {.lex_state = 196, .external_lex_state = 6}, + [340] = {.lex_state = 196, .external_lex_state = 6}, + [341] = {.lex_state = 193, .external_lex_state = 7}, + [342] = {.lex_state = 195, .external_lex_state = 7}, + [343] = {.lex_state = 196, .external_lex_state = 6}, + [344] = {.lex_state = 196, .external_lex_state = 6}, + [345] = {.lex_state = 194, .external_lex_state = 7}, + [346] = {.lex_state = 196, .external_lex_state = 6}, + [347] = {.lex_state = 193, .external_lex_state = 7}, + [348] = {.lex_state = 12, .external_lex_state = 8}, + [349] = {.lex_state = 12, .external_lex_state = 8}, + [350] = {.lex_state = 191, .external_lex_state = 9}, + [351] = {.lex_state = 191, .external_lex_state = 9}, + [352] = {.lex_state = 109, .external_lex_state = 4}, + [353] = {.lex_state = 109, .external_lex_state = 4}, + [354] = {.lex_state = 109, .external_lex_state = 4}, + [355] = {.lex_state = 109, .external_lex_state = 4}, + [356] = {.lex_state = 109, .external_lex_state = 4}, + [357] = {.lex_state = 109, .external_lex_state = 4}, + [358] = {.lex_state = 109, .external_lex_state = 4}, + [359] = {.lex_state = 109, .external_lex_state = 4}, + [360] = {.lex_state = 109, .external_lex_state = 4}, + [361] = {.lex_state = 109, .external_lex_state = 4}, + [362] = {.lex_state = 109, .external_lex_state = 4}, + [363] = {.lex_state = 109, .external_lex_state = 4}, + [364] = {.lex_state = 109, .external_lex_state = 4}, + [365] = {.lex_state = 109, .external_lex_state = 4}, + [366] = {.lex_state = 109, .external_lex_state = 4}, + [367] = {.lex_state = 109, .external_lex_state = 4}, + [368] = {.lex_state = 109, .external_lex_state = 4}, + [369] = {.lex_state = 109, .external_lex_state = 4}, + [370] = {.lex_state = 109, .external_lex_state = 4}, + [371] = {.lex_state = 109, .external_lex_state = 4}, + [372] = {.lex_state = 109, .external_lex_state = 4}, + [373] = {.lex_state = 109, .external_lex_state = 4}, + [374] = {.lex_state = 109, .external_lex_state = 4}, + [375] = {.lex_state = 109, .external_lex_state = 4}, + [376] = {.lex_state = 109, .external_lex_state = 4}, + [377] = {.lex_state = 145, .external_lex_state = 8}, + [378] = {.lex_state = 145, .external_lex_state = 8}, + [379] = {.lex_state = 212, .external_lex_state = 5}, + [380] = {.lex_state = 212, .external_lex_state = 5}, + [381] = {.lex_state = 212, .external_lex_state = 5}, + [382] = {.lex_state = 212, .external_lex_state = 5}, + [383] = {.lex_state = 145, .external_lex_state = 8}, + [384] = {.lex_state = 145, .external_lex_state = 8}, + [385] = {.lex_state = 212, .external_lex_state = 5}, + [386] = {.lex_state = 212, .external_lex_state = 5}, + [387] = {.lex_state = 212, .external_lex_state = 5}, + [388] = {.lex_state = 212, .external_lex_state = 5}, + [389] = {.lex_state = 212, .external_lex_state = 5}, + [390] = {.lex_state = 212, .external_lex_state = 5}, + [391] = {.lex_state = 212, .external_lex_state = 5}, + [392] = {.lex_state = 212, .external_lex_state = 5}, + [393] = {.lex_state = 212, .external_lex_state = 5}, + [394] = {.lex_state = 212, .external_lex_state = 5}, + [395] = {.lex_state = 212, .external_lex_state = 5}, + [396] = {.lex_state = 212, .external_lex_state = 5}, + [397] = {.lex_state = 212, .external_lex_state = 5}, + [398] = {.lex_state = 212, .external_lex_state = 5}, + [399] = {.lex_state = 212, .external_lex_state = 5}, + [400] = {.lex_state = 212, .external_lex_state = 5}, + [401] = {.lex_state = 212, .external_lex_state = 5}, + [402] = {.lex_state = 212, .external_lex_state = 5}, + [403] = {.lex_state = 212, .external_lex_state = 5}, + [404] = {.lex_state = 212, .external_lex_state = 5}, + [405] = {.lex_state = 212, .external_lex_state = 5}, + [406] = {.lex_state = 213, .external_lex_state = 9}, + [407] = {.lex_state = 213, .external_lex_state = 9}, + [408] = {.lex_state = 213, .external_lex_state = 9}, + [409] = {.lex_state = 213, .external_lex_state = 9}, + [410] = {.lex_state = 207, .external_lex_state = 2}, + [411] = {.lex_state = 207, .external_lex_state = 2}, + [412] = {.lex_state = 148, .external_lex_state = 8}, + [413] = {.lex_state = 148, .external_lex_state = 8}, + [414] = {.lex_state = 151, .external_lex_state = 8}, + [415] = {.lex_state = 154, .external_lex_state = 10}, + [416] = {.lex_state = 151, .external_lex_state = 8}, + [417] = {.lex_state = 154, .external_lex_state = 10}, + [418] = {.lex_state = 154, .external_lex_state = 10}, + [419] = {.lex_state = 157, .external_lex_state = 10}, + [420] = {.lex_state = 443, .external_lex_state = 8}, + [421] = {.lex_state = 157, .external_lex_state = 10}, + [422] = {.lex_state = 148, .external_lex_state = 8}, + [423] = {.lex_state = 443, .external_lex_state = 8}, + [424] = {.lex_state = 148, .external_lex_state = 8}, + [425] = {.lex_state = 157, .external_lex_state = 10}, + [426] = {.lex_state = 144, .external_lex_state = 8}, + [427] = {.lex_state = 443, .external_lex_state = 8}, + [428] = {.lex_state = 148, .external_lex_state = 8}, + [429] = {.lex_state = 144, .external_lex_state = 8}, + [430] = {.lex_state = 443, .external_lex_state = 8}, + [431] = {.lex_state = 147, .external_lex_state = 8}, + [432] = {.lex_state = 151, .external_lex_state = 8}, + [433] = {.lex_state = 443, .external_lex_state = 8}, + [434] = {.lex_state = 444, .external_lex_state = 10}, + [435] = {.lex_state = 444, .external_lex_state = 10}, + [436] = {.lex_state = 444, .external_lex_state = 10}, + [437] = {.lex_state = 443, .external_lex_state = 8}, + [438] = {.lex_state = 151, .external_lex_state = 8}, + [439] = {.lex_state = 443, .external_lex_state = 8}, + [440] = {.lex_state = 147, .external_lex_state = 8}, + [441] = {.lex_state = 444, .external_lex_state = 10}, + [442] = {.lex_state = 150, .external_lex_state = 8}, + [443] = {.lex_state = 443, .external_lex_state = 8}, + [444] = {.lex_state = 150, .external_lex_state = 8}, + [445] = {.lex_state = 444, .external_lex_state = 10}, + [446] = {.lex_state = 151, .external_lex_state = 8}, + [447] = {.lex_state = 444, .external_lex_state = 10}, + [448] = {.lex_state = 442, .external_lex_state = 8}, + [449] = {.lex_state = 443, .external_lex_state = 8}, + [450] = {.lex_state = 444, .external_lex_state = 10}, + [451] = {.lex_state = 443, .external_lex_state = 8}, + [452] = {.lex_state = 443, .external_lex_state = 8}, + [453] = {.lex_state = 154, .external_lex_state = 11}, + [454] = {.lex_state = 443, .external_lex_state = 8}, + [455] = {.lex_state = 444, .external_lex_state = 10}, + [456] = {.lex_state = 156, .external_lex_state = 8}, + [457] = {.lex_state = 156, .external_lex_state = 8}, + [458] = {.lex_state = 443, .external_lex_state = 8}, + [459] = {.lex_state = 444, .external_lex_state = 10}, + [460] = {.lex_state = 159, .external_lex_state = 8}, + [461] = {.lex_state = 154, .external_lex_state = 11}, + [462] = {.lex_state = 442, .external_lex_state = 8}, + [463] = {.lex_state = 444, .external_lex_state = 10}, + [464] = {.lex_state = 159, .external_lex_state = 8}, + [465] = {.lex_state = 154, .external_lex_state = 11}, + [466] = {.lex_state = 443, .external_lex_state = 8}, + [467] = {.lex_state = 444, .external_lex_state = 10}, + [468] = {.lex_state = 443, .external_lex_state = 8}, + [469] = {.lex_state = 166, .external_lex_state = 11}, + [470] = {.lex_state = 162, .external_lex_state = 8}, + [471] = {.lex_state = 443, .external_lex_state = 8}, + [472] = {.lex_state = 157, .external_lex_state = 11}, + [473] = {.lex_state = 166, .external_lex_state = 10}, + [474] = {.lex_state = 166, .external_lex_state = 11}, + [475] = {.lex_state = 442, .external_lex_state = 8}, + [476] = {.lex_state = 166, .external_lex_state = 10}, + [477] = {.lex_state = 157, .external_lex_state = 11}, + [478] = {.lex_state = 445, .external_lex_state = 8}, + [479] = {.lex_state = 166, .external_lex_state = 11}, + [480] = {.lex_state = 445, .external_lex_state = 8}, + [481] = {.lex_state = 167, .external_lex_state = 10}, + [482] = {.lex_state = 167, .external_lex_state = 10}, + [483] = {.lex_state = 167, .external_lex_state = 10}, + [484] = {.lex_state = 167, .external_lex_state = 10}, + [485] = {.lex_state = 157, .external_lex_state = 11}, + [486] = {.lex_state = 443, .external_lex_state = 8}, + [487] = {.lex_state = 162, .external_lex_state = 8}, + [488] = {.lex_state = 443, .external_lex_state = 8}, + [489] = {.lex_state = 443, .external_lex_state = 8}, + [490] = {.lex_state = 442, .external_lex_state = 8}, + [491] = {.lex_state = 167, .external_lex_state = 11}, + [492] = {.lex_state = 169, .external_lex_state = 10}, + [493] = {.lex_state = 444, .external_lex_state = 11}, + [494] = {.lex_state = 167, .external_lex_state = 11}, + [495] = {.lex_state = 444, .external_lex_state = 11}, + [496] = {.lex_state = 168, .external_lex_state = 11}, + [497] = {.lex_state = 167, .external_lex_state = 11}, + [498] = {.lex_state = 169, .external_lex_state = 10}, + [499] = {.lex_state = 452, .external_lex_state = 2}, + [500] = {.lex_state = 167, .external_lex_state = 11}, + [501] = {.lex_state = 168, .external_lex_state = 11}, + [502] = {.lex_state = 169, .external_lex_state = 10}, + [503] = {.lex_state = 444, .external_lex_state = 11}, + [504] = {.lex_state = 444, .external_lex_state = 11}, + [505] = {.lex_state = 169, .external_lex_state = 10}, + [506] = {.lex_state = 444, .external_lex_state = 11}, + [507] = {.lex_state = 445, .external_lex_state = 8}, + [508] = {.lex_state = 168, .external_lex_state = 10}, + [509] = {.lex_state = 168, .external_lex_state = 10}, + [510] = {.lex_state = 168, .external_lex_state = 11}, + [511] = {.lex_state = 151, .external_lex_state = 8}, + [512] = {.lex_state = 445, .external_lex_state = 8}, + [513] = {.lex_state = 444, .external_lex_state = 11}, + [514] = {.lex_state = 166, .external_lex_state = 11}, + [515] = {.lex_state = 166, .external_lex_state = 11}, + [516] = {.lex_state = 151, .external_lex_state = 8}, + [517] = {.lex_state = 446, .external_lex_state = 11}, + [518] = {.lex_state = 157, .external_lex_state = 10}, + [519] = {.lex_state = 446, .external_lex_state = 10}, + [520] = {.lex_state = 444, .external_lex_state = 11}, + [521] = {.lex_state = 211, .external_lex_state = 12}, + [522] = {.lex_state = 157, .external_lex_state = 10}, + [523] = {.lex_state = 211, .external_lex_state = 12}, + [524] = {.lex_state = 248, .external_lex_state = 13}, + [525] = {.lex_state = 444, .external_lex_state = 11}, + [526] = {.lex_state = 447, .external_lex_state = 10}, + [527] = {.lex_state = 447, .external_lex_state = 10}, + [528] = {.lex_state = 157, .external_lex_state = 10}, + [529] = {.lex_state = 211, .external_lex_state = 12}, + [530] = {.lex_state = 248, .external_lex_state = 13}, + [531] = {.lex_state = 211, .external_lex_state = 12}, + [532] = {.lex_state = 169, .external_lex_state = 11}, + [533] = {.lex_state = 444, .external_lex_state = 11}, + [534] = {.lex_state = 169, .external_lex_state = 11}, + [535] = {.lex_state = 452, .external_lex_state = 2}, + [536] = {.lex_state = 447, .external_lex_state = 10}, + [537] = {.lex_state = 169, .external_lex_state = 11}, + [538] = {.lex_state = 169, .external_lex_state = 11}, + [539] = {.lex_state = 446, .external_lex_state = 11}, + [540] = {.lex_state = 446, .external_lex_state = 11}, + [541] = {.lex_state = 447, .external_lex_state = 10}, + [542] = {.lex_state = 173, .external_lex_state = 10}, + [543] = {.lex_state = 446, .external_lex_state = 10}, + [544] = {.lex_state = 211, .external_lex_state = 12}, + [545] = {.lex_state = 173, .external_lex_state = 10}, + [546] = {.lex_state = 173, .external_lex_state = 10}, + [547] = {.lex_state = 168, .external_lex_state = 11}, + [548] = {.lex_state = 446, .external_lex_state = 11}, + [549] = {.lex_state = 444, .external_lex_state = 11}, + [550] = {.lex_state = 444, .external_lex_state = 11}, + [551] = {.lex_state = 208, .external_lex_state = 2}, + [552] = {.lex_state = 446, .external_lex_state = 10}, + [553] = {.lex_state = 446, .external_lex_state = 11}, + [554] = {.lex_state = 452, .external_lex_state = 2}, + [555] = {.lex_state = 168, .external_lex_state = 11}, + [556] = {.lex_state = 173, .external_lex_state = 10}, + [557] = {.lex_state = 446, .external_lex_state = 11}, + [558] = {.lex_state = 446, .external_lex_state = 10}, + [559] = {.lex_state = 211, .external_lex_state = 12}, + [560] = {.lex_state = 208, .external_lex_state = 2}, + [561] = {.lex_state = 211, .external_lex_state = 12}, + [562] = {.lex_state = 244, .external_lex_state = 2}, + [563] = {.lex_state = 447, .external_lex_state = 11}, + [564] = {.lex_state = 211, .external_lex_state = 12}, + [565] = {.lex_state = 211, .external_lex_state = 12}, + [566] = {.lex_state = 173, .external_lex_state = 11}, + [567] = {.lex_state = 173, .external_lex_state = 11}, + [568] = {.lex_state = 173, .external_lex_state = 11}, + [569] = {.lex_state = 446, .external_lex_state = 10}, + [570] = {.lex_state = 446, .external_lex_state = 11}, + [571] = {.lex_state = 244, .external_lex_state = 2}, + [572] = {.lex_state = 244, .external_lex_state = 2}, + [573] = {.lex_state = 446, .external_lex_state = 11}, + [574] = {.lex_state = 253, .external_lex_state = 14}, + [575] = {.lex_state = 173, .external_lex_state = 11}, + [576] = {.lex_state = 253, .external_lex_state = 14}, + [577] = {.lex_state = 446, .external_lex_state = 11}, + [578] = {.lex_state = 447, .external_lex_state = 10}, + [579] = {.lex_state = 447, .external_lex_state = 11}, + [580] = {.lex_state = 151, .external_lex_state = 8}, + [581] = {.lex_state = 447, .external_lex_state = 10}, + [582] = {.lex_state = 253, .external_lex_state = 14}, + [583] = {.lex_state = 446, .external_lex_state = 11}, + [584] = {.lex_state = 244, .external_lex_state = 2}, + [585] = {.lex_state = 244, .external_lex_state = 2}, + [586] = {.lex_state = 175, .external_lex_state = 8}, + [587] = {.lex_state = 175, .external_lex_state = 8}, + [588] = {.lex_state = 244, .external_lex_state = 2}, + [589] = {.lex_state = 446, .external_lex_state = 11}, + [590] = {.lex_state = 244, .external_lex_state = 2}, + [591] = {.lex_state = 446, .external_lex_state = 11}, + [592] = {.lex_state = 446, .external_lex_state = 11}, + [593] = {.lex_state = 211, .external_lex_state = 12}, + [594] = {.lex_state = 446, .external_lex_state = 11}, + [595] = {.lex_state = 447, .external_lex_state = 11}, + [596] = {.lex_state = 151, .external_lex_state = 8}, + [597] = {.lex_state = 151, .external_lex_state = 8}, + [598] = {.lex_state = 244, .external_lex_state = 2}, + [599] = {.lex_state = 447, .external_lex_state = 11}, + [600] = {.lex_state = 447, .external_lex_state = 10}, + [601] = {.lex_state = 446, .external_lex_state = 10}, + [602] = {.lex_state = 211, .external_lex_state = 12}, + [603] = {.lex_state = 211, .external_lex_state = 12}, + [604] = {.lex_state = 447, .external_lex_state = 10}, + [605] = {.lex_state = 446, .external_lex_state = 11}, + [606] = {.lex_state = 211, .external_lex_state = 12}, + [607] = {.lex_state = 199, .external_lex_state = 13}, + [608] = {.lex_state = 447, .external_lex_state = 11}, + [609] = {.lex_state = 199, .external_lex_state = 13}, + [610] = {.lex_state = 166, .external_lex_state = 10}, + [611] = {.lex_state = 446, .external_lex_state = 11}, + [612] = {.lex_state = 447, .external_lex_state = 11}, + [613] = {.lex_state = 166, .external_lex_state = 10}, + [614] = {.lex_state = 446, .external_lex_state = 11}, + [615] = {.lex_state = 446, .external_lex_state = 11}, + [616] = {.lex_state = 166, .external_lex_state = 10}, + [617] = {.lex_state = 446, .external_lex_state = 11}, + [618] = {.lex_state = 166, .external_lex_state = 10}, + [619] = {.lex_state = 248, .external_lex_state = 13}, + [620] = {.lex_state = 177, .external_lex_state = 8}, + [621] = {.lex_state = 177, .external_lex_state = 8}, + [622] = {.lex_state = 248, .external_lex_state = 13}, + [623] = {.lex_state = 447, .external_lex_state = 11}, + [624] = {.lex_state = 447, .external_lex_state = 11}, + [625] = {.lex_state = 248, .external_lex_state = 13}, + [626] = {.lex_state = 168, .external_lex_state = 10}, + [627] = {.lex_state = 168, .external_lex_state = 10}, + [628] = {.lex_state = 452, .external_lex_state = 2}, + [629] = {.lex_state = 172, .external_lex_state = 4}, + [630] = {.lex_state = 209, .external_lex_state = 2}, + [631] = {.lex_state = 157, .external_lex_state = 11}, + [632] = {.lex_state = 452, .external_lex_state = 2}, + [633] = {.lex_state = 172, .external_lex_state = 4}, + [634] = {.lex_state = 172, .external_lex_state = 4}, + [635] = {.lex_state = 172, .external_lex_state = 4}, + [636] = {.lex_state = 200, .external_lex_state = 13}, + [637] = {.lex_state = 168, .external_lex_state = 10}, + [638] = {.lex_state = 172, .external_lex_state = 4}, + [639] = {.lex_state = 168, .external_lex_state = 10}, + [640] = {.lex_state = 157, .external_lex_state = 11}, + [641] = {.lex_state = 172, .external_lex_state = 4}, + [642] = {.lex_state = 200, .external_lex_state = 13}, + [643] = {.lex_state = 452, .external_lex_state = 2}, + [644] = {.lex_state = 157, .external_lex_state = 11}, + [645] = {.lex_state = 172, .external_lex_state = 4}, + [646] = {.lex_state = 452, .external_lex_state = 2}, + [647] = {.lex_state = 172, .external_lex_state = 4}, + [648] = {.lex_state = 174, .external_lex_state = 4}, + [649] = {.lex_state = 446, .external_lex_state = 10}, + [650] = {.lex_state = 201, .external_lex_state = 15}, + [651] = {.lex_state = 446, .external_lex_state = 10}, + [652] = {.lex_state = 201, .external_lex_state = 15}, + [653] = {.lex_state = 172, .external_lex_state = 4}, + [654] = {.lex_state = 168, .external_lex_state = 11}, + [655] = {.lex_state = 168, .external_lex_state = 11}, + [656] = {.lex_state = 172, .external_lex_state = 4}, + [657] = {.lex_state = 253, .external_lex_state = 16}, + [658] = {.lex_state = 172, .external_lex_state = 4}, + [659] = {.lex_state = 172, .external_lex_state = 4}, + [660] = {.lex_state = 251, .external_lex_state = 15}, + [661] = {.lex_state = 253, .external_lex_state = 16}, + [662] = {.lex_state = 446, .external_lex_state = 10}, + [663] = {.lex_state = 172, .external_lex_state = 4}, + [664] = {.lex_state = 172, .external_lex_state = 4}, + [665] = {.lex_state = 172, .external_lex_state = 4}, + [666] = {.lex_state = 168, .external_lex_state = 10}, + [667] = {.lex_state = 172, .external_lex_state = 4}, + [668] = {.lex_state = 179, .external_lex_state = 10}, + [669] = {.lex_state = 251, .external_lex_state = 17}, + [670] = {.lex_state = 174, .external_lex_state = 4}, + [671] = {.lex_state = 253, .external_lex_state = 16}, + [672] = {.lex_state = 174, .external_lex_state = 4}, + [673] = {.lex_state = 179, .external_lex_state = 10}, + [674] = {.lex_state = 174, .external_lex_state = 4}, + [675] = {.lex_state = 251, .external_lex_state = 15}, + [676] = {.lex_state = 174, .external_lex_state = 4}, + [677] = {.lex_state = 172, .external_lex_state = 4}, + [678] = {.lex_state = 172, .external_lex_state = 4}, + [679] = {.lex_state = 172, .external_lex_state = 4}, + [680] = {.lex_state = 446, .external_lex_state = 10}, + [681] = {.lex_state = 172, .external_lex_state = 4}, + [682] = {.lex_state = 168, .external_lex_state = 11}, + [683] = {.lex_state = 172, .external_lex_state = 4}, + [684] = {.lex_state = 168, .external_lex_state = 10}, + [685] = {.lex_state = 172, .external_lex_state = 4}, + [686] = {.lex_state = 172, .external_lex_state = 4}, + [687] = {.lex_state = 172, .external_lex_state = 4}, + [688] = {.lex_state = 452, .external_lex_state = 2}, + [689] = {.lex_state = 446, .external_lex_state = 10}, + [690] = {.lex_state = 172, .external_lex_state = 4}, + [691] = {.lex_state = 446, .external_lex_state = 10}, + [692] = {.lex_state = 172, .external_lex_state = 4}, + [693] = {.lex_state = 172, .external_lex_state = 4}, + [694] = {.lex_state = 172, .external_lex_state = 4}, + [695] = {.lex_state = 174, .external_lex_state = 4}, + [696] = {.lex_state = 179, .external_lex_state = 10}, + [697] = {.lex_state = 179, .external_lex_state = 10}, + [698] = {.lex_state = 251, .external_lex_state = 17}, + [699] = {.lex_state = 172, .external_lex_state = 4}, + [700] = {.lex_state = 172, .external_lex_state = 4}, + [701] = {.lex_state = 174, .external_lex_state = 4}, + [702] = {.lex_state = 172, .external_lex_state = 4}, + [703] = {.lex_state = 446, .external_lex_state = 10}, + [704] = {.lex_state = 452, .external_lex_state = 2}, + [705] = {.lex_state = 446, .external_lex_state = 10}, + [706] = {.lex_state = 251, .external_lex_state = 17}, + [707] = {.lex_state = 172, .external_lex_state = 4}, + [708] = {.lex_state = 172, .external_lex_state = 4}, + [709] = {.lex_state = 446, .external_lex_state = 10}, + [710] = {.lex_state = 174, .external_lex_state = 4}, + [711] = {.lex_state = 148, .external_lex_state = 8}, + [712] = {.lex_state = 446, .external_lex_state = 10}, + [713] = {.lex_state = 448, .external_lex_state = 4}, + [714] = {.lex_state = 174, .external_lex_state = 4}, + [715] = {.lex_state = 174, .external_lex_state = 4}, + [716] = {.lex_state = 178, .external_lex_state = 18}, + [717] = {.lex_state = 178, .external_lex_state = 18}, + [718] = {.lex_state = 178, .external_lex_state = 18}, + [719] = {.lex_state = 174, .external_lex_state = 4}, + [720] = {.lex_state = 247, .external_lex_state = 16}, + [721] = {.lex_state = 174, .external_lex_state = 4}, + [722] = {.lex_state = 178, .external_lex_state = 18}, + [723] = {.lex_state = 448, .external_lex_state = 4}, + [724] = {.lex_state = 174, .external_lex_state = 4}, + [725] = {.lex_state = 174, .external_lex_state = 4}, + [726] = {.lex_state = 174, .external_lex_state = 4}, + [727] = {.lex_state = 174, .external_lex_state = 4}, + [728] = {.lex_state = 174, .external_lex_state = 4}, + [729] = {.lex_state = 178, .external_lex_state = 18}, + [730] = {.lex_state = 448, .external_lex_state = 4}, + [731] = {.lex_state = 448, .external_lex_state = 4}, + [732] = {.lex_state = 178, .external_lex_state = 18}, + [733] = {.lex_state = 148, .external_lex_state = 8}, + [734] = {.lex_state = 446, .external_lex_state = 10}, + [735] = {.lex_state = 446, .external_lex_state = 10}, + [736] = {.lex_state = 251, .external_lex_state = 17}, + [737] = {.lex_state = 448, .external_lex_state = 4}, + [738] = {.lex_state = 251, .external_lex_state = 17}, + [739] = {.lex_state = 202, .external_lex_state = 14}, + [740] = {.lex_state = 202, .external_lex_state = 14}, + [741] = {.lex_state = 448, .external_lex_state = 4}, + [742] = {.lex_state = 247, .external_lex_state = 16}, + [743] = {.lex_state = 174, .external_lex_state = 4}, + [744] = {.lex_state = 446, .external_lex_state = 10}, + [745] = {.lex_state = 174, .external_lex_state = 4}, + [746] = {.lex_state = 168, .external_lex_state = 11}, + [747] = {.lex_state = 448, .external_lex_state = 4}, + [748] = {.lex_state = 174, .external_lex_state = 4}, + [749] = {.lex_state = 168, .external_lex_state = 11}, + [750] = {.lex_state = 174, .external_lex_state = 4}, + [751] = {.lex_state = 448, .external_lex_state = 4}, + [752] = {.lex_state = 179, .external_lex_state = 11}, + [753] = {.lex_state = 178, .external_lex_state = 18}, + [754] = {.lex_state = 179, .external_lex_state = 11}, + [755] = {.lex_state = 178, .external_lex_state = 18}, + [756] = {.lex_state = 446, .external_lex_state = 10}, + [757] = {.lex_state = 448, .external_lex_state = 4}, + [758] = {.lex_state = 446, .external_lex_state = 10}, + [759] = {.lex_state = 247, .external_lex_state = 14}, + [760] = {.lex_state = 202, .external_lex_state = 14}, + [761] = {.lex_state = 202, .external_lex_state = 14}, + [762] = {.lex_state = 446, .external_lex_state = 10}, + [763] = {.lex_state = 448, .external_lex_state = 4}, + [764] = {.lex_state = 179, .external_lex_state = 11}, + [765] = {.lex_state = 448, .external_lex_state = 4}, + [766] = {.lex_state = 179, .external_lex_state = 11}, + [767] = {.lex_state = 446, .external_lex_state = 10}, + [768] = {.lex_state = 448, .external_lex_state = 4}, + [769] = {.lex_state = 174, .external_lex_state = 4}, + [770] = {.lex_state = 174, .external_lex_state = 4}, + [771] = {.lex_state = 174, .external_lex_state = 4}, + [772] = {.lex_state = 174, .external_lex_state = 4}, + [773] = {.lex_state = 174, .external_lex_state = 4}, + [774] = {.lex_state = 247, .external_lex_state = 14}, + [775] = {.lex_state = 174, .external_lex_state = 4}, + [776] = {.lex_state = 174, .external_lex_state = 4}, + [777] = {.lex_state = 174, .external_lex_state = 4}, + [778] = {.lex_state = 201, .external_lex_state = 17}, + [779] = {.lex_state = 174, .external_lex_state = 4}, + [780] = {.lex_state = 174, .external_lex_state = 4}, + [781] = {.lex_state = 174, .external_lex_state = 4}, + [782] = {.lex_state = 247, .external_lex_state = 16}, + [783] = {.lex_state = 201, .external_lex_state = 17}, + [784] = {.lex_state = 448, .external_lex_state = 4}, + [785] = {.lex_state = 448, .external_lex_state = 4}, + [786] = {.lex_state = 174, .external_lex_state = 4}, + [787] = {.lex_state = 446, .external_lex_state = 10}, + [788] = {.lex_state = 178, .external_lex_state = 19}, + [789] = {.lex_state = 178, .external_lex_state = 18}, + [790] = {.lex_state = 178, .external_lex_state = 18}, + [791] = {.lex_state = 448, .external_lex_state = 4}, + [792] = {.lex_state = 448, .external_lex_state = 4}, + [793] = {.lex_state = 448, .external_lex_state = 4}, + [794] = {.lex_state = 180, .external_lex_state = 18}, + [795] = {.lex_state = 148, .external_lex_state = 8}, + [796] = {.lex_state = 202, .external_lex_state = 16}, + [797] = {.lex_state = 202, .external_lex_state = 16}, + [798] = {.lex_state = 180, .external_lex_state = 18}, + [799] = {.lex_state = 180, .external_lex_state = 18}, + [800] = {.lex_state = 448, .external_lex_state = 4}, + [801] = {.lex_state = 448, .external_lex_state = 4}, + [802] = {.lex_state = 182, .external_lex_state = 18}, + [803] = {.lex_state = 448, .external_lex_state = 4}, + [804] = {.lex_state = 448, .external_lex_state = 4}, + [805] = {.lex_state = 178, .external_lex_state = 18}, + [806] = {.lex_state = 448, .external_lex_state = 4}, + [807] = {.lex_state = 448, .external_lex_state = 4}, + [808] = {.lex_state = 448, .external_lex_state = 4}, + [809] = {.lex_state = 448, .external_lex_state = 4}, + [810] = {.lex_state = 448, .external_lex_state = 4}, + [811] = {.lex_state = 448, .external_lex_state = 4}, + [812] = {.lex_state = 448, .external_lex_state = 4}, + [813] = {.lex_state = 448, .external_lex_state = 4}, + [814] = {.lex_state = 448, .external_lex_state = 4}, + [815] = {.lex_state = 448, .external_lex_state = 4}, + [816] = {.lex_state = 448, .external_lex_state = 4}, + [817] = {.lex_state = 448, .external_lex_state = 4}, + [818] = {.lex_state = 448, .external_lex_state = 4}, + [819] = {.lex_state = 448, .external_lex_state = 4}, + [820] = {.lex_state = 448, .external_lex_state = 4}, + [821] = {.lex_state = 178, .external_lex_state = 19}, + [822] = {.lex_state = 182, .external_lex_state = 18}, + [823] = {.lex_state = 448, .external_lex_state = 4}, + [824] = {.lex_state = 148, .external_lex_state = 8}, + [825] = {.lex_state = 448, .external_lex_state = 4}, + [826] = {.lex_state = 448, .external_lex_state = 4}, + [827] = {.lex_state = 178, .external_lex_state = 18}, + [828] = {.lex_state = 151, .external_lex_state = 8}, + [829] = {.lex_state = 448, .external_lex_state = 4}, + [830] = {.lex_state = 180, .external_lex_state = 18}, + [831] = {.lex_state = 448, .external_lex_state = 4}, + [832] = {.lex_state = 448, .external_lex_state = 4}, + [833] = {.lex_state = 180, .external_lex_state = 18}, + [834] = {.lex_state = 180, .external_lex_state = 18}, + [835] = {.lex_state = 178, .external_lex_state = 18}, + [836] = {.lex_state = 448, .external_lex_state = 4}, + [837] = {.lex_state = 178, .external_lex_state = 19}, + [838] = {.lex_state = 182, .external_lex_state = 18}, + [839] = {.lex_state = 178, .external_lex_state = 18}, + [840] = {.lex_state = 178, .external_lex_state = 18}, + [841] = {.lex_state = 178, .external_lex_state = 18}, + [842] = {.lex_state = 178, .external_lex_state = 18}, + [843] = {.lex_state = 448, .external_lex_state = 4}, + [844] = {.lex_state = 448, .external_lex_state = 4}, + [845] = {.lex_state = 178, .external_lex_state = 18}, + [846] = {.lex_state = 182, .external_lex_state = 18}, + [847] = {.lex_state = 448, .external_lex_state = 4}, + [848] = {.lex_state = 202, .external_lex_state = 16}, + [849] = {.lex_state = 202, .external_lex_state = 16}, + [850] = {.lex_state = 448, .external_lex_state = 4}, + [851] = {.lex_state = 247, .external_lex_state = 16}, + [852] = {.lex_state = 182, .external_lex_state = 18}, + [853] = {.lex_state = 448, .external_lex_state = 4}, + [854] = {.lex_state = 247, .external_lex_state = 16}, + [855] = {.lex_state = 448, .external_lex_state = 4}, + [856] = {.lex_state = 448, .external_lex_state = 4}, + [857] = {.lex_state = 448, .external_lex_state = 4}, + [858] = {.lex_state = 148, .external_lex_state = 8}, + [859] = {.lex_state = 448, .external_lex_state = 4}, + [860] = {.lex_state = 448, .external_lex_state = 4}, + [861] = {.lex_state = 178, .external_lex_state = 19}, + [862] = {.lex_state = 448, .external_lex_state = 4}, + [863] = {.lex_state = 448, .external_lex_state = 4}, + [864] = {.lex_state = 448, .external_lex_state = 4}, + [865] = {.lex_state = 448, .external_lex_state = 4}, + [866] = {.lex_state = 178, .external_lex_state = 19}, + [867] = {.lex_state = 448, .external_lex_state = 4}, + [868] = {.lex_state = 448, .external_lex_state = 4}, + [869] = {.lex_state = 448, .external_lex_state = 4}, + [870] = {.lex_state = 178, .external_lex_state = 19}, + [871] = {.lex_state = 180, .external_lex_state = 18}, + [872] = {.lex_state = 178, .external_lex_state = 18}, + [873] = {.lex_state = 178, .external_lex_state = 18}, + [874] = {.lex_state = 151, .external_lex_state = 8}, + [875] = {.lex_state = 178, .external_lex_state = 18}, + [876] = {.lex_state = 178, .external_lex_state = 18}, + [877] = {.lex_state = 448, .external_lex_state = 4}, + [878] = {.lex_state = 178, .external_lex_state = 18}, + [879] = {.lex_state = 178, .external_lex_state = 18}, + [880] = {.lex_state = 448, .external_lex_state = 4}, + [881] = {.lex_state = 178, .external_lex_state = 18}, + [882] = {.lex_state = 448, .external_lex_state = 4}, + [883] = {.lex_state = 178, .external_lex_state = 18}, + [884] = {.lex_state = 448, .external_lex_state = 4}, + [885] = {.lex_state = 178, .external_lex_state = 18}, + [886] = {.lex_state = 448, .external_lex_state = 4}, + [887] = {.lex_state = 448, .external_lex_state = 4}, + [888] = {.lex_state = 182, .external_lex_state = 18}, + [889] = {.lex_state = 180, .external_lex_state = 18}, + [890] = {.lex_state = 448, .external_lex_state = 4}, + [891] = {.lex_state = 217, .external_lex_state = 20}, + [892] = {.lex_state = 217, .external_lex_state = 20}, + [893] = {.lex_state = 448, .external_lex_state = 4}, + [894] = {.lex_state = 180, .external_lex_state = 18}, + [895] = {.lex_state = 448, .external_lex_state = 4}, + [896] = {.lex_state = 448, .external_lex_state = 4}, + [897] = {.lex_state = 180, .external_lex_state = 18}, + [898] = {.lex_state = 448, .external_lex_state = 4}, + [899] = {.lex_state = 448, .external_lex_state = 4}, + [900] = {.lex_state = 148, .external_lex_state = 8}, + [901] = {.lex_state = 448, .external_lex_state = 4}, + [902] = {.lex_state = 182, .external_lex_state = 18}, + [903] = {.lex_state = 182, .external_lex_state = 18}, + [904] = {.lex_state = 182, .external_lex_state = 18}, + [905] = {.lex_state = 178, .external_lex_state = 19}, + [906] = {.lex_state = 180, .external_lex_state = 18}, + [907] = {.lex_state = 180, .external_lex_state = 18}, + [908] = {.lex_state = 448, .external_lex_state = 4}, + [909] = {.lex_state = 180, .external_lex_state = 18}, + [910] = {.lex_state = 216, .external_lex_state = 21}, + [911] = {.lex_state = 215, .external_lex_state = 21}, + [912] = {.lex_state = 216, .external_lex_state = 21}, + [913] = {.lex_state = 180, .external_lex_state = 19}, + [914] = {.lex_state = 180, .external_lex_state = 18}, + [915] = {.lex_state = 180, .external_lex_state = 18}, + [916] = {.lex_state = 180, .external_lex_state = 18}, + [917] = {.lex_state = 245, .external_lex_state = 2}, + [918] = {.lex_state = 443, .external_lex_state = 8}, + [919] = {.lex_state = 178, .external_lex_state = 19}, + [920] = {.lex_state = 180, .external_lex_state = 18}, + [921] = {.lex_state = 178, .external_lex_state = 19}, + [922] = {.lex_state = 178, .external_lex_state = 19}, + [923] = {.lex_state = 180, .external_lex_state = 18}, + [924] = {.lex_state = 245, .external_lex_state = 2}, + [925] = {.lex_state = 180, .external_lex_state = 18}, + [926] = {.lex_state = 178, .external_lex_state = 19}, + [927] = {.lex_state = 180, .external_lex_state = 18}, + [928] = {.lex_state = 154, .external_lex_state = 10}, + [929] = {.lex_state = 245, .external_lex_state = 2}, + [930] = {.lex_state = 180, .external_lex_state = 18}, + [931] = {.lex_state = 448, .external_lex_state = 4}, + [932] = {.lex_state = 215, .external_lex_state = 21}, + [933] = {.lex_state = 178, .external_lex_state = 19}, + [934] = {.lex_state = 180, .external_lex_state = 18}, + [935] = {.lex_state = 448, .external_lex_state = 4}, [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}, + [937] = {.lex_state = 449, .external_lex_state = 18}, + [938] = {.lex_state = 449, .external_lex_state = 18}, + [939] = {.lex_state = 182, .external_lex_state = 19}, + [940] = {.lex_state = 178, .external_lex_state = 19}, + [941] = {.lex_state = 448, .external_lex_state = 4}, + [942] = {.lex_state = 182, .external_lex_state = 18}, + [943] = {.lex_state = 449, .external_lex_state = 18}, + [944] = {.lex_state = 448, .external_lex_state = 4}, + [945] = {.lex_state = 184, .external_lex_state = 18}, + [946] = {.lex_state = 184, .external_lex_state = 18}, + [947] = {.lex_state = 182, .external_lex_state = 18}, + [948] = {.lex_state = 151, .external_lex_state = 8}, + [949] = {.lex_state = 449, .external_lex_state = 18}, + [950] = {.lex_state = 184, .external_lex_state = 18}, + [951] = {.lex_state = 184, .external_lex_state = 18}, + [952] = {.lex_state = 182, .external_lex_state = 18}, + [953] = {.lex_state = 443, .external_lex_state = 8}, + [954] = {.lex_state = 449, .external_lex_state = 18}, + [955] = {.lex_state = 182, .external_lex_state = 18}, + [956] = {.lex_state = 182, .external_lex_state = 18}, + [957] = {.lex_state = 449, .external_lex_state = 18}, + [958] = {.lex_state = 178, .external_lex_state = 19}, + [959] = {.lex_state = 154, .external_lex_state = 10}, + [960] = {.lex_state = 154, .external_lex_state = 10}, + [961] = {.lex_state = 449, .external_lex_state = 18}, + [962] = {.lex_state = 178, .external_lex_state = 19}, + [963] = {.lex_state = 180, .external_lex_state = 18}, + [964] = {.lex_state = 180, .external_lex_state = 18}, + [965] = {.lex_state = 180, .external_lex_state = 18}, + [966] = {.lex_state = 449, .external_lex_state = 18}, + [967] = {.lex_state = 184, .external_lex_state = 18}, + [968] = {.lex_state = 184, .external_lex_state = 18}, + [969] = {.lex_state = 449, .external_lex_state = 18}, + [970] = {.lex_state = 449, .external_lex_state = 18}, + [971] = {.lex_state = 178, .external_lex_state = 19}, + [972] = {.lex_state = 217, .external_lex_state = 22}, + [973] = {.lex_state = 217, .external_lex_state = 22}, + [974] = {.lex_state = 148, .external_lex_state = 8}, + [975] = {.lex_state = 449, .external_lex_state = 18}, + [976] = {.lex_state = 178, .external_lex_state = 19}, + [977] = {.lex_state = 214, .external_lex_state = 21}, + [978] = {.lex_state = 178, .external_lex_state = 19}, + [979] = {.lex_state = 214, .external_lex_state = 21}, + [980] = {.lex_state = 178, .external_lex_state = 19}, + [981] = {.lex_state = 443, .external_lex_state = 8}, + [982] = {.lex_state = 151, .external_lex_state = 8}, + [983] = {.lex_state = 245, .external_lex_state = 2}, + [984] = {.lex_state = 182, .external_lex_state = 18}, + [985] = {.lex_state = 182, .external_lex_state = 18}, + [986] = {.lex_state = 220, .external_lex_state = 21}, + [987] = {.lex_state = 449, .external_lex_state = 18}, + [988] = {.lex_state = 180, .external_lex_state = 19}, + [989] = {.lex_state = 449, .external_lex_state = 18}, + [990] = {.lex_state = 182, .external_lex_state = 18}, + [991] = {.lex_state = 182, .external_lex_state = 18}, + [992] = {.lex_state = 182, .external_lex_state = 18}, + [993] = {.lex_state = 182, .external_lex_state = 19}, + [994] = {.lex_state = 182, .external_lex_state = 18}, + [995] = {.lex_state = 180, .external_lex_state = 19}, + [996] = {.lex_state = 178, .external_lex_state = 19}, + [997] = {.lex_state = 182, .external_lex_state = 19}, + [998] = {.lex_state = 180, .external_lex_state = 19}, + [999] = {.lex_state = 180, .external_lex_state = 19}, + [1000] = {.lex_state = 182, .external_lex_state = 19}, + [1001] = {.lex_state = 148, .external_lex_state = 8}, + [1002] = {.lex_state = 178, .external_lex_state = 19}, + [1003] = {.lex_state = 182, .external_lex_state = 19}, + [1004] = {.lex_state = 182, .external_lex_state = 18}, + [1005] = {.lex_state = 182, .external_lex_state = 18}, + [1006] = {.lex_state = 182, .external_lex_state = 18}, + [1007] = {.lex_state = 245, .external_lex_state = 2}, + [1008] = {.lex_state = 448, .external_lex_state = 4}, + [1009] = {.lex_state = 449, .external_lex_state = 18}, + [1010] = {.lex_state = 449, .external_lex_state = 18}, + [1011] = {.lex_state = 218, .external_lex_state = 21}, [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}, + [1013] = {.lex_state = 448, .external_lex_state = 4}, + [1014] = {.lex_state = 178, .external_lex_state = 19}, + [1015] = {.lex_state = 245, .external_lex_state = 2}, + [1016] = {.lex_state = 180, .external_lex_state = 19}, + [1017] = {.lex_state = 180, .external_lex_state = 18}, + [1018] = {.lex_state = 180, .external_lex_state = 18}, + [1019] = {.lex_state = 182, .external_lex_state = 19}, + [1020] = {.lex_state = 218, .external_lex_state = 21}, + [1021] = {.lex_state = 184, .external_lex_state = 18}, + [1022] = {.lex_state = 182, .external_lex_state = 18}, + [1023] = {.lex_state = 443, .external_lex_state = 8}, + [1024] = {.lex_state = 245, .external_lex_state = 2}, + [1025] = {.lex_state = 184, .external_lex_state = 18}, + [1026] = {.lex_state = 182, .external_lex_state = 18}, + [1027] = {.lex_state = 245, .external_lex_state = 2}, + [1028] = {.lex_state = 151, .external_lex_state = 8}, + [1029] = {.lex_state = 182, .external_lex_state = 18}, + [1030] = {.lex_state = 180, .external_lex_state = 18}, + [1031] = {.lex_state = 180, .external_lex_state = 18}, + [1032] = {.lex_state = 178, .external_lex_state = 19}, + [1033] = {.lex_state = 184, .external_lex_state = 18}, + [1034] = {.lex_state = 151, .external_lex_state = 8}, + [1035] = {.lex_state = 182, .external_lex_state = 18}, + [1036] = {.lex_state = 449, .external_lex_state = 18}, + [1037] = {.lex_state = 184, .external_lex_state = 18}, + [1038] = {.lex_state = 449, .external_lex_state = 18}, + [1039] = {.lex_state = 184, .external_lex_state = 19}, + [1040] = {.lex_state = 168, .external_lex_state = 10}, + [1041] = {.lex_state = 449, .external_lex_state = 19}, + [1042] = {.lex_state = 184, .external_lex_state = 18}, + [1043] = {.lex_state = 184, .external_lex_state = 18}, + [1044] = {.lex_state = 449, .external_lex_state = 18}, + [1045] = {.lex_state = 184, .external_lex_state = 18}, + [1046] = {.lex_state = 449, .external_lex_state = 18}, + [1047] = {.lex_state = 449, .external_lex_state = 18}, + [1048] = {.lex_state = 449, .external_lex_state = 18}, + [1049] = {.lex_state = 449, .external_lex_state = 19}, + [1050] = {.lex_state = 184, .external_lex_state = 18}, + [1051] = {.lex_state = 168, .external_lex_state = 10}, + [1052] = {.lex_state = 449, .external_lex_state = 19}, + [1053] = {.lex_state = 449, .external_lex_state = 18}, + [1054] = {.lex_state = 184, .external_lex_state = 18}, + [1055] = {.lex_state = 449, .external_lex_state = 19}, + [1056] = {.lex_state = 443, .external_lex_state = 8}, + [1057] = {.lex_state = 449, .external_lex_state = 18}, + [1058] = {.lex_state = 184, .external_lex_state = 19}, + [1059] = {.lex_state = 180, .external_lex_state = 19}, + [1060] = {.lex_state = 184, .external_lex_state = 19}, + [1061] = {.lex_state = 184, .external_lex_state = 18}, + [1062] = {.lex_state = 449, .external_lex_state = 18}, + [1063] = {.lex_state = 449, .external_lex_state = 18}, + [1064] = {.lex_state = 450, .external_lex_state = 18}, + [1065] = {.lex_state = 449, .external_lex_state = 18}, + [1066] = {.lex_state = 450, .external_lex_state = 18}, + [1067] = {.lex_state = 182, .external_lex_state = 19}, + [1068] = {.lex_state = 222, .external_lex_state = 20}, + [1069] = {.lex_state = 180, .external_lex_state = 19}, + [1070] = {.lex_state = 450, .external_lex_state = 18}, + [1071] = {.lex_state = 182, .external_lex_state = 19}, + [1072] = {.lex_state = 182, .external_lex_state = 19}, + [1073] = {.lex_state = 219, .external_lex_state = 21}, + [1074] = {.lex_state = 449, .external_lex_state = 18}, + [1075] = {.lex_state = 219, .external_lex_state = 21}, + [1076] = {.lex_state = 449, .external_lex_state = 18}, + [1077] = {.lex_state = 450, .external_lex_state = 18}, + [1078] = {.lex_state = 157, .external_lex_state = 10}, + [1079] = {.lex_state = 449, .external_lex_state = 18}, + [1080] = {.lex_state = 449, .external_lex_state = 18}, + [1081] = {.lex_state = 182, .external_lex_state = 19}, + [1082] = {.lex_state = 443, .external_lex_state = 8}, + [1083] = {.lex_state = 449, .external_lex_state = 19}, + [1084] = {.lex_state = 184, .external_lex_state = 18}, + [1085] = {.lex_state = 184, .external_lex_state = 18}, + [1086] = {.lex_state = 180, .external_lex_state = 19}, + [1087] = {.lex_state = 184, .external_lex_state = 18}, + [1088] = {.lex_state = 182, .external_lex_state = 19}, + [1089] = {.lex_state = 182, .external_lex_state = 19}, + [1090] = {.lex_state = 450, .external_lex_state = 18}, + [1091] = {.lex_state = 182, .external_lex_state = 19}, + [1092] = {.lex_state = 182, .external_lex_state = 19}, + [1093] = {.lex_state = 180, .external_lex_state = 19}, + [1094] = {.lex_state = 180, .external_lex_state = 19}, + [1095] = {.lex_state = 449, .external_lex_state = 18}, + [1096] = {.lex_state = 449, .external_lex_state = 19}, + [1097] = {.lex_state = 182, .external_lex_state = 19}, + [1098] = {.lex_state = 184, .external_lex_state = 18}, + [1099] = {.lex_state = 182, .external_lex_state = 19}, + [1100] = {.lex_state = 184, .external_lex_state = 18}, + [1101] = {.lex_state = 182, .external_lex_state = 19}, + [1102] = {.lex_state = 449, .external_lex_state = 18}, + [1103] = {.lex_state = 154, .external_lex_state = 11}, + [1104] = {.lex_state = 180, .external_lex_state = 19}, + [1105] = {.lex_state = 180, .external_lex_state = 19}, + [1106] = {.lex_state = 180, .external_lex_state = 19}, + [1107] = {.lex_state = 449, .external_lex_state = 18}, + [1108] = {.lex_state = 182, .external_lex_state = 19}, + [1109] = {.lex_state = 449, .external_lex_state = 18}, + [1110] = {.lex_state = 157, .external_lex_state = 10}, + [1111] = {.lex_state = 184, .external_lex_state = 18}, + [1112] = {.lex_state = 182, .external_lex_state = 19}, + [1113] = {.lex_state = 449, .external_lex_state = 18}, + [1114] = {.lex_state = 180, .external_lex_state = 19}, + [1115] = {.lex_state = 180, .external_lex_state = 19}, + [1116] = {.lex_state = 443, .external_lex_state = 8}, + [1117] = {.lex_state = 184, .external_lex_state = 19}, + [1118] = {.lex_state = 449, .external_lex_state = 18}, + [1119] = {.lex_state = 151, .external_lex_state = 8}, + [1120] = {.lex_state = 449, .external_lex_state = 18}, + [1121] = {.lex_state = 443, .external_lex_state = 8}, + [1122] = {.lex_state = 184, .external_lex_state = 18}, + [1123] = {.lex_state = 450, .external_lex_state = 18}, + [1124] = {.lex_state = 180, .external_lex_state = 19}, + [1125] = {.lex_state = 449, .external_lex_state = 18}, + [1126] = {.lex_state = 449, .external_lex_state = 19}, + [1127] = {.lex_state = 184, .external_lex_state = 18}, + [1128] = {.lex_state = 166, .external_lex_state = 10}, + [1129] = {.lex_state = 449, .external_lex_state = 18}, + [1130] = {.lex_state = 184, .external_lex_state = 18}, + [1131] = {.lex_state = 449, .external_lex_state = 18}, + [1132] = {.lex_state = 443, .external_lex_state = 8}, + [1133] = {.lex_state = 180, .external_lex_state = 19}, + [1134] = {.lex_state = 449, .external_lex_state = 18}, + [1135] = {.lex_state = 449, .external_lex_state = 18}, + [1136] = {.lex_state = 449, .external_lex_state = 18}, + [1137] = {.lex_state = 449, .external_lex_state = 18}, + [1138] = {.lex_state = 449, .external_lex_state = 19}, + [1139] = {.lex_state = 180, .external_lex_state = 19}, + [1140] = {.lex_state = 180, .external_lex_state = 19}, + [1141] = {.lex_state = 182, .external_lex_state = 19}, + [1142] = {.lex_state = 157, .external_lex_state = 10}, + [1143] = {.lex_state = 182, .external_lex_state = 19}, + [1144] = {.lex_state = 180, .external_lex_state = 19}, + [1145] = {.lex_state = 449, .external_lex_state = 18}, + [1146] = {.lex_state = 449, .external_lex_state = 18}, + [1147] = {.lex_state = 449, .external_lex_state = 18}, + [1148] = {.lex_state = 449, .external_lex_state = 18}, + [1149] = {.lex_state = 154, .external_lex_state = 11}, + [1150] = {.lex_state = 449, .external_lex_state = 18}, + [1151] = {.lex_state = 449, .external_lex_state = 18}, + [1152] = {.lex_state = 449, .external_lex_state = 19}, + [1153] = {.lex_state = 180, .external_lex_state = 19}, + [1154] = {.lex_state = 449, .external_lex_state = 18}, + [1155] = {.lex_state = 449, .external_lex_state = 19}, + [1156] = {.lex_state = 450, .external_lex_state = 18}, + [1157] = {.lex_state = 182, .external_lex_state = 19}, + [1158] = {.lex_state = 450, .external_lex_state = 18}, + [1159] = {.lex_state = 184, .external_lex_state = 19}, + [1160] = {.lex_state = 449, .external_lex_state = 18}, + [1161] = {.lex_state = 154, .external_lex_state = 10}, + [1162] = {.lex_state = 449, .external_lex_state = 18}, + [1163] = {.lex_state = 180, .external_lex_state = 19}, + [1164] = {.lex_state = 450, .external_lex_state = 18}, + [1165] = {.lex_state = 154, .external_lex_state = 10}, + [1166] = {.lex_state = 449, .external_lex_state = 18}, + [1167] = {.lex_state = 166, .external_lex_state = 10}, + [1168] = {.lex_state = 450, .external_lex_state = 18}, + [1169] = {.lex_state = 449, .external_lex_state = 18}, + [1170] = {.lex_state = 449, .external_lex_state = 18}, + [1171] = {.lex_state = 450, .external_lex_state = 18}, + [1172] = {.lex_state = 182, .external_lex_state = 19}, + [1173] = {.lex_state = 151, .external_lex_state = 8}, + [1174] = {.lex_state = 450, .external_lex_state = 18}, + [1175] = {.lex_state = 166, .external_lex_state = 10}, + [1176] = {.lex_state = 443, .external_lex_state = 8}, + [1177] = {.lex_state = 449, .external_lex_state = 18}, + [1178] = {.lex_state = 184, .external_lex_state = 18}, + [1179] = {.lex_state = 154, .external_lex_state = 10}, + [1180] = {.lex_state = 443, .external_lex_state = 8}, + [1181] = {.lex_state = 449, .external_lex_state = 18}, + [1182] = {.lex_state = 449, .external_lex_state = 18}, + [1183] = {.lex_state = 450, .external_lex_state = 18}, + [1184] = {.lex_state = 450, .external_lex_state = 18}, + [1185] = {.lex_state = 184, .external_lex_state = 18}, + [1186] = {.lex_state = 184, .external_lex_state = 18}, + [1187] = {.lex_state = 450, .external_lex_state = 18}, + [1188] = {.lex_state = 449, .external_lex_state = 19}, + [1189] = {.lex_state = 180, .external_lex_state = 19}, + [1190] = {.lex_state = 449, .external_lex_state = 19}, + [1191] = {.lex_state = 184, .external_lex_state = 18}, + [1192] = {.lex_state = 450, .external_lex_state = 18}, + [1193] = {.lex_state = 450, .external_lex_state = 18}, + [1194] = {.lex_state = 449, .external_lex_state = 18}, + [1195] = {.lex_state = 449, .external_lex_state = 18}, + [1196] = {.lex_state = 180, .external_lex_state = 19}, + [1197] = {.lex_state = 450, .external_lex_state = 18}, + [1198] = {.lex_state = 154, .external_lex_state = 10}, + [1199] = {.lex_state = 450, .external_lex_state = 18}, + [1200] = {.lex_state = 450, .external_lex_state = 18}, + [1201] = {.lex_state = 168, .external_lex_state = 10}, + [1202] = {.lex_state = 182, .external_lex_state = 19}, + [1203] = {.lex_state = 166, .external_lex_state = 10}, + [1204] = {.lex_state = 182, .external_lex_state = 19}, + [1205] = {.lex_state = 168, .external_lex_state = 10}, + [1206] = {.lex_state = 184, .external_lex_state = 19}, + [1207] = {.lex_state = 443, .external_lex_state = 8}, + [1208] = {.lex_state = 166, .external_lex_state = 10}, + [1209] = {.lex_state = 450, .external_lex_state = 18}, + [1210] = {.lex_state = 184, .external_lex_state = 19}, + [1211] = {.lex_state = 450, .external_lex_state = 18}, + [1212] = {.lex_state = 166, .external_lex_state = 10}, + [1213] = {.lex_state = 450, .external_lex_state = 18}, + [1214] = {.lex_state = 450, .external_lex_state = 18}, + [1215] = {.lex_state = 450, .external_lex_state = 18}, + [1216] = {.lex_state = 174, .external_lex_state = 4}, + [1217] = {.lex_state = 157, .external_lex_state = 11}, + [1218] = {.lex_state = 210, .external_lex_state = 23}, + [1219] = {.lex_state = 184, .external_lex_state = 19}, + [1220] = {.lex_state = 184, .external_lex_state = 19}, + [1221] = {.lex_state = 450, .external_lex_state = 18}, + [1222] = {.lex_state = 184, .external_lex_state = 19}, + [1223] = {.lex_state = 184, .external_lex_state = 19}, + [1224] = {.lex_state = 168, .external_lex_state = 10}, + [1225] = {.lex_state = 166, .external_lex_state = 10}, + [1226] = {.lex_state = 174, .external_lex_state = 4}, + [1227] = {.lex_state = 166, .external_lex_state = 10}, + [1228] = {.lex_state = 168, .external_lex_state = 10}, + [1229] = {.lex_state = 166, .external_lex_state = 10}, + [1230] = {.lex_state = 450, .external_lex_state = 18}, + [1231] = {.lex_state = 450, .external_lex_state = 18}, + [1232] = {.lex_state = 450, .external_lex_state = 18}, + [1233] = {.lex_state = 450, .external_lex_state = 18}, + [1234] = {.lex_state = 184, .external_lex_state = 19}, + [1235] = {.lex_state = 449, .external_lex_state = 19}, + [1236] = {.lex_state = 450, .external_lex_state = 18}, + [1237] = {.lex_state = 450, .external_lex_state = 18}, + [1238] = {.lex_state = 450, .external_lex_state = 18}, + [1239] = {.lex_state = 174, .external_lex_state = 4}, + [1240] = {.lex_state = 444, .external_lex_state = 10}, + [1241] = {.lex_state = 174, .external_lex_state = 4}, + [1242] = {.lex_state = 184, .external_lex_state = 19}, + [1243] = {.lex_state = 184, .external_lex_state = 19}, + [1244] = {.lex_state = 168, .external_lex_state = 10}, + [1245] = {.lex_state = 184, .external_lex_state = 19}, + [1246] = {.lex_state = 184, .external_lex_state = 19}, + [1247] = {.lex_state = 184, .external_lex_state = 19}, + [1248] = {.lex_state = 450, .external_lex_state = 18}, + [1249] = {.lex_state = 449, .external_lex_state = 19}, + [1250] = {.lex_state = 449, .external_lex_state = 19}, + [1251] = {.lex_state = 450, .external_lex_state = 18}, + [1252] = {.lex_state = 449, .external_lex_state = 19}, + [1253] = {.lex_state = 450, .external_lex_state = 18}, + [1254] = {.lex_state = 222, .external_lex_state = 22}, + [1255] = {.lex_state = 450, .external_lex_state = 18}, + [1256] = {.lex_state = 449, .external_lex_state = 19}, + [1257] = {.lex_state = 166, .external_lex_state = 10}, + [1258] = {.lex_state = 157, .external_lex_state = 10}, + [1259] = {.lex_state = 450, .external_lex_state = 18}, + [1260] = {.lex_state = 450, .external_lex_state = 18}, + [1261] = {.lex_state = 184, .external_lex_state = 19}, + [1262] = {.lex_state = 450, .external_lex_state = 18}, + [1263] = {.lex_state = 247, .external_lex_state = 14}, + [1264] = {.lex_state = 444, .external_lex_state = 10}, + [1265] = {.lex_state = 450, .external_lex_state = 18}, + [1266] = {.lex_state = 450, .external_lex_state = 18}, + [1267] = {.lex_state = 157, .external_lex_state = 10}, + [1268] = {.lex_state = 444, .external_lex_state = 10}, + [1269] = {.lex_state = 449, .external_lex_state = 19}, + [1270] = {.lex_state = 450, .external_lex_state = 18}, + [1271] = {.lex_state = 247, .external_lex_state = 14}, + [1272] = {.lex_state = 450, .external_lex_state = 18}, + [1273] = {.lex_state = 247, .external_lex_state = 14}, + [1274] = {.lex_state = 450, .external_lex_state = 18}, + [1275] = {.lex_state = 449, .external_lex_state = 19}, + [1276] = {.lex_state = 210, .external_lex_state = 23}, + [1277] = {.lex_state = 166, .external_lex_state = 10}, + [1278] = {.lex_state = 450, .external_lex_state = 18}, + [1279] = {.lex_state = 450, .external_lex_state = 18}, + [1280] = {.lex_state = 450, .external_lex_state = 18}, + [1281] = {.lex_state = 184, .external_lex_state = 19}, + [1282] = {.lex_state = 450, .external_lex_state = 18}, + [1283] = {.lex_state = 450, .external_lex_state = 18}, + [1284] = {.lex_state = 184, .external_lex_state = 19}, + [1285] = {.lex_state = 450, .external_lex_state = 18}, + [1286] = {.lex_state = 184, .external_lex_state = 19}, + [1287] = {.lex_state = 449, .external_lex_state = 19}, + [1288] = {.lex_state = 449, .external_lex_state = 19}, + [1289] = {.lex_state = 168, .external_lex_state = 10}, + [1290] = {.lex_state = 450, .external_lex_state = 18}, + [1291] = {.lex_state = 450, .external_lex_state = 19}, + [1292] = {.lex_state = 450, .external_lex_state = 19}, + [1293] = {.lex_state = 449, .external_lex_state = 19}, + [1294] = {.lex_state = 184, .external_lex_state = 19}, + [1295] = {.lex_state = 449, .external_lex_state = 19}, + [1296] = {.lex_state = 184, .external_lex_state = 19}, + [1297] = {.lex_state = 450, .external_lex_state = 18}, + [1298] = {.lex_state = 450, .external_lex_state = 18}, + [1299] = {.lex_state = 210, .external_lex_state = 23}, + [1300] = {.lex_state = 449, .external_lex_state = 19}, + [1301] = {.lex_state = 449, .external_lex_state = 19}, + [1302] = {.lex_state = 449, .external_lex_state = 19}, + [1303] = {.lex_state = 443, .external_lex_state = 8}, + [1304] = {.lex_state = 222, .external_lex_state = 21}, + [1305] = {.lex_state = 450, .external_lex_state = 18}, + [1306] = {.lex_state = 450, .external_lex_state = 18}, + [1307] = {.lex_state = 450, .external_lex_state = 18}, + [1308] = {.lex_state = 449, .external_lex_state = 19}, + [1309] = {.lex_state = 157, .external_lex_state = 10}, + [1310] = {.lex_state = 449, .external_lex_state = 19}, + [1311] = {.lex_state = 450, .external_lex_state = 18}, + [1312] = {.lex_state = 184, .external_lex_state = 19}, + [1313] = {.lex_state = 184, .external_lex_state = 19}, + [1314] = {.lex_state = 450, .external_lex_state = 18}, + [1315] = {.lex_state = 449, .external_lex_state = 19}, + [1316] = {.lex_state = 450, .external_lex_state = 19}, + [1317] = {.lex_state = 157, .external_lex_state = 10}, + [1318] = {.lex_state = 210, .external_lex_state = 23}, + [1319] = {.lex_state = 210, .external_lex_state = 23}, + [1320] = {.lex_state = 449, .external_lex_state = 19}, + [1321] = {.lex_state = 210, .external_lex_state = 23}, + [1322] = {.lex_state = 449, .external_lex_state = 19}, + [1323] = {.lex_state = 449, .external_lex_state = 19}, + [1324] = {.lex_state = 449, .external_lex_state = 19}, + [1325] = {.lex_state = 449, .external_lex_state = 19}, + [1326] = {.lex_state = 449, .external_lex_state = 19}, + [1327] = {.lex_state = 449, .external_lex_state = 19}, + [1328] = {.lex_state = 449, .external_lex_state = 19}, + [1329] = {.lex_state = 449, .external_lex_state = 19}, + [1330] = {.lex_state = 450, .external_lex_state = 19}, + [1331] = {.lex_state = 449, .external_lex_state = 19}, + [1332] = {.lex_state = 449, .external_lex_state = 19}, + [1333] = {.lex_state = 444, .external_lex_state = 10}, + [1334] = {.lex_state = 210, .external_lex_state = 23}, + [1335] = {.lex_state = 449, .external_lex_state = 19}, + [1336] = {.lex_state = 449, .external_lex_state = 19}, + [1337] = {.lex_state = 449, .external_lex_state = 19}, + [1338] = {.lex_state = 449, .external_lex_state = 19}, + [1339] = {.lex_state = 449, .external_lex_state = 19}, + [1340] = {.lex_state = 449, .external_lex_state = 19}, + [1341] = {.lex_state = 449, .external_lex_state = 19}, + [1342] = {.lex_state = 449, .external_lex_state = 19}, + [1343] = {.lex_state = 450, .external_lex_state = 19}, + [1344] = {.lex_state = 450, .external_lex_state = 19}, + [1345] = {.lex_state = 450, .external_lex_state = 18}, + [1346] = {.lex_state = 450, .external_lex_state = 18}, + [1347] = {.lex_state = 450, .external_lex_state = 18}, + [1348] = {.lex_state = 450, .external_lex_state = 18}, + [1349] = {.lex_state = 449, .external_lex_state = 19}, + [1350] = {.lex_state = 450, .external_lex_state = 18}, + [1351] = {.lex_state = 450, .external_lex_state = 18}, + [1352] = {.lex_state = 444, .external_lex_state = 10}, + [1353] = {.lex_state = 443, .external_lex_state = 8}, + [1354] = {.lex_state = 449, .external_lex_state = 19}, + [1355] = {.lex_state = 449, .external_lex_state = 19}, + [1356] = {.lex_state = 450, .external_lex_state = 18}, + [1357] = {.lex_state = 449, .external_lex_state = 19}, + [1358] = {.lex_state = 449, .external_lex_state = 19}, + [1359] = {.lex_state = 450, .external_lex_state = 19}, + [1360] = {.lex_state = 450, .external_lex_state = 19}, + [1361] = {.lex_state = 449, .external_lex_state = 19}, + [1362] = {.lex_state = 450, .external_lex_state = 19}, + [1363] = {.lex_state = 450, .external_lex_state = 19}, + [1364] = {.lex_state = 443, .external_lex_state = 8}, + [1365] = {.lex_state = 450, .external_lex_state = 19}, + [1366] = {.lex_state = 449, .external_lex_state = 19}, + [1367] = {.lex_state = 166, .external_lex_state = 11}, + [1368] = {.lex_state = 443, .external_lex_state = 8}, + [1369] = {.lex_state = 166, .external_lex_state = 10}, + [1370] = {.lex_state = 154, .external_lex_state = 11}, + [1371] = {.lex_state = 174, .external_lex_state = 4}, + [1372] = {.lex_state = 174, .external_lex_state = 4}, + [1373] = {.lex_state = 444, .external_lex_state = 10}, + [1374] = {.lex_state = 450, .external_lex_state = 18}, + [1375] = {.lex_state = 450, .external_lex_state = 19}, + [1376] = {.lex_state = 166, .external_lex_state = 11}, + [1377] = {.lex_state = 157, .external_lex_state = 11}, + [1378] = {.lex_state = 174, .external_lex_state = 4}, + [1379] = {.lex_state = 444, .external_lex_state = 11}, + [1380] = {.lex_state = 249, .external_lex_state = 24}, + [1381] = {.lex_state = 249, .external_lex_state = 24}, + [1382] = {.lex_state = 249, .external_lex_state = 24}, + [1383] = {.lex_state = 249, .external_lex_state = 24}, + [1384] = {.lex_state = 446, .external_lex_state = 10}, + [1385] = {.lex_state = 166, .external_lex_state = 11}, + [1386] = {.lex_state = 450, .external_lex_state = 19}, + [1387] = {.lex_state = 450, .external_lex_state = 19}, + [1388] = {.lex_state = 450, .external_lex_state = 19}, + [1389] = {.lex_state = 450, .external_lex_state = 19}, + [1390] = {.lex_state = 249, .external_lex_state = 24}, + [1391] = {.lex_state = 450, .external_lex_state = 19}, + [1392] = {.lex_state = 450, .external_lex_state = 19}, + [1393] = {.lex_state = 210, .external_lex_state = 25}, + [1394] = {.lex_state = 249, .external_lex_state = 24}, + [1395] = {.lex_state = 210, .external_lex_state = 26}, + [1396] = {.lex_state = 450, .external_lex_state = 19}, + [1397] = {.lex_state = 450, .external_lex_state = 19}, + [1398] = {.lex_state = 450, .external_lex_state = 19}, + [1399] = {.lex_state = 450, .external_lex_state = 19}, + [1400] = {.lex_state = 249, .external_lex_state = 24}, + [1401] = {.lex_state = 174, .external_lex_state = 4}, + [1402] = {.lex_state = 450, .external_lex_state = 19}, + [1403] = {.lex_state = 168, .external_lex_state = 10}, + [1404] = {.lex_state = 444, .external_lex_state = 10}, + [1405] = {.lex_state = 450, .external_lex_state = 19}, + [1406] = {.lex_state = 450, .external_lex_state = 19}, + [1407] = {.lex_state = 210, .external_lex_state = 26}, + [1408] = {.lex_state = 450, .external_lex_state = 19}, + [1409] = {.lex_state = 450, .external_lex_state = 19}, + [1410] = {.lex_state = 450, .external_lex_state = 19}, + [1411] = {.lex_state = 444, .external_lex_state = 10}, + [1412] = {.lex_state = 210, .external_lex_state = 26}, + [1413] = {.lex_state = 446, .external_lex_state = 10}, + [1414] = {.lex_state = 168, .external_lex_state = 11}, + [1415] = {.lex_state = 446, .external_lex_state = 10}, + [1416] = {.lex_state = 450, .external_lex_state = 19}, + [1417] = {.lex_state = 450, .external_lex_state = 19}, + [1418] = {.lex_state = 168, .external_lex_state = 10}, + [1419] = {.lex_state = 450, .external_lex_state = 19}, + [1420] = {.lex_state = 450, .external_lex_state = 19}, + [1421] = {.lex_state = 446, .external_lex_state = 10}, + [1422] = {.lex_state = 450, .external_lex_state = 19}, + [1423] = {.lex_state = 450, .external_lex_state = 19}, + [1424] = {.lex_state = 450, .external_lex_state = 19}, + [1425] = {.lex_state = 450, .external_lex_state = 19}, + [1426] = {.lex_state = 450, .external_lex_state = 19}, + [1427] = {.lex_state = 450, .external_lex_state = 19}, + [1428] = {.lex_state = 444, .external_lex_state = 10}, + [1429] = {.lex_state = 444, .external_lex_state = 10}, + [1430] = {.lex_state = 210, .external_lex_state = 26}, + [1431] = {.lex_state = 444, .external_lex_state = 10}, + [1432] = {.lex_state = 444, .external_lex_state = 10}, + [1433] = {.lex_state = 174, .external_lex_state = 4}, + [1434] = {.lex_state = 210, .external_lex_state = 26}, + [1435] = {.lex_state = 168, .external_lex_state = 10}, + [1436] = {.lex_state = 450, .external_lex_state = 19}, + [1437] = {.lex_state = 450, .external_lex_state = 19}, + [1438] = {.lex_state = 210, .external_lex_state = 25}, + [1439] = {.lex_state = 168, .external_lex_state = 10}, + [1440] = {.lex_state = 450, .external_lex_state = 19}, + [1441] = {.lex_state = 210, .external_lex_state = 26}, + [1442] = {.lex_state = 446, .external_lex_state = 10}, + [1443] = {.lex_state = 444, .external_lex_state = 11}, + [1444] = {.lex_state = 168, .external_lex_state = 10}, + [1445] = {.lex_state = 168, .external_lex_state = 10}, + [1446] = {.lex_state = 444, .external_lex_state = 11}, + [1447] = {.lex_state = 444, .external_lex_state = 10}, + [1448] = {.lex_state = 444, .external_lex_state = 11}, + [1449] = {.lex_state = 446, .external_lex_state = 10}, + [1450] = {.lex_state = 450, .external_lex_state = 19}, + [1451] = {.lex_state = 186, .external_lex_state = 27}, + [1452] = {.lex_state = 450, .external_lex_state = 19}, + [1453] = {.lex_state = 450, .external_lex_state = 19}, + [1454] = {.lex_state = 186, .external_lex_state = 27}, + [1455] = {.lex_state = 450, .external_lex_state = 19}, + [1456] = {.lex_state = 450, .external_lex_state = 19}, + [1457] = {.lex_state = 450, .external_lex_state = 19}, + [1458] = {.lex_state = 450, .external_lex_state = 19}, + [1459] = {.lex_state = 450, .external_lex_state = 19}, + [1460] = {.lex_state = 450, .external_lex_state = 19}, + [1461] = {.lex_state = 446, .external_lex_state = 10}, + [1462] = {.lex_state = 168, .external_lex_state = 10}, + [1463] = {.lex_state = 450, .external_lex_state = 19}, + [1464] = {.lex_state = 450, .external_lex_state = 19}, + [1465] = {.lex_state = 444, .external_lex_state = 10}, + [1466] = {.lex_state = 168, .external_lex_state = 10}, + [1467] = {.lex_state = 450, .external_lex_state = 19}, + [1468] = {.lex_state = 174, .external_lex_state = 4}, + [1469] = {.lex_state = 174, .external_lex_state = 4}, + [1470] = {.lex_state = 450, .external_lex_state = 19}, + [1471] = {.lex_state = 450, .external_lex_state = 19}, + [1472] = {.lex_state = 174, .external_lex_state = 4}, + [1473] = {.lex_state = 446, .external_lex_state = 10}, + [1474] = {.lex_state = 168, .external_lex_state = 11}, + [1475] = {.lex_state = 174, .external_lex_state = 4}, + [1476] = {.lex_state = 210, .external_lex_state = 26}, + [1477] = {.lex_state = 210, .external_lex_state = 25}, + [1478] = {.lex_state = 157, .external_lex_state = 11}, + [1479] = {.lex_state = 446, .external_lex_state = 11}, + [1480] = {.lex_state = 446, .external_lex_state = 10}, + [1481] = {.lex_state = 210, .external_lex_state = 25}, + [1482] = {.lex_state = 210, .external_lex_state = 25}, + [1483] = {.lex_state = 210, .external_lex_state = 25}, + [1484] = {.lex_state = 249, .external_lex_state = 24}, + [1485] = {.lex_state = 182, .external_lex_state = 18}, + [1486] = {.lex_state = 182, .external_lex_state = 18}, + [1487] = {.lex_state = 249, .external_lex_state = 24}, + [1488] = {.lex_state = 249, .external_lex_state = 24}, + [1489] = {.lex_state = 249, .external_lex_state = 24}, + [1490] = {.lex_state = 446, .external_lex_state = 10}, + [1491] = {.lex_state = 210, .external_lex_state = 25}, + [1492] = {.lex_state = 249, .external_lex_state = 24}, + [1493] = {.lex_state = 249, .external_lex_state = 24}, + [1494] = {.lex_state = 249, .external_lex_state = 24}, + [1495] = {.lex_state = 210, .external_lex_state = 25}, + [1496] = {.lex_state = 249, .external_lex_state = 24}, + [1497] = {.lex_state = 249, .external_lex_state = 24}, + [1498] = {.lex_state = 249, .external_lex_state = 24}, + [1499] = {.lex_state = 249, .external_lex_state = 24}, + [1500] = {.lex_state = 249, .external_lex_state = 24}, + [1501] = {.lex_state = 182, .external_lex_state = 18}, + [1502] = {.lex_state = 182, .external_lex_state = 18}, + [1503] = {.lex_state = 249, .external_lex_state = 24}, + [1504] = {.lex_state = 210, .external_lex_state = 25}, + [1505] = {.lex_state = 249, .external_lex_state = 24}, + [1506] = {.lex_state = 249, .external_lex_state = 24}, + [1507] = {.lex_state = 446, .external_lex_state = 10}, + [1508] = {.lex_state = 249, .external_lex_state = 24}, + [1509] = {.lex_state = 249, .external_lex_state = 24}, + [1510] = {.lex_state = 446, .external_lex_state = 10}, + [1511] = {.lex_state = 249, .external_lex_state = 24}, + [1512] = {.lex_state = 446, .external_lex_state = 10}, + [1513] = {.lex_state = 249, .external_lex_state = 24}, + [1514] = {.lex_state = 249, .external_lex_state = 24}, + [1515] = {.lex_state = 210, .external_lex_state = 25}, + [1516] = {.lex_state = 210, .external_lex_state = 25}, + [1517] = {.lex_state = 249, .external_lex_state = 24}, + [1518] = {.lex_state = 210, .external_lex_state = 25}, + [1519] = {.lex_state = 210, .external_lex_state = 25}, + [1520] = {.lex_state = 210, .external_lex_state = 25}, + [1521] = {.lex_state = 446, .external_lex_state = 10}, + [1522] = {.lex_state = 446, .external_lex_state = 11}, + [1523] = {.lex_state = 210, .external_lex_state = 25}, + [1524] = {.lex_state = 210, .external_lex_state = 25}, + [1525] = {.lex_state = 249, .external_lex_state = 24}, + [1526] = {.lex_state = 446, .external_lex_state = 10}, + [1527] = {.lex_state = 249, .external_lex_state = 24}, + [1528] = {.lex_state = 210, .external_lex_state = 25}, + [1529] = {.lex_state = 249, .external_lex_state = 24}, + [1530] = {.lex_state = 210, .external_lex_state = 25}, + [1531] = {.lex_state = 210, .external_lex_state = 25}, + [1532] = {.lex_state = 210, .external_lex_state = 25}, + [1533] = {.lex_state = 210, .external_lex_state = 25}, + [1534] = {.lex_state = 446, .external_lex_state = 11}, + [1535] = {.lex_state = 249, .external_lex_state = 24}, + [1536] = {.lex_state = 249, .external_lex_state = 24}, + [1537] = {.lex_state = 444, .external_lex_state = 11}, + [1538] = {.lex_state = 446, .external_lex_state = 10}, + [1539] = {.lex_state = 446, .external_lex_state = 10}, + [1540] = {.lex_state = 446, .external_lex_state = 11}, + [1541] = {.lex_state = 446, .external_lex_state = 10}, + [1542] = {.lex_state = 446, .external_lex_state = 10}, + [1543] = {.lex_state = 210, .external_lex_state = 25}, + [1544] = {.lex_state = 210, .external_lex_state = 25}, + [1545] = {.lex_state = 446, .external_lex_state = 10}, + [1546] = {.lex_state = 446, .external_lex_state = 10}, + [1547] = {.lex_state = 446, .external_lex_state = 10}, + [1548] = {.lex_state = 210, .external_lex_state = 25}, + [1549] = {.lex_state = 210, .external_lex_state = 25}, + [1550] = {.lex_state = 446, .external_lex_state = 10}, + [1551] = {.lex_state = 446, .external_lex_state = 10}, + [1552] = {.lex_state = 210, .external_lex_state = 25}, + [1553] = {.lex_state = 210, .external_lex_state = 25}, + [1554] = {.lex_state = 210, .external_lex_state = 25}, + [1555] = {.lex_state = 446, .external_lex_state = 10}, + [1556] = {.lex_state = 446, .external_lex_state = 10}, + [1557] = {.lex_state = 210, .external_lex_state = 25}, + [1558] = {.lex_state = 210, .external_lex_state = 25}, + [1559] = {.lex_state = 210, .external_lex_state = 25}, + [1560] = {.lex_state = 168, .external_lex_state = 11}, + [1561] = {.lex_state = 210, .external_lex_state = 25}, + [1562] = {.lex_state = 210, .external_lex_state = 25}, + [1563] = {.lex_state = 210, .external_lex_state = 25}, + [1564] = {.lex_state = 446, .external_lex_state = 10}, + [1565] = {.lex_state = 210, .external_lex_state = 25}, + [1566] = {.lex_state = 210, .external_lex_state = 25}, + [1567] = {.lex_state = 210, .external_lex_state = 25}, + [1568] = {.lex_state = 182, .external_lex_state = 18}, + [1569] = {.lex_state = 182, .external_lex_state = 18}, + [1570] = {.lex_state = 182, .external_lex_state = 18}, + [1571] = {.lex_state = 210, .external_lex_state = 25}, + [1572] = {.lex_state = 210, .external_lex_state = 25}, + [1573] = {.lex_state = 210, .external_lex_state = 25}, + [1574] = {.lex_state = 446, .external_lex_state = 10}, + [1575] = {.lex_state = 446, .external_lex_state = 10}, + [1576] = {.lex_state = 210, .external_lex_state = 25}, + [1577] = {.lex_state = 210, .external_lex_state = 25}, + [1578] = {.lex_state = 446, .external_lex_state = 10}, + [1579] = {.lex_state = 210, .external_lex_state = 25}, + [1580] = {.lex_state = 210, .external_lex_state = 25}, + [1581] = {.lex_state = 446, .external_lex_state = 10}, + [1582] = {.lex_state = 446, .external_lex_state = 10}, + [1583] = {.lex_state = 446, .external_lex_state = 10}, + [1584] = {.lex_state = 446, .external_lex_state = 10}, + [1585] = {.lex_state = 210, .external_lex_state = 25}, + [1586] = {.lex_state = 210, .external_lex_state = 25}, + [1587] = {.lex_state = 210, .external_lex_state = 25}, + [1588] = {.lex_state = 210, .external_lex_state = 25}, + [1589] = {.lex_state = 446, .external_lex_state = 10}, + [1590] = {.lex_state = 446, .external_lex_state = 10}, + [1591] = {.lex_state = 446, .external_lex_state = 10}, + [1592] = {.lex_state = 446, .external_lex_state = 10}, + [1593] = {.lex_state = 446, .external_lex_state = 10}, + [1594] = {.lex_state = 446, .external_lex_state = 10}, + [1595] = {.lex_state = 446, .external_lex_state = 10}, + [1596] = {.lex_state = 446, .external_lex_state = 10}, + [1597] = {.lex_state = 446, .external_lex_state = 10}, + [1598] = {.lex_state = 446, .external_lex_state = 10}, + [1599] = {.lex_state = 446, .external_lex_state = 10}, + [1600] = {.lex_state = 446, .external_lex_state = 10}, + [1601] = {.lex_state = 446, .external_lex_state = 10}, + [1602] = {.lex_state = 446, .external_lex_state = 10}, + [1603] = {.lex_state = 446, .external_lex_state = 10}, + [1604] = {.lex_state = 446, .external_lex_state = 10}, + [1605] = {.lex_state = 446, .external_lex_state = 10}, + [1606] = {.lex_state = 210, .external_lex_state = 25}, + [1607] = {.lex_state = 444, .external_lex_state = 11}, + [1608] = {.lex_state = 446, .external_lex_state = 10}, + [1609] = {.lex_state = 446, .external_lex_state = 10}, + [1610] = {.lex_state = 446, .external_lex_state = 10}, + [1611] = {.lex_state = 446, .external_lex_state = 10}, + [1612] = {.lex_state = 446, .external_lex_state = 10}, + [1613] = {.lex_state = 446, .external_lex_state = 10}, + [1614] = {.lex_state = 446, .external_lex_state = 10}, + [1615] = {.lex_state = 446, .external_lex_state = 10}, + [1616] = {.lex_state = 446, .external_lex_state = 10}, + [1617] = {.lex_state = 446, .external_lex_state = 10}, + [1618] = {.lex_state = 446, .external_lex_state = 10}, + [1619] = {.lex_state = 446, .external_lex_state = 10}, + [1620] = {.lex_state = 210, .external_lex_state = 25}, + [1621] = {.lex_state = 446, .external_lex_state = 10}, + [1622] = {.lex_state = 446, .external_lex_state = 10}, + [1623] = {.lex_state = 446, .external_lex_state = 10}, + [1624] = {.lex_state = 446, .external_lex_state = 10}, + [1625] = {.lex_state = 446, .external_lex_state = 10}, + [1626] = {.lex_state = 446, .external_lex_state = 10}, + [1627] = {.lex_state = 446, .external_lex_state = 10}, + [1628] = {.lex_state = 446, .external_lex_state = 10}, + [1629] = {.lex_state = 446, .external_lex_state = 10}, + [1630] = {.lex_state = 446, .external_lex_state = 10}, + [1631] = {.lex_state = 446, .external_lex_state = 10}, + [1632] = {.lex_state = 446, .external_lex_state = 10}, + [1633] = {.lex_state = 446, .external_lex_state = 10}, + [1634] = {.lex_state = 446, .external_lex_state = 10}, + [1635] = {.lex_state = 446, .external_lex_state = 10}, + [1636] = {.lex_state = 446, .external_lex_state = 10}, + [1637] = {.lex_state = 446, .external_lex_state = 10}, + [1638] = {.lex_state = 446, .external_lex_state = 10}, + [1639] = {.lex_state = 446, .external_lex_state = 10}, + [1640] = {.lex_state = 446, .external_lex_state = 10}, + [1641] = {.lex_state = 446, .external_lex_state = 10}, + [1642] = {.lex_state = 446, .external_lex_state = 10}, + [1643] = {.lex_state = 227, .external_lex_state = 28}, + [1644] = {.lex_state = 254, .external_lex_state = 29}, + [1645] = {.lex_state = 227, .external_lex_state = 28}, + [1646] = {.lex_state = 227, .external_lex_state = 28}, + [1647] = {.lex_state = 227, .external_lex_state = 28}, + [1648] = {.lex_state = 227, .external_lex_state = 28}, + [1649] = {.lex_state = 227, .external_lex_state = 28}, + [1650] = {.lex_state = 254, .external_lex_state = 29}, + [1651] = {.lex_state = 254, .external_lex_state = 29}, + [1652] = {.lex_state = 248, .external_lex_state = 13}, + [1653] = {.lex_state = 227, .external_lex_state = 28}, + [1654] = {.lex_state = 245, .external_lex_state = 2}, + [1655] = {.lex_state = 227, .external_lex_state = 28}, + [1656] = {.lex_state = 184, .external_lex_state = 18}, + [1657] = {.lex_state = 227, .external_lex_state = 28}, + [1658] = {.lex_state = 184, .external_lex_state = 18}, + [1659] = {.lex_state = 184, .external_lex_state = 18}, + [1660] = {.lex_state = 227, .external_lex_state = 28}, + [1661] = {.lex_state = 254, .external_lex_state = 29}, + [1662] = {.lex_state = 227, .external_lex_state = 28}, + [1663] = {.lex_state = 227, .external_lex_state = 28}, + [1664] = {.lex_state = 227, .external_lex_state = 28}, + [1665] = {.lex_state = 446, .external_lex_state = 11}, + [1666] = {.lex_state = 252, .external_lex_state = 30}, + [1667] = {.lex_state = 252, .external_lex_state = 30}, + [1668] = {.lex_state = 446, .external_lex_state = 11}, + [1669] = {.lex_state = 252, .external_lex_state = 30}, + [1670] = {.lex_state = 198, .external_lex_state = 2}, + [1671] = {.lex_state = 198, .external_lex_state = 2}, + [1672] = {.lex_state = 184, .external_lex_state = 18}, + [1673] = {.lex_state = 446, .external_lex_state = 10}, + [1674] = {.lex_state = 248, .external_lex_state = 13}, + [1675] = {.lex_state = 184, .external_lex_state = 18}, + [1676] = {.lex_state = 184, .external_lex_state = 18}, + [1677] = {.lex_state = 184, .external_lex_state = 18}, + [1678] = {.lex_state = 182, .external_lex_state = 19}, + [1679] = {.lex_state = 182, .external_lex_state = 19}, + [1680] = {.lex_state = 245, .external_lex_state = 2}, + [1681] = {.lex_state = 182, .external_lex_state = 19}, + [1682] = {.lex_state = 182, .external_lex_state = 19}, + [1683] = {.lex_state = 252, .external_lex_state = 30}, + [1684] = {.lex_state = 252, .external_lex_state = 30}, + [1685] = {.lex_state = 184, .external_lex_state = 18}, + [1686] = {.lex_state = 184, .external_lex_state = 18}, + [1687] = {.lex_state = 446, .external_lex_state = 10}, + [1688] = {.lex_state = 254, .external_lex_state = 29}, + [1689] = {.lex_state = 254, .external_lex_state = 29}, + [1690] = {.lex_state = 254, .external_lex_state = 29}, + [1691] = {.lex_state = 182, .external_lex_state = 19}, + [1692] = {.lex_state = 252, .external_lex_state = 30}, + [1693] = {.lex_state = 252, .external_lex_state = 30}, + [1694] = {.lex_state = 252, .external_lex_state = 30}, + [1695] = {.lex_state = 254, .external_lex_state = 29}, + [1696] = {.lex_state = 254, .external_lex_state = 31}, + [1697] = {.lex_state = 223, .external_lex_state = 28}, + [1698] = {.lex_state = 254, .external_lex_state = 29}, + [1699] = {.lex_state = 252, .external_lex_state = 30}, + [1700] = {.lex_state = 254, .external_lex_state = 29}, + [1701] = {.lex_state = 254, .external_lex_state = 29}, + [1702] = {.lex_state = 187, .external_lex_state = 32}, + [1703] = {.lex_state = 252, .external_lex_state = 30}, + [1704] = {.lex_state = 254, .external_lex_state = 31}, + [1705] = {.lex_state = 187, .external_lex_state = 32}, + [1706] = {.lex_state = 187, .external_lex_state = 32}, + [1707] = {.lex_state = 254, .external_lex_state = 29}, + [1708] = {.lex_state = 254, .external_lex_state = 29}, + [1709] = {.lex_state = 252, .external_lex_state = 30}, + [1710] = {.lex_state = 187, .external_lex_state = 32}, + [1711] = {.lex_state = 252, .external_lex_state = 30}, + [1712] = {.lex_state = 254, .external_lex_state = 29}, + [1713] = {.lex_state = 254, .external_lex_state = 29}, + [1714] = {.lex_state = 184, .external_lex_state = 19}, + [1715] = {.lex_state = 184, .external_lex_state = 19}, + [1716] = {.lex_state = 252, .external_lex_state = 30}, + [1717] = {.lex_state = 252, .external_lex_state = 33}, + [1718] = {.lex_state = 184, .external_lex_state = 19}, + [1719] = {.lex_state = 252, .external_lex_state = 30}, + [1720] = {.lex_state = 254, .external_lex_state = 29}, + [1721] = {.lex_state = 254, .external_lex_state = 31}, + [1722] = {.lex_state = 248, .external_lex_state = 13}, + [1723] = {.lex_state = 223, .external_lex_state = 28}, + [1724] = {.lex_state = 229, .external_lex_state = 20}, + [1725] = {.lex_state = 252, .external_lex_state = 30}, + [1726] = {.lex_state = 252, .external_lex_state = 30}, + [1727] = {.lex_state = 227, .external_lex_state = 28}, + [1728] = {.lex_state = 227, .external_lex_state = 28}, + [1729] = {.lex_state = 252, .external_lex_state = 33}, + [1730] = {.lex_state = 248, .external_lex_state = 13}, + [1731] = {.lex_state = 252, .external_lex_state = 30}, + [1732] = {.lex_state = 254, .external_lex_state = 29}, + [1733] = {.lex_state = 184, .external_lex_state = 19}, + [1734] = {.lex_state = 254, .external_lex_state = 29}, + [1735] = {.lex_state = 254, .external_lex_state = 31}, + [1736] = {.lex_state = 254, .external_lex_state = 29}, + [1737] = {.lex_state = 229, .external_lex_state = 20}, + [1738] = {.lex_state = 252, .external_lex_state = 30}, + [1739] = {.lex_state = 250, .external_lex_state = 29}, + [1740] = {.lex_state = 250, .external_lex_state = 29}, + [1741] = {.lex_state = 252, .external_lex_state = 30}, + [1742] = {.lex_state = 252, .external_lex_state = 33}, + [1743] = {.lex_state = 254, .external_lex_state = 29}, + [1744] = {.lex_state = 254, .external_lex_state = 31}, + [1745] = {.lex_state = 252, .external_lex_state = 30}, + [1746] = {.lex_state = 254, .external_lex_state = 29}, + [1747] = {.lex_state = 228, .external_lex_state = 28}, + [1748] = {.lex_state = 248, .external_lex_state = 13}, + [1749] = {.lex_state = 254, .external_lex_state = 31}, + [1750] = {.lex_state = 252, .external_lex_state = 30}, + [1751] = {.lex_state = 252, .external_lex_state = 30}, + [1752] = {.lex_state = 227, .external_lex_state = 28}, + [1753] = {.lex_state = 187, .external_lex_state = 32}, + [1754] = {.lex_state = 252, .external_lex_state = 30}, + [1755] = {.lex_state = 250, .external_lex_state = 29}, + [1756] = {.lex_state = 187, .external_lex_state = 32}, + [1757] = {.lex_state = 250, .external_lex_state = 29}, + [1758] = {.lex_state = 187, .external_lex_state = 32}, + [1759] = {.lex_state = 250, .external_lex_state = 29}, + [1760] = {.lex_state = 250, .external_lex_state = 29}, + [1761] = {.lex_state = 250, .external_lex_state = 29}, + [1762] = {.lex_state = 227, .external_lex_state = 28}, + [1763] = {.lex_state = 187, .external_lex_state = 32}, + [1764] = {.lex_state = 252, .external_lex_state = 33}, + [1765] = {.lex_state = 252, .external_lex_state = 33}, + [1766] = {.lex_state = 250, .external_lex_state = 29}, + [1767] = {.lex_state = 250, .external_lex_state = 29}, + [1768] = {.lex_state = 187, .external_lex_state = 32}, + [1769] = {.lex_state = 248, .external_lex_state = 13}, + [1770] = {.lex_state = 187, .external_lex_state = 32}, + [1771] = {.lex_state = 254, .external_lex_state = 29}, + [1772] = {.lex_state = 227, .external_lex_state = 28}, + [1773] = {.lex_state = 252, .external_lex_state = 30}, + [1774] = {.lex_state = 254, .external_lex_state = 29}, + [1775] = {.lex_state = 254, .external_lex_state = 29}, + [1776] = {.lex_state = 250, .external_lex_state = 29}, + [1777] = {.lex_state = 187, .external_lex_state = 32}, + [1778] = {.lex_state = 227, .external_lex_state = 28}, + [1779] = {.lex_state = 227, .external_lex_state = 28}, + [1780] = {.lex_state = 254, .external_lex_state = 29}, + [1781] = {.lex_state = 187, .external_lex_state = 32}, + [1782] = {.lex_state = 227, .external_lex_state = 28}, + [1783] = {.lex_state = 254, .external_lex_state = 29}, + [1784] = {.lex_state = 184, .external_lex_state = 19}, + [1785] = {.lex_state = 254, .external_lex_state = 29}, + [1786] = {.lex_state = 252, .external_lex_state = 30}, + [1787] = {.lex_state = 252, .external_lex_state = 30}, + [1788] = {.lex_state = 227, .external_lex_state = 28}, + [1789] = {.lex_state = 227, .external_lex_state = 28}, + [1790] = {.lex_state = 252, .external_lex_state = 33}, + [1791] = {.lex_state = 252, .external_lex_state = 30}, + [1792] = {.lex_state = 254, .external_lex_state = 31}, + [1793] = {.lex_state = 250, .external_lex_state = 29}, + [1794] = {.lex_state = 220, .external_lex_state = 34}, + [1795] = {.lex_state = 253, .external_lex_state = 14}, + [1796] = {.lex_state = 220, .external_lex_state = 34}, + [1797] = {.lex_state = 254, .external_lex_state = 31}, + [1798] = {.lex_state = 227, .external_lex_state = 28}, + [1799] = {.lex_state = 227, .external_lex_state = 28}, + [1800] = {.lex_state = 220, .external_lex_state = 34}, + [1801] = {.lex_state = 227, .external_lex_state = 28}, + [1802] = {.lex_state = 253, .external_lex_state = 14}, + [1803] = {.lex_state = 229, .external_lex_state = 20}, + [1804] = {.lex_state = 228, .external_lex_state = 21}, + [1805] = {.lex_state = 222, .external_lex_state = 20}, + [1806] = {.lex_state = 250, .external_lex_state = 31}, + [1807] = {.lex_state = 229, .external_lex_state = 20}, + [1808] = {.lex_state = 229, .external_lex_state = 20}, + [1809] = {.lex_state = 220, .external_lex_state = 34}, + [1810] = {.lex_state = 229, .external_lex_state = 20}, + [1811] = {.lex_state = 222, .external_lex_state = 20}, + [1812] = {.lex_state = 254, .external_lex_state = 31}, + [1813] = {.lex_state = 229, .external_lex_state = 20}, + [1814] = {.lex_state = 250, .external_lex_state = 31}, + [1815] = {.lex_state = 229, .external_lex_state = 20}, + [1816] = {.lex_state = 254, .external_lex_state = 31}, + [1817] = {.lex_state = 222, .external_lex_state = 20}, + [1818] = {.lex_state = 254, .external_lex_state = 31}, + [1819] = {.lex_state = 254, .external_lex_state = 31}, + [1820] = {.lex_state = 254, .external_lex_state = 31}, + [1821] = {.lex_state = 250, .external_lex_state = 31}, + [1822] = {.lex_state = 222, .external_lex_state = 20}, + [1823] = {.lex_state = 229, .external_lex_state = 20}, + [1824] = {.lex_state = 250, .external_lex_state = 31}, + [1825] = {.lex_state = 227, .external_lex_state = 28}, + [1826] = {.lex_state = 252, .external_lex_state = 33}, + [1827] = {.lex_state = 252, .external_lex_state = 33}, + [1828] = {.lex_state = 252, .external_lex_state = 33}, + [1829] = {.lex_state = 252, .external_lex_state = 33}, + [1830] = {.lex_state = 252, .external_lex_state = 33}, + [1831] = {.lex_state = 252, .external_lex_state = 33}, + [1832] = {.lex_state = 252, .external_lex_state = 33}, + [1833] = {.lex_state = 252, .external_lex_state = 33}, + [1834] = {.lex_state = 250, .external_lex_state = 29}, + [1835] = {.lex_state = 250, .external_lex_state = 29}, + [1836] = {.lex_state = 250, .external_lex_state = 29}, + [1837] = {.lex_state = 227, .external_lex_state = 28}, + [1838] = {.lex_state = 252, .external_lex_state = 33}, + [1839] = {.lex_state = 252, .external_lex_state = 33}, + [1840] = {.lex_state = 252, .external_lex_state = 33}, + [1841] = {.lex_state = 252, .external_lex_state = 33}, + [1842] = {.lex_state = 250, .external_lex_state = 29}, + [1843] = {.lex_state = 250, .external_lex_state = 29}, + [1844] = {.lex_state = 250, .external_lex_state = 29}, + [1845] = {.lex_state = 250, .external_lex_state = 29}, + [1846] = {.lex_state = 250, .external_lex_state = 29}, + [1847] = {.lex_state = 220, .external_lex_state = 34}, + [1848] = {.lex_state = 250, .external_lex_state = 29}, + [1849] = {.lex_state = 254, .external_lex_state = 31}, + [1850] = {.lex_state = 250, .external_lex_state = 29}, + [1851] = {.lex_state = 229, .external_lex_state = 20}, + [1852] = {.lex_state = 250, .external_lex_state = 29}, + [1853] = {.lex_state = 220, .external_lex_state = 34}, + [1854] = {.lex_state = 252, .external_lex_state = 33}, + [1855] = {.lex_state = 252, .external_lex_state = 33}, + [1856] = {.lex_state = 251, .external_lex_state = 15}, + [1857] = {.lex_state = 252, .external_lex_state = 33}, + [1858] = {.lex_state = 254, .external_lex_state = 31}, + [1859] = {.lex_state = 223, .external_lex_state = 28}, + [1860] = {.lex_state = 252, .external_lex_state = 33}, + [1861] = {.lex_state = 254, .external_lex_state = 31}, + [1862] = {.lex_state = 220, .external_lex_state = 34}, + [1863] = {.lex_state = 223, .external_lex_state = 28}, + [1864] = {.lex_state = 253, .external_lex_state = 14}, + [1865] = {.lex_state = 248, .external_lex_state = 13}, + [1866] = {.lex_state = 254, .external_lex_state = 31}, + [1867] = {.lex_state = 252, .external_lex_state = 33}, + [1868] = {.lex_state = 252, .external_lex_state = 33}, + [1869] = {.lex_state = 222, .external_lex_state = 20}, + [1870] = {.lex_state = 251, .external_lex_state = 15}, + [1871] = {.lex_state = 251, .external_lex_state = 15}, + [1872] = {.lex_state = 252, .external_lex_state = 33}, + [1873] = {.lex_state = 227, .external_lex_state = 28}, + [1874] = {.lex_state = 223, .external_lex_state = 28}, + [1875] = {.lex_state = 222, .external_lex_state = 20}, + [1876] = {.lex_state = 254, .external_lex_state = 31}, + [1877] = {.lex_state = 229, .external_lex_state = 20}, + [1878] = {.lex_state = 248, .external_lex_state = 13}, + [1879] = {.lex_state = 250, .external_lex_state = 29}, + [1880] = {.lex_state = 250, .external_lex_state = 29}, + [1881] = {.lex_state = 250, .external_lex_state = 29}, + [1882] = {.lex_state = 250, .external_lex_state = 29}, + [1883] = {.lex_state = 139, .external_lex_state = 35}, + [1884] = {.lex_state = 250, .external_lex_state = 29}, + [1885] = {.lex_state = 250, .external_lex_state = 29}, + [1886] = {.lex_state = 254, .external_lex_state = 31}, + [1887] = {.lex_state = 139, .external_lex_state = 35}, + [1888] = {.lex_state = 223, .external_lex_state = 28}, + [1889] = {.lex_state = 250, .external_lex_state = 29}, + [1890] = {.lex_state = 223, .external_lex_state = 28}, + [1891] = {.lex_state = 229, .external_lex_state = 20}, + [1892] = {.lex_state = 229, .external_lex_state = 20}, + [1893] = {.lex_state = 254, .external_lex_state = 31}, + [1894] = {.lex_state = 254, .external_lex_state = 31}, + [1895] = {.lex_state = 223, .external_lex_state = 28}, + [1896] = {.lex_state = 222, .external_lex_state = 20}, + [1897] = {.lex_state = 223, .external_lex_state = 28}, + [1898] = {.lex_state = 229, .external_lex_state = 20}, + [1899] = {.lex_state = 227, .external_lex_state = 28}, + [1900] = {.lex_state = 254, .external_lex_state = 31}, + [1901] = {.lex_state = 228, .external_lex_state = 21}, + [1902] = {.lex_state = 227, .external_lex_state = 28}, + [1903] = {.lex_state = 220, .external_lex_state = 34}, + [1904] = {.lex_state = 220, .external_lex_state = 34}, + [1905] = {.lex_state = 254, .external_lex_state = 31}, + [1906] = {.lex_state = 254, .external_lex_state = 31}, + [1907] = {.lex_state = 254, .external_lex_state = 31}, + [1908] = {.lex_state = 250, .external_lex_state = 31}, + [1909] = {.lex_state = 250, .external_lex_state = 31}, + [1910] = {.lex_state = 227, .external_lex_state = 28}, + [1911] = {.lex_state = 222, .external_lex_state = 36}, + [1912] = {.lex_state = 222, .external_lex_state = 36}, + [1913] = {.lex_state = 222, .external_lex_state = 36}, + [1914] = {.lex_state = 222, .external_lex_state = 36}, + [1915] = {.lex_state = 247, .external_lex_state = 14}, + [1916] = {.lex_state = 250, .external_lex_state = 31}, + [1917] = {.lex_state = 250, .external_lex_state = 31}, + [1918] = {.lex_state = 223, .external_lex_state = 21}, + [1919] = {.lex_state = 250, .external_lex_state = 31}, + [1920] = {.lex_state = 229, .external_lex_state = 20}, + [1921] = {.lex_state = 250, .external_lex_state = 31}, + [1922] = {.lex_state = 250, .external_lex_state = 31}, + [1923] = {.lex_state = 222, .external_lex_state = 36}, + [1924] = {.lex_state = 250, .external_lex_state = 31}, + [1925] = {.lex_state = 229, .external_lex_state = 20}, + [1926] = {.lex_state = 229, .external_lex_state = 20}, + [1927] = {.lex_state = 222, .external_lex_state = 36}, + [1928] = {.lex_state = 250, .external_lex_state = 31}, + [1929] = {.lex_state = 250, .external_lex_state = 31}, + [1930] = {.lex_state = 222, .external_lex_state = 22}, + [1931] = {.lex_state = 223, .external_lex_state = 28}, + [1932] = {.lex_state = 222, .external_lex_state = 36}, + [1933] = {.lex_state = 220, .external_lex_state = 21}, + [1934] = {.lex_state = 250, .external_lex_state = 31}, + [1935] = {.lex_state = 139, .external_lex_state = 37}, + [1936] = {.lex_state = 139, .external_lex_state = 37}, + [1937] = {.lex_state = 229, .external_lex_state = 20}, + [1938] = {.lex_state = 227, .external_lex_state = 28}, + [1939] = {.lex_state = 220, .external_lex_state = 21}, + [1940] = {.lex_state = 227, .external_lex_state = 28}, + [1941] = {.lex_state = 250, .external_lex_state = 31}, + [1942] = {.lex_state = 223, .external_lex_state = 28}, + [1943] = {.lex_state = 220, .external_lex_state = 21}, + [1944] = {.lex_state = 146, .external_lex_state = 35}, + [1945] = {.lex_state = 222, .external_lex_state = 22}, + [1946] = {.lex_state = 253, .external_lex_state = 16}, + [1947] = {.lex_state = 229, .external_lex_state = 20}, + [1948] = {.lex_state = 229, .external_lex_state = 20}, + [1949] = {.lex_state = 146, .external_lex_state = 35}, + [1950] = {.lex_state = 223, .external_lex_state = 28}, + [1951] = {.lex_state = 223, .external_lex_state = 28}, + [1952] = {.lex_state = 223, .external_lex_state = 28}, + [1953] = {.lex_state = 223, .external_lex_state = 28}, + [1954] = {.lex_state = 229, .external_lex_state = 20}, + [1955] = {.lex_state = 229, .external_lex_state = 20}, + [1956] = {.lex_state = 223, .external_lex_state = 28}, + [1957] = {.lex_state = 247, .external_lex_state = 14}, + [1958] = {.lex_state = 251, .external_lex_state = 15}, + [1959] = {.lex_state = 250, .external_lex_state = 31}, + [1960] = {.lex_state = 223, .external_lex_state = 28}, + [1961] = {.lex_state = 223, .external_lex_state = 28}, + [1962] = {.lex_state = 253, .external_lex_state = 16}, + [1963] = {.lex_state = 251, .external_lex_state = 15}, + [1964] = {.lex_state = 250, .external_lex_state = 31}, + [1965] = {.lex_state = 220, .external_lex_state = 38}, + [1966] = {.lex_state = 222, .external_lex_state = 20}, + [1967] = {.lex_state = 247, .external_lex_state = 14}, + [1968] = {.lex_state = 250, .external_lex_state = 31}, + [1969] = {.lex_state = 229, .external_lex_state = 20}, + [1970] = {.lex_state = 223, .external_lex_state = 28}, + [1971] = {.lex_state = 229, .external_lex_state = 20}, + [1972] = {.lex_state = 222, .external_lex_state = 36}, + [1973] = {.lex_state = 226, .external_lex_state = 39}, + [1974] = {.lex_state = 223, .external_lex_state = 28}, + [1975] = {.lex_state = 220, .external_lex_state = 21}, + [1976] = {.lex_state = 251, .external_lex_state = 15}, + [1977] = {.lex_state = 247, .external_lex_state = 14}, + [1978] = {.lex_state = 220, .external_lex_state = 38}, + [1979] = {.lex_state = 220, .external_lex_state = 21}, + [1980] = {.lex_state = 229, .external_lex_state = 20}, + [1981] = {.lex_state = 229, .external_lex_state = 20}, + [1982] = {.lex_state = 223, .external_lex_state = 28}, + [1983] = {.lex_state = 253, .external_lex_state = 14}, + [1984] = {.lex_state = 251, .external_lex_state = 17}, + [1985] = {.lex_state = 223, .external_lex_state = 28}, + [1986] = {.lex_state = 220, .external_lex_state = 38}, + [1987] = {.lex_state = 251, .external_lex_state = 15}, + [1988] = {.lex_state = 223, .external_lex_state = 28}, + [1989] = {.lex_state = 250, .external_lex_state = 31}, + [1990] = {.lex_state = 220, .external_lex_state = 38}, + [1991] = {.lex_state = 220, .external_lex_state = 21}, + [1992] = {.lex_state = 253, .external_lex_state = 14}, + [1993] = {.lex_state = 229, .external_lex_state = 20}, + [1994] = {.lex_state = 223, .external_lex_state = 28}, + [1995] = {.lex_state = 223, .external_lex_state = 28}, + [1996] = {.lex_state = 223, .external_lex_state = 21}, + [1997] = {.lex_state = 250, .external_lex_state = 31}, + [1998] = {.lex_state = 250, .external_lex_state = 31}, + [1999] = {.lex_state = 250, .external_lex_state = 31}, + [2000] = {.lex_state = 220, .external_lex_state = 21}, + [2001] = {.lex_state = 250, .external_lex_state = 31}, + [2002] = {.lex_state = 223, .external_lex_state = 28}, + [2003] = {.lex_state = 229, .external_lex_state = 20}, + [2004] = {.lex_state = 229, .external_lex_state = 20}, + [2005] = {.lex_state = 223, .external_lex_state = 28}, + [2006] = {.lex_state = 228, .external_lex_state = 21}, + [2007] = {.lex_state = 220, .external_lex_state = 21}, + [2008] = {.lex_state = 253, .external_lex_state = 14}, + [2009] = {.lex_state = 229, .external_lex_state = 20}, + [2010] = {.lex_state = 229, .external_lex_state = 20}, + [2011] = {.lex_state = 251, .external_lex_state = 17}, + [2012] = {.lex_state = 229, .external_lex_state = 20}, + [2013] = {.lex_state = 223, .external_lex_state = 28}, + [2014] = {.lex_state = 253, .external_lex_state = 14}, + [2015] = {.lex_state = 250, .external_lex_state = 31}, + [2016] = {.lex_state = 227, .external_lex_state = 28}, + [2017] = {.lex_state = 222, .external_lex_state = 36}, + [2018] = {.lex_state = 229, .external_lex_state = 20}, + [2019] = {.lex_state = 222, .external_lex_state = 20}, + [2020] = {.lex_state = 220, .external_lex_state = 39}, + [2021] = {.lex_state = 222, .external_lex_state = 40}, + [2022] = {.lex_state = 222, .external_lex_state = 40}, + [2023] = {.lex_state = 222, .external_lex_state = 34}, + [2024] = {.lex_state = 222, .external_lex_state = 40}, + [2025] = {.lex_state = 222, .external_lex_state = 40}, + [2026] = {.lex_state = 222, .external_lex_state = 40}, + [2027] = {.lex_state = 222, .external_lex_state = 40}, + [2028] = {.lex_state = 222, .external_lex_state = 40}, + [2029] = {.lex_state = 222, .external_lex_state = 40}, + [2030] = {.lex_state = 220, .external_lex_state = 39}, + [2031] = {.lex_state = 247, .external_lex_state = 14}, + [2032] = {.lex_state = 247, .external_lex_state = 14}, + [2033] = {.lex_state = 222, .external_lex_state = 20}, + [2034] = {.lex_state = 222, .external_lex_state = 34}, + [2035] = {.lex_state = 222, .external_lex_state = 34}, + [2036] = {.lex_state = 220, .external_lex_state = 39}, + [2037] = {.lex_state = 247, .external_lex_state = 14}, + [2038] = {.lex_state = 222, .external_lex_state = 34}, + [2039] = {.lex_state = 220, .external_lex_state = 39}, + [2040] = {.lex_state = 222, .external_lex_state = 20}, + [2041] = {.lex_state = 247, .external_lex_state = 14}, + [2042] = {.lex_state = 220, .external_lex_state = 39}, + [2043] = {.lex_state = 222, .external_lex_state = 34}, + [2044] = {.lex_state = 222, .external_lex_state = 34}, + [2045] = {.lex_state = 253, .external_lex_state = 16}, + [2046] = {.lex_state = 441, .external_lex_state = 35}, + [2047] = {.lex_state = 441, .external_lex_state = 35}, + [2048] = {.lex_state = 223, .external_lex_state = 21}, + [2049] = {.lex_state = 152, .external_lex_state = 35}, + [2050] = {.lex_state = 152, .external_lex_state = 35}, + [2051] = {.lex_state = 220, .external_lex_state = 39}, + [2052] = {.lex_state = 222, .external_lex_state = 34}, + [2053] = {.lex_state = 220, .external_lex_state = 39}, + [2054] = {.lex_state = 222, .external_lex_state = 34}, + [2055] = {.lex_state = 222, .external_lex_state = 34}, + [2056] = {.lex_state = 220, .external_lex_state = 39}, + [2057] = {.lex_state = 220, .external_lex_state = 39}, + [2058] = {.lex_state = 220, .external_lex_state = 39}, + [2059] = {.lex_state = 220, .external_lex_state = 39}, + [2060] = {.lex_state = 220, .external_lex_state = 39}, + [2061] = {.lex_state = 220, .external_lex_state = 39}, + [2062] = {.lex_state = 220, .external_lex_state = 39}, + [2063] = {.lex_state = 247, .external_lex_state = 16}, + [2064] = {.lex_state = 222, .external_lex_state = 20}, + [2065] = {.lex_state = 247, .external_lex_state = 14}, + [2066] = {.lex_state = 155, .external_lex_state = 35}, + [2067] = {.lex_state = 155, .external_lex_state = 35}, + [2068] = {.lex_state = 220, .external_lex_state = 39}, + [2069] = {.lex_state = 146, .external_lex_state = 37}, + [2070] = {.lex_state = 146, .external_lex_state = 37}, + [2071] = {.lex_state = 222, .external_lex_state = 20}, + [2072] = {.lex_state = 247, .external_lex_state = 16}, + [2073] = {.lex_state = 222, .external_lex_state = 22}, + [2074] = {.lex_state = 220, .external_lex_state = 39}, + [2075] = {.lex_state = 220, .external_lex_state = 39}, + [2076] = {.lex_state = 220, .external_lex_state = 39}, + [2077] = {.lex_state = 220, .external_lex_state = 39}, + [2078] = {.lex_state = 220, .external_lex_state = 39}, + [2079] = {.lex_state = 220, .external_lex_state = 39}, + [2080] = {.lex_state = 222, .external_lex_state = 20}, + [2081] = {.lex_state = 220, .external_lex_state = 39}, + [2082] = {.lex_state = 220, .external_lex_state = 39}, + [2083] = {.lex_state = 220, .external_lex_state = 39}, + [2084] = {.lex_state = 220, .external_lex_state = 39}, + [2085] = {.lex_state = 220, .external_lex_state = 39}, + [2086] = {.lex_state = 247, .external_lex_state = 14}, + [2087] = {.lex_state = 220, .external_lex_state = 39}, + [2088] = {.lex_state = 222, .external_lex_state = 20}, + [2089] = {.lex_state = 220, .external_lex_state = 39}, + [2090] = {.lex_state = 220, .external_lex_state = 39}, + [2091] = {.lex_state = 220, .external_lex_state = 39}, + [2092] = {.lex_state = 220, .external_lex_state = 39}, + [2093] = {.lex_state = 220, .external_lex_state = 39}, + [2094] = {.lex_state = 220, .external_lex_state = 21}, + [2095] = {.lex_state = 222, .external_lex_state = 40}, + [2096] = {.lex_state = 251, .external_lex_state = 17}, + [2097] = {.lex_state = 222, .external_lex_state = 20}, + [2098] = {.lex_state = 220, .external_lex_state = 39}, + [2099] = {.lex_state = 220, .external_lex_state = 39}, + [2100] = {.lex_state = 220, .external_lex_state = 39}, + [2101] = {.lex_state = 220, .external_lex_state = 39}, + [2102] = {.lex_state = 220, .external_lex_state = 39}, + [2103] = {.lex_state = 220, .external_lex_state = 39}, + [2104] = {.lex_state = 220, .external_lex_state = 39}, + [2105] = {.lex_state = 222, .external_lex_state = 20}, + [2106] = {.lex_state = 220, .external_lex_state = 39}, + [2107] = {.lex_state = 220, .external_lex_state = 39}, + [2108] = {.lex_state = 220, .external_lex_state = 39}, + [2109] = {.lex_state = 220, .external_lex_state = 39}, + [2110] = {.lex_state = 220, .external_lex_state = 39}, + [2111] = {.lex_state = 220, .external_lex_state = 39}, + [2112] = {.lex_state = 220, .external_lex_state = 39}, + [2113] = {.lex_state = 220, .external_lex_state = 39}, + [2114] = {.lex_state = 220, .external_lex_state = 39}, + [2115] = {.lex_state = 220, .external_lex_state = 39}, + [2116] = {.lex_state = 220, .external_lex_state = 39}, + [2117] = {.lex_state = 220, .external_lex_state = 39}, + [2118] = {.lex_state = 220, .external_lex_state = 39}, + [2119] = {.lex_state = 220, .external_lex_state = 39}, + [2120] = {.lex_state = 220, .external_lex_state = 39}, + [2121] = {.lex_state = 220, .external_lex_state = 39}, + [2122] = {.lex_state = 247, .external_lex_state = 14}, + [2123] = {.lex_state = 220, .external_lex_state = 39}, + [2124] = {.lex_state = 220, .external_lex_state = 39}, + [2125] = {.lex_state = 247, .external_lex_state = 14}, + [2126] = {.lex_state = 220, .external_lex_state = 39}, + [2127] = {.lex_state = 220, .external_lex_state = 39}, + [2128] = {.lex_state = 222, .external_lex_state = 20}, + [2129] = {.lex_state = 222, .external_lex_state = 20}, + [2130] = {.lex_state = 220, .external_lex_state = 39}, + [2131] = {.lex_state = 222, .external_lex_state = 20}, + [2132] = {.lex_state = 220, .external_lex_state = 39}, + [2133] = {.lex_state = 220, .external_lex_state = 39}, + [2134] = {.lex_state = 220, .external_lex_state = 39}, + [2135] = {.lex_state = 220, .external_lex_state = 39}, + [2136] = {.lex_state = 220, .external_lex_state = 39}, + [2137] = {.lex_state = 220, .external_lex_state = 39}, + [2138] = {.lex_state = 220, .external_lex_state = 39}, + [2139] = {.lex_state = 220, .external_lex_state = 39}, + [2140] = {.lex_state = 220, .external_lex_state = 39}, + [2141] = {.lex_state = 220, .external_lex_state = 39}, + [2142] = {.lex_state = 220, .external_lex_state = 39}, + [2143] = {.lex_state = 220, .external_lex_state = 39}, + [2144] = {.lex_state = 222, .external_lex_state = 20}, + [2145] = {.lex_state = 220, .external_lex_state = 39}, + [2146] = {.lex_state = 220, .external_lex_state = 39}, + [2147] = {.lex_state = 222, .external_lex_state = 22}, + [2148] = {.lex_state = 222, .external_lex_state = 22}, + [2149] = {.lex_state = 220, .external_lex_state = 21}, + [2150] = {.lex_state = 222, .external_lex_state = 22}, + [2151] = {.lex_state = 220, .external_lex_state = 21}, + [2152] = {.lex_state = 222, .external_lex_state = 21}, + [2153] = {.lex_state = 220, .external_lex_state = 21}, + [2154] = {.lex_state = 222, .external_lex_state = 21}, + [2155] = {.lex_state = 255, .external_lex_state = 23}, + [2156] = {.lex_state = 255, .external_lex_state = 23}, + [2157] = {.lex_state = 255, .external_lex_state = 23}, + [2158] = {.lex_state = 441, .external_lex_state = 37}, + [2159] = {.lex_state = 255, .external_lex_state = 23}, + [2160] = {.lex_state = 255, .external_lex_state = 23}, + [2161] = {.lex_state = 441, .external_lex_state = 37}, + [2162] = {.lex_state = 220, .external_lex_state = 21}, + [2163] = {.lex_state = 222, .external_lex_state = 22}, + [2164] = {.lex_state = 222, .external_lex_state = 21}, + [2165] = {.lex_state = 220, .external_lex_state = 21}, + [2166] = {.lex_state = 220, .external_lex_state = 39}, + [2167] = {.lex_state = 220, .external_lex_state = 21}, + [2168] = {.lex_state = 220, .external_lex_state = 21}, + [2169] = {.lex_state = 222, .external_lex_state = 21}, + [2170] = {.lex_state = 222, .external_lex_state = 21}, + [2171] = {.lex_state = 220, .external_lex_state = 21}, + [2172] = {.lex_state = 220, .external_lex_state = 21}, + [2173] = {.lex_state = 222, .external_lex_state = 21}, + [2174] = {.lex_state = 255, .external_lex_state = 23}, + [2175] = {.lex_state = 222, .external_lex_state = 21}, + [2176] = {.lex_state = 220, .external_lex_state = 21}, + [2177] = {.lex_state = 222, .external_lex_state = 22}, + [2178] = {.lex_state = 152, .external_lex_state = 37}, + [2179] = {.lex_state = 220, .external_lex_state = 21}, + [2180] = {.lex_state = 222, .external_lex_state = 38}, + [2181] = {.lex_state = 152, .external_lex_state = 37}, + [2182] = {.lex_state = 222, .external_lex_state = 22}, + [2183] = {.lex_state = 255, .external_lex_state = 23}, + [2184] = {.lex_state = 220, .external_lex_state = 21}, + [2185] = {.lex_state = 222, .external_lex_state = 38}, + [2186] = {.lex_state = 220, .external_lex_state = 21}, + [2187] = {.lex_state = 222, .external_lex_state = 21}, + [2188] = {.lex_state = 255, .external_lex_state = 23}, + [2189] = {.lex_state = 222, .external_lex_state = 21}, + [2190] = {.lex_state = 255, .external_lex_state = 23}, + [2191] = {.lex_state = 255, .external_lex_state = 23}, + [2192] = {.lex_state = 255, .external_lex_state = 23}, + [2193] = {.lex_state = 222, .external_lex_state = 38}, + [2194] = {.lex_state = 220, .external_lex_state = 21}, + [2195] = {.lex_state = 220, .external_lex_state = 21}, + [2196] = {.lex_state = 222, .external_lex_state = 38}, + [2197] = {.lex_state = 222, .external_lex_state = 21}, + [2198] = {.lex_state = 220, .external_lex_state = 21}, + [2199] = {.lex_state = 220, .external_lex_state = 21}, + [2200] = {.lex_state = 222, .external_lex_state = 22}, + [2201] = {.lex_state = 220, .external_lex_state = 21}, + [2202] = {.lex_state = 220, .external_lex_state = 21}, + [2203] = {.lex_state = 222, .external_lex_state = 21}, + [2204] = {.lex_state = 247, .external_lex_state = 16}, + [2205] = {.lex_state = 220, .external_lex_state = 21}, + [2206] = {.lex_state = 222, .external_lex_state = 22}, + [2207] = {.lex_state = 222, .external_lex_state = 22}, + [2208] = {.lex_state = 441, .external_lex_state = 35}, + [2209] = {.lex_state = 222, .external_lex_state = 22}, + [2210] = {.lex_state = 441, .external_lex_state = 35}, + [2211] = {.lex_state = 224, .external_lex_state = 39}, + [2212] = {.lex_state = 155, .external_lex_state = 37}, + [2213] = {.lex_state = 222, .external_lex_state = 21}, + [2214] = {.lex_state = 222, .external_lex_state = 21}, + [2215] = {.lex_state = 222, .external_lex_state = 22}, + [2216] = {.lex_state = 155, .external_lex_state = 37}, + [2217] = {.lex_state = 220, .external_lex_state = 21}, + [2218] = {.lex_state = 220, .external_lex_state = 21}, + [2219] = {.lex_state = 222, .external_lex_state = 22}, + [2220] = {.lex_state = 255, .external_lex_state = 23}, + [2221] = {.lex_state = 222, .external_lex_state = 21}, + [2222] = {.lex_state = 222, .external_lex_state = 39}, + [2223] = {.lex_state = 247, .external_lex_state = 23}, + [2224] = {.lex_state = 222, .external_lex_state = 39}, + [2225] = {.lex_state = 222, .external_lex_state = 39}, + [2226] = {.lex_state = 222, .external_lex_state = 39}, + [2227] = {.lex_state = 247, .external_lex_state = 23}, + [2228] = {.lex_state = 222, .external_lex_state = 39}, + [2229] = {.lex_state = 247, .external_lex_state = 23}, + [2230] = {.lex_state = 220, .external_lex_state = 39}, + [2231] = {.lex_state = 222, .external_lex_state = 39}, + [2232] = {.lex_state = 222, .external_lex_state = 39}, + [2233] = {.lex_state = 222, .external_lex_state = 39}, + [2234] = {.lex_state = 222, .external_lex_state = 39}, + [2235] = {.lex_state = 222, .external_lex_state = 39}, + [2236] = {.lex_state = 222, .external_lex_state = 39}, + [2237] = {.lex_state = 222, .external_lex_state = 39}, + [2238] = {.lex_state = 247, .external_lex_state = 23}, + [2239] = {.lex_state = 247, .external_lex_state = 23}, + [2240] = {.lex_state = 247, .external_lex_state = 23}, + [2241] = {.lex_state = 222, .external_lex_state = 39}, + [2242] = {.lex_state = 222, .external_lex_state = 39}, + [2243] = {.lex_state = 247, .external_lex_state = 23}, + [2244] = {.lex_state = 247, .external_lex_state = 23}, + [2245] = {.lex_state = 247, .external_lex_state = 23}, + [2246] = {.lex_state = 247, .external_lex_state = 23}, + [2247] = {.lex_state = 220, .external_lex_state = 21}, + [2248] = {.lex_state = 247, .external_lex_state = 23}, + [2249] = {.lex_state = 220, .external_lex_state = 21}, + [2250] = {.lex_state = 247, .external_lex_state = 23}, + [2251] = {.lex_state = 222, .external_lex_state = 39}, + [2252] = {.lex_state = 247, .external_lex_state = 23}, + [2253] = {.lex_state = 247, .external_lex_state = 23}, + [2254] = {.lex_state = 222, .external_lex_state = 39}, + [2255] = {.lex_state = 222, .external_lex_state = 39}, + [2256] = {.lex_state = 222, .external_lex_state = 39}, + [2257] = {.lex_state = 222, .external_lex_state = 39}, + [2258] = {.lex_state = 247, .external_lex_state = 23}, + [2259] = {.lex_state = 222, .external_lex_state = 39}, + [2260] = {.lex_state = 222, .external_lex_state = 39}, + [2261] = {.lex_state = 222, .external_lex_state = 39}, + [2262] = {.lex_state = 222, .external_lex_state = 39}, + [2263] = {.lex_state = 222, .external_lex_state = 39}, + [2264] = {.lex_state = 441, .external_lex_state = 37}, + [2265] = {.lex_state = 222, .external_lex_state = 39}, + [2266] = {.lex_state = 220, .external_lex_state = 39}, + [2267] = {.lex_state = 222, .external_lex_state = 39}, + [2268] = {.lex_state = 222, .external_lex_state = 39}, + [2269] = {.lex_state = 220, .external_lex_state = 21}, + [2270] = {.lex_state = 441, .external_lex_state = 37}, + [2271] = {.lex_state = 220, .external_lex_state = 21}, + [2272] = {.lex_state = 247, .external_lex_state = 23}, + [2273] = {.lex_state = 247, .external_lex_state = 23}, + [2274] = {.lex_state = 247, .external_lex_state = 23}, + [2275] = {.lex_state = 222, .external_lex_state = 39}, + [2276] = {.lex_state = 188, .external_lex_state = 41}, + [2277] = {.lex_state = 247, .external_lex_state = 23}, + [2278] = {.lex_state = 245, .external_lex_state = 2}, + [2279] = {.lex_state = 69, .external_lex_state = 42}, + [2280] = {.lex_state = 188, .external_lex_state = 41}, + [2281] = {.lex_state = 188, .external_lex_state = 41}, + [2282] = {.lex_state = 188, .external_lex_state = 41}, + [2283] = {.lex_state = 265, .external_lex_state = 43}, + [2284] = {.lex_state = 69, .external_lex_state = 42}, + [2285] = {.lex_state = 69, .external_lex_state = 42}, + [2286] = {.lex_state = 262, .external_lex_state = 44}, + [2287] = {.lex_state = 246, .external_lex_state = 45}, + [2288] = {.lex_state = 246, .external_lex_state = 45}, + [2289] = {.lex_state = 262, .external_lex_state = 44}, + [2290] = {.lex_state = 262, .external_lex_state = 44}, + [2291] = {.lex_state = 262, .external_lex_state = 44}, + [2292] = {.lex_state = 262, .external_lex_state = 44}, + [2293] = {.lex_state = 158, .external_lex_state = 35}, + [2294] = {.lex_state = 158, .external_lex_state = 35}, + [2295] = {.lex_state = 246, .external_lex_state = 45}, + [2296] = {.lex_state = 69, .external_lex_state = 42}, + [2297] = {.lex_state = 69, .external_lex_state = 42}, + [2298] = {.lex_state = 262, .external_lex_state = 44}, + [2299] = {.lex_state = 246, .external_lex_state = 45}, + [2300] = {.lex_state = 69, .external_lex_state = 42}, + [2301] = {.lex_state = 262, .external_lex_state = 44}, + [2302] = {.lex_state = 265, .external_lex_state = 43}, + [2303] = {.lex_state = 265, .external_lex_state = 43}, + [2304] = {.lex_state = 262, .external_lex_state = 44}, + [2305] = {.lex_state = 262, .external_lex_state = 44}, + [2306] = {.lex_state = 69, .external_lex_state = 42}, + [2307] = {.lex_state = 246, .external_lex_state = 45}, + [2308] = {.lex_state = 69, .external_lex_state = 42}, + [2309] = {.lex_state = 69, .external_lex_state = 42}, + [2310] = {.lex_state = 262, .external_lex_state = 44}, + [2311] = {.lex_state = 69, .external_lex_state = 42}, + [2312] = {.lex_state = 69, .external_lex_state = 42}, + [2313] = {.lex_state = 69, .external_lex_state = 42}, + [2314] = {.lex_state = 262, .external_lex_state = 44}, + [2315] = {.lex_state = 262, .external_lex_state = 44}, + [2316] = {.lex_state = 262, .external_lex_state = 44}, + [2317] = {.lex_state = 265, .external_lex_state = 43}, + [2318] = {.lex_state = 69, .external_lex_state = 42}, + [2319] = {.lex_state = 262, .external_lex_state = 44}, + [2320] = {.lex_state = 262, .external_lex_state = 44}, + [2321] = {.lex_state = 246, .external_lex_state = 45}, + [2322] = {.lex_state = 265, .external_lex_state = 43}, + [2323] = {.lex_state = 262, .external_lex_state = 44}, + [2324] = {.lex_state = 69, .external_lex_state = 42}, + [2325] = {.lex_state = 69, .external_lex_state = 42}, + [2326] = {.lex_state = 246, .external_lex_state = 45}, + [2327] = {.lex_state = 69, .external_lex_state = 42}, + [2328] = {.lex_state = 262, .external_lex_state = 44}, + [2329] = {.lex_state = 69, .external_lex_state = 42}, + [2330] = {.lex_state = 181, .external_lex_state = 41}, + [2331] = {.lex_state = 69, .external_lex_state = 42}, + [2332] = {.lex_state = 262, .external_lex_state = 44}, + [2333] = {.lex_state = 246, .external_lex_state = 45}, + [2334] = {.lex_state = 246, .external_lex_state = 45}, + [2335] = {.lex_state = 69, .external_lex_state = 42}, + [2336] = {.lex_state = 262, .external_lex_state = 44}, + [2337] = {.lex_state = 181, .external_lex_state = 41}, + [2338] = {.lex_state = 262, .external_lex_state = 44}, + [2339] = {.lex_state = 69, .external_lex_state = 42}, + [2340] = {.lex_state = 246, .external_lex_state = 45}, + [2341] = {.lex_state = 262, .external_lex_state = 44}, + [2342] = {.lex_state = 262, .external_lex_state = 44}, + [2343] = {.lex_state = 69, .external_lex_state = 42}, + [2344] = {.lex_state = 69, .external_lex_state = 42}, + [2345] = {.lex_state = 262, .external_lex_state = 44}, + [2346] = {.lex_state = 246, .external_lex_state = 45}, + [2347] = {.lex_state = 158, .external_lex_state = 37}, + [2348] = {.lex_state = 232, .external_lex_state = 46}, + [2349] = {.lex_state = 246, .external_lex_state = 45}, + [2350] = {.lex_state = 246, .external_lex_state = 45}, + [2351] = {.lex_state = 232, .external_lex_state = 46}, + [2352] = {.lex_state = 246, .external_lex_state = 45}, + [2353] = {.lex_state = 231, .external_lex_state = 39}, + [2354] = {.lex_state = 230, .external_lex_state = 39}, + [2355] = {.lex_state = 246, .external_lex_state = 45}, + [2356] = {.lex_state = 246, .external_lex_state = 45}, + [2357] = {.lex_state = 246, .external_lex_state = 45}, + [2358] = {.lex_state = 246, .external_lex_state = 45}, + [2359] = {.lex_state = 246, .external_lex_state = 45}, + [2360] = {.lex_state = 246, .external_lex_state = 45}, + [2361] = {.lex_state = 246, .external_lex_state = 45}, + [2362] = {.lex_state = 246, .external_lex_state = 45}, + [2363] = {.lex_state = 233, .external_lex_state = 47}, + [2364] = {.lex_state = 246, .external_lex_state = 45}, + [2365] = {.lex_state = 233, .external_lex_state = 47}, + [2366] = {.lex_state = 246, .external_lex_state = 45}, + [2367] = {.lex_state = 246, .external_lex_state = 45}, + [2368] = {.lex_state = 246, .external_lex_state = 45}, + [2369] = {.lex_state = 158, .external_lex_state = 37}, + [2370] = {.lex_state = 246, .external_lex_state = 45}, + [2371] = {.lex_state = 246, .external_lex_state = 45}, + [2372] = {.lex_state = 246, .external_lex_state = 45}, + [2373] = {.lex_state = 247, .external_lex_state = 25}, + [2374] = {.lex_state = 230, .external_lex_state = 39}, + [2375] = {.lex_state = 247, .external_lex_state = 25}, + [2376] = {.lex_state = 230, .external_lex_state = 39}, + [2377] = {.lex_state = 230, .external_lex_state = 39}, + [2378] = {.lex_state = 230, .external_lex_state = 39}, + [2379] = {.lex_state = 230, .external_lex_state = 39}, + [2380] = {.lex_state = 247, .external_lex_state = 25}, + [2381] = {.lex_state = 231, .external_lex_state = 39}, + [2382] = {.lex_state = 247, .external_lex_state = 25}, + [2383] = {.lex_state = 230, .external_lex_state = 39}, + [2384] = {.lex_state = 230, .external_lex_state = 39}, + [2385] = {.lex_state = 245, .external_lex_state = 2}, + [2386] = {.lex_state = 247, .external_lex_state = 23}, + [2387] = {.lex_state = 247, .external_lex_state = 25}, + [2388] = {.lex_state = 247, .external_lex_state = 25}, + [2389] = {.lex_state = 230, .external_lex_state = 39}, + [2390] = {.lex_state = 245, .external_lex_state = 2}, + [2391] = {.lex_state = 247, .external_lex_state = 25}, + [2392] = {.lex_state = 247, .external_lex_state = 25}, + [2393] = {.lex_state = 245, .external_lex_state = 2}, + [2394] = {.lex_state = 230, .external_lex_state = 39}, + [2395] = {.lex_state = 247, .external_lex_state = 25}, + [2396] = {.lex_state = 247, .external_lex_state = 25}, + [2397] = {.lex_state = 247, .external_lex_state = 25}, + [2398] = {.lex_state = 230, .external_lex_state = 39}, + [2399] = {.lex_state = 230, .external_lex_state = 39}, + [2400] = {.lex_state = 247, .external_lex_state = 25}, + [2401] = {.lex_state = 230, .external_lex_state = 39}, + [2402] = {.lex_state = 247, .external_lex_state = 25}, + [2403] = {.lex_state = 231, .external_lex_state = 39}, + [2404] = {.lex_state = 247, .external_lex_state = 25}, + [2405] = {.lex_state = 231, .external_lex_state = 39}, + [2406] = {.lex_state = 247, .external_lex_state = 25}, + [2407] = {.lex_state = 231, .external_lex_state = 39}, + [2408] = {.lex_state = 231, .external_lex_state = 39}, + [2409] = {.lex_state = 230, .external_lex_state = 39}, + [2410] = {.lex_state = 231, .external_lex_state = 39}, + [2411] = {.lex_state = 247, .external_lex_state = 25}, + [2412] = {.lex_state = 256, .external_lex_state = 48}, + [2413] = {.lex_state = 247, .external_lex_state = 25}, + [2414] = {.lex_state = 233, .external_lex_state = 49}, + [2415] = {.lex_state = 233, .external_lex_state = 49}, + [2416] = {.lex_state = 230, .external_lex_state = 39}, + [2417] = {.lex_state = 230, .external_lex_state = 39}, + [2418] = {.lex_state = 230, .external_lex_state = 39}, + [2419] = {.lex_state = 247, .external_lex_state = 25}, + [2420] = {.lex_state = 230, .external_lex_state = 39}, + [2421] = {.lex_state = 247, .external_lex_state = 25}, + [2422] = {.lex_state = 247, .external_lex_state = 25}, + [2423] = {.lex_state = 231, .external_lex_state = 39}, + [2424] = {.lex_state = 247, .external_lex_state = 25}, + [2425] = {.lex_state = 247, .external_lex_state = 23}, + [2426] = {.lex_state = 230, .external_lex_state = 39}, + [2427] = {.lex_state = 231, .external_lex_state = 39}, + [2428] = {.lex_state = 230, .external_lex_state = 39}, + [2429] = {.lex_state = 247, .external_lex_state = 25}, + [2430] = {.lex_state = 231, .external_lex_state = 39}, + [2431] = {.lex_state = 265, .external_lex_state = 50}, + [2432] = {.lex_state = 247, .external_lex_state = 25}, + [2433] = {.lex_state = 245, .external_lex_state = 2}, + [2434] = {.lex_state = 247, .external_lex_state = 25}, + [2435] = {.lex_state = 230, .external_lex_state = 39}, + [2436] = {.lex_state = 231, .external_lex_state = 39}, + [2437] = {.lex_state = 247, .external_lex_state = 25}, + [2438] = {.lex_state = 231, .external_lex_state = 39}, + [2439] = {.lex_state = 231, .external_lex_state = 39}, + [2440] = {.lex_state = 231, .external_lex_state = 39}, + [2441] = {.lex_state = 247, .external_lex_state = 25}, + [2442] = {.lex_state = 231, .external_lex_state = 39}, + [2443] = {.lex_state = 247, .external_lex_state = 25}, + [2444] = {.lex_state = 247, .external_lex_state = 23}, + [2445] = {.lex_state = 247, .external_lex_state = 25}, + [2446] = {.lex_state = 247, .external_lex_state = 25}, + [2447] = {.lex_state = 231, .external_lex_state = 39}, + [2448] = {.lex_state = 231, .external_lex_state = 39}, + [2449] = {.lex_state = 231, .external_lex_state = 39}, + [2450] = {.lex_state = 231, .external_lex_state = 39}, + [2451] = {.lex_state = 247, .external_lex_state = 25}, + [2452] = {.lex_state = 230, .external_lex_state = 39}, + [2453] = {.lex_state = 231, .external_lex_state = 39}, + [2454] = {.lex_state = 256, .external_lex_state = 48}, + [2455] = {.lex_state = 247, .external_lex_state = 25}, + [2456] = {.lex_state = 231, .external_lex_state = 39}, + [2457] = {.lex_state = 231, .external_lex_state = 39}, + [2458] = {.lex_state = 238, .external_lex_state = 51}, + [2459] = {.lex_state = 238, .external_lex_state = 51}, + [2460] = {.lex_state = 238, .external_lex_state = 51}, + [2461] = {.lex_state = 238, .external_lex_state = 51}, + [2462] = {.lex_state = 247, .external_lex_state = 52}, + [2463] = {.lex_state = 247, .external_lex_state = 52}, + [2464] = {.lex_state = 247, .external_lex_state = 52}, + [2465] = {.lex_state = 238, .external_lex_state = 51}, + [2466] = {.lex_state = 247, .external_lex_state = 52}, + [2467] = {.lex_state = 238, .external_lex_state = 51}, + [2468] = {.lex_state = 247, .external_lex_state = 25}, + [2469] = {.lex_state = 238, .external_lex_state = 51}, + [2470] = {.lex_state = 238, .external_lex_state = 51}, + [2471] = {.lex_state = 247, .external_lex_state = 25}, + [2472] = {.lex_state = 238, .external_lex_state = 51}, + [2473] = {.lex_state = 238, .external_lex_state = 51}, + [2474] = {.lex_state = 238, .external_lex_state = 51}, + [2475] = {.lex_state = 238, .external_lex_state = 51}, + [2476] = {.lex_state = 247, .external_lex_state = 52}, + [2477] = {.lex_state = 247, .external_lex_state = 25}, + [2478] = {.lex_state = 238, .external_lex_state = 51}, + [2479] = {.lex_state = 238, .external_lex_state = 51}, + [2480] = {.lex_state = 238, .external_lex_state = 51}, + [2481] = {.lex_state = 238, .external_lex_state = 51}, + [2482] = {.lex_state = 238, .external_lex_state = 51}, + [2483] = {.lex_state = 247, .external_lex_state = 25}, + [2484] = {.lex_state = 245, .external_lex_state = 2}, + [2485] = {.lex_state = 247, .external_lex_state = 25}, + [2486] = {.lex_state = 238, .external_lex_state = 51}, + [2487] = {.lex_state = 238, .external_lex_state = 51}, + [2488] = {.lex_state = 238, .external_lex_state = 51}, + [2489] = {.lex_state = 238, .external_lex_state = 51}, + [2490] = {.lex_state = 247, .external_lex_state = 25}, + [2491] = {.lex_state = 238, .external_lex_state = 51}, + [2492] = {.lex_state = 247, .external_lex_state = 25}, + [2493] = {.lex_state = 238, .external_lex_state = 51}, + [2494] = {.lex_state = 238, .external_lex_state = 51}, + [2495] = {.lex_state = 238, .external_lex_state = 51}, + [2496] = {.lex_state = 238, .external_lex_state = 51}, + [2497] = {.lex_state = 238, .external_lex_state = 51}, + [2498] = {.lex_state = 238, .external_lex_state = 51}, + [2499] = {.lex_state = 238, .external_lex_state = 51}, + [2500] = {.lex_state = 238, .external_lex_state = 51}, + [2501] = {.lex_state = 247, .external_lex_state = 25}, + [2502] = {.lex_state = 238, .external_lex_state = 51}, + [2503] = {.lex_state = 238, .external_lex_state = 51}, + [2504] = {.lex_state = 245, .external_lex_state = 2}, + [2505] = {.lex_state = 238, .external_lex_state = 51}, + [2506] = {.lex_state = 247, .external_lex_state = 52}, + [2507] = {.lex_state = 238, .external_lex_state = 51}, + [2508] = {.lex_state = 238, .external_lex_state = 51}, + [2509] = {.lex_state = 245, .external_lex_state = 2}, + [2510] = {.lex_state = 238, .external_lex_state = 51}, + [2511] = {.lex_state = 245, .external_lex_state = 2}, + [2512] = {.lex_state = 238, .external_lex_state = 51}, + [2513] = {.lex_state = 238, .external_lex_state = 51}, + [2514] = {.lex_state = 238, .external_lex_state = 51}, + [2515] = {.lex_state = 247, .external_lex_state = 25}, + [2516] = {.lex_state = 247, .external_lex_state = 25}, + [2517] = {.lex_state = 238, .external_lex_state = 51}, + [2518] = {.lex_state = 238, .external_lex_state = 51}, + [2519] = {.lex_state = 72, .external_lex_state = 53}, + [2520] = {.lex_state = 245, .external_lex_state = 2}, + [2521] = {.lex_state = 238, .external_lex_state = 51}, + [2522] = {.lex_state = 247, .external_lex_state = 25}, + [2523] = {.lex_state = 245, .external_lex_state = 2}, + [2524] = {.lex_state = 247, .external_lex_state = 25}, + [2525] = {.lex_state = 238, .external_lex_state = 51}, + [2526] = {.lex_state = 238, .external_lex_state = 51}, + [2527] = {.lex_state = 238, .external_lex_state = 51}, + [2528] = {.lex_state = 238, .external_lex_state = 51}, + [2529] = {.lex_state = 203, .external_lex_state = 25}, + [2530] = {.lex_state = 247, .external_lex_state = 25}, + [2531] = {.lex_state = 247, .external_lex_state = 52}, + [2532] = {.lex_state = 247, .external_lex_state = 25}, + [2533] = {.lex_state = 238, .external_lex_state = 51}, + [2534] = {.lex_state = 247, .external_lex_state = 25}, + [2535] = {.lex_state = 247, .external_lex_state = 25}, + [2536] = {.lex_state = 203, .external_lex_state = 25}, + [2537] = {.lex_state = 238, .external_lex_state = 51}, + [2538] = {.lex_state = 245, .external_lex_state = 2}, + [2539] = {.lex_state = 238, .external_lex_state = 51}, + [2540] = {.lex_state = 238, .external_lex_state = 51}, + [2541] = {.lex_state = 238, .external_lex_state = 51}, + [2542] = {.lex_state = 247, .external_lex_state = 25}, + [2543] = {.lex_state = 238, .external_lex_state = 51}, + [2544] = {.lex_state = 247, .external_lex_state = 25}, + [2545] = {.lex_state = 247, .external_lex_state = 25}, + [2546] = {.lex_state = 238, .external_lex_state = 51}, + [2547] = {.lex_state = 238, .external_lex_state = 51}, + [2548] = {.lex_state = 238, .external_lex_state = 51}, + [2549] = {.lex_state = 247, .external_lex_state = 25}, + [2550] = {.lex_state = 238, .external_lex_state = 51}, + [2551] = {.lex_state = 247, .external_lex_state = 25}, + [2552] = {.lex_state = 238, .external_lex_state = 51}, + [2553] = {.lex_state = 238, .external_lex_state = 51}, + [2554] = {.lex_state = 238, .external_lex_state = 51}, + [2555] = {.lex_state = 238, .external_lex_state = 51}, + [2556] = {.lex_state = 238, .external_lex_state = 51}, + [2557] = {.lex_state = 263, .external_lex_state = 54}, + [2558] = {.lex_state = 247, .external_lex_state = 25}, + [2559] = {.lex_state = 247, .external_lex_state = 25}, + [2560] = {.lex_state = 247, .external_lex_state = 25}, + [2561] = {.lex_state = 72, .external_lex_state = 35}, + [2562] = {.lex_state = 265, .external_lex_state = 55}, + [2563] = {.lex_state = 247, .external_lex_state = 25}, + [2564] = {.lex_state = 72, .external_lex_state = 37}, + [2565] = {.lex_state = 247, .external_lex_state = 25}, + [2566] = {.lex_state = 72, .external_lex_state = 53}, + [2567] = {.lex_state = 247, .external_lex_state = 25}, + [2568] = {.lex_state = 247, .external_lex_state = 25}, + [2569] = {.lex_state = 247, .external_lex_state = 25}, + [2570] = {.lex_state = 247, .external_lex_state = 25}, + [2571] = {.lex_state = 70, .external_lex_state = 56}, + [2572] = {.lex_state = 247, .external_lex_state = 25}, + [2573] = {.lex_state = 72, .external_lex_state = 37}, + [2574] = {.lex_state = 247, .external_lex_state = 25}, + [2575] = {.lex_state = 247, .external_lex_state = 25}, + [2576] = {.lex_state = 72, .external_lex_state = 53}, + [2577] = {.lex_state = 247, .external_lex_state = 25}, + [2578] = {.lex_state = 247, .external_lex_state = 25}, + [2579] = {.lex_state = 247, .external_lex_state = 25}, + [2580] = {.lex_state = 263, .external_lex_state = 54}, + [2581] = {.lex_state = 247, .external_lex_state = 25}, + [2582] = {.lex_state = 247, .external_lex_state = 25}, + [2583] = {.lex_state = 437, .external_lex_state = 53}, + [2584] = {.lex_state = 247, .external_lex_state = 25}, + [2585] = {.lex_state = 263, .external_lex_state = 54}, + [2586] = {.lex_state = 247, .external_lex_state = 25}, + [2587] = {.lex_state = 72, .external_lex_state = 53}, + [2588] = {.lex_state = 247, .external_lex_state = 25}, + [2589] = {.lex_state = 70, .external_lex_state = 56}, + [2590] = {.lex_state = 247, .external_lex_state = 25}, + [2591] = {.lex_state = 263, .external_lex_state = 54}, + [2592] = {.lex_state = 247, .external_lex_state = 25}, + [2593] = {.lex_state = 247, .external_lex_state = 25}, + [2594] = {.lex_state = 263, .external_lex_state = 54}, + [2595] = {.lex_state = 70, .external_lex_state = 56}, + [2596] = {.lex_state = 247, .external_lex_state = 25}, + [2597] = {.lex_state = 72, .external_lex_state = 37}, + [2598] = {.lex_state = 72, .external_lex_state = 37}, + [2599] = {.lex_state = 247, .external_lex_state = 25}, + [2600] = {.lex_state = 247, .external_lex_state = 25}, + [2601] = {.lex_state = 72, .external_lex_state = 37}, + [2602] = {.lex_state = 247, .external_lex_state = 25}, + [2603] = {.lex_state = 247, .external_lex_state = 25}, + [2604] = {.lex_state = 247, .external_lex_state = 25}, + [2605] = {.lex_state = 263, .external_lex_state = 54}, + [2606] = {.lex_state = 247, .external_lex_state = 25}, + [2607] = {.lex_state = 72, .external_lex_state = 35}, + [2608] = {.lex_state = 247, .external_lex_state = 25}, + [2609] = {.lex_state = 263, .external_lex_state = 54}, + [2610] = {.lex_state = 72, .external_lex_state = 53}, + [2611] = {.lex_state = 247, .external_lex_state = 25}, + [2612] = {.lex_state = 247, .external_lex_state = 25}, + [2613] = {.lex_state = 247, .external_lex_state = 25}, + [2614] = {.lex_state = 72, .external_lex_state = 53}, + [2615] = {.lex_state = 72, .external_lex_state = 53}, + [2616] = {.lex_state = 263, .external_lex_state = 54}, + [2617] = {.lex_state = 72, .external_lex_state = 37}, + [2618] = {.lex_state = 247, .external_lex_state = 25}, + [2619] = {.lex_state = 247, .external_lex_state = 25}, + [2620] = {.lex_state = 247, .external_lex_state = 25}, + [2621] = {.lex_state = 263, .external_lex_state = 54}, + [2622] = {.lex_state = 72, .external_lex_state = 57}, + [2623] = {.lex_state = 263, .external_lex_state = 54}, + [2624] = {.lex_state = 247, .external_lex_state = 25}, + [2625] = {.lex_state = 247, .external_lex_state = 25}, + [2626] = {.lex_state = 247, .external_lex_state = 25}, + [2627] = {.lex_state = 247, .external_lex_state = 25}, + [2628] = {.lex_state = 72, .external_lex_state = 53}, + [2629] = {.lex_state = 438, .external_lex_state = 35}, + [2630] = {.lex_state = 262, .external_lex_state = 25}, + [2631] = {.lex_state = 262, .external_lex_state = 25}, + [2632] = {.lex_state = 262, .external_lex_state = 25}, + [2633] = {.lex_state = 262, .external_lex_state = 25}, + [2634] = {.lex_state = 262, .external_lex_state = 25}, + [2635] = {.lex_state = 262, .external_lex_state = 25}, + [2636] = {.lex_state = 262, .external_lex_state = 25}, + [2637] = {.lex_state = 262, .external_lex_state = 25}, + [2638] = {.lex_state = 262, .external_lex_state = 25}, + [2639] = {.lex_state = 262, .external_lex_state = 25}, + [2640] = {.lex_state = 262, .external_lex_state = 25}, + [2641] = {.lex_state = 262, .external_lex_state = 25}, + [2642] = {.lex_state = 437, .external_lex_state = 53}, + [2643] = {.lex_state = 262, .external_lex_state = 25}, + [2644] = {.lex_state = 262, .external_lex_state = 25}, + [2645] = {.lex_state = 262, .external_lex_state = 25}, + [2646] = {.lex_state = 262, .external_lex_state = 25}, + [2647] = {.lex_state = 262, .external_lex_state = 25}, + [2648] = {.lex_state = 262, .external_lex_state = 25}, + [2649] = {.lex_state = 437, .external_lex_state = 53}, + [2650] = {.lex_state = 262, .external_lex_state = 25}, + [2651] = {.lex_state = 262, .external_lex_state = 25}, + [2652] = {.lex_state = 262, .external_lex_state = 25}, + [2653] = {.lex_state = 262, .external_lex_state = 25}, + [2654] = {.lex_state = 262, .external_lex_state = 25}, + [2655] = {.lex_state = 262, .external_lex_state = 25}, + [2656] = {.lex_state = 262, .external_lex_state = 25}, + [2657] = {.lex_state = 262, .external_lex_state = 25}, + [2658] = {.lex_state = 262, .external_lex_state = 25}, + [2659] = {.lex_state = 262, .external_lex_state = 25}, + [2660] = {.lex_state = 262, .external_lex_state = 25}, + [2661] = {.lex_state = 262, .external_lex_state = 25}, + [2662] = {.lex_state = 262, .external_lex_state = 25}, + [2663] = {.lex_state = 72, .external_lex_state = 57}, + [2664] = {.lex_state = 262, .external_lex_state = 25}, + [2665] = {.lex_state = 262, .external_lex_state = 25}, + [2666] = {.lex_state = 437, .external_lex_state = 53}, + [2667] = {.lex_state = 262, .external_lex_state = 25}, + [2668] = {.lex_state = 262, .external_lex_state = 25}, + [2669] = {.lex_state = 262, .external_lex_state = 25}, + [2670] = {.lex_state = 262, .external_lex_state = 25}, + [2671] = {.lex_state = 262, .external_lex_state = 25}, + [2672] = {.lex_state = 262, .external_lex_state = 25}, + [2673] = {.lex_state = 262, .external_lex_state = 25}, + [2674] = {.lex_state = 437, .external_lex_state = 53}, + [2675] = {.lex_state = 262, .external_lex_state = 25}, + [2676] = {.lex_state = 437, .external_lex_state = 57}, + [2677] = {.lex_state = 262, .external_lex_state = 25}, + [2678] = {.lex_state = 72, .external_lex_state = 53}, + [2679] = {.lex_state = 262, .external_lex_state = 25}, + [2680] = {.lex_state = 262, .external_lex_state = 25}, + [2681] = {.lex_state = 437, .external_lex_state = 53}, + [2682] = {.lex_state = 262, .external_lex_state = 25}, + [2683] = {.lex_state = 262, .external_lex_state = 25}, + [2684] = {.lex_state = 437, .external_lex_state = 53}, + [2685] = {.lex_state = 72, .external_lex_state = 53}, + [2686] = {.lex_state = 72, .external_lex_state = 53}, + [2687] = {.lex_state = 262, .external_lex_state = 25}, + [2688] = {.lex_state = 262, .external_lex_state = 25}, + [2689] = {.lex_state = 262, .external_lex_state = 25}, + [2690] = {.lex_state = 72, .external_lex_state = 37}, + [2691] = {.lex_state = 262, .external_lex_state = 25}, + [2692] = {.lex_state = 262, .external_lex_state = 25}, + [2693] = {.lex_state = 262, .external_lex_state = 25}, + [2694] = {.lex_state = 262, .external_lex_state = 25}, + [2695] = {.lex_state = 262, .external_lex_state = 25}, + [2696] = {.lex_state = 72, .external_lex_state = 53}, + [2697] = {.lex_state = 262, .external_lex_state = 25}, + [2698] = {.lex_state = 262, .external_lex_state = 25}, + [2699] = {.lex_state = 262, .external_lex_state = 25}, + [2700] = {.lex_state = 262, .external_lex_state = 25}, + [2701] = {.lex_state = 72, .external_lex_state = 53}, + [2702] = {.lex_state = 262, .external_lex_state = 25}, + [2703] = {.lex_state = 262, .external_lex_state = 25}, + [2704] = {.lex_state = 262, .external_lex_state = 25}, + [2705] = {.lex_state = 437, .external_lex_state = 53}, + [2706] = {.lex_state = 262, .external_lex_state = 25}, + [2707] = {.lex_state = 72, .external_lex_state = 53}, + [2708] = {.lex_state = 72, .external_lex_state = 57}, + [2709] = {.lex_state = 72, .external_lex_state = 53}, + [2710] = {.lex_state = 262, .external_lex_state = 25}, + [2711] = {.lex_state = 262, .external_lex_state = 25}, + [2712] = {.lex_state = 262, .external_lex_state = 25}, + [2713] = {.lex_state = 262, .external_lex_state = 25}, + [2714] = {.lex_state = 262, .external_lex_state = 25}, + [2715] = {.lex_state = 262, .external_lex_state = 25}, + [2716] = {.lex_state = 262, .external_lex_state = 25}, + [2717] = {.lex_state = 437, .external_lex_state = 53}, + [2718] = {.lex_state = 437, .external_lex_state = 53}, + [2719] = {.lex_state = 262, .external_lex_state = 25}, + [2720] = {.lex_state = 262, .external_lex_state = 25}, + [2721] = {.lex_state = 262, .external_lex_state = 25}, + [2722] = {.lex_state = 262, .external_lex_state = 25}, + [2723] = {.lex_state = 437, .external_lex_state = 53}, + [2724] = {.lex_state = 437, .external_lex_state = 53}, + [2725] = {.lex_state = 262, .external_lex_state = 25}, + [2726] = {.lex_state = 72, .external_lex_state = 37}, + [2727] = {.lex_state = 262, .external_lex_state = 25}, + [2728] = {.lex_state = 262, .external_lex_state = 25}, + [2729] = {.lex_state = 262, .external_lex_state = 25}, + [2730] = {.lex_state = 262, .external_lex_state = 25}, + [2731] = {.lex_state = 72, .external_lex_state = 35}, + [2732] = {.lex_state = 72, .external_lex_state = 35}, + [2733] = {.lex_state = 262, .external_lex_state = 25}, + [2734] = {.lex_state = 262, .external_lex_state = 25}, + [2735] = {.lex_state = 262, .external_lex_state = 25}, + [2736] = {.lex_state = 262, .external_lex_state = 25}, + [2737] = {.lex_state = 262, .external_lex_state = 25}, + [2738] = {.lex_state = 262, .external_lex_state = 25}, + [2739] = {.lex_state = 262, .external_lex_state = 25}, + [2740] = {.lex_state = 262, .external_lex_state = 25}, + [2741] = {.lex_state = 437, .external_lex_state = 53}, + [2742] = {.lex_state = 72, .external_lex_state = 35}, + [2743] = {.lex_state = 262, .external_lex_state = 25}, + [2744] = {.lex_state = 72, .external_lex_state = 53}, + [2745] = {.lex_state = 262, .external_lex_state = 25}, + [2746] = {.lex_state = 72, .external_lex_state = 53}, + [2747] = {.lex_state = 72, .external_lex_state = 53}, + [2748] = {.lex_state = 262, .external_lex_state = 25}, + [2749] = {.lex_state = 262, .external_lex_state = 25}, + [2750] = {.lex_state = 72, .external_lex_state = 53}, + [2751] = {.lex_state = 262, .external_lex_state = 25}, + [2752] = {.lex_state = 262, .external_lex_state = 25}, + [2753] = {.lex_state = 262, .external_lex_state = 25}, + [2754] = {.lex_state = 262, .external_lex_state = 25}, + [2755] = {.lex_state = 262, .external_lex_state = 25}, + [2756] = {.lex_state = 72, .external_lex_state = 53}, + [2757] = {.lex_state = 437, .external_lex_state = 53}, + [2758] = {.lex_state = 262, .external_lex_state = 25}, + [2759] = {.lex_state = 262, .external_lex_state = 25}, + [2760] = {.lex_state = 437, .external_lex_state = 53}, + [2761] = {.lex_state = 262, .external_lex_state = 25}, + [2762] = {.lex_state = 262, .external_lex_state = 25}, + [2763] = {.lex_state = 262, .external_lex_state = 25}, + [2764] = {.lex_state = 262, .external_lex_state = 25}, + [2765] = {.lex_state = 262, .external_lex_state = 25}, + [2766] = {.lex_state = 262, .external_lex_state = 25}, + [2767] = {.lex_state = 70, .external_lex_state = 56}, + [2768] = {.lex_state = 72, .external_lex_state = 57}, + [2769] = {.lex_state = 262, .external_lex_state = 25}, + [2770] = {.lex_state = 262, .external_lex_state = 25}, + [2771] = {.lex_state = 262, .external_lex_state = 25}, + [2772] = {.lex_state = 262, .external_lex_state = 25}, + [2773] = {.lex_state = 262, .external_lex_state = 25}, + [2774] = {.lex_state = 262, .external_lex_state = 25}, + [2775] = {.lex_state = 262, .external_lex_state = 25}, + [2776] = {.lex_state = 72, .external_lex_state = 53}, + [2777] = {.lex_state = 262, .external_lex_state = 25}, + [2778] = {.lex_state = 262, .external_lex_state = 25}, + [2779] = {.lex_state = 262, .external_lex_state = 25}, + [2780] = {.lex_state = 262, .external_lex_state = 25}, + [2781] = {.lex_state = 262, .external_lex_state = 25}, + [2782] = {.lex_state = 262, .external_lex_state = 25}, + [2783] = {.lex_state = 262, .external_lex_state = 25}, + [2784] = {.lex_state = 262, .external_lex_state = 25}, + [2785] = {.lex_state = 262, .external_lex_state = 25}, + [2786] = {.lex_state = 262, .external_lex_state = 25}, + [2787] = {.lex_state = 72, .external_lex_state = 57}, + [2788] = {.lex_state = 262, .external_lex_state = 25}, + [2789] = {.lex_state = 262, .external_lex_state = 25}, + [2790] = {.lex_state = 262, .external_lex_state = 25}, + [2791] = {.lex_state = 72, .external_lex_state = 53}, + [2792] = {.lex_state = 262, .external_lex_state = 25}, + [2793] = {.lex_state = 72, .external_lex_state = 53}, + [2794] = {.lex_state = 262, .external_lex_state = 25}, + [2795] = {.lex_state = 262, .external_lex_state = 25}, + [2796] = {.lex_state = 262, .external_lex_state = 25}, + [2797] = {.lex_state = 262, .external_lex_state = 25}, + [2798] = {.lex_state = 437, .external_lex_state = 53}, + [2799] = {.lex_state = 437, .external_lex_state = 53}, + [2800] = {.lex_state = 437, .external_lex_state = 53}, + [2801] = {.lex_state = 262, .external_lex_state = 25}, + [2802] = {.lex_state = 262, .external_lex_state = 25}, + [2803] = {.lex_state = 262, .external_lex_state = 25}, + [2804] = {.lex_state = 262, .external_lex_state = 25}, + [2805] = {.lex_state = 262, .external_lex_state = 25}, + [2806] = {.lex_state = 72, .external_lex_state = 57}, + [2807] = {.lex_state = 262, .external_lex_state = 25}, + [2808] = {.lex_state = 262, .external_lex_state = 25}, + [2809] = {.lex_state = 262, .external_lex_state = 25}, + [2810] = {.lex_state = 262, .external_lex_state = 25}, + [2811] = {.lex_state = 262, .external_lex_state = 25}, + [2812] = {.lex_state = 437, .external_lex_state = 53}, + [2813] = {.lex_state = 72, .external_lex_state = 57}, + [2814] = {.lex_state = 262, .external_lex_state = 25}, + [2815] = {.lex_state = 72, .external_lex_state = 57}, + [2816] = {.lex_state = 262, .external_lex_state = 25}, + [2817] = {.lex_state = 262, .external_lex_state = 25}, + [2818] = {.lex_state = 262, .external_lex_state = 25}, + [2819] = {.lex_state = 262, .external_lex_state = 25}, + [2820] = {.lex_state = 262, .external_lex_state = 25}, + [2821] = {.lex_state = 262, .external_lex_state = 25}, + [2822] = {.lex_state = 72, .external_lex_state = 53}, + [2823] = {.lex_state = 437, .external_lex_state = 53}, + [2824] = {.lex_state = 72, .external_lex_state = 57}, + [2825] = {.lex_state = 262, .external_lex_state = 25}, + [2826] = {.lex_state = 262, .external_lex_state = 25}, + [2827] = {.lex_state = 70, .external_lex_state = 56}, + [2828] = {.lex_state = 262, .external_lex_state = 25}, + [2829] = {.lex_state = 72, .external_lex_state = 35}, + [2830] = {.lex_state = 262, .external_lex_state = 25}, + [2831] = {.lex_state = 262, .external_lex_state = 25}, + [2832] = {.lex_state = 262, .external_lex_state = 25}, + [2833] = {.lex_state = 262, .external_lex_state = 25}, + [2834] = {.lex_state = 262, .external_lex_state = 25}, + [2835] = {.lex_state = 262, .external_lex_state = 25}, + [2836] = {.lex_state = 262, .external_lex_state = 25}, + [2837] = {.lex_state = 262, .external_lex_state = 25}, + [2838] = {.lex_state = 72, .external_lex_state = 53}, + [2839] = {.lex_state = 262, .external_lex_state = 25}, + [2840] = {.lex_state = 262, .external_lex_state = 25}, + [2841] = {.lex_state = 262, .external_lex_state = 25}, + [2842] = {.lex_state = 72, .external_lex_state = 53}, + [2843] = {.lex_state = 262, .external_lex_state = 25}, + [2844] = {.lex_state = 262, .external_lex_state = 25}, + [2845] = {.lex_state = 262, .external_lex_state = 25}, + [2846] = {.lex_state = 262, .external_lex_state = 25}, + [2847] = {.lex_state = 262, .external_lex_state = 25}, + [2848] = {.lex_state = 262, .external_lex_state = 25}, + [2849] = {.lex_state = 262, .external_lex_state = 25}, + [2850] = {.lex_state = 262, .external_lex_state = 25}, + [2851] = {.lex_state = 262, .external_lex_state = 25}, + [2852] = {.lex_state = 72, .external_lex_state = 53}, + [2853] = {.lex_state = 262, .external_lex_state = 25}, + [2854] = {.lex_state = 262, .external_lex_state = 25}, + [2855] = {.lex_state = 262, .external_lex_state = 25}, + [2856] = {.lex_state = 262, .external_lex_state = 25}, + [2857] = {.lex_state = 72, .external_lex_state = 53}, + [2858] = {.lex_state = 72, .external_lex_state = 53}, + [2859] = {.lex_state = 262, .external_lex_state = 25}, + [2860] = {.lex_state = 262, .external_lex_state = 25}, + [2861] = {.lex_state = 262, .external_lex_state = 25}, + [2862] = {.lex_state = 70, .external_lex_state = 56}, + [2863] = {.lex_state = 72, .external_lex_state = 53}, + [2864] = {.lex_state = 262, .external_lex_state = 25}, + [2865] = {.lex_state = 262, .external_lex_state = 25}, + [2866] = {.lex_state = 262, .external_lex_state = 25}, + [2867] = {.lex_state = 262, .external_lex_state = 25}, + [2868] = {.lex_state = 262, .external_lex_state = 25}, + [2869] = {.lex_state = 72, .external_lex_state = 37}, + [2870] = {.lex_state = 262, .external_lex_state = 25}, + [2871] = {.lex_state = 262, .external_lex_state = 25}, + [2872] = {.lex_state = 262, .external_lex_state = 25}, + [2873] = {.lex_state = 262, .external_lex_state = 25}, + [2874] = {.lex_state = 437, .external_lex_state = 53}, + [2875] = {.lex_state = 262, .external_lex_state = 25}, + [2876] = {.lex_state = 262, .external_lex_state = 25}, + [2877] = {.lex_state = 262, .external_lex_state = 25}, + [2878] = {.lex_state = 262, .external_lex_state = 25}, + [2879] = {.lex_state = 72, .external_lex_state = 37}, + [2880] = {.lex_state = 262, .external_lex_state = 25}, + [2881] = {.lex_state = 72, .external_lex_state = 37}, + [2882] = {.lex_state = 262, .external_lex_state = 25}, + [2883] = {.lex_state = 262, .external_lex_state = 25}, + [2884] = {.lex_state = 262, .external_lex_state = 25}, + [2885] = {.lex_state = 438, .external_lex_state = 35}, + [2886] = {.lex_state = 262, .external_lex_state = 25}, + [2887] = {.lex_state = 262, .external_lex_state = 25}, + [2888] = {.lex_state = 262, .external_lex_state = 25}, + [2889] = {.lex_state = 262, .external_lex_state = 25}, + [2890] = {.lex_state = 437, .external_lex_state = 53}, + [2891] = {.lex_state = 72, .external_lex_state = 37}, + [2892] = {.lex_state = 262, .external_lex_state = 25}, + [2893] = {.lex_state = 262, .external_lex_state = 25}, + [2894] = {.lex_state = 262, .external_lex_state = 25}, + [2895] = {.lex_state = 437, .external_lex_state = 53}, + [2896] = {.lex_state = 262, .external_lex_state = 25}, + [2897] = {.lex_state = 437, .external_lex_state = 37}, + [2898] = {.lex_state = 437, .external_lex_state = 57}, + [2899] = {.lex_state = 437, .external_lex_state = 53}, + [2900] = {.lex_state = 438, .external_lex_state = 35}, + [2901] = {.lex_state = 72, .external_lex_state = 57}, + [2902] = {.lex_state = 72, .external_lex_state = 37}, + [2903] = {.lex_state = 72, .external_lex_state = 57}, + [2904] = {.lex_state = 438, .external_lex_state = 37}, + [2905] = {.lex_state = 72, .external_lex_state = 57}, + [2906] = {.lex_state = 437, .external_lex_state = 57}, + [2907] = {.lex_state = 437, .external_lex_state = 53}, + [2908] = {.lex_state = 72, .external_lex_state = 57}, + [2909] = {.lex_state = 437, .external_lex_state = 53}, + [2910] = {.lex_state = 72, .external_lex_state = 57}, + [2911] = {.lex_state = 438, .external_lex_state = 37}, + [2912] = {.lex_state = 72, .external_lex_state = 37}, + [2913] = {.lex_state = 72, .external_lex_state = 37}, + [2914] = {.lex_state = 437, .external_lex_state = 53}, + [2915] = {.lex_state = 437, .external_lex_state = 57}, + [2916] = {.lex_state = 438, .external_lex_state = 37}, + [2917] = {.lex_state = 437, .external_lex_state = 57}, + [2918] = {.lex_state = 438, .external_lex_state = 37}, + [2919] = {.lex_state = 437, .external_lex_state = 57}, + [2920] = {.lex_state = 437, .external_lex_state = 57}, + [2921] = {.lex_state = 437, .external_lex_state = 57}, + [2922] = {.lex_state = 437, .external_lex_state = 57}, + [2923] = {.lex_state = 437, .external_lex_state = 37}, + [2924] = {.lex_state = 437, .external_lex_state = 35}, + [2925] = {.lex_state = 437, .external_lex_state = 53}, + [2926] = {.lex_state = 437, .external_lex_state = 37}, + [2927] = {.lex_state = 437, .external_lex_state = 37}, + [2928] = {.lex_state = 72, .external_lex_state = 57}, + [2929] = {.lex_state = 72, .external_lex_state = 57}, + [2930] = {.lex_state = 72, .external_lex_state = 57}, + [2931] = {.lex_state = 437, .external_lex_state = 37}, + [2932] = {.lex_state = 437, .external_lex_state = 57}, + [2933] = {.lex_state = 72, .external_lex_state = 57}, + [2934] = {.lex_state = 437, .external_lex_state = 57}, + [2935] = {.lex_state = 72, .external_lex_state = 57}, + [2936] = {.lex_state = 72, .external_lex_state = 57}, + [2937] = {.lex_state = 437, .external_lex_state = 57}, + [2938] = {.lex_state = 437, .external_lex_state = 57}, + [2939] = {.lex_state = 72, .external_lex_state = 37}, + [2940] = {.lex_state = 437, .external_lex_state = 57}, + [2941] = {.lex_state = 438, .external_lex_state = 37}, + [2942] = {.lex_state = 437, .external_lex_state = 37}, + [2943] = {.lex_state = 72, .external_lex_state = 57}, + [2944] = {.lex_state = 72, .external_lex_state = 57}, + [2945] = {.lex_state = 438, .external_lex_state = 37}, + [2946] = {.lex_state = 161, .external_lex_state = 58}, + [2947] = {.lex_state = 265, .external_lex_state = 59}, + [2948] = {.lex_state = 72, .external_lex_state = 57}, + [2949] = {.lex_state = 437, .external_lex_state = 57}, + [2950] = {.lex_state = 437, .external_lex_state = 53}, + [2951] = {.lex_state = 437, .external_lex_state = 53}, + [2952] = {.lex_state = 437, .external_lex_state = 57}, + [2953] = {.lex_state = 437, .external_lex_state = 57}, + [2954] = {.lex_state = 72, .external_lex_state = 57}, + [2955] = {.lex_state = 437, .external_lex_state = 35}, + [2956] = {.lex_state = 437, .external_lex_state = 37}, + [2957] = {.lex_state = 437, .external_lex_state = 35}, + [2958] = {.lex_state = 437, .external_lex_state = 35}, + [2959] = {.lex_state = 437, .external_lex_state = 37}, + [2960] = {.lex_state = 437, .external_lex_state = 57}, + [2961] = {.lex_state = 72, .external_lex_state = 35}, + [2962] = {.lex_state = 438, .external_lex_state = 37}, + [2963] = {.lex_state = 72, .external_lex_state = 57}, + [2964] = {.lex_state = 438, .external_lex_state = 37}, + [2965] = {.lex_state = 265, .external_lex_state = 59}, + [2966] = {.lex_state = 72, .external_lex_state = 57}, + [2967] = {.lex_state = 438, .external_lex_state = 37}, + [2968] = {.lex_state = 437, .external_lex_state = 37}, + [2969] = {.lex_state = 437, .external_lex_state = 53}, + [2970] = {.lex_state = 437, .external_lex_state = 53}, + [2971] = {.lex_state = 72, .external_lex_state = 57}, + [2972] = {.lex_state = 72, .external_lex_state = 57}, + [2973] = {.lex_state = 72, .external_lex_state = 57}, + [2974] = {.lex_state = 72, .external_lex_state = 57}, + [2975] = {.lex_state = 437, .external_lex_state = 57}, + [2976] = {.lex_state = 265, .external_lex_state = 59}, + [2977] = {.lex_state = 72, .external_lex_state = 57}, + [2978] = {.lex_state = 437, .external_lex_state = 57}, + [2979] = {.lex_state = 72, .external_lex_state = 57}, + [2980] = {.lex_state = 437, .external_lex_state = 57}, + [2981] = {.lex_state = 437, .external_lex_state = 53}, + [2982] = {.lex_state = 437, .external_lex_state = 57}, + [2983] = {.lex_state = 437, .external_lex_state = 37}, + [2984] = {.lex_state = 437, .external_lex_state = 37}, + [2985] = {.lex_state = 72, .external_lex_state = 57}, + [2986] = {.lex_state = 437, .external_lex_state = 53}, + [2987] = {.lex_state = 437, .external_lex_state = 37}, + [2988] = {.lex_state = 72, .external_lex_state = 57}, + [2989] = {.lex_state = 161, .external_lex_state = 58}, + [2990] = {.lex_state = 265, .external_lex_state = 59}, + [2991] = {.lex_state = 72, .external_lex_state = 37}, + [2992] = {.lex_state = 437, .external_lex_state = 57}, + [2993] = {.lex_state = 438, .external_lex_state = 35}, + [2994] = {.lex_state = 438, .external_lex_state = 35}, + [2995] = {.lex_state = 437, .external_lex_state = 53}, + [2996] = {.lex_state = 437, .external_lex_state = 53}, + [2997] = {.lex_state = 437, .external_lex_state = 57}, + [2998] = {.lex_state = 437, .external_lex_state = 57}, + [2999] = {.lex_state = 437, .external_lex_state = 57}, + [3000] = {.lex_state = 265, .external_lex_state = 43}, + [3001] = {.lex_state = 437, .external_lex_state = 57}, + [3002] = {.lex_state = 437, .external_lex_state = 57}, + [3003] = {.lex_state = 437, .external_lex_state = 57}, + [3004] = {.lex_state = 437, .external_lex_state = 57}, + [3005] = {.lex_state = 437, .external_lex_state = 57}, + [3006] = {.lex_state = 72, .external_lex_state = 37}, + [3007] = {.lex_state = 437, .external_lex_state = 53}, + [3008] = {.lex_state = 437, .external_lex_state = 53}, + [3009] = {.lex_state = 437, .external_lex_state = 35}, + [3010] = {.lex_state = 265, .external_lex_state = 43}, + [3011] = {.lex_state = 437, .external_lex_state = 37}, + [3012] = {.lex_state = 437, .external_lex_state = 35}, + [3013] = {.lex_state = 437, .external_lex_state = 57}, + [3014] = {.lex_state = 265, .external_lex_state = 43}, + [3015] = {.lex_state = 437, .external_lex_state = 57}, + [3016] = {.lex_state = 437, .external_lex_state = 57}, + [3017] = {.lex_state = 437, .external_lex_state = 57}, + [3018] = {.lex_state = 265, .external_lex_state = 43}, + [3019] = {.lex_state = 438, .external_lex_state = 35}, + [3020] = {.lex_state = 437, .external_lex_state = 37}, + [3021] = {.lex_state = 72, .external_lex_state = 37}, + [3022] = {.lex_state = 438, .external_lex_state = 35}, + [3023] = {.lex_state = 438, .external_lex_state = 37}, + [3024] = {.lex_state = 72, .external_lex_state = 35}, + [3025] = {.lex_state = 437, .external_lex_state = 37}, + [3026] = {.lex_state = 72, .external_lex_state = 35}, + [3027] = {.lex_state = 437, .external_lex_state = 37}, + [3028] = {.lex_state = 438, .external_lex_state = 35}, + [3029] = {.lex_state = 437, .external_lex_state = 57}, + [3030] = {.lex_state = 72, .external_lex_state = 37}, + [3031] = {.lex_state = 72, .external_lex_state = 37}, + [3032] = {.lex_state = 437, .external_lex_state = 57}, + [3033] = {.lex_state = 437, .external_lex_state = 57}, + [3034] = {.lex_state = 72, .external_lex_state = 37}, + [3035] = {.lex_state = 437, .external_lex_state = 57}, + [3036] = {.lex_state = 437, .external_lex_state = 53}, + [3037] = {.lex_state = 437, .external_lex_state = 37}, + [3038] = {.lex_state = 437, .external_lex_state = 53}, + [3039] = {.lex_state = 437, .external_lex_state = 37}, + [3040] = {.lex_state = 437, .external_lex_state = 37}, + [3041] = {.lex_state = 437, .external_lex_state = 57}, + [3042] = {.lex_state = 437, .external_lex_state = 37}, + [3043] = {.lex_state = 72, .external_lex_state = 37}, + [3044] = {.lex_state = 437, .external_lex_state = 57}, + [3045] = {.lex_state = 437, .external_lex_state = 57}, + [3046] = {.lex_state = 72, .external_lex_state = 35}, + [3047] = {.lex_state = 438, .external_lex_state = 37}, + [3048] = {.lex_state = 438, .external_lex_state = 37}, + [3049] = {.lex_state = 72, .external_lex_state = 37}, + [3050] = {.lex_state = 243, .external_lex_state = 60}, + [3051] = {.lex_state = 72, .external_lex_state = 37}, + [3052] = {.lex_state = 72, .external_lex_state = 37}, + [3053] = {.lex_state = 72, .external_lex_state = 37}, + [3054] = {.lex_state = 243, .external_lex_state = 60}, + [3055] = {.lex_state = 438, .external_lex_state = 37}, + [3056] = {.lex_state = 72, .external_lex_state = 37}, + [3057] = {.lex_state = 243, .external_lex_state = 60}, + [3058] = {.lex_state = 243, .external_lex_state = 60}, + [3059] = {.lex_state = 72, .external_lex_state = 37}, + [3060] = {.lex_state = 243, .external_lex_state = 60}, + [3061] = {.lex_state = 438, .external_lex_state = 37}, + [3062] = {.lex_state = 72, .external_lex_state = 37}, + [3063] = {.lex_state = 72, .external_lex_state = 37}, + [3064] = {.lex_state = 243, .external_lex_state = 60}, + [3065] = {.lex_state = 438, .external_lex_state = 37}, + [3066] = {.lex_state = 438, .external_lex_state = 37}, + [3067] = {.lex_state = 438, .external_lex_state = 37}, + [3068] = {.lex_state = 438, .external_lex_state = 37}, + [3069] = {.lex_state = 437, .external_lex_state = 37}, + [3070] = {.lex_state = 243, .external_lex_state = 60}, + [3071] = {.lex_state = 438, .external_lex_state = 37}, + [3072] = {.lex_state = 72, .external_lex_state = 37}, + [3073] = {.lex_state = 438, .external_lex_state = 37}, + [3074] = {.lex_state = 438, .external_lex_state = 37}, + [3075] = {.lex_state = 243, .external_lex_state = 60}, + [3076] = {.lex_state = 257}, + [3077] = {.lex_state = 72, .external_lex_state = 37}, + [3078] = {.lex_state = 72, .external_lex_state = 37}, + [3079] = {.lex_state = 72, .external_lex_state = 37}, + [3080] = {.lex_state = 243, .external_lex_state = 60}, + [3081] = {.lex_state = 438, .external_lex_state = 37}, + [3082] = {.lex_state = 257}, + [3083] = {.lex_state = 243, .external_lex_state = 60}, + [3084] = {.lex_state = 243, .external_lex_state = 60}, + [3085] = {.lex_state = 438, .external_lex_state = 37}, + [3086] = {.lex_state = 72, .external_lex_state = 37}, + [3087] = {.lex_state = 438, .external_lex_state = 37}, + [3088] = {.lex_state = 72, .external_lex_state = 37}, + [3089] = {.lex_state = 72, .external_lex_state = 37}, + [3090] = {.lex_state = 438, .external_lex_state = 37}, + [3091] = {.lex_state = 438, .external_lex_state = 37}, + [3092] = {.lex_state = 243, .external_lex_state = 60}, + [3093] = {.lex_state = 72, .external_lex_state = 37}, + [3094] = {.lex_state = 243, .external_lex_state = 60}, + [3095] = {.lex_state = 243, .external_lex_state = 60}, + [3096] = {.lex_state = 72, .external_lex_state = 37}, + [3097] = {.lex_state = 72, .external_lex_state = 37}, + [3098] = {.lex_state = 243, .external_lex_state = 60}, + [3099] = {.lex_state = 189, .external_lex_state = 61}, + [3100] = {.lex_state = 243, .external_lex_state = 60}, + [3101] = {.lex_state = 189, .external_lex_state = 61}, + [3102] = {.lex_state = 243, .external_lex_state = 60}, + [3103] = {.lex_state = 243, .external_lex_state = 60}, + [3104] = {.lex_state = 243, .external_lex_state = 60}, + [3105] = {.lex_state = 243, .external_lex_state = 60}, + [3106] = {.lex_state = 438, .external_lex_state = 37}, + [3107] = {.lex_state = 72, .external_lex_state = 37}, + [3108] = {.lex_state = 437, .external_lex_state = 57}, + [3109] = {.lex_state = 243, .external_lex_state = 60}, + [3110] = {.lex_state = 243, .external_lex_state = 60}, + [3111] = {.lex_state = 437, .external_lex_state = 57}, + [3112] = {.lex_state = 243, .external_lex_state = 60}, + [3113] = {.lex_state = 438, .external_lex_state = 37}, + [3114] = {.lex_state = 243, .external_lex_state = 60}, + [3115] = {.lex_state = 438, .external_lex_state = 37}, + [3116] = {.lex_state = 437, .external_lex_state = 57}, + [3117] = {.lex_state = 243, .external_lex_state = 60}, + [3118] = {.lex_state = 437, .external_lex_state = 57}, + [3119] = {.lex_state = 437, .external_lex_state = 57}, + [3120] = {.lex_state = 72, .external_lex_state = 37}, + [3121] = {.lex_state = 243, .external_lex_state = 60}, + [3122] = {.lex_state = 437, .external_lex_state = 57}, + [3123] = {.lex_state = 243, .external_lex_state = 60}, + [3124] = {.lex_state = 438, .external_lex_state = 37}, + [3125] = {.lex_state = 243, .external_lex_state = 60}, + [3126] = {.lex_state = 243, .external_lex_state = 60}, + [3127] = {.lex_state = 437, .external_lex_state = 37}, + [3128] = {.lex_state = 243, .external_lex_state = 60}, + [3129] = {.lex_state = 243, .external_lex_state = 60}, + [3130] = {.lex_state = 438, .external_lex_state = 37}, + [3131] = {.lex_state = 243, .external_lex_state = 60}, + [3132] = {.lex_state = 438, .external_lex_state = 37}, + [3133] = {.lex_state = 243, .external_lex_state = 60}, + [3134] = {.lex_state = 438, .external_lex_state = 37}, + [3135] = {.lex_state = 72, .external_lex_state = 37}, + [3136] = {.lex_state = 438, .external_lex_state = 37}, + [3137] = {.lex_state = 438, .external_lex_state = 37}, + [3138] = {.lex_state = 72, .external_lex_state = 37}, + [3139] = {.lex_state = 72, .external_lex_state = 37}, + [3140] = {.lex_state = 438, .external_lex_state = 37}, + [3141] = {.lex_state = 257}, + [3142] = {.lex_state = 257}, + [3143] = {.lex_state = 438, .external_lex_state = 37}, + [3144] = {.lex_state = 72, .external_lex_state = 37}, + [3145] = {.lex_state = 72, .external_lex_state = 37}, + [3146] = {.lex_state = 72, .external_lex_state = 37}, + [3147] = {.lex_state = 243, .external_lex_state = 60}, + [3148] = {.lex_state = 72, .external_lex_state = 37}, + [3149] = {.lex_state = 243, .external_lex_state = 60}, + [3150] = {.lex_state = 72, .external_lex_state = 37}, + [3151] = {.lex_state = 72, .external_lex_state = 37}, + [3152] = {.lex_state = 243, .external_lex_state = 60}, + [3153] = {.lex_state = 257}, + [3154] = {.lex_state = 437, .external_lex_state = 37}, + [3155] = {.lex_state = 72, .external_lex_state = 37}, + [3156] = {.lex_state = 72, .external_lex_state = 37}, + [3157] = {.lex_state = 257}, + [3158] = {.lex_state = 438, .external_lex_state = 37}, + [3159] = {.lex_state = 72, .external_lex_state = 37}, + [3160] = {.lex_state = 438, .external_lex_state = 37}, + [3161] = {.lex_state = 438, .external_lex_state = 37}, + [3162] = {.lex_state = 72, .external_lex_state = 37}, + [3163] = {.lex_state = 438, .external_lex_state = 37}, + [3164] = {.lex_state = 438, .external_lex_state = 37}, + [3165] = {.lex_state = 438, .external_lex_state = 37}, + [3166] = {.lex_state = 189, .external_lex_state = 61}, + [3167] = {.lex_state = 243, .external_lex_state = 60}, + [3168] = {.lex_state = 438, .external_lex_state = 37}, + [3169] = {.lex_state = 438, .external_lex_state = 37}, + [3170] = {.lex_state = 72, .external_lex_state = 37}, + [3171] = {.lex_state = 243, .external_lex_state = 60}, + [3172] = {.lex_state = 438, .external_lex_state = 37}, + [3173] = {.lex_state = 257}, + [3174] = {.lex_state = 438, .external_lex_state = 37}, + [3175] = {.lex_state = 72, .external_lex_state = 37}, + [3176] = {.lex_state = 72, .external_lex_state = 37}, + [3177] = {.lex_state = 438, .external_lex_state = 37}, + [3178] = {.lex_state = 243, .external_lex_state = 60}, + [3179] = {.lex_state = 257}, + [3180] = {.lex_state = 243, .external_lex_state = 60}, + [3181] = {.lex_state = 243, .external_lex_state = 60}, + [3182] = {.lex_state = 257}, + [3183] = {.lex_state = 438, .external_lex_state = 37}, + [3184] = {.lex_state = 72, .external_lex_state = 37}, + [3185] = {.lex_state = 243, .external_lex_state = 60}, + [3186] = {.lex_state = 243, .external_lex_state = 60}, + [3187] = {.lex_state = 438, .external_lex_state = 37}, + [3188] = {.lex_state = 438, .external_lex_state = 37}, + [3189] = {.lex_state = 243, .external_lex_state = 60}, + [3190] = {.lex_state = 438, .external_lex_state = 37}, + [3191] = {.lex_state = 243, .external_lex_state = 60}, + [3192] = {.lex_state = 438, .external_lex_state = 37}, + [3193] = {.lex_state = 189, .external_lex_state = 61}, + [3194] = {.lex_state = 72, .external_lex_state = 37}, + [3195] = {.lex_state = 243, .external_lex_state = 60}, + [3196] = {.lex_state = 243, .external_lex_state = 60}, + [3197] = {.lex_state = 72, .external_lex_state = 37}, + [3198] = {.lex_state = 72, .external_lex_state = 37}, + [3199] = {.lex_state = 72, .external_lex_state = 37}, + [3200] = {.lex_state = 243, .external_lex_state = 60}, + [3201] = {.lex_state = 243, .external_lex_state = 60}, + [3202] = {.lex_state = 72, .external_lex_state = 37}, + [3203] = {.lex_state = 189, .external_lex_state = 61}, + [3204] = {.lex_state = 243, .external_lex_state = 60}, + [3205] = {.lex_state = 243, .external_lex_state = 60}, + [3206] = {.lex_state = 438, .external_lex_state = 37}, + [3207] = {.lex_state = 72, .external_lex_state = 37}, + [3208] = {.lex_state = 72, .external_lex_state = 37}, + [3209] = {.lex_state = 243, .external_lex_state = 60}, + [3210] = {.lex_state = 72, .external_lex_state = 37}, + [3211] = {.lex_state = 189, .external_lex_state = 61}, + [3212] = {.lex_state = 243, .external_lex_state = 60}, + [3213] = {.lex_state = 72, .external_lex_state = 37}, + [3214] = {.lex_state = 72, .external_lex_state = 37}, + [3215] = {.lex_state = 438, .external_lex_state = 37}, + [3216] = {.lex_state = 438, .external_lex_state = 37}, + [3217] = {.lex_state = 438, .external_lex_state = 37}, + [3218] = {.lex_state = 438, .external_lex_state = 37}, + [3219] = {.lex_state = 243, .external_lex_state = 60}, + [3220] = {.lex_state = 72, .external_lex_state = 37}, + [3221] = {.lex_state = 437, .external_lex_state = 37}, + [3222] = {.lex_state = 438, .external_lex_state = 37}, + [3223] = {.lex_state = 243, .external_lex_state = 60}, + [3224] = {.lex_state = 72, .external_lex_state = 37}, + [3225] = {.lex_state = 438, .external_lex_state = 37}, + [3226] = {.lex_state = 72, .external_lex_state = 37}, + [3227] = {.lex_state = 72, .external_lex_state = 37}, + [3228] = {.lex_state = 438, .external_lex_state = 37}, + [3229] = {.lex_state = 438, .external_lex_state = 37}, + [3230] = {.lex_state = 243, .external_lex_state = 60}, + [3231] = {.lex_state = 72, .external_lex_state = 37}, + [3232] = {.lex_state = 72, .external_lex_state = 37}, + [3233] = {.lex_state = 243, .external_lex_state = 60}, + [3234] = {.lex_state = 72, .external_lex_state = 37}, + [3235] = {.lex_state = 438, .external_lex_state = 37}, + [3236] = {.lex_state = 72, .external_lex_state = 37}, + [3237] = {.lex_state = 438, .external_lex_state = 37}, + [3238] = {.lex_state = 438, .external_lex_state = 37}, + [3239] = {.lex_state = 243, .external_lex_state = 60}, + [3240] = {.lex_state = 72, .external_lex_state = 37}, + [3241] = {.lex_state = 243, .external_lex_state = 60}, + [3242] = {.lex_state = 189, .external_lex_state = 61}, + [3243] = {.lex_state = 72, .external_lex_state = 53}, + [3244] = {.lex_state = 189, .external_lex_state = 61}, + [3245] = {.lex_state = 189, .external_lex_state = 61}, + [3246] = {.lex_state = 189, .external_lex_state = 61}, + [3247] = {.lex_state = 437, .external_lex_state = 37}, + [3248] = {.lex_state = 437, .external_lex_state = 37}, + [3249] = {.lex_state = 189, .external_lex_state = 61}, + [3250] = {.lex_state = 189, .external_lex_state = 61}, + [3251] = {.lex_state = 257}, + [3252] = {.lex_state = 257}, + [3253] = {.lex_state = 189, .external_lex_state = 61}, + [3254] = {.lex_state = 189, .external_lex_state = 61}, + [3255] = {.lex_state = 437, .external_lex_state = 37}, + [3256] = {.lex_state = 189, .external_lex_state = 61}, + [3257] = {.lex_state = 438, .external_lex_state = 37}, + [3258] = {.lex_state = 257}, + [3259] = {.lex_state = 437, .external_lex_state = 37}, + [3260] = {.lex_state = 437, .external_lex_state = 37}, + [3261] = {.lex_state = 189, .external_lex_state = 61}, + [3262] = {.lex_state = 189, .external_lex_state = 61}, + [3263] = {.lex_state = 437, .external_lex_state = 37}, + [3264] = {.lex_state = 257}, + [3265] = {.lex_state = 257}, + [3266] = {.lex_state = 189, .external_lex_state = 61}, + [3267] = {.lex_state = 438, .external_lex_state = 37}, + [3268] = {.lex_state = 438, .external_lex_state = 37}, + [3269] = {.lex_state = 257}, + [3270] = {.lex_state = 189, .external_lex_state = 61}, + [3271] = {.lex_state = 257}, + [3272] = {.lex_state = 189, .external_lex_state = 61}, + [3273] = {.lex_state = 437, .external_lex_state = 37}, + [3274] = {.lex_state = 437, .external_lex_state = 37}, + [3275] = {.lex_state = 189, .external_lex_state = 61}, + [3276] = {.lex_state = 257}, + [3277] = {.lex_state = 189, .external_lex_state = 61}, + [3278] = {.lex_state = 189, .external_lex_state = 61}, + [3279] = {.lex_state = 189, .external_lex_state = 61}, + [3280] = {.lex_state = 189, .external_lex_state = 61}, + [3281] = {.lex_state = 257}, + [3282] = {.lex_state = 72, .external_lex_state = 53}, + [3283] = {.lex_state = 238, .external_lex_state = 46}, + [3284] = {.lex_state = 72, .external_lex_state = 53}, + [3285] = {.lex_state = 72, .external_lex_state = 53}, + [3286] = {.lex_state = 72, .external_lex_state = 37}, + [3287] = {.lex_state = 238, .external_lex_state = 46}, + [3288] = {.lex_state = 268, .external_lex_state = 62}, + [3289] = {.lex_state = 72, .external_lex_state = 57}, + [3290] = {.lex_state = 238, .external_lex_state = 46}, + [3291] = {.lex_state = 72, .external_lex_state = 53}, + [3292] = {.lex_state = 72, .external_lex_state = 37}, + [3293] = {.lex_state = 72, .external_lex_state = 37}, + [3294] = {.lex_state = 72, .external_lex_state = 37}, + [3295] = {.lex_state = 72, .external_lex_state = 37}, + [3296] = {.lex_state = 437, .external_lex_state = 37}, + [3297] = {.lex_state = 72, .external_lex_state = 37}, + [3298] = {.lex_state = 267, .external_lex_state = 63}, + [3299] = {.lex_state = 72, .external_lex_state = 35}, + [3300] = {.lex_state = 238, .external_lex_state = 46}, + [3301] = {.lex_state = 238, .external_lex_state = 46}, + [3302] = {.lex_state = 72, .external_lex_state = 35}, + [3303] = {.lex_state = 188, .external_lex_state = 41}, + [3304] = {.lex_state = 437, .external_lex_state = 37}, + [3305] = {.lex_state = 437, .external_lex_state = 37}, + [3306] = {.lex_state = 188, .external_lex_state = 41}, + [3307] = {.lex_state = 72, .external_lex_state = 57}, + [3308] = {.lex_state = 250, .external_lex_state = 64}, + [3309] = {.lex_state = 188, .external_lex_state = 41}, + [3310] = {.lex_state = 238, .external_lex_state = 49}, + [3311] = {.lex_state = 268, .external_lex_state = 62}, + [3312] = {.lex_state = 267, .external_lex_state = 63}, + [3313] = {.lex_state = 267, .external_lex_state = 63}, + [3314] = {.lex_state = 267, .external_lex_state = 63}, + [3315] = {.lex_state = 238, .external_lex_state = 49}, + [3316] = {.lex_state = 238, .external_lex_state = 47}, + [3317] = {.lex_state = 72, .external_lex_state = 57}, + [3318] = {.lex_state = 238, .external_lex_state = 49}, + [3319] = {.lex_state = 257}, + [3320] = {.lex_state = 267, .external_lex_state = 63}, + [3321] = {.lex_state = 257}, + [3322] = {.lex_state = 267, .external_lex_state = 63}, + [3323] = {.lex_state = 238, .external_lex_state = 47}, + [3324] = {.lex_state = 72, .external_lex_state = 57}, + [3325] = {.lex_state = 250, .external_lex_state = 64}, + [3326] = {.lex_state = 250, .external_lex_state = 64}, + [3327] = {.lex_state = 257}, + [3328] = {.lex_state = 268, .external_lex_state = 62}, + [3329] = {.lex_state = 268, .external_lex_state = 62}, + [3330] = {.lex_state = 268, .external_lex_state = 62}, + [3331] = {.lex_state = 257}, + [3332] = {.lex_state = 257}, + [3333] = {.lex_state = 257}, + [3334] = {.lex_state = 268, .external_lex_state = 62}, + [3335] = {.lex_state = 250, .external_lex_state = 64}, + [3336] = {.lex_state = 238, .external_lex_state = 49}, + [3337] = {.lex_state = 72, .external_lex_state = 57}, + [3338] = {.lex_state = 267, .external_lex_state = 63}, + [3339] = {.lex_state = 238, .external_lex_state = 49}, + [3340] = {.lex_state = 72, .external_lex_state = 57}, + [3341] = {.lex_state = 267, .external_lex_state = 63}, + [3342] = {.lex_state = 250, .external_lex_state = 64}, + [3343] = {.lex_state = 72, .external_lex_state = 57}, + [3344] = {.lex_state = 250, .external_lex_state = 64}, + [3345] = {.lex_state = 268, .external_lex_state = 65}, + [3346] = {.lex_state = 238, .external_lex_state = 46}, + [3347] = {.lex_state = 268, .external_lex_state = 62}, + [3348] = {.lex_state = 255, .external_lex_state = 23}, + [3349] = {.lex_state = 255, .external_lex_state = 23}, + [3350] = {.lex_state = 268, .external_lex_state = 62}, + [3351] = {.lex_state = 268, .external_lex_state = 62}, + [3352] = {.lex_state = 268, .external_lex_state = 62}, + [3353] = {.lex_state = 268, .external_lex_state = 62}, + [3354] = {.lex_state = 250, .external_lex_state = 64}, + [3355] = {.lex_state = 250, .external_lex_state = 64}, + [3356] = {.lex_state = 255, .external_lex_state = 23}, + [3357] = {.lex_state = 268, .external_lex_state = 65}, + [3358] = {.lex_state = 268, .external_lex_state = 65}, + [3359] = {.lex_state = 255, .external_lex_state = 23}, + [3360] = {.lex_state = 255, .external_lex_state = 23}, + [3361] = {.lex_state = 250, .external_lex_state = 64}, + [3362] = {.lex_state = 238, .external_lex_state = 46}, + [3363] = {.lex_state = 267, .external_lex_state = 63}, + [3364] = {.lex_state = 250, .external_lex_state = 64}, + [3365] = {.lex_state = 255, .external_lex_state = 23}, + [3366] = {.lex_state = 250, .external_lex_state = 64}, + [3367] = {.lex_state = 267, .external_lex_state = 63}, + [3368] = {.lex_state = 72, .external_lex_state = 37}, + [3369] = {.lex_state = 268, .external_lex_state = 65}, + [3370] = {.lex_state = 268, .external_lex_state = 62}, + [3371] = {.lex_state = 267, .external_lex_state = 63}, + [3372] = {.lex_state = 250, .external_lex_state = 64}, + [3373] = {.lex_state = 255, .external_lex_state = 23}, + [3374] = {.lex_state = 250, .external_lex_state = 64}, + [3375] = {.lex_state = 250, .external_lex_state = 64}, + [3376] = {.lex_state = 255, .external_lex_state = 23}, + [3377] = {.lex_state = 72, .external_lex_state = 37}, + [3378] = {.lex_state = 268, .external_lex_state = 62}, + [3379] = {.lex_state = 267, .external_lex_state = 63}, + [3380] = {.lex_state = 250, .external_lex_state = 64}, + [3381] = {.lex_state = 268, .external_lex_state = 65}, + [3382] = {.lex_state = 255, .external_lex_state = 23}, + [3383] = {.lex_state = 268, .external_lex_state = 65}, + [3384] = {.lex_state = 255, .external_lex_state = 23}, + [3385] = {.lex_state = 267, .external_lex_state = 63}, + [3386] = {.lex_state = 268, .external_lex_state = 65}, + [3387] = {.lex_state = 268, .external_lex_state = 62}, + [3388] = {.lex_state = 250, .external_lex_state = 64}, + [3389] = {.lex_state = 255, .external_lex_state = 23}, + [3390] = {.lex_state = 268, .external_lex_state = 62}, + [3391] = {.lex_state = 255, .external_lex_state = 23}, + [3392] = {.lex_state = 267, .external_lex_state = 63}, + [3393] = {.lex_state = 267, .external_lex_state = 63}, + [3394] = {.lex_state = 250, .external_lex_state = 64}, + [3395] = {.lex_state = 267, .external_lex_state = 63}, + [3396] = {.lex_state = 238, .external_lex_state = 46}, + [3397] = {.lex_state = 267, .external_lex_state = 63}, + [3398] = {.lex_state = 257, .external_lex_state = 47}, + [3399] = {.lex_state = 255, .external_lex_state = 23}, + [3400] = {.lex_state = 268, .external_lex_state = 65}, + [3401] = {.lex_state = 267, .external_lex_state = 63}, + [3402] = {.lex_state = 268, .external_lex_state = 62}, + [3403] = {.lex_state = 267, .external_lex_state = 63}, + [3404] = {.lex_state = 268, .external_lex_state = 62}, + [3405] = {.lex_state = 267, .external_lex_state = 63}, + [3406] = {.lex_state = 267, .external_lex_state = 63}, + [3407] = {.lex_state = 268, .external_lex_state = 62}, + [3408] = {.lex_state = 250, .external_lex_state = 64}, + [3409] = {.lex_state = 268, .external_lex_state = 62}, + [3410] = {.lex_state = 267, .external_lex_state = 63}, + [3411] = {.lex_state = 255, .external_lex_state = 23}, + [3412] = {.lex_state = 238, .external_lex_state = 46}, + [3413] = {.lex_state = 250, .external_lex_state = 64}, + [3414] = {.lex_state = 267, .external_lex_state = 63}, + [3415] = {.lex_state = 255, .external_lex_state = 23}, + [3416] = {.lex_state = 267, .external_lex_state = 63}, + [3417] = {.lex_state = 267, .external_lex_state = 63}, + [3418] = {.lex_state = 268, .external_lex_state = 62}, + [3419] = {.lex_state = 268, .external_lex_state = 62}, + [3420] = {.lex_state = 255, .external_lex_state = 23}, + [3421] = {.lex_state = 268, .external_lex_state = 62}, + [3422] = {.lex_state = 255, .external_lex_state = 23}, + [3423] = {.lex_state = 250, .external_lex_state = 64}, + [3424] = {.lex_state = 268, .external_lex_state = 62}, + [3425] = {.lex_state = 255, .external_lex_state = 23}, + [3426] = {.lex_state = 255, .external_lex_state = 23}, + [3427] = {.lex_state = 255, .external_lex_state = 23}, + [3428] = {.lex_state = 255, .external_lex_state = 23}, + [3429] = {.lex_state = 267, .external_lex_state = 63}, + [3430] = {.lex_state = 255, .external_lex_state = 23}, + [3431] = {.lex_state = 250, .external_lex_state = 64}, + [3432] = {.lex_state = 238, .external_lex_state = 46}, + [3433] = {.lex_state = 267, .external_lex_state = 63}, + [3434] = {.lex_state = 250, .external_lex_state = 64}, + [3435] = {.lex_state = 268, .external_lex_state = 62}, + [3436] = {.lex_state = 250, .external_lex_state = 64}, + [3437] = {.lex_state = 268, .external_lex_state = 62}, + [3438] = {.lex_state = 255, .external_lex_state = 23}, + [3439] = {.lex_state = 250, .external_lex_state = 64}, + [3440] = {.lex_state = 257, .external_lex_state = 47}, + [3441] = {.lex_state = 255, .external_lex_state = 23}, + [3442] = {.lex_state = 250, .external_lex_state = 64}, + [3443] = {.lex_state = 247, .external_lex_state = 23}, + [3444] = {.lex_state = 268, .external_lex_state = 65}, + [3445] = {.lex_state = 247, .external_lex_state = 23}, + [3446] = {.lex_state = 247, .external_lex_state = 23}, + [3447] = {.lex_state = 247, .external_lex_state = 23}, + [3448] = {.lex_state = 247, .external_lex_state = 23}, + [3449] = {.lex_state = 247, .external_lex_state = 23}, + [3450] = {.lex_state = 247, .external_lex_state = 23}, + [3451] = {.lex_state = 247, .external_lex_state = 23}, + [3452] = {.lex_state = 247, .external_lex_state = 23}, + [3453] = {.lex_state = 247, .external_lex_state = 23}, + [3454] = {.lex_state = 247, .external_lex_state = 23}, + [3455] = {.lex_state = 247, .external_lex_state = 23}, + [3456] = {.lex_state = 247, .external_lex_state = 23}, + [3457] = {.lex_state = 268, .external_lex_state = 65}, + [3458] = {.lex_state = 247, .external_lex_state = 23}, + [3459] = {.lex_state = 247, .external_lex_state = 23}, + [3460] = {.lex_state = 247, .external_lex_state = 23}, + [3461] = {.lex_state = 247, .external_lex_state = 23}, + [3462] = {.lex_state = 247, .external_lex_state = 23}, + [3463] = {.lex_state = 247, .external_lex_state = 23}, + [3464] = {.lex_state = 247, .external_lex_state = 23}, + [3465] = {.lex_state = 247, .external_lex_state = 23}, + [3466] = {.lex_state = 257, .external_lex_state = 49}, + [3467] = {.lex_state = 247, .external_lex_state = 23}, + [3468] = {.lex_state = 247, .external_lex_state = 23}, + [3469] = {.lex_state = 238, .external_lex_state = 49}, + [3470] = {.lex_state = 268, .external_lex_state = 65}, + [3471] = {.lex_state = 247, .external_lex_state = 23}, + [3472] = {.lex_state = 247, .external_lex_state = 23}, + [3473] = {.lex_state = 247, .external_lex_state = 25}, + [3474] = {.lex_state = 247, .external_lex_state = 23}, + [3475] = {.lex_state = 247, .external_lex_state = 23}, + [3476] = {.lex_state = 247, .external_lex_state = 23}, + [3477] = {.lex_state = 247, .external_lex_state = 23}, + [3478] = {.lex_state = 268, .external_lex_state = 65}, + [3479] = {.lex_state = 247, .external_lex_state = 23}, + [3480] = {.lex_state = 268, .external_lex_state = 65}, + [3481] = {.lex_state = 247, .external_lex_state = 23}, + [3482] = {.lex_state = 247, .external_lex_state = 23}, + [3483] = {.lex_state = 238, .external_lex_state = 46}, + [3484] = {.lex_state = 247, .external_lex_state = 23}, + [3485] = {.lex_state = 73, .external_lex_state = 58}, + [3486] = {.lex_state = 268, .external_lex_state = 65}, + [3487] = {.lex_state = 73, .external_lex_state = 58}, + [3488] = {.lex_state = 268, .external_lex_state = 65}, + [3489] = {.lex_state = 247, .external_lex_state = 23}, + [3490] = {.lex_state = 247, .external_lex_state = 23}, + [3491] = {.lex_state = 73, .external_lex_state = 58}, + [3492] = {.lex_state = 268, .external_lex_state = 65}, + [3493] = {.lex_state = 268, .external_lex_state = 65}, + [3494] = {.lex_state = 268, .external_lex_state = 65}, + [3495] = {.lex_state = 247, .external_lex_state = 23}, + [3496] = {.lex_state = 238, .external_lex_state = 49}, + [3497] = {.lex_state = 73, .external_lex_state = 58}, + [3498] = {.lex_state = 257, .external_lex_state = 49}, + [3499] = {.lex_state = 247, .external_lex_state = 23}, + [3500] = {.lex_state = 73, .external_lex_state = 58}, + [3501] = {.lex_state = 247, .external_lex_state = 23}, + [3502] = {.lex_state = 247, .external_lex_state = 23}, + [3503] = {.lex_state = 247, .external_lex_state = 23}, + [3504] = {.lex_state = 72, .external_lex_state = 37}, + [3505] = {.lex_state = 72, .external_lex_state = 37}, + [3506] = {.lex_state = 247, .external_lex_state = 23}, + [3507] = {.lex_state = 72, .external_lex_state = 37}, + [3508] = {.lex_state = 247, .external_lex_state = 23}, + [3509] = {.lex_state = 268, .external_lex_state = 65}, + [3510] = {.lex_state = 268, .external_lex_state = 65}, + [3511] = {.lex_state = 247, .external_lex_state = 23}, + [3512] = {.lex_state = 268, .external_lex_state = 65}, + [3513] = {.lex_state = 247, .external_lex_state = 23}, + [3514] = {.lex_state = 247, .external_lex_state = 23}, + [3515] = {.lex_state = 257, .external_lex_state = 47}, + [3516] = {.lex_state = 268, .external_lex_state = 65}, + [3517] = {.lex_state = 247, .external_lex_state = 23}, + [3518] = {.lex_state = 257, .external_lex_state = 49}, + [3519] = {.lex_state = 247, .external_lex_state = 23}, + [3520] = {.lex_state = 247, .external_lex_state = 23}, + [3521] = {.lex_state = 247, .external_lex_state = 25}, + [3522] = {.lex_state = 247, .external_lex_state = 23}, + [3523] = {.lex_state = 247, .external_lex_state = 23}, + [3524] = {.lex_state = 247, .external_lex_state = 23}, + [3525] = {.lex_state = 268, .external_lex_state = 65}, + [3526] = {.lex_state = 247, .external_lex_state = 23}, + [3527] = {.lex_state = 268, .external_lex_state = 65}, + [3528] = {.lex_state = 247, .external_lex_state = 23}, + [3529] = {.lex_state = 73, .external_lex_state = 58}, + [3530] = {.lex_state = 247, .external_lex_state = 23}, + [3531] = {.lex_state = 247, .external_lex_state = 23}, + [3532] = {.lex_state = 247, .external_lex_state = 23}, + [3533] = {.lex_state = 268, .external_lex_state = 65}, + [3534] = {.lex_state = 247, .external_lex_state = 23}, + [3535] = {.lex_state = 247, .external_lex_state = 23}, + [3536] = {.lex_state = 73, .external_lex_state = 58}, + [3537] = {.lex_state = 247, .external_lex_state = 23}, + [3538] = {.lex_state = 247, .external_lex_state = 23}, + [3539] = {.lex_state = 73, .external_lex_state = 58}, + [3540] = {.lex_state = 247, .external_lex_state = 23}, + [3541] = {.lex_state = 268, .external_lex_state = 65}, + [3542] = {.lex_state = 247, .external_lex_state = 23}, + [3543] = {.lex_state = 247, .external_lex_state = 23}, + [3544] = {.lex_state = 268, .external_lex_state = 65}, + [3545] = {.lex_state = 247, .external_lex_state = 23}, + [3546] = {.lex_state = 238, .external_lex_state = 49}, + [3547] = {.lex_state = 238, .external_lex_state = 46}, + [3548] = {.lex_state = 238, .external_lex_state = 46}, + [3549] = {.lex_state = 238, .external_lex_state = 46}, + [3550] = {.lex_state = 238, .external_lex_state = 46}, + [3551] = {.lex_state = 238, .external_lex_state = 46}, + [3552] = {.lex_state = 238, .external_lex_state = 49}, + [3553] = {.lex_state = 247, .external_lex_state = 25}, + [3554] = {.lex_state = 238, .external_lex_state = 47}, + [3555] = {.lex_state = 238, .external_lex_state = 46}, + [3556] = {.lex_state = 238, .external_lex_state = 46}, + [3557] = {.lex_state = 257, .external_lex_state = 49}, + [3558] = {.lex_state = 238, .external_lex_state = 46}, + [3559] = {.lex_state = 238, .external_lex_state = 46}, + [3560] = {.lex_state = 238, .external_lex_state = 46}, + [3561] = {.lex_state = 238, .external_lex_state = 46}, + [3562] = {.lex_state = 238, .external_lex_state = 46}, + [3563] = {.lex_state = 238, .external_lex_state = 46}, + [3564] = {.lex_state = 238, .external_lex_state = 47}, + [3565] = {.lex_state = 238, .external_lex_state = 46}, + [3566] = {.lex_state = 238, .external_lex_state = 49}, + [3567] = {.lex_state = 238, .external_lex_state = 47}, + [3568] = {.lex_state = 260, .external_lex_state = 66}, + [3569] = {.lex_state = 238, .external_lex_state = 46}, + [3570] = {.lex_state = 238, .external_lex_state = 46}, + [3571] = {.lex_state = 238, .external_lex_state = 46}, + [3572] = {.lex_state = 238, .external_lex_state = 46}, + [3573] = {.lex_state = 238, .external_lex_state = 49}, + [3574] = {.lex_state = 238, .external_lex_state = 49}, + [3575] = {.lex_state = 238, .external_lex_state = 49}, + [3576] = {.lex_state = 164, .external_lex_state = 56}, + [3577] = {.lex_state = 238, .external_lex_state = 49}, + [3578] = {.lex_state = 73, .external_lex_state = 67}, + [3579] = {.lex_state = 238, .external_lex_state = 49}, + [3580] = {.lex_state = 238, .external_lex_state = 49}, + [3581] = {.lex_state = 238, .external_lex_state = 49}, + [3582] = {.lex_state = 238, .external_lex_state = 49}, + [3583] = {.lex_state = 238, .external_lex_state = 49}, + [3584] = {.lex_state = 238, .external_lex_state = 49}, + [3585] = {.lex_state = 238, .external_lex_state = 49}, + [3586] = {.lex_state = 238, .external_lex_state = 49}, + [3587] = {.lex_state = 238, .external_lex_state = 49}, + [3588] = {.lex_state = 238, .external_lex_state = 49}, + [3589] = {.lex_state = 238, .external_lex_state = 49}, + [3590] = {.lex_state = 238, .external_lex_state = 49}, + [3591] = {.lex_state = 238, .external_lex_state = 49}, + [3592] = {.lex_state = 238, .external_lex_state = 49}, + [3593] = {.lex_state = 238, .external_lex_state = 49}, + [3594] = {.lex_state = 238, .external_lex_state = 49}, + [3595] = {.lex_state = 238, .external_lex_state = 49}, + [3596] = {.lex_state = 238, .external_lex_state = 49}, + [3597] = {.lex_state = 238, .external_lex_state = 49}, + [3598] = {.lex_state = 238, .external_lex_state = 49}, + [3599] = {.lex_state = 238, .external_lex_state = 49}, + [3600] = {.lex_state = 238, .external_lex_state = 49}, + [3601] = {.lex_state = 238, .external_lex_state = 49}, + [3602] = {.lex_state = 238, .external_lex_state = 49}, + [3603] = {.lex_state = 238, .external_lex_state = 49}, + [3604] = {.lex_state = 238, .external_lex_state = 49}, + [3605] = {.lex_state = 238, .external_lex_state = 49}, + [3606] = {.lex_state = 238, .external_lex_state = 49}, + [3607] = {.lex_state = 238, .external_lex_state = 49}, + [3608] = {.lex_state = 238, .external_lex_state = 49}, + [3609] = {.lex_state = 71, .external_lex_state = 68}, + [3610] = {.lex_state = 238, .external_lex_state = 49}, + [3611] = {.lex_state = 238, .external_lex_state = 49}, + [3612] = {.lex_state = 238, .external_lex_state = 49}, + [3613] = {.lex_state = 238, .external_lex_state = 49}, + [3614] = {.lex_state = 238, .external_lex_state = 49}, + [3615] = {.lex_state = 238, .external_lex_state = 49}, + [3616] = {.lex_state = 238, .external_lex_state = 49}, + [3617] = {.lex_state = 238, .external_lex_state = 49}, + [3618] = {.lex_state = 164, .external_lex_state = 56}, + [3619] = {.lex_state = 238, .external_lex_state = 49}, + [3620] = {.lex_state = 238, .external_lex_state = 49}, + [3621] = {.lex_state = 238, .external_lex_state = 49}, + [3622] = {.lex_state = 238, .external_lex_state = 49}, + [3623] = {.lex_state = 238, .external_lex_state = 49}, + [3624] = {.lex_state = 238, .external_lex_state = 49}, + [3625] = {.lex_state = 238, .external_lex_state = 49}, + [3626] = {.lex_state = 238, .external_lex_state = 49}, + [3627] = {.lex_state = 238, .external_lex_state = 49}, + [3628] = {.lex_state = 238, .external_lex_state = 49}, + [3629] = {.lex_state = 238, .external_lex_state = 49}, + [3630] = {.lex_state = 73, .external_lex_state = 58}, + [3631] = {.lex_state = 73, .external_lex_state = 67}, + [3632] = {.lex_state = 73, .external_lex_state = 67}, + [3633] = {.lex_state = 73, .external_lex_state = 58}, + [3634] = {.lex_state = 73, .external_lex_state = 58}, + [3635] = {.lex_state = 73, .external_lex_state = 67}, + [3636] = {.lex_state = 73, .external_lex_state = 58}, + [3637] = {.lex_state = 73, .external_lex_state = 67}, + [3638] = {.lex_state = 73, .external_lex_state = 58}, + [3639] = {.lex_state = 73, .external_lex_state = 58}, + [3640] = {.lex_state = 73, .external_lex_state = 58}, + [3641] = {.lex_state = 73, .external_lex_state = 67}, + [3642] = {.lex_state = 73, .external_lex_state = 58}, + [3643] = {.lex_state = 73, .external_lex_state = 67}, + [3644] = {.lex_state = 73, .external_lex_state = 67}, + [3645] = {.lex_state = 73, .external_lex_state = 67}, + [3646] = {.lex_state = 73, .external_lex_state = 67}, + [3647] = {.lex_state = 73, .external_lex_state = 67}, + [3648] = {.lex_state = 73, .external_lex_state = 67}, + [3649] = {.lex_state = 242, .external_lex_state = 51}, + [3650] = {.lex_state = 73, .external_lex_state = 67}, + [3651] = {.lex_state = 73, .external_lex_state = 67}, + [3652] = {.lex_state = 73, .external_lex_state = 67}, + [3653] = {.lex_state = 258, .external_lex_state = 69}, + [3654] = {.lex_state = 73, .external_lex_state = 58}, + [3655] = {.lex_state = 73, .external_lex_state = 67}, + [3656] = {.lex_state = 73, .external_lex_state = 67}, + [3657] = {.lex_state = 73, .external_lex_state = 67}, + [3658] = {.lex_state = 73, .external_lex_state = 58}, + [3659] = {.lex_state = 73, .external_lex_state = 58}, + [3660] = {.lex_state = 73, .external_lex_state = 67}, + [3661] = {.lex_state = 242, .external_lex_state = 51}, + [3662] = {.lex_state = 73, .external_lex_state = 67}, + [3663] = {.lex_state = 73, .external_lex_state = 58}, + [3664] = {.lex_state = 73, .external_lex_state = 67}, + [3665] = {.lex_state = 73, .external_lex_state = 67}, + [3666] = {.lex_state = 73, .external_lex_state = 67}, + [3667] = {.lex_state = 73, .external_lex_state = 67}, + [3668] = {.lex_state = 73, .external_lex_state = 67}, + [3669] = {.lex_state = 73, .external_lex_state = 67}, + [3670] = {.lex_state = 73, .external_lex_state = 67}, + [3671] = {.lex_state = 235, .external_lex_state = 70}, + [3672] = {.lex_state = 73, .external_lex_state = 58}, + [3673] = {.lex_state = 234}, + [3674] = {.lex_state = 234}, + [3675] = {.lex_state = 235, .external_lex_state = 70}, + [3676] = {.lex_state = 264}, + [3677] = {.lex_state = 264}, + [3678] = {.lex_state = 264}, + [3679] = {.lex_state = 264}, + [3680] = {.lex_state = 264}, + [3681] = {.lex_state = 264}, + [3682] = {.lex_state = 264}, + [3683] = {.lex_state = 264}, + [3684] = {.lex_state = 264}, + [3685] = {.lex_state = 264}, + [3686] = {.lex_state = 264}, + [3687] = {.lex_state = 264}, + [3688] = {.lex_state = 264}, + [3689] = {.lex_state = 264}, + [3690] = {.lex_state = 264}, + [3691] = {.lex_state = 264}, + [3692] = {.lex_state = 264}, + [3693] = {.lex_state = 264}, + [3694] = {.lex_state = 264}, + [3695] = {.lex_state = 264}, + [3696] = {.lex_state = 264}, + [3697] = {.lex_state = 264}, + [3698] = {.lex_state = 264}, + [3699] = {.lex_state = 264}, + [3700] = {.lex_state = 264}, + [3701] = {.lex_state = 264}, + [3702] = {.lex_state = 264}, + [3703] = {.lex_state = 264}, + [3704] = {.lex_state = 264}, + [3705] = {.lex_state = 264}, + [3706] = {.lex_state = 264}, + [3707] = {.lex_state = 264}, + [3708] = {.lex_state = 264}, + [3709] = {.lex_state = 264}, + [3710] = {.lex_state = 264}, + [3711] = {.lex_state = 264}, + [3712] = {.lex_state = 264}, + [3713] = {.lex_state = 264}, + [3714] = {.lex_state = 264}, + [3715] = {.lex_state = 264}, + [3716] = {.lex_state = 264}, + [3717] = {.lex_state = 264}, + [3718] = {.lex_state = 264}, + [3719] = {.lex_state = 264}, + [3720] = {.lex_state = 73, .external_lex_state = 58}, + [3721] = {.lex_state = 264}, + [3722] = {.lex_state = 264}, + [3723] = {.lex_state = 264}, + [3724] = {.lex_state = 264}, + [3725] = {.lex_state = 264}, + [3726] = {.lex_state = 264}, + [3727] = {.lex_state = 264}, + [3728] = {.lex_state = 264}, + [3729] = {.lex_state = 264}, + [3730] = {.lex_state = 264}, + [3731] = {.lex_state = 264}, + [3732] = {.lex_state = 264}, + [3733] = {.lex_state = 264}, + [3734] = {.lex_state = 264}, + [3735] = {.lex_state = 264}, + [3736] = {.lex_state = 264}, + [3737] = {.lex_state = 264}, + [3738] = {.lex_state = 264}, + [3739] = {.lex_state = 264}, + [3740] = {.lex_state = 264}, + [3741] = {.lex_state = 264}, + [3742] = {.lex_state = 264}, + [3743] = {.lex_state = 264}, + [3744] = {.lex_state = 264}, + [3745] = {.lex_state = 264}, + [3746] = {.lex_state = 264}, + [3747] = {.lex_state = 264}, + [3748] = {.lex_state = 264}, + [3749] = {.lex_state = 264}, + [3750] = {.lex_state = 264}, + [3751] = {.lex_state = 264}, + [3752] = {.lex_state = 264}, + [3753] = {.lex_state = 264}, + [3754] = {.lex_state = 264}, + [3755] = {.lex_state = 264}, + [3756] = {.lex_state = 73, .external_lex_state = 58}, + [3757] = {.lex_state = 264}, + [3758] = {.lex_state = 264}, + [3759] = {.lex_state = 264}, + [3760] = {.lex_state = 264}, + [3761] = {.lex_state = 264}, + [3762] = {.lex_state = 264}, + [3763] = {.lex_state = 264}, + [3764] = {.lex_state = 264}, + [3765] = {.lex_state = 264}, + [3766] = {.lex_state = 264}, + [3767] = {.lex_state = 264}, + [3768] = {.lex_state = 264}, + [3769] = {.lex_state = 264}, + [3770] = {.lex_state = 264}, + [3771] = {.lex_state = 264}, + [3772] = {.lex_state = 264}, + [3773] = {.lex_state = 264}, + [3774] = {.lex_state = 264}, + [3775] = {.lex_state = 264}, + [3776] = {.lex_state = 264}, + [3777] = {.lex_state = 264}, + [3778] = {.lex_state = 264}, + [3779] = {.lex_state = 264}, + [3780] = {.lex_state = 264}, + [3781] = {.lex_state = 264}, + [3782] = {.lex_state = 264}, + [3783] = {.lex_state = 264}, + [3784] = {.lex_state = 264}, + [3785] = {.lex_state = 264}, + [3786] = {.lex_state = 264}, + [3787] = {.lex_state = 264}, + [3788] = {.lex_state = 264}, + [3789] = {.lex_state = 264}, + [3790] = {.lex_state = 264}, + [3791] = {.lex_state = 264}, + [3792] = {.lex_state = 264}, + [3793] = {.lex_state = 237}, + [3794] = {.lex_state = 237}, + [3795] = {.lex_state = 237}, + [3796] = {.lex_state = 236}, + [3797] = {.lex_state = 237}, + [3798] = {.lex_state = 236}, + [3799] = {.lex_state = 237}, + [3800] = {.lex_state = 236}, + [3801] = {.lex_state = 236}, + [3802] = {.lex_state = 237}, + [3803] = {.lex_state = 236}, + [3804] = {.lex_state = 237}, + [3805] = {.lex_state = 236}, + [3806] = {.lex_state = 236}, + [3807] = {.lex_state = 237}, + [3808] = {.lex_state = 236}, + [3809] = {.lex_state = 237}, + [3810] = {.lex_state = 236}, + [3811] = {.lex_state = 237}, + [3812] = {.lex_state = 238, .external_lex_state = 71}, + [3813] = {.lex_state = 236}, + [3814] = {.lex_state = 236}, + [3815] = {.lex_state = 236}, + [3816] = {.lex_state = 236}, + [3817] = {.lex_state = 236}, + [3818] = {.lex_state = 236}, + [3819] = {.lex_state = 237}, + [3820] = {.lex_state = 236}, + [3821] = {.lex_state = 237}, + [3822] = {.lex_state = 236}, + [3823] = {.lex_state = 236}, + [3824] = {.lex_state = 236}, + [3825] = {.lex_state = 236}, + [3826] = {.lex_state = 237}, + [3827] = {.lex_state = 236}, + [3828] = {.lex_state = 237}, + [3829] = {.lex_state = 237}, + [3830] = {.lex_state = 237}, + [3831] = {.lex_state = 236}, + [3832] = {.lex_state = 236}, + [3833] = {.lex_state = 236}, + [3834] = {.lex_state = 236}, + [3835] = {.lex_state = 237}, + [3836] = {.lex_state = 237}, + [3837] = {.lex_state = 236}, + [3838] = {.lex_state = 236}, + [3839] = {.lex_state = 236}, + [3840] = {.lex_state = 236}, + [3841] = {.lex_state = 236}, + [3842] = {.lex_state = 236}, + [3843] = {.lex_state = 237}, + [3844] = {.lex_state = 237}, + [3845] = {.lex_state = 237}, + [3846] = {.lex_state = 236}, + [3847] = {.lex_state = 236}, + [3848] = {.lex_state = 236}, + [3849] = {.lex_state = 236}, + [3850] = {.lex_state = 236}, + [3851] = {.lex_state = 237}, + [3852] = {.lex_state = 238, .external_lex_state = 71}, + [3853] = {.lex_state = 236}, + [3854] = {.lex_state = 236}, + [3855] = {.lex_state = 236}, + [3856] = {.lex_state = 236}, + [3857] = {.lex_state = 236}, + [3858] = {.lex_state = 238, .external_lex_state = 71}, + [3859] = {.lex_state = 236}, + [3860] = {.lex_state = 237}, + [3861] = {.lex_state = 237}, + [3862] = {.lex_state = 237}, + [3863] = {.lex_state = 237}, + [3864] = {.lex_state = 237}, + [3865] = {.lex_state = 236}, + [3866] = {.lex_state = 236}, + [3867] = {.lex_state = 236}, + [3868] = {.lex_state = 236}, + [3869] = {.lex_state = 236}, + [3870] = {.lex_state = 238, .external_lex_state = 71}, + [3871] = {.lex_state = 236}, + [3872] = {.lex_state = 238, .external_lex_state = 71}, + [3873] = {.lex_state = 236}, + [3874] = {.lex_state = 236}, + [3875] = {.lex_state = 236}, + [3876] = {.lex_state = 236}, + [3877] = {.lex_state = 236}, + [3878] = {.lex_state = 237}, + [3879] = {.lex_state = 236}, + [3880] = {.lex_state = 236}, + [3881] = {.lex_state = 237}, + [3882] = {.lex_state = 236}, + [3883] = {.lex_state = 236}, + [3884] = {.lex_state = 237}, + [3885] = {.lex_state = 236}, + [3886] = {.lex_state = 236}, + [3887] = {.lex_state = 236}, + [3888] = {.lex_state = 236}, + [3889] = {.lex_state = 236}, + [3890] = {.lex_state = 237}, + [3891] = {.lex_state = 236}, + [3892] = {.lex_state = 238, .external_lex_state = 71}, + [3893] = {.lex_state = 236}, + [3894] = {.lex_state = 237}, + [3895] = {.lex_state = 236}, + [3896] = {.lex_state = 237}, + [3897] = {.lex_state = 236}, + [3898] = {.lex_state = 237}, + [3899] = {.lex_state = 236}, + [3900] = {.lex_state = 236}, + [3901] = {.lex_state = 236}, + [3902] = {.lex_state = 236}, + [3903] = {.lex_state = 236}, + [3904] = {.lex_state = 236}, + [3905] = {.lex_state = 236}, + [3906] = {.lex_state = 236}, + [3907] = {.lex_state = 236}, + [3908] = {.lex_state = 236}, + [3909] = {.lex_state = 236}, + [3910] = {.lex_state = 236}, + [3911] = {.lex_state = 237}, + [3912] = {.lex_state = 237}, + [3913] = {.lex_state = 236}, + [3914] = {.lex_state = 238, .external_lex_state = 71}, + [3915] = {.lex_state = 236}, + [3916] = {.lex_state = 236}, + [3917] = {.lex_state = 236}, + [3918] = {.lex_state = 236}, + [3919] = {.lex_state = 236}, + [3920] = {.lex_state = 237}, + [3921] = {.lex_state = 237}, + [3922] = {.lex_state = 238, .external_lex_state = 71}, + [3923] = {.lex_state = 236}, + [3924] = {.lex_state = 236}, + [3925] = {.lex_state = 236}, + [3926] = {.lex_state = 236}, + [3927] = {.lex_state = 236}, + [3928] = {.lex_state = 237}, + [3929] = {.lex_state = 236}, + [3930] = {.lex_state = 236}, + [3931] = {.lex_state = 236}, + [3932] = {.lex_state = 236}, + [3933] = {.lex_state = 236}, + [3934] = {.lex_state = 238, .external_lex_state = 71}, + [3935] = {.lex_state = 236}, + [3936] = {.lex_state = 236}, + [3937] = {.lex_state = 236}, + [3938] = {.lex_state = 236}, + [3939] = {.lex_state = 236}, + [3940] = {.lex_state = 237}, + [3941] = {.lex_state = 236}, + [3942] = {.lex_state = 236}, + [3943] = {.lex_state = 236}, + [3944] = {.lex_state = 236}, + [3945] = {.lex_state = 237}, + [3946] = {.lex_state = 237}, + [3947] = {.lex_state = 237}, + [3948] = {.lex_state = 236}, + [3949] = {.lex_state = 237}, + [3950] = {.lex_state = 236}, + [3951] = {.lex_state = 236}, + [3952] = {.lex_state = 237}, + [3953] = {.lex_state = 236}, + [3954] = {.lex_state = 236}, + [3955] = {.lex_state = 236}, + [3956] = {.lex_state = 237}, + [3957] = {.lex_state = 236}, + [3958] = {.lex_state = 236}, + [3959] = {.lex_state = 236}, + [3960] = {.lex_state = 236}, + [3961] = {.lex_state = 236}, + [3962] = {.lex_state = 239}, + [3963] = {.lex_state = 220, .external_lex_state = 72}, + [3964] = {.lex_state = 240}, + [3965] = {.lex_state = 220, .external_lex_state = 72}, + [3966] = {.lex_state = 240}, + [3967] = {.lex_state = 240}, + [3968] = {.lex_state = 240}, + [3969] = {.lex_state = 240}, + [3970] = {.lex_state = 260, .external_lex_state = 70}, + [3971] = {.lex_state = 220, .external_lex_state = 72}, + [3972] = {.lex_state = 240}, + [3973] = {.lex_state = 240}, + [3974] = {.lex_state = 264, .external_lex_state = 73}, + [3975] = {.lex_state = 264, .external_lex_state = 73}, + [3976] = {.lex_state = 260}, + [3977] = {.lex_state = 260}, + [3978] = {.lex_state = 260}, + [3979] = {.lex_state = 260}, + [3980] = {.lex_state = 260}, + [3981] = {.lex_state = 260}, + [3982] = {.lex_state = 264, .external_lex_state = 73}, + [3983] = {.lex_state = 264, .external_lex_state = 73}, + [3984] = {.lex_state = 264, .external_lex_state = 73}, + [3985] = {.lex_state = 260}, + [3986] = {.lex_state = 260}, + [3987] = {.lex_state = 260}, + [3988] = {.lex_state = 264, .external_lex_state = 73}, + [3989] = {.lex_state = 260}, + [3990] = {.lex_state = 260}, + [3991] = {.lex_state = 268}, + [3992] = {.lex_state = 260}, + [3993] = {.lex_state = 260}, + [3994] = {.lex_state = 260}, + [3995] = {.lex_state = 260}, + [3996] = {.lex_state = 264, .external_lex_state = 73}, + [3997] = {.lex_state = 264, .external_lex_state = 73}, + [3998] = {.lex_state = 260}, + [3999] = {.lex_state = 260}, + [4000] = {.lex_state = 264, .external_lex_state = 73}, + [4001] = {.lex_state = 260}, + [4002] = {.lex_state = 260}, + [4003] = {.lex_state = 264, .external_lex_state = 73}, + [4004] = {.lex_state = 260}, + [4005] = {.lex_state = 264, .external_lex_state = 73}, + [4006] = {.lex_state = 264}, + [4007] = {.lex_state = 74, .external_lex_state = 74}, + [4008] = {.lex_state = 264}, + [4009] = {.lex_state = 71, .external_lex_state = 68}, + [4010] = {.lex_state = 71, .external_lex_state = 68}, + [4011] = {.lex_state = 259, .external_lex_state = 75}, + [4012] = {.lex_state = 71, .external_lex_state = 68}, + [4013] = {.lex_state = 452}, + [4014] = {.lex_state = 452}, + [4015] = {.lex_state = 452}, + [4016] = {.lex_state = 452}, + [4017] = {.lex_state = 74, .external_lex_state = 74}, + [4018] = {.lex_state = 452}, + [4019] = {.lex_state = 74, .external_lex_state = 74}, + [4020] = {.lex_state = 452}, + [4021] = {.lex_state = 452}, + [4022] = {.lex_state = 452}, + [4023] = {.lex_state = 452}, + [4024] = {.lex_state = 452}, + [4025] = {.lex_state = 452}, + [4026] = {.lex_state = 452}, + [4027] = {.lex_state = 452}, + [4028] = {.lex_state = 74, .external_lex_state = 74}, + [4029] = {.lex_state = 452}, + [4030] = {.lex_state = 452}, + [4031] = {.lex_state = 74, .external_lex_state = 74}, + [4032] = {.lex_state = 74, .external_lex_state = 74}, + [4033] = {.lex_state = 74, .external_lex_state = 74}, + [4034] = {.lex_state = 452}, + [4035] = {.lex_state = 452}, + [4036] = {.lex_state = 452}, + [4037] = {.lex_state = 452}, + [4038] = {.lex_state = 452}, + [4039] = {.lex_state = 452}, + [4040] = {.lex_state = 74, .external_lex_state = 74}, + [4041] = {.lex_state = 74, .external_lex_state = 74}, + [4042] = {.lex_state = 452}, + [4043] = {.lex_state = 452}, + [4044] = {.lex_state = 452}, + [4045] = {.lex_state = 74, .external_lex_state = 74}, + [4046] = {.lex_state = 220, .external_lex_state = 72}, + [4047] = {.lex_state = 74, .external_lex_state = 74}, + [4048] = {.lex_state = 74, .external_lex_state = 74}, + [4049] = {.lex_state = 74, .external_lex_state = 56}, + [4050] = {.lex_state = 220, .external_lex_state = 72}, + [4051] = {.lex_state = 74, .external_lex_state = 74}, + [4052] = {.lex_state = 74, .external_lex_state = 74}, + [4053] = {.lex_state = 74, .external_lex_state = 56}, + [4054] = {.lex_state = 74, .external_lex_state = 56}, + [4055] = {.lex_state = 74, .external_lex_state = 74}, + [4056] = {.lex_state = 220, .external_lex_state = 72}, + [4057] = {.lex_state = 220, .external_lex_state = 72}, + [4058] = {.lex_state = 74, .external_lex_state = 74}, + [4059] = {.lex_state = 220, .external_lex_state = 72}, + [4060] = {.lex_state = 74, .external_lex_state = 56}, + [4061] = {.lex_state = 74, .external_lex_state = 74}, + [4062] = {.lex_state = 74, .external_lex_state = 74}, + [4063] = {.lex_state = 74, .external_lex_state = 74}, + [4064] = {.lex_state = 220, .external_lex_state = 72}, + [4065] = {.lex_state = 261, .external_lex_state = 76}, + [4066] = {.lex_state = 74, .external_lex_state = 74}, + [4067] = {.lex_state = 74, .external_lex_state = 74}, + [4068] = {.lex_state = 74, .external_lex_state = 74}, + [4069] = {.lex_state = 74, .external_lex_state = 74}, + [4070] = {.lex_state = 74, .external_lex_state = 74}, + [4071] = {.lex_state = 74, .external_lex_state = 74}, + [4072] = {.lex_state = 220, .external_lex_state = 72}, + [4073] = {.lex_state = 74, .external_lex_state = 74}, + [4074] = {.lex_state = 74, .external_lex_state = 74}, + [4075] = {.lex_state = 74, .external_lex_state = 74}, + [4076] = {.lex_state = 74, .external_lex_state = 74}, + [4077] = {.lex_state = 246, .external_lex_state = 73}, + [4078] = {.lex_state = 246, .external_lex_state = 73}, + [4079] = {.lex_state = 70, .external_lex_state = 56}, + [4080] = {.lex_state = 70, .external_lex_state = 56}, + [4081] = {.lex_state = 246, .external_lex_state = 73}, + [4082] = {.lex_state = 268}, + [4083] = {.lex_state = 246, .external_lex_state = 73}, + [4084] = {.lex_state = 268}, + [4085] = {.lex_state = 246, .external_lex_state = 73}, + [4086] = {.lex_state = 70, .external_lex_state = 56}, + [4087] = {.lex_state = 70, .external_lex_state = 56}, + [4088] = {.lex_state = 70, .external_lex_state = 56}, + [4089] = {.lex_state = 270, .external_lex_state = 77}, + [4090] = {.lex_state = 246, .external_lex_state = 73}, + [4091] = {.lex_state = 246, .external_lex_state = 73}, + [4092] = {.lex_state = 70, .external_lex_state = 56}, + [4093] = {.lex_state = 270, .external_lex_state = 78}, + [4094] = {.lex_state = 246, .external_lex_state = 73}, + [4095] = {.lex_state = 268}, + [4096] = {.lex_state = 268}, + [4097] = {.lex_state = 70, .external_lex_state = 56}, + [4098] = {.lex_state = 246, .external_lex_state = 73}, + [4099] = {.lex_state = 74, .external_lex_state = 56}, + [4100] = {.lex_state = 268}, + [4101] = {.lex_state = 270, .external_lex_state = 77}, + [4102] = {.lex_state = 268}, + [4103] = {.lex_state = 70, .external_lex_state = 56}, + [4104] = {.lex_state = 452, .external_lex_state = 79}, + [4105] = {.lex_state = 226, .external_lex_state = 80}, + [4106] = {.lex_state = 452, .external_lex_state = 79}, + [4107] = {.lex_state = 452, .external_lex_state = 79}, + [4108] = {.lex_state = 246, .external_lex_state = 73}, + [4109] = {.lex_state = 74, .external_lex_state = 56}, + [4110] = {.lex_state = 452, .external_lex_state = 79}, + [4111] = {.lex_state = 452, .external_lex_state = 79}, + [4112] = {.lex_state = 452, .external_lex_state = 79}, + [4113] = {.lex_state = 452, .external_lex_state = 79}, + [4114] = {.lex_state = 452, .external_lex_state = 79}, + [4115] = {.lex_state = 452, .external_lex_state = 79}, + [4116] = {.lex_state = 452, .external_lex_state = 79}, + [4117] = {.lex_state = 452, .external_lex_state = 79}, + [4118] = {.lex_state = 245}, + [4119] = {.lex_state = 260}, + [4120] = {.lex_state = 74, .external_lex_state = 56}, + [4121] = {.lex_state = 452, .external_lex_state = 79}, + [4122] = {.lex_state = 452, .external_lex_state = 79}, + [4123] = {.lex_state = 452, .external_lex_state = 79}, + [4124] = {.lex_state = 246, .external_lex_state = 73}, + [4125] = {.lex_state = 452, .external_lex_state = 79}, + [4126] = {.lex_state = 452, .external_lex_state = 79}, + [4127] = {.lex_state = 270, .external_lex_state = 78}, + [4128] = {.lex_state = 245}, + [4129] = {.lex_state = 246, .external_lex_state = 73}, + [4130] = {.lex_state = 74, .external_lex_state = 56}, + [4131] = {.lex_state = 226, .external_lex_state = 80}, + [4132] = {.lex_state = 270, .external_lex_state = 78}, + [4133] = {.lex_state = 246, .external_lex_state = 73}, + [4134] = {.lex_state = 226, .external_lex_state = 81}, + [4135] = {.lex_state = 260}, + [4136] = {.lex_state = 226, .external_lex_state = 81}, + [4137] = {.lex_state = 452, .external_lex_state = 79}, + [4138] = {.lex_state = 452, .external_lex_state = 79}, + [4139] = {.lex_state = 452, .external_lex_state = 79}, + [4140] = {.lex_state = 452, .external_lex_state = 79}, + [4141] = {.lex_state = 452, .external_lex_state = 79}, + [4142] = {.lex_state = 245}, + [4143] = {.lex_state = 452, .external_lex_state = 79}, + [4144] = {.lex_state = 452, .external_lex_state = 79}, + [4145] = {.lex_state = 270, .external_lex_state = 78}, + [4146] = {.lex_state = 260}, + [4147] = {.lex_state = 452, .external_lex_state = 79}, + [4148] = {.lex_state = 226, .external_lex_state = 80}, + [4149] = {.lex_state = 226, .external_lex_state = 80}, + [4150] = {.lex_state = 226, .external_lex_state = 80}, + [4151] = {.lex_state = 226, .external_lex_state = 80}, + [4152] = {.lex_state = 246, .external_lex_state = 73}, + [4153] = {.lex_state = 270, .external_lex_state = 78}, + [4154] = {.lex_state = 452, .external_lex_state = 79}, + [4155] = {.lex_state = 452, .external_lex_state = 79}, + [4156] = {.lex_state = 226, .external_lex_state = 80}, + [4157] = {.lex_state = 452, .external_lex_state = 79}, + [4158] = {.lex_state = 74, .external_lex_state = 56}, + [4159] = {.lex_state = 270, .external_lex_state = 77}, + [4160] = {.lex_state = 270, .external_lex_state = 77}, + [4161] = {.lex_state = 270, .external_lex_state = 78}, + [4162] = {.lex_state = 226, .external_lex_state = 80}, + [4163] = {.lex_state = 270, .external_lex_state = 77}, + [4164] = {.lex_state = 226, .external_lex_state = 80}, + [4165] = {.lex_state = 226, .external_lex_state = 80}, + [4166] = {.lex_state = 452, .external_lex_state = 79}, + [4167] = {.lex_state = 452, .external_lex_state = 79}, + [4168] = {.lex_state = 452, .external_lex_state = 79}, + [4169] = {.lex_state = 268}, + [4170] = {.lex_state = 226, .external_lex_state = 80}, + [4171] = {.lex_state = 70, .external_lex_state = 56}, + [4172] = {.lex_state = 270, .external_lex_state = 78}, + [4173] = {.lex_state = 452, .external_lex_state = 79}, + [4174] = {.lex_state = 74, .external_lex_state = 56}, + [4175] = {.lex_state = 452, .external_lex_state = 79}, + [4176] = {.lex_state = 452, .external_lex_state = 79}, + [4177] = {.lex_state = 226, .external_lex_state = 80}, + [4178] = {.lex_state = 226, .external_lex_state = 80}, + [4179] = {.lex_state = 226, .external_lex_state = 81}, + [4180] = {.lex_state = 452, .external_lex_state = 79}, + [4181] = {.lex_state = 452, .external_lex_state = 79}, + [4182] = {.lex_state = 245}, + [4183] = {.lex_state = 452, .external_lex_state = 79}, + [4184] = {.lex_state = 74, .external_lex_state = 56}, + [4185] = {.lex_state = 452, .external_lex_state = 79}, + [4186] = {.lex_state = 270, .external_lex_state = 78}, + [4187] = {.lex_state = 226, .external_lex_state = 81}, + [4188] = {.lex_state = 452, .external_lex_state = 79}, + [4189] = {.lex_state = 452, .external_lex_state = 79}, + [4190] = {.lex_state = 452, .external_lex_state = 79}, + [4191] = {.lex_state = 220}, + [4192] = {.lex_state = 246, .external_lex_state = 73}, + [4193] = {.lex_state = 246, .external_lex_state = 73}, + [4194] = {.lex_state = 260}, + [4195] = {.lex_state = 70, .external_lex_state = 56}, + [4196] = {.lex_state = 246, .external_lex_state = 73}, + [4197] = {.lex_state = 246, .external_lex_state = 73}, + [4198] = {.lex_state = 226, .external_lex_state = 78}, + [4199] = {.lex_state = 70, .external_lex_state = 56}, + [4200] = {.lex_state = 226, .external_lex_state = 80}, + [4201] = {.lex_state = 270, .external_lex_state = 78}, + [4202] = {.lex_state = 220}, + [4203] = {.lex_state = 70, .external_lex_state = 56}, + [4204] = {.lex_state = 270, .external_lex_state = 78}, + [4205] = {.lex_state = 246, .external_lex_state = 73}, + [4206] = {.lex_state = 246, .external_lex_state = 73}, + [4207] = {.lex_state = 226, .external_lex_state = 80}, + [4208] = {.lex_state = 270, .external_lex_state = 78}, + [4209] = {.lex_state = 246, .external_lex_state = 73}, + [4210] = {.lex_state = 226, .external_lex_state = 80}, + [4211] = {.lex_state = 270, .external_lex_state = 78}, + [4212] = {.lex_state = 220}, + [4213] = {.lex_state = 226, .external_lex_state = 80}, + [4214] = {.lex_state = 270, .external_lex_state = 78}, + [4215] = {.lex_state = 270, .external_lex_state = 78}, + [4216] = {.lex_state = 245}, + [4217] = {.lex_state = 226, .external_lex_state = 78}, + [4218] = {.lex_state = 246, .external_lex_state = 73}, + [4219] = {.lex_state = 259, .external_lex_state = 70}, + [4220] = {.lex_state = 246, .external_lex_state = 73}, + [4221] = {.lex_state = 246, .external_lex_state = 73}, + [4222] = {.lex_state = 270, .external_lex_state = 78}, + [4223] = {.lex_state = 260}, + [4224] = {.lex_state = 259, .external_lex_state = 70}, + [4225] = {.lex_state = 220}, + [4226] = {.lex_state = 270, .external_lex_state = 78}, + [4227] = {.lex_state = 246, .external_lex_state = 73}, + [4228] = {.lex_state = 246, .external_lex_state = 73}, + [4229] = {.lex_state = 220}, + [4230] = {.lex_state = 220}, + [4231] = {.lex_state = 220}, + [4232] = {.lex_state = 270, .external_lex_state = 78}, + [4233] = {.lex_state = 270, .external_lex_state = 78}, + [4234] = {.lex_state = 270, .external_lex_state = 78}, + [4235] = {.lex_state = 226, .external_lex_state = 80}, + [4236] = {.lex_state = 270, .external_lex_state = 78}, + [4237] = {.lex_state = 270, .external_lex_state = 78}, + [4238] = {.lex_state = 226, .external_lex_state = 80}, + [4239] = {.lex_state = 270, .external_lex_state = 78}, + [4240] = {.lex_state = 220}, + [4241] = {.lex_state = 246, .external_lex_state = 73}, + [4242] = {.lex_state = 270, .external_lex_state = 78}, + [4243] = {.lex_state = 270, .external_lex_state = 78}, + [4244] = {.lex_state = 246, .external_lex_state = 73}, + [4245] = {.lex_state = 226, .external_lex_state = 80}, + [4246] = {.lex_state = 270, .external_lex_state = 78}, + [4247] = {.lex_state = 259, .external_lex_state = 70}, + [4248] = {.lex_state = 220}, + [4249] = {.lex_state = 226, .external_lex_state = 80}, + [4250] = {.lex_state = 246, .external_lex_state = 73}, + [4251] = {.lex_state = 246, .external_lex_state = 73}, + [4252] = {.lex_state = 246, .external_lex_state = 73}, + [4253] = {.lex_state = 270, .external_lex_state = 78}, + [4254] = {.lex_state = 246, .external_lex_state = 73}, + [4255] = {.lex_state = 245}, + [4256] = {.lex_state = 220}, + [4257] = {.lex_state = 270, .external_lex_state = 78}, + [4258] = {.lex_state = 220}, + [4259] = {.lex_state = 246, .external_lex_state = 73}, + [4260] = {.lex_state = 226, .external_lex_state = 78}, + [4261] = {.lex_state = 220}, + [4262] = {.lex_state = 260}, + [4263] = {.lex_state = 452, .external_lex_state = 82}, + [4264] = {.lex_state = 452, .external_lex_state = 82}, + [4265] = {.lex_state = 220}, + [4266] = {.lex_state = 452}, + [4267] = {.lex_state = 220}, + [4268] = {.lex_state = 452}, + [4269] = {.lex_state = 452}, + [4270] = {.lex_state = 257, .external_lex_state = 73}, + [4271] = {.lex_state = 257, .external_lex_state = 73}, + [4272] = {.lex_state = 452}, + [4273] = {.lex_state = 452}, + [4274] = {.lex_state = 452}, + [4275] = {.lex_state = 222}, + [4276] = {.lex_state = 452}, + [4277] = {.lex_state = 220}, + [4278] = {.lex_state = 220}, + [4279] = {.lex_state = 220}, + [4280] = {.lex_state = 220}, + [4281] = {.lex_state = 452}, + [4282] = {.lex_state = 220}, + [4283] = {.lex_state = 220}, + [4284] = {.lex_state = 269}, + [4285] = {.lex_state = 269}, + [4286] = {.lex_state = 269}, + [4287] = {.lex_state = 269}, + [4288] = {.lex_state = 220}, + [4289] = {.lex_state = 259, .external_lex_state = 70}, + [4290] = {.lex_state = 269}, + [4291] = {.lex_state = 192, .external_lex_state = 73}, + [4292] = {.lex_state = 269}, + [4293] = {.lex_state = 269}, + [4294] = {.lex_state = 220}, + [4295] = {.lex_state = 220}, + [4296] = {.lex_state = 452, .external_lex_state = 82}, + [4297] = {.lex_state = 269}, + [4298] = {.lex_state = 269}, + [4299] = {.lex_state = 220}, + [4300] = {.lex_state = 452}, + [4301] = {.lex_state = 269}, + [4302] = {.lex_state = 226, .external_lex_state = 78}, + [4303] = {.lex_state = 220}, + [4304] = {.lex_state = 269}, + [4305] = {.lex_state = 269}, + [4306] = {.lex_state = 220}, + [4307] = {.lex_state = 269}, + [4308] = {.lex_state = 269}, + [4309] = {.lex_state = 220}, + [4310] = {.lex_state = 220}, + [4311] = {.lex_state = 220}, + [4312] = {.lex_state = 220}, + [4313] = {.lex_state = 220}, + [4314] = {.lex_state = 269}, + [4315] = {.lex_state = 220}, + [4316] = {.lex_state = 220}, + [4317] = {.lex_state = 452}, + [4318] = {.lex_state = 269}, + [4319] = {.lex_state = 220}, + [4320] = {.lex_state = 269}, + [4321] = {.lex_state = 452}, + [4322] = {.lex_state = 257, .external_lex_state = 73}, + [4323] = {.lex_state = 220}, + [4324] = {.lex_state = 269}, + [4325] = {.lex_state = 257, .external_lex_state = 73}, + [4326] = {.lex_state = 226, .external_lex_state = 78}, + [4327] = {.lex_state = 452}, + [4328] = {.lex_state = 222}, + [4329] = {.lex_state = 269}, + [4330] = {.lex_state = 452}, + [4331] = {.lex_state = 220}, + [4332] = {.lex_state = 259, .external_lex_state = 70}, + [4333] = {.lex_state = 220}, + [4334] = {.lex_state = 452}, + [4335] = {.lex_state = 220}, + [4336] = {.lex_state = 452}, + [4337] = {.lex_state = 259, .external_lex_state = 70}, + [4338] = {.lex_state = 452, .external_lex_state = 82}, + [4339] = {.lex_state = 269}, + [4340] = {.lex_state = 220}, + [4341] = {.lex_state = 220}, + [4342] = {.lex_state = 220}, + [4343] = {.lex_state = 452}, + [4344] = {.lex_state = 220}, + [4345] = {.lex_state = 220}, + [4346] = {.lex_state = 452, .external_lex_state = 82}, + [4347] = {.lex_state = 452}, + [4348] = {.lex_state = 220}, + [4349] = {.lex_state = 220}, + [4350] = {.lex_state = 220}, + [4351] = {.lex_state = 452}, + [4352] = {.lex_state = 269}, + [4353] = {.lex_state = 220}, + [4354] = {.lex_state = 220}, + [4355] = {.lex_state = 259, .external_lex_state = 70}, + [4356] = {.lex_state = 220}, + [4357] = {.lex_state = 220}, + [4358] = {.lex_state = 220}, + [4359] = {.lex_state = 220}, + [4360] = {.lex_state = 257}, + [4361] = {.lex_state = 452}, + [4362] = {.lex_state = 220}, + [4363] = {.lex_state = 452}, + [4364] = {.lex_state = 220}, + [4365] = {.lex_state = 220}, + [4366] = {.lex_state = 220}, + [4367] = {.lex_state = 452}, + [4368] = {.lex_state = 220}, + [4369] = {.lex_state = 452}, + [4370] = {.lex_state = 220}, + [4371] = {.lex_state = 220}, + [4372] = {.lex_state = 259, .external_lex_state = 70}, + [4373] = {.lex_state = 220}, + [4374] = {.lex_state = 269}, + [4375] = {.lex_state = 220}, + [4376] = {.lex_state = 220}, + [4377] = {.lex_state = 222}, + [4378] = {.lex_state = 220}, + [4379] = {.lex_state = 259, .external_lex_state = 70}, + [4380] = {.lex_state = 259, .external_lex_state = 70}, + [4381] = {.lex_state = 452}, + [4382] = {.lex_state = 220}, + [4383] = {.lex_state = 220}, + [4384] = {.lex_state = 452}, + [4385] = {.lex_state = 222}, + [4386] = {.lex_state = 452}, + [4387] = {.lex_state = 220}, + [4388] = {.lex_state = 220}, + [4389] = {.lex_state = 452}, + [4390] = {.lex_state = 452, .external_lex_state = 82}, + [4391] = {.lex_state = 220}, + [4392] = {.lex_state = 220}, + [4393] = {.lex_state = 222}, + [4394] = {.lex_state = 220}, + [4395] = {.lex_state = 222}, + [4396] = {.lex_state = 220}, + [4397] = {.lex_state = 220}, + [4398] = {.lex_state = 226, .external_lex_state = 78}, + [4399] = {.lex_state = 220}, + [4400] = {.lex_state = 452}, + [4401] = {.lex_state = 452}, + [4402] = {.lex_state = 220}, + [4403] = {.lex_state = 222}, + [4404] = {.lex_state = 220}, + [4405] = {.lex_state = 259, .external_lex_state = 70}, + [4406] = {.lex_state = 220}, + [4407] = {.lex_state = 220}, + [4408] = {.lex_state = 259, .external_lex_state = 70}, + [4409] = {.lex_state = 245}, + [4410] = {.lex_state = 269}, + [4411] = {.lex_state = 220}, + [4412] = {.lex_state = 452}, + [4413] = {.lex_state = 452}, + [4414] = {.lex_state = 452, .external_lex_state = 82}, + [4415] = {.lex_state = 220}, + [4416] = {.lex_state = 452}, + [4417] = {.lex_state = 452, .external_lex_state = 82}, + [4418] = {.lex_state = 452}, + [4419] = {.lex_state = 220}, + [4420] = {.lex_state = 452, .external_lex_state = 82}, + [4421] = {.lex_state = 452}, + [4422] = {.lex_state = 257}, + [4423] = {.lex_state = 452}, + [4424] = {.lex_state = 452}, + [4425] = {.lex_state = 222}, + [4426] = {.lex_state = 452}, + [4427] = {.lex_state = 452}, + [4428] = {.lex_state = 452}, + [4429] = {.lex_state = 452}, + [4430] = {.lex_state = 452}, + [4431] = {.lex_state = 452}, + [4432] = {.lex_state = 268}, + [4433] = {.lex_state = 452}, + [4434] = {.lex_state = 257}, + [4435] = {.lex_state = 257}, + [4436] = {.lex_state = 452}, + [4437] = {.lex_state = 452}, + [4438] = {.lex_state = 257}, + [4439] = {.lex_state = 257}, + [4440] = {.lex_state = 452}, + [4441] = {.lex_state = 452}, + [4442] = {.lex_state = 452}, + [4443] = {.lex_state = 226, .external_lex_state = 70}, + [4444] = {.lex_state = 259, .external_lex_state = 70}, + [4445] = {.lex_state = 452}, + [4446] = {.lex_state = 220}, + [4447] = {.lex_state = 220}, + [4448] = {.lex_state = 452}, + [4449] = {.lex_state = 222}, + [4450] = {.lex_state = 452}, + [4451] = {.lex_state = 268}, + [4452] = {.lex_state = 452}, + [4453] = {.lex_state = 259, .external_lex_state = 70}, + [4454] = {.lex_state = 452}, + [4455] = {.lex_state = 452}, + [4456] = {.lex_state = 452}, + [4457] = {.lex_state = 226, .external_lex_state = 70}, + [4458] = {.lex_state = 452}, + [4459] = {.lex_state = 259, .external_lex_state = 70}, + [4460] = {.lex_state = 452}, + [4461] = {.lex_state = 452}, + [4462] = {.lex_state = 452}, + [4463] = {.lex_state = 452}, + [4464] = {.lex_state = 452}, + [4465] = {.lex_state = 222}, + [4466] = {.lex_state = 452}, + [4467] = {.lex_state = 452}, + [4468] = {.lex_state = 268}, + [4469] = {.lex_state = 452}, + [4470] = {.lex_state = 220}, + [4471] = {.lex_state = 452}, + [4472] = {.lex_state = 452}, + [4473] = {.lex_state = 452}, + [4474] = {.lex_state = 226, .external_lex_state = 76}, + [4475] = {.lex_state = 452}, + [4476] = {.lex_state = 259, .external_lex_state = 70}, + [4477] = {.lex_state = 452}, + [4478] = {.lex_state = 452}, + [4479] = {.lex_state = 452}, + [4480] = {.lex_state = 222}, + [4481] = {.lex_state = 452}, + [4482] = {.lex_state = 452}, + [4483] = {.lex_state = 222}, + [4484] = {.lex_state = 452}, + [4485] = {.lex_state = 452}, + [4486] = {.lex_state = 222}, + [4487] = {.lex_state = 268}, + [4488] = {.lex_state = 452}, + [4489] = {.lex_state = 452}, + [4490] = {.lex_state = 452}, + [4491] = {.lex_state = 452}, + [4492] = {.lex_state = 257}, + [4493] = {.lex_state = 452}, + [4494] = {.lex_state = 259, .external_lex_state = 70}, + [4495] = {.lex_state = 268}, + [4496] = {.lex_state = 257}, + [4497] = {.lex_state = 257}, + [4498] = {.lex_state = 452}, + [4499] = {.lex_state = 259, .external_lex_state = 70}, + [4500] = {.lex_state = 452}, + [4501] = {.lex_state = 257}, + [4502] = {.lex_state = 226, .external_lex_state = 70}, + [4503] = {.lex_state = 257}, + [4504] = {.lex_state = 259, .external_lex_state = 70}, + [4505] = {.lex_state = 257}, + [4506] = {.lex_state = 452}, + [4507] = {.lex_state = 226, .external_lex_state = 70}, + [4508] = {.lex_state = 257}, + [4509] = {.lex_state = 257}, + [4510] = {.lex_state = 452}, + [4511] = {.lex_state = 257}, + [4512] = {.lex_state = 257}, + [4513] = {.lex_state = 259, .external_lex_state = 70}, + [4514] = {.lex_state = 268}, + [4515] = {.lex_state = 257}, + [4516] = {.lex_state = 257}, + [4517] = {.lex_state = 257}, + [4518] = {.lex_state = 257}, + [4519] = {.lex_state = 257}, + [4520] = {.lex_state = 257}, + [4521] = {.lex_state = 452}, + [4522] = {.lex_state = 257}, + [4523] = {.lex_state = 452}, + [4524] = {.lex_state = 452}, + [4525] = {.lex_state = 257}, + [4526] = {.lex_state = 226, .external_lex_state = 70}, + [4527] = {.lex_state = 257}, + [4528] = {.lex_state = 257}, + [4529] = {.lex_state = 257}, + [4530] = {.lex_state = 452}, + [4531] = {.lex_state = 257}, + [4532] = {.lex_state = 226, .external_lex_state = 70}, + [4533] = {.lex_state = 452}, + [4534] = {.lex_state = 452}, + [4535] = {.lex_state = 109, .external_lex_state = 56}, + [4536] = {.lex_state = 220}, + [4537] = {.lex_state = 224}, + [4538] = {.lex_state = 452}, + [4539] = {.lex_state = 452}, + [4540] = {.lex_state = 452}, + [4541] = {.lex_state = 109, .external_lex_state = 56}, + [4542] = {.lex_state = 452, .external_lex_state = 83}, + [4543] = {.lex_state = 224}, + [4544] = {.lex_state = 109, .external_lex_state = 56}, + [4545] = {.lex_state = 452}, + [4546] = {.lex_state = 452}, + [4547] = {.lex_state = 109, .external_lex_state = 56}, + [4548] = {.lex_state = 109, .external_lex_state = 56}, + [4549] = {.lex_state = 109, .external_lex_state = 56}, + [4550] = {.lex_state = 452}, + [4551] = {.lex_state = 452}, + [4552] = {.lex_state = 226, .external_lex_state = 70}, + [4553] = {.lex_state = 220}, + [4554] = {.lex_state = 268}, + [4555] = {.lex_state = 452}, + [4556] = {.lex_state = 452}, + [4557] = {.lex_state = 452}, + [4558] = {.lex_state = 226, .external_lex_state = 70}, + [4559] = {.lex_state = 220}, + [4560] = {.lex_state = 452, .external_lex_state = 83}, + [4561] = {.lex_state = 452}, + [4562] = {.lex_state = 220}, + [4563] = {.lex_state = 452}, + [4564] = {.lex_state = 220}, + [4565] = {.lex_state = 205}, + [4566] = {.lex_state = 452}, + [4567] = {.lex_state = 224}, + [4568] = {.lex_state = 220}, + [4569] = {.lex_state = 109, .external_lex_state = 56}, + [4570] = {.lex_state = 452}, + [4571] = {.lex_state = 220}, + [4572] = {.lex_state = 220}, + [4573] = {.lex_state = 226, .external_lex_state = 70}, + [4574] = {.lex_state = 452}, + [4575] = {.lex_state = 109, .external_lex_state = 56}, + [4576] = {.lex_state = 109, .external_lex_state = 56}, + [4577] = {.lex_state = 224}, + [4578] = {.lex_state = 226, .external_lex_state = 70}, + [4579] = {.lex_state = 452}, + [4580] = {.lex_state = 220}, + [4581] = {.lex_state = 268}, + [4582] = {.lex_state = 224}, + [4583] = {.lex_state = 109, .external_lex_state = 56}, + [4584] = {.lex_state = 226, .external_lex_state = 70}, + [4585] = {.lex_state = 452}, + [4586] = {.lex_state = 452}, + [4587] = {.lex_state = 220}, + [4588] = {.lex_state = 220}, + [4589] = {.lex_state = 452}, + [4590] = {.lex_state = 452}, + [4591] = {.lex_state = 226, .external_lex_state = 70}, + [4592] = {.lex_state = 226, .external_lex_state = 70}, + [4593] = {.lex_state = 226, .external_lex_state = 70}, + [4594] = {.lex_state = 226, .external_lex_state = 70}, + [4595] = {.lex_state = 452}, + [4596] = {.lex_state = 220}, + [4597] = {.lex_state = 452}, + [4598] = {.lex_state = 452}, + [4599] = {.lex_state = 226, .external_lex_state = 70}, + [4600] = {.lex_state = 226, .external_lex_state = 70}, + [4601] = {.lex_state = 452, .external_lex_state = 83}, + [4602] = {.lex_state = 226, .external_lex_state = 70}, + [4603] = {.lex_state = 452}, + [4604] = {.lex_state = 220}, + [4605] = {.lex_state = 452}, + [4606] = {.lex_state = 452}, + [4607] = {.lex_state = 226, .external_lex_state = 70}, + [4608] = {.lex_state = 226, .external_lex_state = 70}, + [4609] = {.lex_state = 226, .external_lex_state = 70}, + [4610] = {.lex_state = 226, .external_lex_state = 70}, + [4611] = {.lex_state = 452}, + [4612] = {.lex_state = 220}, + [4613] = {.lex_state = 226, .external_lex_state = 70}, + [4614] = {.lex_state = 452}, + [4615] = {.lex_state = 226, .external_lex_state = 70}, + [4616] = {.lex_state = 226, .external_lex_state = 70}, + [4617] = {.lex_state = 226, .external_lex_state = 70}, + [4618] = {.lex_state = 226, .external_lex_state = 70}, + [4619] = {.lex_state = 206, .external_lex_state = 84}, + [4620] = {.lex_state = 220}, + [4621] = {.lex_state = 452}, + [4622] = {.lex_state = 226, .external_lex_state = 70}, + [4623] = {.lex_state = 226, .external_lex_state = 70}, + [4624] = {.lex_state = 226, .external_lex_state = 70}, + [4625] = {.lex_state = 226, .external_lex_state = 70}, + [4626] = {.lex_state = 226, .external_lex_state = 70}, + [4627] = {.lex_state = 224}, + [4628] = {.lex_state = 220}, + [4629] = {.lex_state = 452, .external_lex_state = 83}, + [4630] = {.lex_state = 452}, + [4631] = {.lex_state = 452}, + [4632] = {.lex_state = 226, .external_lex_state = 70}, + [4633] = {.lex_state = 226, .external_lex_state = 70}, + [4634] = {.lex_state = 226, .external_lex_state = 70}, + [4635] = {.lex_state = 452}, + [4636] = {.lex_state = 220}, + [4637] = {.lex_state = 452}, + [4638] = {.lex_state = 452}, + [4639] = {.lex_state = 226, .external_lex_state = 70}, + [4640] = {.lex_state = 226, .external_lex_state = 70}, + [4641] = {.lex_state = 226, .external_lex_state = 70}, + [4642] = {.lex_state = 109, .external_lex_state = 56}, + [4643] = {.lex_state = 109, .external_lex_state = 56}, + [4644] = {.lex_state = 220}, + [4645] = {.lex_state = 452}, + [4646] = {.lex_state = 226, .external_lex_state = 70}, + [4647] = {.lex_state = 226, .external_lex_state = 70}, + [4648] = {.lex_state = 452}, + [4649] = {.lex_state = 452}, + [4650] = {.lex_state = 226, .external_lex_state = 70}, + [4651] = {.lex_state = 224}, + [4652] = {.lex_state = 220}, + [4653] = {.lex_state = 452}, + [4654] = {.lex_state = 268}, + [4655] = {.lex_state = 452}, + [4656] = {.lex_state = 224}, + [4657] = {.lex_state = 109, .external_lex_state = 56}, + [4658] = {.lex_state = 226, .external_lex_state = 70}, + [4659] = {.lex_state = 109, .external_lex_state = 56}, + [4660] = {.lex_state = 220}, + [4661] = {.lex_state = 452}, + [4662] = {.lex_state = 452}, + [4663] = {.lex_state = 109, .external_lex_state = 56}, + [4664] = {.lex_state = 226, .external_lex_state = 70}, + [4665] = {.lex_state = 226, .external_lex_state = 70}, + [4666] = {.lex_state = 226, .external_lex_state = 70}, + [4667] = {.lex_state = 109, .external_lex_state = 56}, + [4668] = {.lex_state = 220}, + [4669] = {.lex_state = 452}, + [4670] = {.lex_state = 452}, + [4671] = {.lex_state = 452}, + [4672] = {.lex_state = 452}, + [4673] = {.lex_state = 226, .external_lex_state = 70}, + [4674] = {.lex_state = 268}, + [4675] = {.lex_state = 206, .external_lex_state = 84}, + [4676] = {.lex_state = 220}, + [4677] = {.lex_state = 452}, + [4678] = {.lex_state = 226, .external_lex_state = 70}, + [4679] = {.lex_state = 220}, + [4680] = {.lex_state = 226, .external_lex_state = 70}, + [4681] = {.lex_state = 220}, + [4682] = {.lex_state = 220}, + [4683] = {.lex_state = 220}, + [4684] = {.lex_state = 220}, + [4685] = {.lex_state = 452}, + [4686] = {.lex_state = 226, .external_lex_state = 70}, + [4687] = {.lex_state = 224}, + [4688] = {.lex_state = 452}, + [4689] = {.lex_state = 452}, + [4690] = {.lex_state = 452}, + [4691] = {.lex_state = 226, .external_lex_state = 70}, + [4692] = {.lex_state = 220}, + [4693] = {.lex_state = 452}, + [4694] = {.lex_state = 226, .external_lex_state = 70}, + [4695] = {.lex_state = 220}, + [4696] = {.lex_state = 226, .external_lex_state = 70}, + [4697] = {.lex_state = 452}, + [4698] = {.lex_state = 220}, + [4699] = {.lex_state = 452}, + [4700] = {.lex_state = 452}, + [4701] = {.lex_state = 452}, + [4702] = {.lex_state = 220}, + [4703] = {.lex_state = 452}, + [4704] = {.lex_state = 220}, + [4705] = {.lex_state = 226, .external_lex_state = 70}, + [4706] = {.lex_state = 268}, + [4707] = {.lex_state = 452}, + [4708] = {.lex_state = 452}, + [4709] = {.lex_state = 220}, + [4710] = {.lex_state = 220}, + [4711] = {.lex_state = 224}, + [4712] = {.lex_state = 452}, + [4713] = {.lex_state = 224}, + [4714] = {.lex_state = 226, .external_lex_state = 70}, + [4715] = {.lex_state = 452}, + [4716] = {.lex_state = 220}, + [4717] = {.lex_state = 224}, + [4718] = {.lex_state = 452}, + [4719] = {.lex_state = 452}, + [4720] = {.lex_state = 268}, + [4721] = {.lex_state = 452}, + [4722] = {.lex_state = 220}, + [4723] = {.lex_state = 226, .external_lex_state = 70}, + [4724] = {.lex_state = 452}, + [4725] = {.lex_state = 220}, + [4726] = {.lex_state = 220}, + [4727] = {.lex_state = 224}, + [4728] = {.lex_state = 220}, + [4729] = {.lex_state = 220}, + [4730] = {.lex_state = 224}, + [4731] = {.lex_state = 452}, + [4732] = {.lex_state = 452}, + [4733] = {.lex_state = 452}, + [4734] = {.lex_state = 220}, + [4735] = {.lex_state = 452}, + [4736] = {.lex_state = 452}, + [4737] = {.lex_state = 452}, + [4738] = {.lex_state = 452}, + [4739] = {.lex_state = 226, .external_lex_state = 70}, + [4740] = {.lex_state = 220}, + [4741] = {.lex_state = 452}, + [4742] = {.lex_state = 452}, + [4743] = {.lex_state = 224}, + [4744] = {.lex_state = 206, .external_lex_state = 84}, + [4745] = {.lex_state = 206, .external_lex_state = 84}, + [4746] = {.lex_state = 220}, + [4747] = {.lex_state = 226, .external_lex_state = 70}, + [4748] = {.lex_state = 452}, + [4749] = {.lex_state = 224}, + [4750] = {.lex_state = 452}, + [4751] = {.lex_state = 226, .external_lex_state = 70}, + [4752] = {.lex_state = 220}, + [4753] = {.lex_state = 452}, + [4754] = {.lex_state = 452}, + [4755] = {.lex_state = 452}, + [4756] = {.lex_state = 226, .external_lex_state = 70}, + [4757] = {.lex_state = 452}, + [4758] = {.lex_state = 220}, + [4759] = {.lex_state = 452}, + [4760] = {.lex_state = 224}, + [4761] = {.lex_state = 224}, + [4762] = {.lex_state = 452}, + [4763] = {.lex_state = 452}, + [4764] = {.lex_state = 220}, + [4765] = {.lex_state = 452}, + [4766] = {.lex_state = 452}, + [4767] = {.lex_state = 452}, + [4768] = {.lex_state = 452}, + [4769] = {.lex_state = 452, .external_lex_state = 85}, + [4770] = {.lex_state = 220}, + [4771] = {.lex_state = 452}, + [4772] = {.lex_state = 226, .external_lex_state = 70}, + [4773] = {.lex_state = 452}, + [4774] = {.lex_state = 226, .external_lex_state = 70}, + [4775] = {.lex_state = 452}, + [4776] = {.lex_state = 220}, + [4777] = {.lex_state = 452}, + [4778] = {.lex_state = 226, .external_lex_state = 70}, + [4779] = {.lex_state = 226, .external_lex_state = 70}, + [4780] = {.lex_state = 226, .external_lex_state = 70}, + [4781] = {.lex_state = 226, .external_lex_state = 70}, + [4782] = {.lex_state = 220}, + [4783] = {.lex_state = 226, .external_lex_state = 70}, + [4784] = {.lex_state = 226, .external_lex_state = 70}, + [4785] = {.lex_state = 226, .external_lex_state = 70}, + [4786] = {.lex_state = 452}, + [4787] = {.lex_state = 226}, + [4788] = {.lex_state = 220}, + [4789] = {.lex_state = 226, .external_lex_state = 70}, + [4790] = {.lex_state = 452}, + [4791] = {.lex_state = 226, .external_lex_state = 70}, + [4792] = {.lex_state = 224}, + [4793] = {.lex_state = 452}, + [4794] = {.lex_state = 220}, + [4795] = {.lex_state = 226, .external_lex_state = 70}, + [4796] = {.lex_state = 452}, + [4797] = {.lex_state = 226, .external_lex_state = 70}, + [4798] = {.lex_state = 226, .external_lex_state = 70}, + [4799] = {.lex_state = 452}, + [4800] = {.lex_state = 220}, + [4801] = {.lex_state = 452}, + [4802] = {.lex_state = 226, .external_lex_state = 70}, + [4803] = {.lex_state = 226, .external_lex_state = 70}, + [4804] = {.lex_state = 226, .external_lex_state = 70}, + [4805] = {.lex_state = 226, .external_lex_state = 70}, + [4806] = {.lex_state = 220}, + [4807] = {.lex_state = 452}, + [4808] = {.lex_state = 226, .external_lex_state = 70}, + [4809] = {.lex_state = 226, .external_lex_state = 70}, + [4810] = {.lex_state = 226, .external_lex_state = 70}, + [4811] = {.lex_state = 226, .external_lex_state = 70}, + [4812] = {.lex_state = 220}, + [4813] = {.lex_state = 226, .external_lex_state = 70}, + [4814] = {.lex_state = 226, .external_lex_state = 70}, + [4815] = {.lex_state = 226, .external_lex_state = 70}, + [4816] = {.lex_state = 224}, + [4817] = {.lex_state = 452}, + [4818] = {.lex_state = 220}, + [4819] = {.lex_state = 452}, + [4820] = {.lex_state = 452}, + [4821] = {.lex_state = 226, .external_lex_state = 70}, + [4822] = {.lex_state = 226, .external_lex_state = 70}, + [4823] = {.lex_state = 452}, + [4824] = {.lex_state = 220}, + [4825] = {.lex_state = 226, .external_lex_state = 70}, + [4826] = {.lex_state = 452}, + [4827] = {.lex_state = 224}, + [4828] = {.lex_state = 452}, + [4829] = {.lex_state = 224}, + [4830] = {.lex_state = 220}, + [4831] = {.lex_state = 452}, + [4832] = {.lex_state = 452}, + [4833] = {.lex_state = 452}, + [4834] = {.lex_state = 452}, + [4835] = {.lex_state = 452}, + [4836] = {.lex_state = 220}, + [4837] = {.lex_state = 452}, + [4838] = {.lex_state = 220}, + [4839] = {.lex_state = 226, .external_lex_state = 70}, + [4840] = {.lex_state = 226, .external_lex_state = 70}, + [4841] = {.lex_state = 220}, + [4842] = {.lex_state = 226, .external_lex_state = 70}, + [4843] = {.lex_state = 224}, + [4844] = {.lex_state = 452}, + [4845] = {.lex_state = 226, .external_lex_state = 70}, + [4846] = {.lex_state = 452}, + [4847] = {.lex_state = 452}, + [4848] = {.lex_state = 452}, + [4849] = {.lex_state = 452}, + [4850] = {.lex_state = 452}, + [4851] = {.lex_state = 226, .external_lex_state = 70}, + [4852] = {.lex_state = 220}, + [4853] = {.lex_state = 452}, + [4854] = {.lex_state = 452}, + [4855] = {.lex_state = 109, .external_lex_state = 56}, + [4856] = {.lex_state = 452}, + [4857] = {.lex_state = 452}, + [4858] = {.lex_state = 452}, + [4859] = {.lex_state = 452}, + [4860] = {.lex_state = 224}, + [4861] = {.lex_state = 452}, + [4862] = {.lex_state = 452}, + [4863] = {.lex_state = 226, .external_lex_state = 70}, + [4864] = {.lex_state = 452}, + [4865] = {.lex_state = 452}, + [4866] = {.lex_state = 205}, + [4867] = {.lex_state = 452}, + [4868] = {.lex_state = 452}, + [4869] = {.lex_state = 452}, + [4870] = {.lex_state = 220}, + [4871] = {.lex_state = 452}, + [4872] = {.lex_state = 226, .external_lex_state = 70}, + [4873] = {.lex_state = 224}, + [4874] = {.lex_state = 452}, + [4875] = {.lex_state = 452}, + [4876] = {.lex_state = 452}, + [4877] = {.lex_state = 452}, + [4878] = {.lex_state = 205}, + [4879] = {.lex_state = 222}, + [4880] = {.lex_state = 224}, + [4881] = {.lex_state = 452}, + [4882] = {.lex_state = 268}, + [4883] = {.lex_state = 452}, + [4884] = {.lex_state = 220}, + [4885] = {.lex_state = 452}, + [4886] = {.lex_state = 452}, + [4887] = {.lex_state = 226, .external_lex_state = 70}, + [4888] = {.lex_state = 452}, + [4889] = {.lex_state = 452, .external_lex_state = 85}, + [4890] = {.lex_state = 452}, + [4891] = {.lex_state = 226, .external_lex_state = 70}, + [4892] = {.lex_state = 452}, + [4893] = {.lex_state = 452}, + [4894] = {.lex_state = 452}, + [4895] = {.lex_state = 452}, + [4896] = {.lex_state = 452, .external_lex_state = 85}, + [4897] = {.lex_state = 224}, + [4898] = {.lex_state = 226, .external_lex_state = 70}, + [4899] = {.lex_state = 452}, + [4900] = {.lex_state = 452}, + [4901] = {.lex_state = 452}, + [4902] = {.lex_state = 452}, + [4903] = {.lex_state = 452, .external_lex_state = 85}, + [4904] = {.lex_state = 452}, + [4905] = {.lex_state = 452}, + [4906] = {.lex_state = 452}, + [4907] = {.lex_state = 452}, + [4908] = {.lex_state = 452}, + [4909] = {.lex_state = 452}, + [4910] = {.lex_state = 452}, + [4911] = {.lex_state = 452}, + [4912] = {.lex_state = 452}, + [4913] = {.lex_state = 452}, + [4914] = {.lex_state = 226, .external_lex_state = 70}, + [4915] = {.lex_state = 226, .external_lex_state = 70}, + [4916] = {.lex_state = 224}, + [4917] = {.lex_state = 226, .external_lex_state = 70}, + [4918] = {.lex_state = 226, .external_lex_state = 70}, + [4919] = {.lex_state = 224}, + [4920] = {.lex_state = 452}, + [4921] = {.lex_state = 452}, + [4922] = {.lex_state = 268}, + [4923] = {.lex_state = 452}, + [4924] = {.lex_state = 452}, + [4925] = {.lex_state = 452}, + [4926] = {.lex_state = 452}, + [4927] = {.lex_state = 226, .external_lex_state = 70}, + [4928] = {.lex_state = 452}, + [4929] = {.lex_state = 452}, + [4930] = {.lex_state = 452}, + [4931] = {.lex_state = 109, .external_lex_state = 56}, + [4932] = {.lex_state = 220}, + [4933] = {.lex_state = 452}, + [4934] = {.lex_state = 224}, + [4935] = {.lex_state = 224}, + [4936] = {.lex_state = 226, .external_lex_state = 70}, + [4937] = {.lex_state = 452}, + [4938] = {.lex_state = 452}, + [4939] = {.lex_state = 452}, + [4940] = {.lex_state = 109, .external_lex_state = 56}, + [4941] = {.lex_state = 452}, + [4942] = {.lex_state = 452}, + [4943] = {.lex_state = 452}, + [4944] = {.lex_state = 226, .external_lex_state = 70}, + [4945] = {.lex_state = 452}, + [4946] = {.lex_state = 226, .external_lex_state = 70}, + [4947] = {.lex_state = 452}, + [4948] = {.lex_state = 226, .external_lex_state = 70}, + [4949] = {.lex_state = 226, .external_lex_state = 70}, + [4950] = {.lex_state = 452}, + [4951] = {.lex_state = 109, .external_lex_state = 56}, + [4952] = {.lex_state = 452}, + [4953] = {.lex_state = 224}, + [4954] = {.lex_state = 109, .external_lex_state = 56}, + [4955] = {.lex_state = 224}, + [4956] = {.lex_state = 452}, + [4957] = {.lex_state = 452}, + [4958] = {.lex_state = 452}, + [4959] = {.lex_state = 224}, + [4960] = {.lex_state = 220}, + [4961] = {.lex_state = 452}, + [4962] = {.lex_state = 452}, + [4963] = {.lex_state = 452}, + [4964] = {.lex_state = 452}, + [4965] = {.lex_state = 452}, + [4966] = {.lex_state = 226, .external_lex_state = 70}, + [4967] = {.lex_state = 226, .external_lex_state = 70}, + [4968] = {.lex_state = 452}, + [4969] = {.lex_state = 452}, + [4970] = {.lex_state = 452}, + [4971] = {.lex_state = 452}, + [4972] = {.lex_state = 109, .external_lex_state = 56}, + [4973] = {.lex_state = 222}, + [4974] = {.lex_state = 109, .external_lex_state = 56}, + [4975] = {.lex_state = 452}, + [4976] = {.lex_state = 268}, + [4977] = {.lex_state = 220}, + [4978] = {.lex_state = 452}, + [4979] = {.lex_state = 224}, + [4980] = {.lex_state = 452}, + [4981] = {.lex_state = 452, .external_lex_state = 85}, + [4982] = {.lex_state = 206, .external_lex_state = 84}, + [4983] = {.lex_state = 224}, + [4984] = {.lex_state = 206, .external_lex_state = 84}, + [4985] = {.lex_state = 452, .external_lex_state = 85}, + [4986] = {.lex_state = 224}, + [4987] = {.lex_state = 452}, + [4988] = {.lex_state = 206, .external_lex_state = 84}, + [4989] = {.lex_state = 224}, + [4990] = {.lex_state = 220}, + [4991] = {.lex_state = 226, .external_lex_state = 70}, + [4992] = {.lex_state = 452}, + [4993] = {.lex_state = 224}, + [4994] = {.lex_state = 452}, + [4995] = {.lex_state = 452}, + [4996] = {.lex_state = 452}, + [4997] = {.lex_state = 452}, + [4998] = {.lex_state = 220}, + [4999] = {.lex_state = 452}, + [5000] = {.lex_state = 452}, + [5001] = {.lex_state = 226, .external_lex_state = 70}, + [5002] = {.lex_state = 452}, + [5003] = {.lex_state = 452}, + [5004] = {.lex_state = 226, .external_lex_state = 70}, + [5005] = {.lex_state = 452}, + [5006] = {.lex_state = 452}, + [5007] = {.lex_state = 452}, + [5008] = {.lex_state = 452}, + [5009] = {.lex_state = 220}, + [5010] = {.lex_state = 220}, + [5011] = {.lex_state = 226, .external_lex_state = 70}, + [5012] = {.lex_state = 268}, + [5013] = {.lex_state = 452}, + [5014] = {.lex_state = 224}, + [5015] = {.lex_state = 224}, + [5016] = {.lex_state = 220}, + [5017] = {.lex_state = 220}, + [5018] = {.lex_state = 220}, + [5019] = {.lex_state = 452}, + [5020] = {.lex_state = 452}, + [5021] = {.lex_state = 452}, + [5022] = {.lex_state = 452}, + [5023] = {.lex_state = 452}, + [5024] = {.lex_state = 452}, + [5025] = {.lex_state = 226, .external_lex_state = 70}, + [5026] = {.lex_state = 452}, + [5027] = {.lex_state = 452}, + [5028] = {.lex_state = 224}, + [5029] = {.lex_state = 452}, + [5030] = {.lex_state = 226, .external_lex_state = 70}, + [5031] = {.lex_state = 224}, + [5032] = {.lex_state = 452, .external_lex_state = 83}, + [5033] = {.lex_state = 452, .external_lex_state = 83}, + [5034] = {.lex_state = 452}, + [5035] = {.lex_state = 452}, + [5036] = {.lex_state = 452}, + [5037] = {.lex_state = 452}, + [5038] = {.lex_state = 224}, + [5039] = {.lex_state = 206, .external_lex_state = 84}, + [5040] = {.lex_state = 206, .external_lex_state = 84}, + [5041] = {.lex_state = 452}, + [5042] = {.lex_state = 452}, + [5043] = {.lex_state = 452}, + [5044] = {.lex_state = 226, .external_lex_state = 70}, + [5045] = {.lex_state = 268}, + [5046] = {.lex_state = 109, .external_lex_state = 56}, + [5047] = {.lex_state = 452}, + [5048] = {.lex_state = 452}, + [5049] = {.lex_state = 268}, + [5050] = {.lex_state = 220}, + [5051] = {.lex_state = 452}, + [5052] = {.lex_state = 452}, + [5053] = {.lex_state = 452, .external_lex_state = 85}, + [5054] = {.lex_state = 452}, + [5055] = {.lex_state = 220}, + [5056] = {.lex_state = 452, .external_lex_state = 85}, + [5057] = {.lex_state = 226, .external_lex_state = 70}, + [5058] = {.lex_state = 226, .external_lex_state = 70}, + [5059] = {.lex_state = 268}, + [5060] = {.lex_state = 452}, + [5061] = {.lex_state = 226, .external_lex_state = 70}, + [5062] = {.lex_state = 224}, + [5063] = {.lex_state = 268}, + [5064] = {.lex_state = 452}, + [5065] = {.lex_state = 268}, + [5066] = {.lex_state = 220}, + [5067] = {.lex_state = 452}, + [5068] = {.lex_state = 220}, + [5069] = {.lex_state = 220}, + [5070] = {.lex_state = 224}, + [5071] = {.lex_state = 452}, + [5072] = {.lex_state = 206, .external_lex_state = 84}, + [5073] = {.lex_state = 220}, + [5074] = {.lex_state = 452}, + [5075] = {.lex_state = 452}, + [5076] = {.lex_state = 452}, + [5077] = {.lex_state = 452}, + [5078] = {.lex_state = 220}, + [5079] = {.lex_state = 452}, + [5080] = {.lex_state = 220}, + [5081] = {.lex_state = 220}, + [5082] = {.lex_state = 220}, + [5083] = {.lex_state = 220}, + [5084] = {.lex_state = 220}, + [5085] = {.lex_state = 220}, + [5086] = {.lex_state = 220}, + [5087] = {.lex_state = 220}, + [5088] = {.lex_state = 220}, + [5089] = {.lex_state = 220}, + [5090] = {.lex_state = 220}, + [5091] = {.lex_state = 220}, + [5092] = {.lex_state = 220}, + [5093] = {.lex_state = 220}, + [5094] = {.lex_state = 220}, + [5095] = {.lex_state = 220}, + [5096] = {.lex_state = 220}, + [5097] = {.lex_state = 220}, + [5098] = {.lex_state = 220}, + [5099] = {.lex_state = 220}, + [5100] = {.lex_state = 220}, + [5101] = {.lex_state = 220}, + [5102] = {.lex_state = 220}, + [5103] = {.lex_state = 220}, + [5104] = {.lex_state = 220}, + [5105] = {.lex_state = 220}, + [5106] = {.lex_state = 220}, + [5107] = {.lex_state = 220}, + [5108] = {.lex_state = 220}, + [5109] = {.lex_state = 220}, + [5110] = {.lex_state = 220}, + [5111] = {.lex_state = 220}, + [5112] = {.lex_state = 220}, + [5113] = {.lex_state = 220}, + [5114] = {.lex_state = 220}, + [5115] = {.lex_state = 220}, + [5116] = {.lex_state = 220}, + [5117] = {.lex_state = 220}, + [5118] = {.lex_state = 220}, + [5119] = {.lex_state = 220}, + [5120] = {.lex_state = 220}, + [5121] = {.lex_state = 220}, + [5122] = {.lex_state = 220}, + [5123] = {.lex_state = 268}, + [5124] = {.lex_state = 268}, + [5125] = {.lex_state = 226, .external_lex_state = 70}, + [5126] = {.lex_state = 452}, + [5127] = {.lex_state = 226, .external_lex_state = 70}, + [5128] = {.lex_state = 222}, + [5129] = {.lex_state = 220}, + [5130] = {.lex_state = 452}, + [5131] = {.lex_state = 220}, + [5132] = {.lex_state = 452}, + [5133] = {.lex_state = 452, .external_lex_state = 83}, + [5134] = {.lex_state = 220}, + [5135] = {.lex_state = 220}, + [5136] = {.lex_state = 220}, + [5137] = {.lex_state = 220}, + [5138] = {.lex_state = 220}, + [5139] = {.lex_state = 220}, + [5140] = {.lex_state = 220}, + [5141] = {.lex_state = 220}, + [5142] = {.lex_state = 220}, + [5143] = {.lex_state = 220}, + [5144] = {.lex_state = 220}, + [5145] = {.lex_state = 220}, + [5146] = {.lex_state = 220}, + [5147] = {.lex_state = 220}, + [5148] = {.lex_state = 220}, + [5149] = {.lex_state = 220}, + [5150] = {.lex_state = 220}, + [5151] = {.lex_state = 220}, + [5152] = {.lex_state = 220}, + [5153] = {.lex_state = 220}, + [5154] = {.lex_state = 220}, + [5155] = {.lex_state = 220}, + [5156] = {.lex_state = 220}, + [5157] = {.lex_state = 220}, + [5158] = {.lex_state = 220}, + [5159] = {.lex_state = 220}, + [5160] = {.lex_state = 220}, + [5161] = {.lex_state = 220}, + [5162] = {.lex_state = 220}, + [5163] = {.lex_state = 220}, + [5164] = {.lex_state = 220}, + [5165] = {.lex_state = 220}, + [5166] = {.lex_state = 220}, + [5167] = {.lex_state = 220}, + [5168] = {.lex_state = 220}, + [5169] = {.lex_state = 220}, + [5170] = {.lex_state = 220}, + [5171] = {.lex_state = 220}, + [5172] = {.lex_state = 220}, + [5173] = {.lex_state = 220}, + [5174] = {.lex_state = 220}, + [5175] = {.lex_state = 220}, + [5176] = {.lex_state = 220}, + [5177] = {.lex_state = 452, .external_lex_state = 83}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -20261,7 +21862,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_select] = ACTIONS(1), [anon_sym_in] = ACTIONS(1), [anon_sym_LPAREN_LPAREN] = ACTIONS(1), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1), [anon_sym_SEMI] = ACTIONS(1), [anon_sym_COMMA] = ACTIONS(1), [anon_sym_EQ] = ACTIONS(1), @@ -20327,6 +21927,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_AMP] = ACTIONS(1), [anon_sym_GT_AMP] = ACTIONS(1), [anon_sym_GT_PIPE] = ACTIONS(1), + [anon_sym_LT_AMP_DASH] = ACTIONS(1), + [anon_sym_GT_AMP_DASH] = ACTIONS(1), [anon_sym_LT_LT_DASH] = ACTIONS(1), [anon_sym_LT_LT_LT] = ACTIONS(1), [anon_sym_AMP] = ACTIONS(1), @@ -20399,6 +22001,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__expansion_word] = ACTIONS(1), [sym_extglob_pattern] = ACTIONS(1), [sym__bare_dollar] = ACTIONS(1), [sym__brace_start] = ACTIONS(1), @@ -20408,43 +22011,43 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym__external_expansion_sym_equal] = ACTIONS(1), }, [1] = { - [sym_program] = STATE(4524), - [sym__statements] = STATE(4468), - [sym_redirected_statement] = STATE(2622), - [sym_for_statement] = STATE(2622), - [sym_c_style_for_statement] = STATE(2622), - [sym_while_statement] = STATE(2622), - [sym_if_statement] = STATE(2622), - [sym_case_statement] = STATE(2622), - [sym_function_definition] = STATE(2622), - [sym_compound_statement] = STATE(2622), - [sym_subshell] = STATE(2622), - [sym_pipeline] = STATE(2622), - [sym_list] = STATE(2622), - [sym_negated_command] = STATE(2622), - [sym_test_command] = STATE(2622), - [sym_declaration_command] = STATE(2622), - [sym_unset_command] = STATE(2622), - [sym_command] = STATE(2622), - [sym_command_name] = STATE(462), - [sym_variable_assignment] = STATE(603), - [sym_variable_assignments] = STATE(2622), - [sym_subscript] = STATE(3947), - [sym_file_redirect] = STATE(1379), - [sym_arithmetic_expansion] = STATE(720), - [sym_brace_expression] = STATE(720), - [sym_concatenation] = STATE(1159), - [sym_string] = STATE(720), - [sym_translated_string] = STATE(720), - [sym_number] = STATE(720), - [sym_simple_expansion] = STATE(720), - [sym_expansion] = STATE(720), - [sym_command_substitution] = STATE(720), - [sym_process_substitution] = STATE(720), - [aux_sym__statements_repeat1] = STATE(277), - [aux_sym_redirected_statement_repeat2] = STATE(2827), - [aux_sym_command_repeat1] = STATE(865), - [aux_sym__literal_repeat1] = STATE(930), + [sym_program] = STATE(5034), + [sym__statements] = STATE(5027), + [sym_redirected_statement] = STATE(2987), + [sym_for_statement] = STATE(2987), + [sym_c_style_for_statement] = STATE(2987), + [sym_while_statement] = STATE(2987), + [sym_if_statement] = STATE(2987), + [sym_case_statement] = STATE(2987), + [sym_function_definition] = STATE(2987), + [sym_compound_statement] = STATE(2987), + [sym_subshell] = STATE(2987), + [sym_pipeline] = STATE(2987), + [sym_list] = STATE(2987), + [sym_negated_command] = STATE(2987), + [sym_test_command] = STATE(2987), + [sym_declaration_command] = STATE(2987), + [sym_unset_command] = STATE(2987), + [sym_command] = STATE(2987), + [sym_command_name] = STATE(420), + [sym_variable_assignment] = STATE(662), + [sym_variable_assignments] = STATE(2987), + [sym_subscript] = STATE(4434), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(751), + [sym_brace_expression] = STATE(751), + [sym_concatenation] = STATE(1207), + [sym_string] = STATE(751), + [sym_translated_string] = STATE(751), + [sym_number] = STATE(751), + [sym_simple_expansion] = STATE(751), + [sym_expansion] = STATE(751), + [sym_command_substitution] = STATE(751), + [sym_process_substitution] = STATE(751), + [aux_sym__statements_repeat1] = STATE(308), + [aux_sym_redirected_statement_repeat2] = STATE(3154), + [aux_sym_command_repeat1] = STATE(917), + [aux_sym__literal_repeat1] = STATE(918), [ts_builtin_sym_end] = ACTIONS(5), [sym_word] = ACTIONS(7), [anon_sym_for] = ACTIONS(9), @@ -20472,26468 +22075,27194 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_LT_AMP] = ACTIONS(17), + [anon_sym_GT_AMP] = ACTIONS(17), [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), + [anon_sym_LT_AMP_DASH] = ACTIONS(41), + [anon_sym_GT_AMP_DASH] = ACTIONS(41), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(43), + [anon_sym_DOLLAR] = ACTIONS(45), + [sym__special_character] = ACTIONS(47), + [anon_sym_DQUOTE] = ACTIONS(49), + [sym_raw_string] = ACTIONS(51), + [sym_ansi_c_string] = ACTIONS(51), + [aux_sym_number_token1] = ACTIONS(53), + [aux_sym_number_token2] = ACTIONS(55), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(57), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(59), + [anon_sym_BQUOTE] = ACTIONS(61), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(63), + [anon_sym_LT_LPAREN] = ACTIONS(65), + [anon_sym_GT_LPAREN] = ACTIONS(65), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(69), + [sym_variable_name] = ACTIONS(71), + [sym_test_operator] = ACTIONS(73), + [sym__brace_start] = ACTIONS(75), }, [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_word] = ACTIONS(73), + [sym__statements] = STATE(5077), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym__expression] = STATE(2197), + [sym_binary_expression] = STATE(2221), + [sym_ternary_expression] = STATE(2221), + [sym_unary_expression] = STATE(2221), + [sym_postfix_expression] = STATE(2221), + [sym_parenthesized_expression] = STATE(2221), + [sym_arithmetic_expansion] = STATE(357), + [sym_brace_expression] = STATE(357), + [sym_concatenation] = STATE(384), + [sym_string] = STATE(357), + [sym_translated_string] = STATE(357), + [sym_number] = STATE(357), + [sym_simple_expansion] = STATE(357), + [sym_expansion] = STATE(357), + [sym_command_substitution] = STATE(357), + [sym_process_substitution] = STATE(357), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(377), + [sym_word] = ACTIONS(77), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(75), - [anon_sym_RPAREN_RPAREN] = ACTIONS(77), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(83), + [anon_sym_LPAREN_LPAREN] = ACTIONS(79), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), + [anon_sym_LPAREN] = ACTIONS(85), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(87), + [anon_sym_BANG] = ACTIONS(89), [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_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(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), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(111), - [anon_sym_BQUOTE] = ACTIONS(113), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(115), - [anon_sym_LT_LPAREN] = ACTIONS(117), - [anon_sym_GT_LPAREN] = ACTIONS(117), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(123), - [sym__brace_start] = ACTIONS(125), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DASH2] = ACTIONS(97), + [anon_sym_PLUS2] = ACTIONS(97), + [anon_sym_TILDE] = ACTIONS(99), + [anon_sym_PLUS_PLUS2] = ACTIONS(99), + [anon_sym_DASH_DASH2] = ACTIONS(99), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(101), + [anon_sym_DOLLAR] = ACTIONS(103), + [sym__special_character] = ACTIONS(105), + [anon_sym_DQUOTE] = ACTIONS(107), + [sym_raw_string] = ACTIONS(109), + [sym_ansi_c_string] = ACTIONS(109), + [aux_sym_number_token1] = ACTIONS(111), + [aux_sym_number_token2] = ACTIONS(113), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(115), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(117), + [anon_sym_BQUOTE] = ACTIONS(119), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(121), + [anon_sym_LT_LPAREN] = ACTIONS(123), + [anon_sym_GT_LPAREN] = ACTIONS(123), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(129), + [sym__brace_start] = ACTIONS(131), }, [3] = { - [sym__statements] = STATE(4427), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym__expression] = STATE(1792), - [sym_binary_expression] = STATE(1520), - [sym_ternary_expression] = STATE(1520), - [sym_unary_expression] = STATE(1520), - [sym_postfix_expression] = STATE(1520), - [sym_parenthesized_expression] = STATE(1520), - [sym_arithmetic_expansion] = STATE(327), - [sym_brace_expression] = STATE(327), + [sym__statements] = STATE(4987), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym__expression] = STATE(2154), + [sym_binary_expression] = STATE(2221), + [sym_ternary_expression] = STATE(2221), + [sym_unary_expression] = STATE(2221), + [sym_postfix_expression] = STATE(2221), + [sym_parenthesized_expression] = STATE(2221), + [sym_arithmetic_expansion] = STATE(357), + [sym_brace_expression] = STATE(357), [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_string] = STATE(357), + [sym_translated_string] = STATE(357), + [sym_number] = STATE(357), + [sym_simple_expansion] = STATE(357), + [sym_expansion] = STATE(357), + [sym_command_substitution] = STATE(357), + [sym_process_substitution] = STATE(357), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(377), + [sym_word] = ACTIONS(77), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(75), - [anon_sym_RPAREN_RPAREN] = ACTIONS(129), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(83), + [anon_sym_LPAREN_LPAREN] = ACTIONS(79), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), + [anon_sym_LPAREN] = ACTIONS(85), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(131), + [anon_sym_BANG] = ACTIONS(89), [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_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(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), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(111), - [anon_sym_BQUOTE] = ACTIONS(113), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(115), - [anon_sym_LT_LPAREN] = ACTIONS(117), - [anon_sym_GT_LPAREN] = ACTIONS(117), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(139), - [sym__brace_start] = ACTIONS(125), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DASH2] = ACTIONS(97), + [anon_sym_PLUS2] = ACTIONS(97), + [anon_sym_TILDE] = ACTIONS(99), + [anon_sym_PLUS_PLUS2] = ACTIONS(99), + [anon_sym_DASH_DASH2] = ACTIONS(99), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(101), + [anon_sym_DOLLAR] = ACTIONS(103), + [sym__special_character] = ACTIONS(105), + [anon_sym_DQUOTE] = ACTIONS(107), + [sym_raw_string] = ACTIONS(109), + [sym_ansi_c_string] = ACTIONS(109), + [aux_sym_number_token1] = ACTIONS(111), + [aux_sym_number_token2] = ACTIONS(113), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(115), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(117), + [anon_sym_BQUOTE] = ACTIONS(119), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(121), + [anon_sym_LT_LPAREN] = ACTIONS(123), + [anon_sym_GT_LPAREN] = ACTIONS(123), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(129), + [sym__brace_start] = ACTIONS(131), }, [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), - [anon_sym_for] = ACTIONS(9), - [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(75), - [anon_sym_RPAREN_RPAREN] = ACTIONS(77), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(83), - [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(87), - [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_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(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), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(111), - [anon_sym_BQUOTE] = ACTIONS(113), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(115), - [anon_sym_LT_LPAREN] = ACTIONS(117), - [anon_sym_GT_LPAREN] = ACTIONS(117), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(123), - [sym__brace_start] = ACTIONS(125), + [sym_redirected_statement] = STATE(3300), + [sym_for_statement] = STATE(3336), + [sym_c_style_for_statement] = STATE(3336), + [sym_while_statement] = STATE(3336), + [sym_if_statement] = STATE(3336), + [sym_case_statement] = STATE(3336), + [sym_function_definition] = STATE(3336), + [sym_compound_statement] = STATE(3336), + [sym_subshell] = STATE(3336), + [sym_pipeline] = STATE(3336), + [sym_list] = STATE(3336), + [sym_negated_command] = STATE(3336), + [sym_test_command] = STATE(3336), + [sym_declaration_command] = STATE(3336), + [sym_unset_command] = STATE(3336), + [sym_command] = STATE(3336), + [sym_command_name] = STATE(524), + [sym_variable_assignment] = STATE(1263), + [sym_variable_assignments] = STATE(3336), + [sym_subscript] = STATE(4497), + [sym_file_redirect] = STATE(1987), + [sym__expression] = STATE(2177), + [sym_binary_expression] = STATE(2219), + [sym_ternary_expression] = STATE(2219), + [sym_unary_expression] = STATE(2219), + [sym_postfix_expression] = STATE(2219), + [sym_parenthesized_expression] = STATE(2219), + [sym_arithmetic_expansion] = STATE(385), + [sym_brace_expression] = STATE(385), + [sym_concatenation] = STATE(408), + [sym_string] = STATE(385), + [sym_translated_string] = STATE(385), + [sym_number] = STATE(385), + [sym_simple_expansion] = STATE(385), + [sym_expansion] = STATE(385), + [sym_command_substitution] = STATE(385), + [sym_process_substitution] = STATE(385), + [aux_sym_redirected_statement_repeat2] = STATE(3396), + [aux_sym_command_repeat1] = STATE(1007), + [aux_sym__literal_repeat1] = STATE(407), + [sym_word] = ACTIONS(133), + [anon_sym_for] = ACTIONS(135), + [anon_sym_select] = ACTIONS(137), + [anon_sym_LPAREN_LPAREN] = ACTIONS(139), + [anon_sym_GT_GT] = ACTIONS(141), + [anon_sym_LT] = ACTIONS(143), + [anon_sym_GT] = ACTIONS(143), + [anon_sym_LPAREN] = ACTIONS(145), + [anon_sym_while] = ACTIONS(147), + [anon_sym_until] = ACTIONS(147), + [anon_sym_if] = ACTIONS(149), + [anon_sym_case] = ACTIONS(151), + [anon_sym_function] = ACTIONS(153), + [anon_sym_LBRACE] = ACTIONS(155), + [anon_sym_BANG] = ACTIONS(157), + [anon_sym_LBRACK] = ACTIONS(159), + [anon_sym_RBRACK] = ACTIONS(161), + [anon_sym_LBRACK_LBRACK] = ACTIONS(163), + [anon_sym_declare] = ACTIONS(165), + [anon_sym_typeset] = ACTIONS(165), + [anon_sym_export] = ACTIONS(165), + [anon_sym_readonly] = ACTIONS(165), + [anon_sym_local] = ACTIONS(165), + [anon_sym_unset] = ACTIONS(167), + [anon_sym_unsetenv] = ACTIONS(167), + [anon_sym_AMP_GT] = ACTIONS(143), + [anon_sym_AMP_GT_GT] = ACTIONS(141), + [anon_sym_LT_AMP] = ACTIONS(143), + [anon_sym_GT_AMP] = ACTIONS(143), + [anon_sym_GT_PIPE] = ACTIONS(141), + [anon_sym_LT_AMP_DASH] = ACTIONS(169), + [anon_sym_GT_AMP_DASH] = ACTIONS(169), + [anon_sym_DASH2] = ACTIONS(171), + [anon_sym_PLUS2] = ACTIONS(171), + [anon_sym_TILDE] = ACTIONS(173), + [anon_sym_PLUS_PLUS2] = ACTIONS(173), + [anon_sym_DASH_DASH2] = ACTIONS(173), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(175), + [anon_sym_DOLLAR] = ACTIONS(177), + [sym__special_character] = ACTIONS(179), + [anon_sym_DQUOTE] = ACTIONS(181), + [sym_raw_string] = ACTIONS(183), + [sym_ansi_c_string] = ACTIONS(183), + [aux_sym_number_token1] = ACTIONS(185), + [aux_sym_number_token2] = ACTIONS(187), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(189), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(191), + [anon_sym_BQUOTE] = ACTIONS(193), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(195), + [anon_sym_LT_LPAREN] = ACTIONS(197), + [anon_sym_GT_LPAREN] = ACTIONS(197), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(199), + [sym_variable_name] = ACTIONS(201), + [sym_test_operator] = ACTIONS(203), + [sym__brace_start] = ACTIONS(205), }, [5] = { - [sym__statements] = STATE(4427), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym__expression] = STATE(1817), - [sym_binary_expression] = STATE(1520), - [sym_ternary_expression] = STATE(1520), - [sym_unary_expression] = STATE(1520), - [sym_postfix_expression] = STATE(1520), - [sym_parenthesized_expression] = STATE(1520), - [sym_arithmetic_expansion] = STATE(327), - [sym_brace_expression] = STATE(327), - [sym_concatenation] = STATE(384), - [sym_string] = STATE(327), - [sym_translated_string] = STATE(327), - [sym_number] = STATE(327), - [sym_simple_expansion] = STATE(327), - [sym_expansion] = STATE(327), - [sym_command_substitution] = STATE(327), - [sym_process_substitution] = STATE(327), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(371), - [sym_word] = ACTIONS(127), + [sym__expression] = STATE(2175), + [sym_binary_expression] = STATE(2221), + [sym_ternary_expression] = STATE(2221), + [sym_unary_expression] = STATE(2221), + [sym_postfix_expression] = STATE(2221), + [sym_parenthesized_expression] = STATE(2221), + [sym_arithmetic_expansion] = STATE(1897), + [sym_brace_expression] = STATE(1897), + [sym_concatenation] = STATE(2221), + [sym_string] = STATE(1897), + [sym_translated_string] = STATE(1897), + [sym_number] = STATE(1897), + [sym_simple_expansion] = STATE(1897), + [sym_expansion] = STATE(1897), + [sym_command_substitution] = STATE(1897), + [sym_process_substitution] = STATE(1897), + [aux_sym__literal_repeat1] = STATE(1996), + [aux_sym_concatenation_repeat1] = STATE(352), + [sym_word] = ACTIONS(207), + [anon_sym_LPAREN_LPAREN] = ACTIONS(209), + [anon_sym_SEMI] = ACTIONS(211), + [anon_sym_EQ] = ACTIONS(213), + [anon_sym_PLUS_PLUS] = ACTIONS(213), + [anon_sym_DASH_DASH] = ACTIONS(213), + [anon_sym_PLUS_EQ] = ACTIONS(213), + [anon_sym_DASH_EQ] = ACTIONS(213), + [anon_sym_STAR_EQ] = ACTIONS(213), + [anon_sym_SLASH_EQ] = ACTIONS(213), + [anon_sym_PERCENT_EQ] = ACTIONS(213), + [anon_sym_LT_LT_EQ] = ACTIONS(213), + [anon_sym_GT_GT_EQ] = ACTIONS(213), + [anon_sym_AMP_EQ] = ACTIONS(213), + [anon_sym_CARET_EQ] = ACTIONS(213), + [anon_sym_PIPE_EQ] = ACTIONS(213), + [anon_sym_EQ_EQ] = ACTIONS(215), + [anon_sym_BANG_EQ] = ACTIONS(213), + [anon_sym_LT_EQ] = ACTIONS(213), + [anon_sym_GT_EQ] = ACTIONS(213), + [anon_sym_AMP_AMP] = ACTIONS(215), + [anon_sym_PIPE_PIPE] = ACTIONS(215), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_GT_GT] = ACTIONS(215), + [anon_sym_PLUS] = ACTIONS(213), + [anon_sym_DASH] = ACTIONS(213), + [anon_sym_STAR] = ACTIONS(213), + [anon_sym_SLASH] = ACTIONS(213), + [anon_sym_PERCENT] = ACTIONS(213), + [anon_sym_STAR_STAR] = ACTIONS(213), + [anon_sym_LT] = ACTIONS(215), + [anon_sym_GT] = ACTIONS(215), + [anon_sym_LPAREN] = ACTIONS(218), + [anon_sym_RPAREN] = ACTIONS(215), + [anon_sym_PIPE] = ACTIONS(215), + [anon_sym_SEMI_SEMI] = ACTIONS(211), + [anon_sym_PIPE_AMP] = ACTIONS(211), + [anon_sym_BANG] = ACTIONS(220), + [anon_sym_EQ_TILDE] = ACTIONS(215), + [anon_sym_AMP_GT] = ACTIONS(211), + [anon_sym_AMP_GT_GT] = ACTIONS(211), + [anon_sym_LT_AMP] = ACTIONS(211), + [anon_sym_GT_AMP] = ACTIONS(211), + [anon_sym_GT_PIPE] = ACTIONS(211), + [anon_sym_LT_AMP_DASH] = ACTIONS(211), + [anon_sym_GT_AMP_DASH] = ACTIONS(211), + [anon_sym_LT_LT_DASH] = ACTIONS(211), + [aux_sym_heredoc_redirect_token1] = ACTIONS(211), + [anon_sym_LT_LT_LT] = ACTIONS(211), + [anon_sym_AMP] = ACTIONS(215), + [anon_sym_CARET] = ACTIONS(213), + [anon_sym_QMARK] = ACTIONS(213), + [anon_sym_DASH2] = ACTIONS(97), + [anon_sym_PLUS2] = ACTIONS(97), + [anon_sym_TILDE] = ACTIONS(97), + [anon_sym_PLUS_PLUS2] = ACTIONS(97), + [anon_sym_DASH_DASH2] = ACTIONS(97), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(209), + [aux_sym_concatenation_token1] = ACTIONS(222), + [anon_sym_DOLLAR] = ACTIONS(224), + [sym__special_character] = ACTIONS(226), + [anon_sym_DQUOTE] = ACTIONS(228), + [sym_raw_string] = ACTIONS(207), + [sym_ansi_c_string] = ACTIONS(207), + [aux_sym_number_token1] = ACTIONS(230), + [aux_sym_number_token2] = ACTIONS(232), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(234), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(238), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(240), + [anon_sym_LT_LPAREN] = ACTIONS(242), + [anon_sym_GT_LPAREN] = ACTIONS(242), + [sym_comment] = ACTIONS(3), + [sym_file_descriptor] = ACTIONS(244), + [sym__concat] = ACTIONS(246), + [sym_test_operator] = ACTIONS(248), + [sym__bare_dollar] = ACTIONS(244), + [sym__brace_start] = ACTIONS(250), + }, + [6] = { + [sym_redirected_statement] = STATE(3283), + [sym_for_statement] = STATE(3336), + [sym_c_style_for_statement] = STATE(3336), + [sym_while_statement] = STATE(3336), + [sym_if_statement] = STATE(3336), + [sym_case_statement] = STATE(3336), + [sym_function_definition] = STATE(3336), + [sym_compound_statement] = STATE(3336), + [sym_subshell] = STATE(3336), + [sym_pipeline] = STATE(3336), + [sym_list] = STATE(3336), + [sym_negated_command] = STATE(3336), + [sym_test_command] = STATE(3336), + [sym_declaration_command] = STATE(3336), + [sym_unset_command] = STATE(3336), + [sym_command] = STATE(3336), + [sym_command_name] = STATE(524), + [sym_variable_assignment] = STATE(1263), + [sym_variable_assignments] = STATE(3336), + [sym_subscript] = STATE(4497), + [sym_file_redirect] = STATE(1987), + [sym__expression] = STATE(2200), + [sym_binary_expression] = STATE(2219), + [sym_ternary_expression] = STATE(2219), + [sym_unary_expression] = STATE(2219), + [sym_postfix_expression] = STATE(2219), + [sym_parenthesized_expression] = STATE(2219), + [sym_arithmetic_expansion] = STATE(385), + [sym_brace_expression] = STATE(385), + [sym_concatenation] = STATE(408), + [sym_string] = STATE(385), + [sym_translated_string] = STATE(385), + [sym_number] = STATE(385), + [sym_simple_expansion] = STATE(385), + [sym_expansion] = STATE(385), + [sym_command_substitution] = STATE(385), + [sym_process_substitution] = STATE(385), + [aux_sym_redirected_statement_repeat2] = STATE(3396), + [aux_sym_command_repeat1] = STATE(1007), + [aux_sym__literal_repeat1] = STATE(407), + [sym_word] = ACTIONS(133), + [anon_sym_for] = ACTIONS(135), + [anon_sym_select] = ACTIONS(137), + [anon_sym_LPAREN_LPAREN] = ACTIONS(139), + [anon_sym_GT_GT] = ACTIONS(141), + [anon_sym_LT] = ACTIONS(143), + [anon_sym_GT] = ACTIONS(143), + [anon_sym_LPAREN] = ACTIONS(145), + [anon_sym_while] = ACTIONS(147), + [anon_sym_until] = ACTIONS(147), + [anon_sym_if] = ACTIONS(149), + [anon_sym_case] = ACTIONS(151), + [anon_sym_function] = ACTIONS(153), + [anon_sym_LBRACE] = ACTIONS(155), + [anon_sym_BANG] = ACTIONS(157), + [anon_sym_LBRACK] = ACTIONS(159), + [anon_sym_RBRACK] = ACTIONS(252), + [anon_sym_LBRACK_LBRACK] = ACTIONS(163), + [anon_sym_declare] = ACTIONS(165), + [anon_sym_typeset] = ACTIONS(165), + [anon_sym_export] = ACTIONS(165), + [anon_sym_readonly] = ACTIONS(165), + [anon_sym_local] = ACTIONS(165), + [anon_sym_unset] = ACTIONS(167), + [anon_sym_unsetenv] = ACTIONS(167), + [anon_sym_AMP_GT] = ACTIONS(143), + [anon_sym_AMP_GT_GT] = ACTIONS(141), + [anon_sym_LT_AMP] = ACTIONS(143), + [anon_sym_GT_AMP] = ACTIONS(143), + [anon_sym_GT_PIPE] = ACTIONS(141), + [anon_sym_LT_AMP_DASH] = ACTIONS(169), + [anon_sym_GT_AMP_DASH] = ACTIONS(169), + [anon_sym_DASH2] = ACTIONS(171), + [anon_sym_PLUS2] = ACTIONS(171), + [anon_sym_TILDE] = ACTIONS(173), + [anon_sym_PLUS_PLUS2] = ACTIONS(173), + [anon_sym_DASH_DASH2] = ACTIONS(173), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(175), + [anon_sym_DOLLAR] = ACTIONS(177), + [sym__special_character] = ACTIONS(179), + [anon_sym_DQUOTE] = ACTIONS(181), + [sym_raw_string] = ACTIONS(183), + [sym_ansi_c_string] = ACTIONS(183), + [aux_sym_number_token1] = ACTIONS(185), + [aux_sym_number_token2] = ACTIONS(187), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(189), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(191), + [anon_sym_BQUOTE] = ACTIONS(193), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(195), + [anon_sym_LT_LPAREN] = ACTIONS(197), + [anon_sym_GT_LPAREN] = ACTIONS(197), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(199), + [sym_variable_name] = ACTIONS(201), + [sym_test_operator] = ACTIONS(203), + [sym__brace_start] = ACTIONS(205), + }, + [7] = { + [sym_redirected_statement] = STATE(3290), + [sym_for_statement] = STATE(3336), + [sym_c_style_for_statement] = STATE(3336), + [sym_while_statement] = STATE(3336), + [sym_if_statement] = STATE(3336), + [sym_case_statement] = STATE(3336), + [sym_function_definition] = STATE(3336), + [sym_compound_statement] = STATE(3336), + [sym_subshell] = STATE(3336), + [sym_pipeline] = STATE(3336), + [sym_list] = STATE(3336), + [sym_negated_command] = STATE(3336), + [sym_test_command] = STATE(3336), + [sym_declaration_command] = STATE(3336), + [sym_unset_command] = STATE(3336), + [sym_command] = STATE(3336), + [sym_command_name] = STATE(524), + [sym_variable_assignment] = STATE(1263), + [sym_variable_assignments] = STATE(3336), + [sym_subscript] = STATE(4497), + [sym_file_redirect] = STATE(1987), + [sym__expression] = STATE(2206), + [sym_binary_expression] = STATE(2219), + [sym_ternary_expression] = STATE(2219), + [sym_unary_expression] = STATE(2219), + [sym_postfix_expression] = STATE(2219), + [sym_parenthesized_expression] = STATE(2219), + [sym_arithmetic_expansion] = STATE(385), + [sym_brace_expression] = STATE(385), + [sym_concatenation] = STATE(408), + [sym_string] = STATE(385), + [sym_translated_string] = STATE(385), + [sym_number] = STATE(385), + [sym_simple_expansion] = STATE(385), + [sym_expansion] = STATE(385), + [sym_command_substitution] = STATE(385), + [sym_process_substitution] = STATE(385), + [aux_sym_redirected_statement_repeat2] = STATE(3396), + [aux_sym_command_repeat1] = STATE(1007), + [aux_sym__literal_repeat1] = STATE(407), + [sym_word] = ACTIONS(133), + [anon_sym_for] = ACTIONS(135), + [anon_sym_select] = ACTIONS(137), + [anon_sym_LPAREN_LPAREN] = ACTIONS(139), + [anon_sym_GT_GT] = ACTIONS(141), + [anon_sym_LT] = ACTIONS(143), + [anon_sym_GT] = ACTIONS(143), + [anon_sym_LPAREN] = ACTIONS(145), + [anon_sym_while] = ACTIONS(147), + [anon_sym_until] = ACTIONS(147), + [anon_sym_if] = ACTIONS(149), + [anon_sym_case] = ACTIONS(151), + [anon_sym_function] = ACTIONS(153), + [anon_sym_LBRACE] = ACTIONS(155), + [anon_sym_BANG] = ACTIONS(157), + [anon_sym_LBRACK] = ACTIONS(159), + [anon_sym_RBRACK] = ACTIONS(254), + [anon_sym_LBRACK_LBRACK] = ACTIONS(163), + [anon_sym_declare] = ACTIONS(165), + [anon_sym_typeset] = ACTIONS(165), + [anon_sym_export] = ACTIONS(165), + [anon_sym_readonly] = ACTIONS(165), + [anon_sym_local] = ACTIONS(165), + [anon_sym_unset] = ACTIONS(167), + [anon_sym_unsetenv] = ACTIONS(167), + [anon_sym_AMP_GT] = ACTIONS(143), + [anon_sym_AMP_GT_GT] = ACTIONS(141), + [anon_sym_LT_AMP] = ACTIONS(143), + [anon_sym_GT_AMP] = ACTIONS(143), + [anon_sym_GT_PIPE] = ACTIONS(141), + [anon_sym_LT_AMP_DASH] = ACTIONS(169), + [anon_sym_GT_AMP_DASH] = ACTIONS(169), + [anon_sym_DASH2] = ACTIONS(171), + [anon_sym_PLUS2] = ACTIONS(171), + [anon_sym_TILDE] = ACTIONS(173), + [anon_sym_PLUS_PLUS2] = ACTIONS(173), + [anon_sym_DASH_DASH2] = ACTIONS(173), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(175), + [anon_sym_DOLLAR] = ACTIONS(177), + [sym__special_character] = ACTIONS(179), + [anon_sym_DQUOTE] = ACTIONS(181), + [sym_raw_string] = ACTIONS(183), + [sym_ansi_c_string] = ACTIONS(183), + [aux_sym_number_token1] = ACTIONS(185), + [aux_sym_number_token2] = ACTIONS(187), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(189), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(191), + [anon_sym_BQUOTE] = ACTIONS(193), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(195), + [anon_sym_LT_LPAREN] = ACTIONS(197), + [anon_sym_GT_LPAREN] = ACTIONS(197), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(199), + [sym_variable_name] = ACTIONS(201), + [sym_test_operator] = ACTIONS(203), + [sym__brace_start] = ACTIONS(205), + }, + [8] = { + [sym__expression] = STATE(2182), + [sym_binary_expression] = STATE(2219), + [sym_ternary_expression] = STATE(2219), + [sym_unary_expression] = STATE(2219), + [sym_postfix_expression] = STATE(2219), + [sym_parenthesized_expression] = STATE(2219), + [sym_arithmetic_expansion] = STATE(1813), + [sym_brace_expression] = STATE(1813), + [sym_concatenation] = STATE(2219), + [sym_string] = STATE(1813), + [sym_translated_string] = STATE(1813), + [sym_number] = STATE(1813), + [sym_simple_expansion] = STATE(1813), + [sym_expansion] = STATE(1813), + [sym_command_substitution] = STATE(1813), + [sym_process_substitution] = STATE(1813), + [aux_sym__literal_repeat1] = STATE(1945), + [aux_sym_concatenation_repeat1] = STATE(379), + [sym_word] = ACTIONS(256), + [anon_sym_LPAREN_LPAREN] = ACTIONS(258), + [anon_sym_EQ] = ACTIONS(213), + [anon_sym_PLUS_PLUS] = ACTIONS(213), + [anon_sym_DASH_DASH] = ACTIONS(213), + [anon_sym_PLUS_EQ] = ACTIONS(213), + [anon_sym_DASH_EQ] = ACTIONS(213), + [anon_sym_STAR_EQ] = ACTIONS(213), + [anon_sym_SLASH_EQ] = ACTIONS(213), + [anon_sym_PERCENT_EQ] = ACTIONS(213), + [anon_sym_LT_LT_EQ] = ACTIONS(260), + [anon_sym_GT_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_EQ] = ACTIONS(260), + [anon_sym_CARET_EQ] = ACTIONS(213), + [anon_sym_PIPE_EQ] = ACTIONS(260), + [anon_sym_EQ_EQ] = ACTIONS(215), + [anon_sym_BANG_EQ] = ACTIONS(213), + [anon_sym_LT_EQ] = ACTIONS(260), + [anon_sym_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_AMP] = ACTIONS(262), + [anon_sym_PIPE_PIPE] = ACTIONS(262), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_GT_GT] = ACTIONS(215), + [anon_sym_PLUS] = ACTIONS(213), + [anon_sym_DASH] = ACTIONS(213), + [anon_sym_STAR] = ACTIONS(213), + [anon_sym_SLASH] = ACTIONS(213), + [anon_sym_PERCENT] = ACTIONS(213), + [anon_sym_STAR_STAR] = ACTIONS(213), + [anon_sym_LT] = ACTIONS(215), + [anon_sym_GT] = ACTIONS(215), + [anon_sym_LPAREN] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(215), + [anon_sym_PIPE_AMP] = ACTIONS(244), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_RBRACK] = ACTIONS(260), + [anon_sym_EQ_TILDE] = ACTIONS(215), + [anon_sym_AMP_GT] = ACTIONS(211), + [anon_sym_AMP_GT_GT] = ACTIONS(244), + [anon_sym_LT_AMP] = ACTIONS(211), + [anon_sym_GT_AMP] = ACTIONS(211), + [anon_sym_GT_PIPE] = ACTIONS(244), + [anon_sym_LT_AMP_DASH] = ACTIONS(244), + [anon_sym_GT_AMP_DASH] = ACTIONS(244), + [anon_sym_LT_LT_DASH] = ACTIONS(244), + [anon_sym_LT_LT_LT] = ACTIONS(244), + [anon_sym_AMP] = ACTIONS(213), + [anon_sym_CARET] = ACTIONS(213), + [anon_sym_QMARK] = ACTIONS(213), + [anon_sym_DASH2] = ACTIONS(171), + [anon_sym_PLUS2] = ACTIONS(171), + [anon_sym_TILDE] = ACTIONS(173), + [anon_sym_PLUS_PLUS2] = ACTIONS(173), + [anon_sym_DASH_DASH2] = ACTIONS(173), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(258), + [aux_sym_concatenation_token1] = ACTIONS(269), + [anon_sym_DOLLAR] = ACTIONS(271), + [sym__special_character] = ACTIONS(273), + [anon_sym_DQUOTE] = ACTIONS(275), + [sym_raw_string] = ACTIONS(277), + [sym_ansi_c_string] = ACTIONS(277), + [aux_sym_number_token1] = ACTIONS(279), + [aux_sym_number_token2] = ACTIONS(281), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(283), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(285), + [anon_sym_BQUOTE] = ACTIONS(287), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(289), + [anon_sym_LT_LPAREN] = ACTIONS(291), + [anon_sym_GT_LPAREN] = ACTIONS(291), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(244), + [sym__concat] = ACTIONS(269), + [sym_test_operator] = ACTIONS(293), + [sym__bare_dollar] = ACTIONS(244), + [sym__brace_start] = ACTIONS(295), + }, + [9] = { + [aux_sym__terminated_statement] = STATE(18), + [sym_redirected_statement] = STATE(3011), + [sym_for_statement] = STATE(3011), + [sym_c_style_for_statement] = STATE(3011), + [sym_while_statement] = STATE(3011), + [sym_if_statement] = STATE(3011), + [sym_elif_clause] = STATE(4100), + [sym_else_clause] = STATE(4922), + [sym_case_statement] = STATE(3011), + [sym_function_definition] = STATE(3011), + [sym_compound_statement] = STATE(3011), + [sym_subshell] = STATE(3011), + [sym_pipeline] = STATE(3011), + [sym_list] = STATE(3011), + [sym_negated_command] = STATE(3011), + [sym_test_command] = STATE(3011), + [sym_declaration_command] = STATE(3011), + [sym_unset_command] = STATE(3011), + [sym_command] = STATE(3011), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(767), + [sym_variable_assignments] = STATE(3011), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_if_statement_repeat1] = STATE(4100), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(75), - [anon_sym_RPAREN_RPAREN] = ACTIONS(77), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(83), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), + [anon_sym_fi] = ACTIONS(305), + [anon_sym_elif] = ACTIONS(307), + [anon_sym_else] = ACTIONS(309), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(131), + [anon_sym_BANG] = ACTIONS(313), [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_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(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), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(111), - [anon_sym_BQUOTE] = ACTIONS(113), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(115), - [anon_sym_LT_LPAREN] = ACTIONS(117), - [anon_sym_GT_LPAREN] = ACTIONS(117), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(139), - [sym__brace_start] = ACTIONS(125), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, - [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), + [10] = { + [aux_sym__terminated_statement] = STATE(18), + [sym_redirected_statement] = STATE(3011), + [sym_for_statement] = STATE(3011), + [sym_c_style_for_statement] = STATE(3011), + [sym_while_statement] = STATE(3011), + [sym_if_statement] = STATE(3011), + [sym_elif_clause] = STATE(4096), + [sym_else_clause] = STATE(5059), + [sym_case_statement] = STATE(3011), + [sym_function_definition] = STATE(3011), + [sym_compound_statement] = STATE(3011), + [sym_subshell] = STATE(3011), + [sym_pipeline] = STATE(3011), + [sym_list] = STATE(3011), + [sym_negated_command] = STATE(3011), + [sym_test_command] = STATE(3011), + [sym_declaration_command] = STATE(3011), + [sym_unset_command] = STATE(3011), + [sym_command] = STATE(3011), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(767), + [sym_variable_assignments] = STATE(3011), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_if_statement_repeat1] = STATE(4096), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(75), - [anon_sym_RPAREN_RPAREN] = ACTIONS(141), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(83), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), + [anon_sym_fi] = ACTIONS(353), + [anon_sym_elif] = ACTIONS(307), + [anon_sym_else] = ACTIONS(309), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(131), + [anon_sym_BANG] = ACTIONS(313), [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_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(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), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(111), - [anon_sym_BQUOTE] = ACTIONS(113), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(115), - [anon_sym_LT_LPAREN] = ACTIONS(117), - [anon_sym_GT_LPAREN] = ACTIONS(117), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(139), - [sym__brace_start] = ACTIONS(125), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, - [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), + [11] = { + [aux_sym__terminated_statement] = STATE(10), + [sym_redirected_statement] = STATE(3011), + [sym_for_statement] = STATE(3011), + [sym_c_style_for_statement] = STATE(3011), + [sym_while_statement] = STATE(3011), + [sym_if_statement] = STATE(3011), + [sym_elif_clause] = STATE(4102), + [sym_else_clause] = STATE(5012), + [sym_case_statement] = STATE(3011), + [sym_function_definition] = STATE(3011), + [sym_compound_statement] = STATE(3011), + [sym_subshell] = STATE(3011), + [sym_pipeline] = STATE(3011), + [sym_list] = STATE(3011), + [sym_negated_command] = STATE(3011), + [sym_test_command] = STATE(3011), + [sym_declaration_command] = STATE(3011), + [sym_unset_command] = STATE(3011), + [sym_command] = STATE(3011), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(767), + [sym_variable_assignments] = STATE(3011), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_if_statement_repeat1] = STATE(4102), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(75), - [anon_sym_RPAREN_RPAREN] = ACTIONS(141), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(83), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), + [anon_sym_fi] = ACTIONS(355), + [anon_sym_elif] = ACTIONS(307), + [anon_sym_else] = ACTIONS(309), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(87), + [anon_sym_BANG] = ACTIONS(313), [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_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(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), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(111), - [anon_sym_BQUOTE] = ACTIONS(113), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(115), - [anon_sym_LT_LPAREN] = ACTIONS(117), - [anon_sym_GT_LPAREN] = ACTIONS(117), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(123), - [sym__brace_start] = ACTIONS(125), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, - [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_word] = ACTIONS(143), + [12] = { + [aux_sym__terminated_statement] = STATE(18), + [sym_redirected_statement] = STATE(3011), + [sym_for_statement] = STATE(3011), + [sym_c_style_for_statement] = STATE(3011), + [sym_while_statement] = STATE(3011), + [sym_if_statement] = STATE(3011), + [sym_elif_clause] = STATE(4082), + [sym_else_clause] = STATE(4674), + [sym_case_statement] = STATE(3011), + [sym_function_definition] = STATE(3011), + [sym_compound_statement] = STATE(3011), + [sym_subshell] = STATE(3011), + [sym_pipeline] = STATE(3011), + [sym_list] = STATE(3011), + [sym_negated_command] = STATE(3011), + [sym_test_command] = STATE(3011), + [sym_declaration_command] = STATE(3011), + [sym_unset_command] = STATE(3011), + [sym_command] = STATE(3011), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(767), + [sym_variable_assignments] = STATE(3011), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_if_statement_repeat1] = STATE(4082), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(145), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(147), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), + [anon_sym_fi] = ACTIONS(357), + [anon_sym_elif] = ACTIONS(307), + [anon_sym_else] = ACTIONS(309), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(313), [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_DASH2] = ACTIONS(151), - [anon_sym_PLUS2] = ACTIONS(151), - [anon_sym_TILDE] = ACTIONS(153), - [anon_sym_PLUS_PLUS2] = ACTIONS(153), - [anon_sym_DASH_DASH2] = ACTIONS(153), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(145), - [anon_sym_DOLLAR] = ACTIONS(155), - [sym__special_character] = ACTIONS(157), - [anon_sym_DQUOTE] = ACTIONS(159), - [sym_raw_string] = ACTIONS(161), - [sym_ansi_c_string] = ACTIONS(161), - [aux_sym_number_token1] = ACTIONS(163), - [aux_sym_number_token2] = ACTIONS(165), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(167), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(169), - [anon_sym_BQUOTE] = ACTIONS(171), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [sym_test_operator] = ACTIONS(177), - [sym__brace_start] = ACTIONS(179), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, - [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_word] = ACTIONS(143), + [13] = { + [aux_sym__terminated_statement] = STATE(12), + [sym_redirected_statement] = STATE(3011), + [sym_for_statement] = STATE(3011), + [sym_c_style_for_statement] = STATE(3011), + [sym_while_statement] = STATE(3011), + [sym_if_statement] = STATE(3011), + [sym_elif_clause] = STATE(4095), + [sym_else_clause] = STATE(5063), + [sym_case_statement] = STATE(3011), + [sym_function_definition] = STATE(3011), + [sym_compound_statement] = STATE(3011), + [sym_subshell] = STATE(3011), + [sym_pipeline] = STATE(3011), + [sym_list] = STATE(3011), + [sym_negated_command] = STATE(3011), + [sym_test_command] = STATE(3011), + [sym_declaration_command] = STATE(3011), + [sym_unset_command] = STATE(3011), + [sym_command] = STATE(3011), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(767), + [sym_variable_assignments] = STATE(3011), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_if_statement_repeat1] = STATE(4095), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(145), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(226), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), + [anon_sym_fi] = ACTIONS(359), + [anon_sym_elif] = ACTIONS(307), + [anon_sym_else] = ACTIONS(309), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(313), [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_DASH2] = ACTIONS(151), - [anon_sym_PLUS2] = ACTIONS(151), - [anon_sym_TILDE] = ACTIONS(153), - [anon_sym_PLUS_PLUS2] = ACTIONS(153), - [anon_sym_DASH_DASH2] = ACTIONS(153), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(145), - [anon_sym_DOLLAR] = ACTIONS(155), - [sym__special_character] = ACTIONS(157), - [anon_sym_DQUOTE] = ACTIONS(159), - [sym_raw_string] = ACTIONS(161), - [sym_ansi_c_string] = ACTIONS(161), - [aux_sym_number_token1] = ACTIONS(163), - [aux_sym_number_token2] = ACTIONS(165), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(167), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(169), - [anon_sym_BQUOTE] = ACTIONS(171), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [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), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, - [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), - [sym_word] = ACTIONS(143), + [14] = { + [aux_sym__terminated_statement] = STATE(9), + [sym_redirected_statement] = STATE(3011), + [sym_for_statement] = STATE(3011), + [sym_c_style_for_statement] = STATE(3011), + [sym_while_statement] = STATE(3011), + [sym_if_statement] = STATE(3011), + [sym_elif_clause] = STATE(4084), + [sym_else_clause] = STATE(4706), + [sym_case_statement] = STATE(3011), + [sym_function_definition] = STATE(3011), + [sym_compound_statement] = STATE(3011), + [sym_subshell] = STATE(3011), + [sym_pipeline] = STATE(3011), + [sym_list] = STATE(3011), + [sym_negated_command] = STATE(3011), + [sym_test_command] = STATE(3011), + [sym_declaration_command] = STATE(3011), + [sym_unset_command] = STATE(3011), + [sym_command] = STATE(3011), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(767), + [sym_variable_assignments] = STATE(3011), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_if_statement_repeat1] = STATE(4084), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(145), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(226), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), + [anon_sym_fi] = ACTIONS(361), + [anon_sym_elif] = ACTIONS(307), + [anon_sym_else] = ACTIONS(309), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(149), + [anon_sym_BANG] = ACTIONS(313), [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_DASH2] = ACTIONS(151), - [anon_sym_PLUS2] = ACTIONS(151), - [anon_sym_TILDE] = ACTIONS(153), - [anon_sym_PLUS_PLUS2] = ACTIONS(153), - [anon_sym_DASH_DASH2] = ACTIONS(153), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(145), - [anon_sym_DOLLAR] = ACTIONS(155), - [sym__special_character] = ACTIONS(157), - [anon_sym_DQUOTE] = ACTIONS(159), - [sym_raw_string] = ACTIONS(161), - [sym_ansi_c_string] = ACTIONS(161), - [aux_sym_number_token1] = ACTIONS(163), - [aux_sym_number_token2] = ACTIONS(165), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(167), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(169), - [anon_sym_BQUOTE] = ACTIONS(171), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(173), - [anon_sym_LT_LPAREN] = ACTIONS(175), - [anon_sym_GT_LPAREN] = ACTIONS(175), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(119), - [sym_variable_name] = ACTIONS(121), - [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), - }, - [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), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [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), - [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__statements] = STATE(4229), + [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(413), + [sym_variable_assignment] = STATE(613), + [sym_variable_assignments] = STATE(2601), + [sym_subscript] = STATE(4511), + [sym_file_redirect] = STATE(1277), + [sym_arithmetic_expansion] = STATE(638), + [sym_brace_expression] = STATE(638), + [sym_concatenation] = STATE(858), + [sym_string] = STATE(638), + [sym_translated_string] = STATE(638), + [sym_number] = STATE(638), + [sym_simple_expansion] = STATE(638), + [sym_expansion] = STATE(638), + [sym_command_substitution] = STATE(638), + [sym_process_substitution] = STATE(638), + [aux_sym__statements_repeat1] = STATE(305), + [aux_sym_redirected_statement_repeat2] = STATE(2913), + [aux_sym_command_repeat1] = STATE(929), + [aux_sym__literal_repeat1] = STATE(733), + [sym_word] = ACTIONS(363), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(369), + [anon_sym_GT_GT] = ACTIONS(371), + [anon_sym_LT] = ACTIONS(373), + [anon_sym_GT] = ACTIONS(373), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_esac] = ACTIONS(383), + [anon_sym_SEMI_SEMI] = ACTIONS(385), + [anon_sym_SEMI_AMP] = ACTIONS(387), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(387), + [anon_sym_function] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(393), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(399), + [anon_sym_typeset] = ACTIONS(399), + [anon_sym_export] = ACTIONS(399), + [anon_sym_readonly] = ACTIONS(399), + [anon_sym_local] = ACTIONS(399), + [anon_sym_unset] = ACTIONS(401), + [anon_sym_unsetenv] = ACTIONS(401), + [anon_sym_AMP_GT] = ACTIONS(373), + [anon_sym_AMP_GT_GT] = ACTIONS(371), + [anon_sym_LT_AMP] = ACTIONS(373), + [anon_sym_GT_AMP] = ACTIONS(373), + [anon_sym_GT_PIPE] = ACTIONS(371), + [anon_sym_LT_AMP_DASH] = ACTIONS(403), + [anon_sym_GT_AMP_DASH] = ACTIONS(403), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(405), + [anon_sym_DOLLAR] = ACTIONS(407), + [sym__special_character] = ACTIONS(409), + [anon_sym_DQUOTE] = ACTIONS(411), + [sym_raw_string] = ACTIONS(413), + [sym_ansi_c_string] = ACTIONS(413), + [aux_sym_number_token1] = ACTIONS(415), + [aux_sym_number_token2] = ACTIONS(417), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(419), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(421), + [anon_sym_BQUOTE] = ACTIONS(423), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(425), + [anon_sym_LT_LPAREN] = ACTIONS(427), + [anon_sym_GT_LPAREN] = ACTIONS(427), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(429), + [sym_variable_name] = ACTIONS(431), + [sym_test_operator] = ACTIONS(433), + [sym__brace_start] = ACTIONS(435), }, [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), - [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), - [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__statements] = STATE(4261), + [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(413), + [sym_variable_assignment] = STATE(613), + [sym_variable_assignments] = STATE(2601), + [sym_subscript] = STATE(4511), + [sym_file_redirect] = STATE(1277), + [sym_arithmetic_expansion] = STATE(638), + [sym_brace_expression] = STATE(638), + [sym_concatenation] = STATE(858), + [sym_string] = STATE(638), + [sym_translated_string] = STATE(638), + [sym_number] = STATE(638), + [sym_simple_expansion] = STATE(638), + [sym_expansion] = STATE(638), + [sym_command_substitution] = STATE(638), + [sym_process_substitution] = STATE(638), + [aux_sym__statements_repeat1] = STATE(305), + [aux_sym_redirected_statement_repeat2] = STATE(2913), + [aux_sym_command_repeat1] = STATE(929), + [aux_sym__literal_repeat1] = STATE(733), + [sym_word] = ACTIONS(363), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(369), + [anon_sym_GT_GT] = ACTIONS(371), + [anon_sym_LT] = ACTIONS(373), + [anon_sym_GT] = ACTIONS(373), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_esac] = ACTIONS(437), + [anon_sym_SEMI_SEMI] = ACTIONS(439), + [anon_sym_SEMI_AMP] = ACTIONS(441), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(443), + [anon_sym_function] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(393), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(399), + [anon_sym_typeset] = ACTIONS(399), + [anon_sym_export] = ACTIONS(399), + [anon_sym_readonly] = ACTIONS(399), + [anon_sym_local] = ACTIONS(399), + [anon_sym_unset] = ACTIONS(401), + [anon_sym_unsetenv] = ACTIONS(401), + [anon_sym_AMP_GT] = ACTIONS(373), + [anon_sym_AMP_GT_GT] = ACTIONS(371), + [anon_sym_LT_AMP] = ACTIONS(373), + [anon_sym_GT_AMP] = ACTIONS(373), + [anon_sym_GT_PIPE] = ACTIONS(371), + [anon_sym_LT_AMP_DASH] = ACTIONS(403), + [anon_sym_GT_AMP_DASH] = ACTIONS(403), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(405), + [anon_sym_DOLLAR] = ACTIONS(407), + [sym__special_character] = ACTIONS(409), + [anon_sym_DQUOTE] = ACTIONS(411), + [sym_raw_string] = ACTIONS(413), + [sym_ansi_c_string] = ACTIONS(413), + [aux_sym_number_token1] = ACTIONS(415), + [aux_sym_number_token2] = ACTIONS(417), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(419), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(421), + [anon_sym_BQUOTE] = ACTIONS(423), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(425), + [anon_sym_LT_LPAREN] = ACTIONS(427), + [anon_sym_GT_LPAREN] = ACTIONS(427), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(429), + [sym_variable_name] = ACTIONS(431), + [sym_test_operator] = ACTIONS(433), + [sym__brace_start] = ACTIONS(435), }, [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_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_LT_LT_EQ] = ACTIONS(350), - [anon_sym_GT_GT_EQ] = ACTIONS(350), - [anon_sym_AMP_EQ] = ACTIONS(350), - [anon_sym_CARET_EQ] = ACTIONS(185), - [anon_sym_PIPE_EQ] = ACTIONS(350), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(185), - [anon_sym_LT_EQ] = ACTIONS(350), - [anon_sym_GT_EQ] = ACTIONS(350), - [anon_sym_AMP_AMP] = ACTIONS(352), - [anon_sym_PIPE_PIPE] = ACTIONS(352), - [anon_sym_LT_LT] = ACTIONS(189), - [anon_sym_GT_GT] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_LPAREN] = ACTIONS(355), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_PIPE_AMP] = ACTIONS(218), - [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_DOLLAR_LPAREN_LPAREN] = ACTIONS(348), - [aux_sym_concatenation_token1] = ACTIONS(359), - [anon_sym_DOLLAR] = ACTIONS(361), - [sym__special_character] = ACTIONS(363), - [anon_sym_DQUOTE] = ACTIONS(365), - [sym_raw_string] = ACTIONS(367), - [sym_ansi_c_string] = ACTIONS(367), - [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_file_descriptor] = ACTIONS(218), - [sym__concat] = ACTIONS(359), - [sym_test_operator] = ACTIONS(383), - [sym__bare_dollar] = ACTIONS(218), - [sym__brace_start] = ACTIONS(385), + [sym__statements] = STATE(4240), + [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(413), + [sym_variable_assignment] = STATE(613), + [sym_variable_assignments] = STATE(2601), + [sym_subscript] = STATE(4511), + [sym_file_redirect] = STATE(1277), + [sym_arithmetic_expansion] = STATE(638), + [sym_brace_expression] = STATE(638), + [sym_concatenation] = STATE(858), + [sym_string] = STATE(638), + [sym_translated_string] = STATE(638), + [sym_number] = STATE(638), + [sym_simple_expansion] = STATE(638), + [sym_expansion] = STATE(638), + [sym_command_substitution] = STATE(638), + [sym_process_substitution] = STATE(638), + [aux_sym__statements_repeat1] = STATE(305), + [aux_sym_redirected_statement_repeat2] = STATE(2913), + [aux_sym_command_repeat1] = STATE(929), + [aux_sym__literal_repeat1] = STATE(733), + [sym_word] = ACTIONS(363), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(369), + [anon_sym_GT_GT] = ACTIONS(371), + [anon_sym_LT] = ACTIONS(373), + [anon_sym_GT] = ACTIONS(373), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_esac] = ACTIONS(445), + [anon_sym_SEMI_SEMI] = ACTIONS(447), + [anon_sym_SEMI_AMP] = ACTIONS(449), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(451), + [anon_sym_function] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(393), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(399), + [anon_sym_typeset] = ACTIONS(399), + [anon_sym_export] = ACTIONS(399), + [anon_sym_readonly] = ACTIONS(399), + [anon_sym_local] = ACTIONS(399), + [anon_sym_unset] = ACTIONS(401), + [anon_sym_unsetenv] = ACTIONS(401), + [anon_sym_AMP_GT] = ACTIONS(373), + [anon_sym_AMP_GT_GT] = ACTIONS(371), + [anon_sym_LT_AMP] = ACTIONS(373), + [anon_sym_GT_AMP] = ACTIONS(373), + [anon_sym_GT_PIPE] = ACTIONS(371), + [anon_sym_LT_AMP_DASH] = ACTIONS(403), + [anon_sym_GT_AMP_DASH] = ACTIONS(403), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(405), + [anon_sym_DOLLAR] = ACTIONS(407), + [sym__special_character] = ACTIONS(409), + [anon_sym_DQUOTE] = ACTIONS(411), + [sym_raw_string] = ACTIONS(413), + [sym_ansi_c_string] = ACTIONS(413), + [aux_sym_number_token1] = ACTIONS(415), + [aux_sym_number_token2] = ACTIONS(417), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(419), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(421), + [anon_sym_BQUOTE] = ACTIONS(423), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(425), + [anon_sym_LT_LPAREN] = ACTIONS(427), + [anon_sym_GT_LPAREN] = ACTIONS(427), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(429), + [sym_variable_name] = ACTIONS(431), + [sym_test_operator] = ACTIONS(433), + [sym__brace_start] = ACTIONS(435), }, [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), - [sym_word] = ACTIONS(387), + [aux_sym__terminated_statement] = STATE(18), + [sym_redirected_statement] = STATE(3011), + [sym_for_statement] = STATE(3011), + [sym_c_style_for_statement] = STATE(3011), + [sym_while_statement] = STATE(3011), + [sym_if_statement] = STATE(3011), + [sym_case_statement] = STATE(3011), + [sym_function_definition] = STATE(3011), + [sym_compound_statement] = STATE(3011), + [sym_subshell] = STATE(3011), + [sym_pipeline] = STATE(3011), + [sym_list] = STATE(3011), + [sym_negated_command] = STATE(3011), + [sym_test_command] = STATE(3011), + [sym_declaration_command] = STATE(3011), + [sym_unset_command] = STATE(3011), + [sym_command] = STATE(3011), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(767), + [sym_variable_assignments] = STATE(3011), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(453), + [anon_sym_for] = ACTIONS(456), + [anon_sym_select] = ACTIONS(459), + [anon_sym_LPAREN_LPAREN] = ACTIONS(462), + [anon_sym_GT_GT] = ACTIONS(465), + [anon_sym_LT] = ACTIONS(468), + [anon_sym_GT] = ACTIONS(468), + [anon_sym_LPAREN] = ACTIONS(471), + [anon_sym_while] = ACTIONS(474), + [anon_sym_until] = ACTIONS(474), + [anon_sym_do] = ACTIONS(477), + [anon_sym_if] = ACTIONS(479), + [anon_sym_then] = ACTIONS(477), + [anon_sym_fi] = ACTIONS(477), + [anon_sym_elif] = ACTIONS(477), + [anon_sym_else] = ACTIONS(477), + [anon_sym_case] = ACTIONS(482), + [anon_sym_function] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(488), + [anon_sym_BANG] = ACTIONS(491), + [anon_sym_LBRACK] = ACTIONS(494), + [anon_sym_LBRACK_LBRACK] = ACTIONS(497), + [anon_sym_declare] = ACTIONS(500), + [anon_sym_typeset] = ACTIONS(500), + [anon_sym_export] = ACTIONS(500), + [anon_sym_readonly] = ACTIONS(500), + [anon_sym_local] = ACTIONS(500), + [anon_sym_unset] = ACTIONS(503), + [anon_sym_unsetenv] = ACTIONS(503), + [anon_sym_AMP_GT] = ACTIONS(468), + [anon_sym_AMP_GT_GT] = ACTIONS(465), + [anon_sym_LT_AMP] = ACTIONS(468), + [anon_sym_GT_AMP] = ACTIONS(468), + [anon_sym_GT_PIPE] = ACTIONS(465), + [anon_sym_LT_AMP_DASH] = ACTIONS(506), + [anon_sym_GT_AMP_DASH] = ACTIONS(506), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(509), + [anon_sym_DOLLAR] = ACTIONS(512), + [sym__special_character] = ACTIONS(515), + [anon_sym_DQUOTE] = ACTIONS(518), + [sym_raw_string] = ACTIONS(521), + [sym_ansi_c_string] = ACTIONS(521), + [aux_sym_number_token1] = ACTIONS(524), + [aux_sym_number_token2] = ACTIONS(527), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(530), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(533), + [anon_sym_BQUOTE] = ACTIONS(536), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(539), + [anon_sym_LT_LPAREN] = ACTIONS(542), + [anon_sym_GT_LPAREN] = ACTIONS(542), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(545), + [sym_variable_name] = ACTIONS(548), + [sym_test_operator] = ACTIONS(551), + [sym__brace_start] = ACTIONS(554), + }, + [19] = { + [sym__statements] = STATE(4202), + [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(413), + [sym_variable_assignment] = STATE(613), + [sym_variable_assignments] = STATE(2601), + [sym_subscript] = STATE(4511), + [sym_file_redirect] = STATE(1277), + [sym_arithmetic_expansion] = STATE(638), + [sym_brace_expression] = STATE(638), + [sym_concatenation] = STATE(858), + [sym_string] = STATE(638), + [sym_translated_string] = STATE(638), + [sym_number] = STATE(638), + [sym_simple_expansion] = STATE(638), + [sym_expansion] = STATE(638), + [sym_command_substitution] = STATE(638), + [sym_process_substitution] = STATE(638), + [aux_sym__statements_repeat1] = STATE(305), + [aux_sym_redirected_statement_repeat2] = STATE(2913), + [aux_sym_command_repeat1] = STATE(929), + [aux_sym__literal_repeat1] = STATE(733), + [sym_word] = ACTIONS(363), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(369), + [anon_sym_GT_GT] = ACTIONS(371), + [anon_sym_LT] = ACTIONS(373), + [anon_sym_GT] = ACTIONS(373), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_esac] = ACTIONS(445), + [anon_sym_SEMI_SEMI] = ACTIONS(557), + [anon_sym_SEMI_AMP] = ACTIONS(559), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(561), + [anon_sym_function] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(393), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(399), + [anon_sym_typeset] = ACTIONS(399), + [anon_sym_export] = ACTIONS(399), + [anon_sym_readonly] = ACTIONS(399), + [anon_sym_local] = ACTIONS(399), + [anon_sym_unset] = ACTIONS(401), + [anon_sym_unsetenv] = ACTIONS(401), + [anon_sym_AMP_GT] = ACTIONS(373), + [anon_sym_AMP_GT_GT] = ACTIONS(371), + [anon_sym_LT_AMP] = ACTIONS(373), + [anon_sym_GT_AMP] = ACTIONS(373), + [anon_sym_GT_PIPE] = ACTIONS(371), + [anon_sym_LT_AMP_DASH] = ACTIONS(403), + [anon_sym_GT_AMP_DASH] = ACTIONS(403), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(405), + [anon_sym_DOLLAR] = ACTIONS(407), + [sym__special_character] = ACTIONS(409), + [anon_sym_DQUOTE] = ACTIONS(411), + [sym_raw_string] = ACTIONS(413), + [sym_ansi_c_string] = ACTIONS(413), + [aux_sym_number_token1] = ACTIONS(415), + [aux_sym_number_token2] = ACTIONS(417), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(419), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(421), + [anon_sym_BQUOTE] = ACTIONS(423), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(425), + [anon_sym_LT_LPAREN] = ACTIONS(427), + [anon_sym_GT_LPAREN] = ACTIONS(427), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(429), + [sym_variable_name] = ACTIONS(431), + [sym_test_operator] = ACTIONS(433), + [sym__brace_start] = ACTIONS(435), + }, + [20] = { + [sym__statements] = STATE(4212), + [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(413), + [sym_variable_assignment] = STATE(613), + [sym_variable_assignments] = STATE(2601), + [sym_subscript] = STATE(4511), + [sym_file_redirect] = STATE(1277), + [sym_arithmetic_expansion] = STATE(638), + [sym_brace_expression] = STATE(638), + [sym_concatenation] = STATE(858), + [sym_string] = STATE(638), + [sym_translated_string] = STATE(638), + [sym_number] = STATE(638), + [sym_simple_expansion] = STATE(638), + [sym_expansion] = STATE(638), + [sym_command_substitution] = STATE(638), + [sym_process_substitution] = STATE(638), + [aux_sym__statements_repeat1] = STATE(305), + [aux_sym_redirected_statement_repeat2] = STATE(2913), + [aux_sym_command_repeat1] = STATE(929), + [aux_sym__literal_repeat1] = STATE(733), + [sym_word] = ACTIONS(363), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(369), + [anon_sym_GT_GT] = ACTIONS(371), + [anon_sym_LT] = ACTIONS(373), + [anon_sym_GT] = ACTIONS(373), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_esac] = ACTIONS(437), + [anon_sym_SEMI_SEMI] = ACTIONS(563), + [anon_sym_SEMI_AMP] = ACTIONS(565), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(567), + [anon_sym_function] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(393), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(399), + [anon_sym_typeset] = ACTIONS(399), + [anon_sym_export] = ACTIONS(399), + [anon_sym_readonly] = ACTIONS(399), + [anon_sym_local] = ACTIONS(399), + [anon_sym_unset] = ACTIONS(401), + [anon_sym_unsetenv] = ACTIONS(401), + [anon_sym_AMP_GT] = ACTIONS(373), + [anon_sym_AMP_GT_GT] = ACTIONS(371), + [anon_sym_LT_AMP] = ACTIONS(373), + [anon_sym_GT_AMP] = ACTIONS(373), + [anon_sym_GT_PIPE] = ACTIONS(371), + [anon_sym_LT_AMP_DASH] = ACTIONS(403), + [anon_sym_GT_AMP_DASH] = ACTIONS(403), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(405), + [anon_sym_DOLLAR] = ACTIONS(407), + [sym__special_character] = ACTIONS(409), + [anon_sym_DQUOTE] = ACTIONS(411), + [sym_raw_string] = ACTIONS(413), + [sym_ansi_c_string] = ACTIONS(413), + [aux_sym_number_token1] = ACTIONS(415), + [aux_sym_number_token2] = ACTIONS(417), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(419), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(421), + [anon_sym_BQUOTE] = ACTIONS(423), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(425), + [anon_sym_LT_LPAREN] = ACTIONS(427), + [anon_sym_GT_LPAREN] = ACTIONS(427), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(429), + [sym_variable_name] = ACTIONS(431), + [sym_test_operator] = ACTIONS(433), + [sym__brace_start] = ACTIONS(435), + }, + [21] = { + [sym__statements] = STATE(4230), + [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(413), + [sym_variable_assignment] = STATE(613), + [sym_variable_assignments] = STATE(2601), + [sym_subscript] = STATE(4511), + [sym_file_redirect] = STATE(1277), + [sym_arithmetic_expansion] = STATE(638), + [sym_brace_expression] = STATE(638), + [sym_concatenation] = STATE(858), + [sym_string] = STATE(638), + [sym_translated_string] = STATE(638), + [sym_number] = STATE(638), + [sym_simple_expansion] = STATE(638), + [sym_expansion] = STATE(638), + [sym_command_substitution] = STATE(638), + [sym_process_substitution] = STATE(638), + [aux_sym__statements_repeat1] = STATE(305), + [aux_sym_redirected_statement_repeat2] = STATE(2913), + [aux_sym_command_repeat1] = STATE(929), + [aux_sym__literal_repeat1] = STATE(733), + [sym_word] = ACTIONS(363), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(369), + [anon_sym_GT_GT] = ACTIONS(371), + [anon_sym_LT] = ACTIONS(373), + [anon_sym_GT] = ACTIONS(373), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_esac] = ACTIONS(569), + [anon_sym_SEMI_SEMI] = ACTIONS(571), + [anon_sym_SEMI_AMP] = ACTIONS(573), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(573), + [anon_sym_function] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(393), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(399), + [anon_sym_typeset] = ACTIONS(399), + [anon_sym_export] = ACTIONS(399), + [anon_sym_readonly] = ACTIONS(399), + [anon_sym_local] = ACTIONS(399), + [anon_sym_unset] = ACTIONS(401), + [anon_sym_unsetenv] = ACTIONS(401), + [anon_sym_AMP_GT] = ACTIONS(373), + [anon_sym_AMP_GT_GT] = ACTIONS(371), + [anon_sym_LT_AMP] = ACTIONS(373), + [anon_sym_GT_AMP] = ACTIONS(373), + [anon_sym_GT_PIPE] = ACTIONS(371), + [anon_sym_LT_AMP_DASH] = ACTIONS(403), + [anon_sym_GT_AMP_DASH] = ACTIONS(403), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(405), + [anon_sym_DOLLAR] = ACTIONS(407), + [sym__special_character] = ACTIONS(409), + [anon_sym_DQUOTE] = ACTIONS(411), + [sym_raw_string] = ACTIONS(413), + [sym_ansi_c_string] = ACTIONS(413), + [aux_sym_number_token1] = ACTIONS(415), + [aux_sym_number_token2] = ACTIONS(417), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(419), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(421), + [anon_sym_BQUOTE] = ACTIONS(423), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(425), + [anon_sym_LT_LPAREN] = ACTIONS(427), + [anon_sym_GT_LPAREN] = ACTIONS(427), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(429), + [sym_variable_name] = ACTIONS(431), + [sym_test_operator] = ACTIONS(433), + [sym__brace_start] = ACTIONS(435), + }, + [22] = { + [sym__statements] = STATE(4231), + [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(413), + [sym_variable_assignment] = STATE(613), + [sym_variable_assignments] = STATE(2601), + [sym_subscript] = STATE(4511), + [sym_file_redirect] = STATE(1277), + [sym_arithmetic_expansion] = STATE(638), + [sym_brace_expression] = STATE(638), + [sym_concatenation] = STATE(858), + [sym_string] = STATE(638), + [sym_translated_string] = STATE(638), + [sym_number] = STATE(638), + [sym_simple_expansion] = STATE(638), + [sym_expansion] = STATE(638), + [sym_command_substitution] = STATE(638), + [sym_process_substitution] = STATE(638), + [aux_sym__statements_repeat1] = STATE(305), + [aux_sym_redirected_statement_repeat2] = STATE(2913), + [aux_sym_command_repeat1] = STATE(929), + [aux_sym__literal_repeat1] = STATE(733), + [sym_word] = ACTIONS(363), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(369), + [anon_sym_GT_GT] = ACTIONS(371), + [anon_sym_LT] = ACTIONS(373), + [anon_sym_GT] = ACTIONS(373), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_esac] = ACTIONS(575), + [anon_sym_SEMI_SEMI] = ACTIONS(577), + [anon_sym_SEMI_AMP] = ACTIONS(579), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(579), + [anon_sym_function] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(393), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(399), + [anon_sym_typeset] = ACTIONS(399), + [anon_sym_export] = ACTIONS(399), + [anon_sym_readonly] = ACTIONS(399), + [anon_sym_local] = ACTIONS(399), + [anon_sym_unset] = ACTIONS(401), + [anon_sym_unsetenv] = ACTIONS(401), + [anon_sym_AMP_GT] = ACTIONS(373), + [anon_sym_AMP_GT_GT] = ACTIONS(371), + [anon_sym_LT_AMP] = ACTIONS(373), + [anon_sym_GT_AMP] = ACTIONS(373), + [anon_sym_GT_PIPE] = ACTIONS(371), + [anon_sym_LT_AMP_DASH] = ACTIONS(403), + [anon_sym_GT_AMP_DASH] = ACTIONS(403), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(405), + [anon_sym_DOLLAR] = ACTIONS(407), + [sym__special_character] = ACTIONS(409), + [anon_sym_DQUOTE] = ACTIONS(411), + [sym_raw_string] = ACTIONS(413), + [sym_ansi_c_string] = ACTIONS(413), + [aux_sym_number_token1] = ACTIONS(415), + [aux_sym_number_token2] = ACTIONS(417), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(419), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(421), + [anon_sym_BQUOTE] = ACTIONS(423), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(425), + [anon_sym_LT_LPAREN] = ACTIONS(427), + [anon_sym_GT_LPAREN] = ACTIONS(427), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(429), + [sym_variable_name] = ACTIONS(431), + [sym_test_operator] = ACTIONS(433), + [sym__brace_start] = ACTIONS(435), + }, + [23] = { + [sym__statements] = STATE(4248), + [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(413), + [sym_variable_assignment] = STATE(613), + [sym_variable_assignments] = STATE(2601), + [sym_subscript] = STATE(4511), + [sym_file_redirect] = STATE(1277), + [sym_arithmetic_expansion] = STATE(638), + [sym_brace_expression] = STATE(638), + [sym_concatenation] = STATE(858), + [sym_string] = STATE(638), + [sym_translated_string] = STATE(638), + [sym_number] = STATE(638), + [sym_simple_expansion] = STATE(638), + [sym_expansion] = STATE(638), + [sym_command_substitution] = STATE(638), + [sym_process_substitution] = STATE(638), + [aux_sym__statements_repeat1] = STATE(305), + [aux_sym_redirected_statement_repeat2] = STATE(2913), + [aux_sym_command_repeat1] = STATE(929), + [aux_sym__literal_repeat1] = STATE(733), + [sym_word] = ACTIONS(363), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(369), + [anon_sym_GT_GT] = ACTIONS(371), + [anon_sym_LT] = ACTIONS(373), + [anon_sym_GT] = ACTIONS(373), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_esac] = ACTIONS(581), + [anon_sym_SEMI_SEMI] = ACTIONS(583), + [anon_sym_SEMI_AMP] = ACTIONS(585), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(587), + [anon_sym_function] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(393), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(399), + [anon_sym_typeset] = ACTIONS(399), + [anon_sym_export] = ACTIONS(399), + [anon_sym_readonly] = ACTIONS(399), + [anon_sym_local] = ACTIONS(399), + [anon_sym_unset] = ACTIONS(401), + [anon_sym_unsetenv] = ACTIONS(401), + [anon_sym_AMP_GT] = ACTIONS(373), + [anon_sym_AMP_GT_GT] = ACTIONS(371), + [anon_sym_LT_AMP] = ACTIONS(373), + [anon_sym_GT_AMP] = ACTIONS(373), + [anon_sym_GT_PIPE] = ACTIONS(371), + [anon_sym_LT_AMP_DASH] = ACTIONS(403), + [anon_sym_GT_AMP_DASH] = ACTIONS(403), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(405), + [anon_sym_DOLLAR] = ACTIONS(407), + [sym__special_character] = ACTIONS(409), + [anon_sym_DQUOTE] = ACTIONS(411), + [sym_raw_string] = ACTIONS(413), + [sym_ansi_c_string] = ACTIONS(413), + [aux_sym_number_token1] = ACTIONS(415), + [aux_sym_number_token2] = ACTIONS(417), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(419), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(421), + [anon_sym_BQUOTE] = ACTIONS(423), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(425), + [anon_sym_LT_LPAREN] = ACTIONS(427), + [anon_sym_GT_LPAREN] = ACTIONS(427), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(429), + [sym_variable_name] = ACTIONS(431), + [sym_test_operator] = ACTIONS(433), + [sym__brace_start] = ACTIONS(435), + }, + [24] = { + [sym__statements] = STATE(4256), + [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(413), + [sym_variable_assignment] = STATE(613), + [sym_variable_assignments] = STATE(2601), + [sym_subscript] = STATE(4511), + [sym_file_redirect] = STATE(1277), + [sym_arithmetic_expansion] = STATE(638), + [sym_brace_expression] = STATE(638), + [sym_concatenation] = STATE(858), + [sym_string] = STATE(638), + [sym_translated_string] = STATE(638), + [sym_number] = STATE(638), + [sym_simple_expansion] = STATE(638), + [sym_expansion] = STATE(638), + [sym_command_substitution] = STATE(638), + [sym_process_substitution] = STATE(638), + [aux_sym__statements_repeat1] = STATE(305), + [aux_sym_redirected_statement_repeat2] = STATE(2913), + [aux_sym_command_repeat1] = STATE(929), + [aux_sym__literal_repeat1] = STATE(733), + [sym_word] = ACTIONS(363), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(369), + [anon_sym_GT_GT] = ACTIONS(371), + [anon_sym_LT] = ACTIONS(373), + [anon_sym_GT] = ACTIONS(373), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_esac] = ACTIONS(589), + [anon_sym_SEMI_SEMI] = ACTIONS(591), + [anon_sym_SEMI_AMP] = ACTIONS(593), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(595), + [anon_sym_function] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(393), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(399), + [anon_sym_typeset] = ACTIONS(399), + [anon_sym_export] = ACTIONS(399), + [anon_sym_readonly] = ACTIONS(399), + [anon_sym_local] = ACTIONS(399), + [anon_sym_unset] = ACTIONS(401), + [anon_sym_unsetenv] = ACTIONS(401), + [anon_sym_AMP_GT] = ACTIONS(373), + [anon_sym_AMP_GT_GT] = ACTIONS(371), + [anon_sym_LT_AMP] = ACTIONS(373), + [anon_sym_GT_AMP] = ACTIONS(373), + [anon_sym_GT_PIPE] = ACTIONS(371), + [anon_sym_LT_AMP_DASH] = ACTIONS(403), + [anon_sym_GT_AMP_DASH] = ACTIONS(403), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(405), + [anon_sym_DOLLAR] = ACTIONS(407), + [sym__special_character] = ACTIONS(409), + [anon_sym_DQUOTE] = ACTIONS(411), + [sym_raw_string] = ACTIONS(413), + [sym_ansi_c_string] = ACTIONS(413), + [aux_sym_number_token1] = ACTIONS(415), + [aux_sym_number_token2] = ACTIONS(417), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(419), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(421), + [anon_sym_BQUOTE] = ACTIONS(423), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(425), + [anon_sym_LT_LPAREN] = ACTIONS(427), + [anon_sym_GT_LPAREN] = ACTIONS(427), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(429), + [sym_variable_name] = ACTIONS(431), + [sym_test_operator] = ACTIONS(433), + [sym__brace_start] = ACTIONS(435), + }, + [25] = { + [sym__statements] = STATE(4225), + [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(413), + [sym_variable_assignment] = STATE(613), + [sym_variable_assignments] = STATE(2601), + [sym_subscript] = STATE(4511), + [sym_file_redirect] = STATE(1277), + [sym_arithmetic_expansion] = STATE(638), + [sym_brace_expression] = STATE(638), + [sym_concatenation] = STATE(858), + [sym_string] = STATE(638), + [sym_translated_string] = STATE(638), + [sym_number] = STATE(638), + [sym_simple_expansion] = STATE(638), + [sym_expansion] = STATE(638), + [sym_command_substitution] = STATE(638), + [sym_process_substitution] = STATE(638), + [aux_sym__statements_repeat1] = STATE(305), + [aux_sym_redirected_statement_repeat2] = STATE(2913), + [aux_sym_command_repeat1] = STATE(929), + [aux_sym__literal_repeat1] = STATE(733), + [sym_word] = ACTIONS(363), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(369), + [anon_sym_GT_GT] = ACTIONS(371), + [anon_sym_LT] = ACTIONS(373), + [anon_sym_GT] = ACTIONS(373), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_esac] = ACTIONS(581), + [anon_sym_SEMI_SEMI] = ACTIONS(597), + [anon_sym_SEMI_AMP] = ACTIONS(599), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(601), + [anon_sym_function] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(393), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(399), + [anon_sym_typeset] = ACTIONS(399), + [anon_sym_export] = ACTIONS(399), + [anon_sym_readonly] = ACTIONS(399), + [anon_sym_local] = ACTIONS(399), + [anon_sym_unset] = ACTIONS(401), + [anon_sym_unsetenv] = ACTIONS(401), + [anon_sym_AMP_GT] = ACTIONS(373), + [anon_sym_AMP_GT_GT] = ACTIONS(371), + [anon_sym_LT_AMP] = ACTIONS(373), + [anon_sym_GT_AMP] = ACTIONS(373), + [anon_sym_GT_PIPE] = ACTIONS(371), + [anon_sym_LT_AMP_DASH] = ACTIONS(403), + [anon_sym_GT_AMP_DASH] = ACTIONS(403), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(405), + [anon_sym_DOLLAR] = ACTIONS(407), + [sym__special_character] = ACTIONS(409), + [anon_sym_DQUOTE] = ACTIONS(411), + [sym_raw_string] = ACTIONS(413), + [sym_ansi_c_string] = ACTIONS(413), + [aux_sym_number_token1] = ACTIONS(415), + [aux_sym_number_token2] = ACTIONS(417), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(419), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(421), + [anon_sym_BQUOTE] = ACTIONS(423), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(425), + [anon_sym_LT_LPAREN] = ACTIONS(427), + [anon_sym_GT_LPAREN] = ACTIONS(427), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(429), + [sym_variable_name] = ACTIONS(431), + [sym_test_operator] = ACTIONS(433), + [sym__brace_start] = ACTIONS(435), + }, + [26] = { + [sym__statements] = STATE(4258), + [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(413), + [sym_variable_assignment] = STATE(613), + [sym_variable_assignments] = STATE(2601), + [sym_subscript] = STATE(4511), + [sym_file_redirect] = STATE(1277), + [sym_arithmetic_expansion] = STATE(638), + [sym_brace_expression] = STATE(638), + [sym_concatenation] = STATE(858), + [sym_string] = STATE(638), + [sym_translated_string] = STATE(638), + [sym_number] = STATE(638), + [sym_simple_expansion] = STATE(638), + [sym_expansion] = STATE(638), + [sym_command_substitution] = STATE(638), + [sym_process_substitution] = STATE(638), + [aux_sym__statements_repeat1] = STATE(305), + [aux_sym_redirected_statement_repeat2] = STATE(2913), + [aux_sym_command_repeat1] = STATE(929), + [aux_sym__literal_repeat1] = STATE(733), + [sym_word] = ACTIONS(363), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(369), + [anon_sym_GT_GT] = ACTIONS(371), + [anon_sym_LT] = ACTIONS(373), + [anon_sym_GT] = ACTIONS(373), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_esac] = ACTIONS(589), + [anon_sym_SEMI_SEMI] = ACTIONS(603), + [anon_sym_SEMI_AMP] = ACTIONS(605), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(607), + [anon_sym_function] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(393), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(399), + [anon_sym_typeset] = ACTIONS(399), + [anon_sym_export] = ACTIONS(399), + [anon_sym_readonly] = ACTIONS(399), + [anon_sym_local] = ACTIONS(399), + [anon_sym_unset] = ACTIONS(401), + [anon_sym_unsetenv] = ACTIONS(401), + [anon_sym_AMP_GT] = ACTIONS(373), + [anon_sym_AMP_GT_GT] = ACTIONS(371), + [anon_sym_LT_AMP] = ACTIONS(373), + [anon_sym_GT_AMP] = ACTIONS(373), + [anon_sym_GT_PIPE] = ACTIONS(371), + [anon_sym_LT_AMP_DASH] = ACTIONS(403), + [anon_sym_GT_AMP_DASH] = ACTIONS(403), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(405), + [anon_sym_DOLLAR] = ACTIONS(407), + [sym__special_character] = ACTIONS(409), + [anon_sym_DQUOTE] = ACTIONS(411), + [sym_raw_string] = ACTIONS(413), + [sym_ansi_c_string] = ACTIONS(413), + [aux_sym_number_token1] = ACTIONS(415), + [aux_sym_number_token2] = ACTIONS(417), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(419), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(421), + [anon_sym_BQUOTE] = ACTIONS(423), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(425), + [anon_sym_LT_LPAREN] = ACTIONS(427), + [anon_sym_GT_LPAREN] = ACTIONS(427), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(429), + [sym_variable_name] = ACTIONS(431), + [sym_test_operator] = ACTIONS(433), + [sym__brace_start] = ACTIONS(435), + }, + [27] = { + [sym__statements] = STATE(4191), + [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(413), + [sym_variable_assignment] = STATE(613), + [sym_variable_assignments] = STATE(2601), + [sym_subscript] = STATE(4511), + [sym_file_redirect] = STATE(1277), + [sym_arithmetic_expansion] = STATE(638), + [sym_brace_expression] = STATE(638), + [sym_concatenation] = STATE(858), + [sym_string] = STATE(638), + [sym_translated_string] = STATE(638), + [sym_number] = STATE(638), + [sym_simple_expansion] = STATE(638), + [sym_expansion] = STATE(638), + [sym_command_substitution] = STATE(638), + [sym_process_substitution] = STATE(638), + [aux_sym__statements_repeat1] = STATE(305), + [aux_sym_redirected_statement_repeat2] = STATE(2913), + [aux_sym_command_repeat1] = STATE(929), + [aux_sym__literal_repeat1] = STATE(733), + [sym_word] = ACTIONS(363), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(369), + [anon_sym_GT_GT] = ACTIONS(371), + [anon_sym_LT] = ACTIONS(373), + [anon_sym_GT] = ACTIONS(373), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_esac] = ACTIONS(609), + [anon_sym_SEMI_SEMI] = ACTIONS(611), + [anon_sym_SEMI_AMP] = ACTIONS(613), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(613), + [anon_sym_function] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(393), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(399), + [anon_sym_typeset] = ACTIONS(399), + [anon_sym_export] = ACTIONS(399), + [anon_sym_readonly] = ACTIONS(399), + [anon_sym_local] = ACTIONS(399), + [anon_sym_unset] = ACTIONS(401), + [anon_sym_unsetenv] = ACTIONS(401), + [anon_sym_AMP_GT] = ACTIONS(373), + [anon_sym_AMP_GT_GT] = ACTIONS(371), + [anon_sym_LT_AMP] = ACTIONS(373), + [anon_sym_GT_AMP] = ACTIONS(373), + [anon_sym_GT_PIPE] = ACTIONS(371), + [anon_sym_LT_AMP_DASH] = ACTIONS(403), + [anon_sym_GT_AMP_DASH] = ACTIONS(403), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(405), + [anon_sym_DOLLAR] = ACTIONS(407), + [sym__special_character] = ACTIONS(409), + [anon_sym_DQUOTE] = ACTIONS(411), + [sym_raw_string] = ACTIONS(413), + [sym_ansi_c_string] = ACTIONS(413), + [aux_sym_number_token1] = ACTIONS(415), + [aux_sym_number_token2] = ACTIONS(417), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(419), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(421), + [anon_sym_BQUOTE] = ACTIONS(423), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(425), + [anon_sym_LT_LPAREN] = ACTIONS(427), + [anon_sym_GT_LPAREN] = ACTIONS(427), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(429), + [sym_variable_name] = ACTIONS(431), + [sym_test_operator] = ACTIONS(433), + [sym__brace_start] = ACTIONS(435), + }, + [28] = { + [sym__statements] = STATE(4266), + [sym_redirected_statement] = STATE(2891), + [sym_for_statement] = STATE(2891), + [sym_c_style_for_statement] = STATE(2891), + [sym_while_statement] = STATE(2891), + [sym_if_statement] = STATE(2891), + [sym_case_statement] = STATE(2891), + [sym_function_definition] = STATE(2891), + [sym_compound_statement] = STATE(2891), + [sym_subshell] = STATE(2891), + [sym_pipeline] = STATE(2891), + [sym_list] = STATE(2891), + [sym_negated_command] = STATE(2891), + [sym_test_command] = STATE(2891), + [sym_declaration_command] = STATE(2891), + [sym_unset_command] = STATE(2891), + [sym_command] = STATE(2891), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(627), + [sym_variable_assignments] = STATE(2891), + [sym_subscript] = STATE(4501), + [sym_file_redirect] = STATE(1418), + [sym_arithmetic_expansion] = STATE(648), + [sym_brace_expression] = STATE(648), + [sym_concatenation] = STATE(1028), + [sym_string] = STATE(648), + [sym_translated_string] = STATE(648), + [sym_number] = STATE(648), + [sym_simple_expansion] = STATE(648), + [sym_expansion] = STATE(648), + [sym_command_substitution] = STATE(648), + [sym_process_substitution] = STATE(648), + [aux_sym__statements_repeat1] = STATE(310), + [aux_sym_redirected_statement_repeat2] = STATE(3034), + [aux_sym_command_repeat1] = STATE(1027), + [aux_sym__literal_repeat1] = STATE(874), + [sym_word] = ACTIONS(615), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(617), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_SEMI_SEMI] = ACTIONS(623), + [anon_sym_SEMI_AMP] = ACTIONS(387), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(387), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(629), + [anon_sym_typeset] = ACTIONS(629), + [anon_sym_export] = ACTIONS(629), + [anon_sym_readonly] = ACTIONS(629), + [anon_sym_local] = ACTIONS(629), + [anon_sym_unset] = ACTIONS(631), + [anon_sym_unsetenv] = ACTIONS(631), + [anon_sym_AMP_GT] = ACTIONS(621), + [anon_sym_AMP_GT_GT] = ACTIONS(619), + [anon_sym_LT_AMP] = ACTIONS(621), + [anon_sym_GT_AMP] = ACTIONS(621), + [anon_sym_GT_PIPE] = ACTIONS(619), + [anon_sym_LT_AMP_DASH] = ACTIONS(633), + [anon_sym_GT_AMP_DASH] = ACTIONS(633), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(635), + [anon_sym_DOLLAR] = ACTIONS(637), + [sym__special_character] = ACTIONS(639), + [anon_sym_DQUOTE] = ACTIONS(641), + [sym_raw_string] = ACTIONS(643), + [sym_ansi_c_string] = ACTIONS(643), + [aux_sym_number_token1] = ACTIONS(645), + [aux_sym_number_token2] = ACTIONS(647), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(649), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(651), + [anon_sym_BQUOTE] = ACTIONS(653), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(655), + [anon_sym_LT_LPAREN] = ACTIONS(657), + [anon_sym_GT_LPAREN] = ACTIONS(657), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(659), + [sym_variable_name] = ACTIONS(661), + [sym_test_operator] = ACTIONS(663), + [sym__brace_start] = ACTIONS(665), + }, + [29] = { + [sym__statements] = STATE(4343), + [sym_redirected_statement] = STATE(2891), + [sym_for_statement] = STATE(2891), + [sym_c_style_for_statement] = STATE(2891), + [sym_while_statement] = STATE(2891), + [sym_if_statement] = STATE(2891), + [sym_case_statement] = STATE(2891), + [sym_function_definition] = STATE(2891), + [sym_compound_statement] = STATE(2891), + [sym_subshell] = STATE(2891), + [sym_pipeline] = STATE(2891), + [sym_list] = STATE(2891), + [sym_negated_command] = STATE(2891), + [sym_test_command] = STATE(2891), + [sym_declaration_command] = STATE(2891), + [sym_unset_command] = STATE(2891), + [sym_command] = STATE(2891), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(627), + [sym_variable_assignments] = STATE(2891), + [sym_subscript] = STATE(4501), + [sym_file_redirect] = STATE(1418), + [sym_arithmetic_expansion] = STATE(648), + [sym_brace_expression] = STATE(648), + [sym_concatenation] = STATE(1028), + [sym_string] = STATE(648), + [sym_translated_string] = STATE(648), + [sym_number] = STATE(648), + [sym_simple_expansion] = STATE(648), + [sym_expansion] = STATE(648), + [sym_command_substitution] = STATE(648), + [sym_process_substitution] = STATE(648), + [aux_sym__statements_repeat1] = STATE(310), + [aux_sym_redirected_statement_repeat2] = STATE(3034), + [aux_sym_command_repeat1] = STATE(1027), + [aux_sym__literal_repeat1] = STATE(874), + [sym_word] = ACTIONS(615), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(617), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_SEMI_SEMI] = ACTIONS(667), + [anon_sym_SEMI_AMP] = ACTIONS(585), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(587), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(629), + [anon_sym_typeset] = ACTIONS(629), + [anon_sym_export] = ACTIONS(629), + [anon_sym_readonly] = ACTIONS(629), + [anon_sym_local] = ACTIONS(629), + [anon_sym_unset] = ACTIONS(631), + [anon_sym_unsetenv] = ACTIONS(631), + [anon_sym_AMP_GT] = ACTIONS(621), + [anon_sym_AMP_GT_GT] = ACTIONS(619), + [anon_sym_LT_AMP] = ACTIONS(621), + [anon_sym_GT_AMP] = ACTIONS(621), + [anon_sym_GT_PIPE] = ACTIONS(619), + [anon_sym_LT_AMP_DASH] = ACTIONS(633), + [anon_sym_GT_AMP_DASH] = ACTIONS(633), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(635), + [anon_sym_DOLLAR] = ACTIONS(637), + [sym__special_character] = ACTIONS(639), + [anon_sym_DQUOTE] = ACTIONS(641), + [sym_raw_string] = ACTIONS(643), + [sym_ansi_c_string] = ACTIONS(643), + [aux_sym_number_token1] = ACTIONS(645), + [aux_sym_number_token2] = ACTIONS(647), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(649), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(651), + [anon_sym_BQUOTE] = ACTIONS(653), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(655), + [anon_sym_LT_LPAREN] = ACTIONS(657), + [anon_sym_GT_LPAREN] = ACTIONS(657), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(659), + [sym_variable_name] = ACTIONS(661), + [sym_test_operator] = ACTIONS(663), + [sym__brace_start] = ACTIONS(665), + }, + [30] = { + [sym__statements] = STATE(4363), + [sym_redirected_statement] = STATE(2891), + [sym_for_statement] = STATE(2891), + [sym_c_style_for_statement] = STATE(2891), + [sym_while_statement] = STATE(2891), + [sym_if_statement] = STATE(2891), + [sym_case_statement] = STATE(2891), + [sym_function_definition] = STATE(2891), + [sym_compound_statement] = STATE(2891), + [sym_subshell] = STATE(2891), + [sym_pipeline] = STATE(2891), + [sym_list] = STATE(2891), + [sym_negated_command] = STATE(2891), + [sym_test_command] = STATE(2891), + [sym_declaration_command] = STATE(2891), + [sym_unset_command] = STATE(2891), + [sym_command] = STATE(2891), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(627), + [sym_variable_assignments] = STATE(2891), + [sym_subscript] = STATE(4501), + [sym_file_redirect] = STATE(1418), + [sym_arithmetic_expansion] = STATE(648), + [sym_brace_expression] = STATE(648), + [sym_concatenation] = STATE(1028), + [sym_string] = STATE(648), + [sym_translated_string] = STATE(648), + [sym_number] = STATE(648), + [sym_simple_expansion] = STATE(648), + [sym_expansion] = STATE(648), + [sym_command_substitution] = STATE(648), + [sym_process_substitution] = STATE(648), + [aux_sym__statements_repeat1] = STATE(310), + [aux_sym_redirected_statement_repeat2] = STATE(3034), + [aux_sym_command_repeat1] = STATE(1027), + [aux_sym__literal_repeat1] = STATE(874), + [sym_word] = ACTIONS(615), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(617), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_SEMI_SEMI] = ACTIONS(669), + [anon_sym_SEMI_AMP] = ACTIONS(449), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(451), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(629), + [anon_sym_typeset] = ACTIONS(629), + [anon_sym_export] = ACTIONS(629), + [anon_sym_readonly] = ACTIONS(629), + [anon_sym_local] = ACTIONS(629), + [anon_sym_unset] = ACTIONS(631), + [anon_sym_unsetenv] = ACTIONS(631), + [anon_sym_AMP_GT] = ACTIONS(621), + [anon_sym_AMP_GT_GT] = ACTIONS(619), + [anon_sym_LT_AMP] = ACTIONS(621), + [anon_sym_GT_AMP] = ACTIONS(621), + [anon_sym_GT_PIPE] = ACTIONS(619), + [anon_sym_LT_AMP_DASH] = ACTIONS(633), + [anon_sym_GT_AMP_DASH] = ACTIONS(633), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(635), + [anon_sym_DOLLAR] = ACTIONS(637), + [sym__special_character] = ACTIONS(639), + [anon_sym_DQUOTE] = ACTIONS(641), + [sym_raw_string] = ACTIONS(643), + [sym_ansi_c_string] = ACTIONS(643), + [aux_sym_number_token1] = ACTIONS(645), + [aux_sym_number_token2] = ACTIONS(647), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(649), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(651), + [anon_sym_BQUOTE] = ACTIONS(653), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(655), + [anon_sym_LT_LPAREN] = ACTIONS(657), + [anon_sym_GT_LPAREN] = ACTIONS(657), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(659), + [sym_variable_name] = ACTIONS(661), + [sym_test_operator] = ACTIONS(663), + [sym__brace_start] = ACTIONS(665), + }, + [31] = { + [sym__statements] = STATE(4361), + [sym_redirected_statement] = STATE(2891), + [sym_for_statement] = STATE(2891), + [sym_c_style_for_statement] = STATE(2891), + [sym_while_statement] = STATE(2891), + [sym_if_statement] = STATE(2891), + [sym_case_statement] = STATE(2891), + [sym_function_definition] = STATE(2891), + [sym_compound_statement] = STATE(2891), + [sym_subshell] = STATE(2891), + [sym_pipeline] = STATE(2891), + [sym_list] = STATE(2891), + [sym_negated_command] = STATE(2891), + [sym_test_command] = STATE(2891), + [sym_declaration_command] = STATE(2891), + [sym_unset_command] = STATE(2891), + [sym_command] = STATE(2891), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(627), + [sym_variable_assignments] = STATE(2891), + [sym_subscript] = STATE(4501), + [sym_file_redirect] = STATE(1418), + [sym_arithmetic_expansion] = STATE(648), + [sym_brace_expression] = STATE(648), + [sym_concatenation] = STATE(1028), + [sym_string] = STATE(648), + [sym_translated_string] = STATE(648), + [sym_number] = STATE(648), + [sym_simple_expansion] = STATE(648), + [sym_expansion] = STATE(648), + [sym_command_substitution] = STATE(648), + [sym_process_substitution] = STATE(648), + [aux_sym__statements_repeat1] = STATE(310), + [aux_sym_redirected_statement_repeat2] = STATE(3034), + [aux_sym_command_repeat1] = STATE(1027), + [aux_sym__literal_repeat1] = STATE(874), + [sym_word] = ACTIONS(615), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(617), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_SEMI_SEMI] = ACTIONS(671), + [anon_sym_SEMI_AMP] = ACTIONS(559), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(561), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(629), + [anon_sym_typeset] = ACTIONS(629), + [anon_sym_export] = ACTIONS(629), + [anon_sym_readonly] = ACTIONS(629), + [anon_sym_local] = ACTIONS(629), + [anon_sym_unset] = ACTIONS(631), + [anon_sym_unsetenv] = ACTIONS(631), + [anon_sym_AMP_GT] = ACTIONS(621), + [anon_sym_AMP_GT_GT] = ACTIONS(619), + [anon_sym_LT_AMP] = ACTIONS(621), + [anon_sym_GT_AMP] = ACTIONS(621), + [anon_sym_GT_PIPE] = ACTIONS(619), + [anon_sym_LT_AMP_DASH] = ACTIONS(633), + [anon_sym_GT_AMP_DASH] = ACTIONS(633), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(635), + [anon_sym_DOLLAR] = ACTIONS(637), + [sym__special_character] = ACTIONS(639), + [anon_sym_DQUOTE] = ACTIONS(641), + [sym_raw_string] = ACTIONS(643), + [sym_ansi_c_string] = ACTIONS(643), + [aux_sym_number_token1] = ACTIONS(645), + [aux_sym_number_token2] = ACTIONS(647), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(649), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(651), + [anon_sym_BQUOTE] = ACTIONS(653), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(655), + [anon_sym_LT_LPAREN] = ACTIONS(657), + [anon_sym_GT_LPAREN] = ACTIONS(657), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(659), + [sym_variable_name] = ACTIONS(661), + [sym_test_operator] = ACTIONS(663), + [sym__brace_start] = ACTIONS(665), + }, + [32] = { + [sym__statements] = STATE(4351), + [sym_redirected_statement] = STATE(2891), + [sym_for_statement] = STATE(2891), + [sym_c_style_for_statement] = STATE(2891), + [sym_while_statement] = STATE(2891), + [sym_if_statement] = STATE(2891), + [sym_case_statement] = STATE(2891), + [sym_function_definition] = STATE(2891), + [sym_compound_statement] = STATE(2891), + [sym_subshell] = STATE(2891), + [sym_pipeline] = STATE(2891), + [sym_list] = STATE(2891), + [sym_negated_command] = STATE(2891), + [sym_test_command] = STATE(2891), + [sym_declaration_command] = STATE(2891), + [sym_unset_command] = STATE(2891), + [sym_command] = STATE(2891), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(627), + [sym_variable_assignments] = STATE(2891), + [sym_subscript] = STATE(4501), + [sym_file_redirect] = STATE(1418), + [sym_arithmetic_expansion] = STATE(648), + [sym_brace_expression] = STATE(648), + [sym_concatenation] = STATE(1028), + [sym_string] = STATE(648), + [sym_translated_string] = STATE(648), + [sym_number] = STATE(648), + [sym_simple_expansion] = STATE(648), + [sym_expansion] = STATE(648), + [sym_command_substitution] = STATE(648), + [sym_process_substitution] = STATE(648), + [aux_sym__statements_repeat1] = STATE(310), + [aux_sym_redirected_statement_repeat2] = STATE(3034), + [aux_sym_command_repeat1] = STATE(1027), + [aux_sym__literal_repeat1] = STATE(874), + [sym_word] = ACTIONS(615), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(617), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_SEMI_SEMI] = ACTIONS(673), + [anon_sym_SEMI_AMP] = ACTIONS(565), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(567), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(629), + [anon_sym_typeset] = ACTIONS(629), + [anon_sym_export] = ACTIONS(629), + [anon_sym_readonly] = ACTIONS(629), + [anon_sym_local] = ACTIONS(629), + [anon_sym_unset] = ACTIONS(631), + [anon_sym_unsetenv] = ACTIONS(631), + [anon_sym_AMP_GT] = ACTIONS(621), + [anon_sym_AMP_GT_GT] = ACTIONS(619), + [anon_sym_LT_AMP] = ACTIONS(621), + [anon_sym_GT_AMP] = ACTIONS(621), + [anon_sym_GT_PIPE] = ACTIONS(619), + [anon_sym_LT_AMP_DASH] = ACTIONS(633), + [anon_sym_GT_AMP_DASH] = ACTIONS(633), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(635), + [anon_sym_DOLLAR] = ACTIONS(637), + [sym__special_character] = ACTIONS(639), + [anon_sym_DQUOTE] = ACTIONS(641), + [sym_raw_string] = ACTIONS(643), + [sym_ansi_c_string] = ACTIONS(643), + [aux_sym_number_token1] = ACTIONS(645), + [aux_sym_number_token2] = ACTIONS(647), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(649), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(651), + [anon_sym_BQUOTE] = ACTIONS(653), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(655), + [anon_sym_LT_LPAREN] = ACTIONS(657), + [anon_sym_GT_LPAREN] = ACTIONS(657), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(659), + [sym_variable_name] = ACTIONS(661), + [sym_test_operator] = ACTIONS(663), + [sym__brace_start] = ACTIONS(665), + }, + [33] = { + [sym__statements] = STATE(4367), + [sym_redirected_statement] = STATE(2891), + [sym_for_statement] = STATE(2891), + [sym_c_style_for_statement] = STATE(2891), + [sym_while_statement] = STATE(2891), + [sym_if_statement] = STATE(2891), + [sym_case_statement] = STATE(2891), + [sym_function_definition] = STATE(2891), + [sym_compound_statement] = STATE(2891), + [sym_subshell] = STATE(2891), + [sym_pipeline] = STATE(2891), + [sym_list] = STATE(2891), + [sym_negated_command] = STATE(2891), + [sym_test_command] = STATE(2891), + [sym_declaration_command] = STATE(2891), + [sym_unset_command] = STATE(2891), + [sym_command] = STATE(2891), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(627), + [sym_variable_assignments] = STATE(2891), + [sym_subscript] = STATE(4501), + [sym_file_redirect] = STATE(1418), + [sym_arithmetic_expansion] = STATE(648), + [sym_brace_expression] = STATE(648), + [sym_concatenation] = STATE(1028), + [sym_string] = STATE(648), + [sym_translated_string] = STATE(648), + [sym_number] = STATE(648), + [sym_simple_expansion] = STATE(648), + [sym_expansion] = STATE(648), + [sym_command_substitution] = STATE(648), + [sym_process_substitution] = STATE(648), + [aux_sym__statements_repeat1] = STATE(310), + [aux_sym_redirected_statement_repeat2] = STATE(3034), + [aux_sym_command_repeat1] = STATE(1027), + [aux_sym__literal_repeat1] = STATE(874), + [sym_word] = ACTIONS(615), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(617), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_SEMI_SEMI] = ACTIONS(675), + [anon_sym_SEMI_AMP] = ACTIONS(441), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(443), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(629), + [anon_sym_typeset] = ACTIONS(629), + [anon_sym_export] = ACTIONS(629), + [anon_sym_readonly] = ACTIONS(629), + [anon_sym_local] = ACTIONS(629), + [anon_sym_unset] = ACTIONS(631), + [anon_sym_unsetenv] = ACTIONS(631), + [anon_sym_AMP_GT] = ACTIONS(621), + [anon_sym_AMP_GT_GT] = ACTIONS(619), + [anon_sym_LT_AMP] = ACTIONS(621), + [anon_sym_GT_AMP] = ACTIONS(621), + [anon_sym_GT_PIPE] = ACTIONS(619), + [anon_sym_LT_AMP_DASH] = ACTIONS(633), + [anon_sym_GT_AMP_DASH] = ACTIONS(633), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(635), + [anon_sym_DOLLAR] = ACTIONS(637), + [sym__special_character] = ACTIONS(639), + [anon_sym_DQUOTE] = ACTIONS(641), + [sym_raw_string] = ACTIONS(643), + [sym_ansi_c_string] = ACTIONS(643), + [aux_sym_number_token1] = ACTIONS(645), + [aux_sym_number_token2] = ACTIONS(647), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(649), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(651), + [anon_sym_BQUOTE] = ACTIONS(653), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(655), + [anon_sym_LT_LPAREN] = ACTIONS(657), + [anon_sym_GT_LPAREN] = ACTIONS(657), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(659), + [sym_variable_name] = ACTIONS(661), + [sym_test_operator] = ACTIONS(663), + [sym__brace_start] = ACTIONS(665), + }, + [34] = { + [sym__statements] = STATE(4336), + [sym_redirected_statement] = STATE(2891), + [sym_for_statement] = STATE(2891), + [sym_c_style_for_statement] = STATE(2891), + [sym_while_statement] = STATE(2891), + [sym_if_statement] = STATE(2891), + [sym_case_statement] = STATE(2891), + [sym_function_definition] = STATE(2891), + [sym_compound_statement] = STATE(2891), + [sym_subshell] = STATE(2891), + [sym_pipeline] = STATE(2891), + [sym_list] = STATE(2891), + [sym_negated_command] = STATE(2891), + [sym_test_command] = STATE(2891), + [sym_declaration_command] = STATE(2891), + [sym_unset_command] = STATE(2891), + [sym_command] = STATE(2891), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(627), + [sym_variable_assignments] = STATE(2891), + [sym_subscript] = STATE(4501), + [sym_file_redirect] = STATE(1418), + [sym_arithmetic_expansion] = STATE(648), + [sym_brace_expression] = STATE(648), + [sym_concatenation] = STATE(1028), + [sym_string] = STATE(648), + [sym_translated_string] = STATE(648), + [sym_number] = STATE(648), + [sym_simple_expansion] = STATE(648), + [sym_expansion] = STATE(648), + [sym_command_substitution] = STATE(648), + [sym_process_substitution] = STATE(648), + [aux_sym__statements_repeat1] = STATE(310), + [aux_sym_redirected_statement_repeat2] = STATE(3034), + [aux_sym_command_repeat1] = STATE(1027), + [aux_sym__literal_repeat1] = STATE(874), + [sym_word] = ACTIONS(615), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(617), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_SEMI_SEMI] = ACTIONS(677), + [anon_sym_SEMI_AMP] = ACTIONS(593), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(595), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(629), + [anon_sym_typeset] = ACTIONS(629), + [anon_sym_export] = ACTIONS(629), + [anon_sym_readonly] = ACTIONS(629), + [anon_sym_local] = ACTIONS(629), + [anon_sym_unset] = ACTIONS(631), + [anon_sym_unsetenv] = ACTIONS(631), + [anon_sym_AMP_GT] = ACTIONS(621), + [anon_sym_AMP_GT_GT] = ACTIONS(619), + [anon_sym_LT_AMP] = ACTIONS(621), + [anon_sym_GT_AMP] = ACTIONS(621), + [anon_sym_GT_PIPE] = ACTIONS(619), + [anon_sym_LT_AMP_DASH] = ACTIONS(633), + [anon_sym_GT_AMP_DASH] = ACTIONS(633), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(635), + [anon_sym_DOLLAR] = ACTIONS(637), + [sym__special_character] = ACTIONS(639), + [anon_sym_DQUOTE] = ACTIONS(641), + [sym_raw_string] = ACTIONS(643), + [sym_ansi_c_string] = ACTIONS(643), + [aux_sym_number_token1] = ACTIONS(645), + [aux_sym_number_token2] = ACTIONS(647), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(649), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(651), + [anon_sym_BQUOTE] = ACTIONS(653), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(655), + [anon_sym_LT_LPAREN] = ACTIONS(657), + [anon_sym_GT_LPAREN] = ACTIONS(657), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(659), + [sym_variable_name] = ACTIONS(661), + [sym_test_operator] = ACTIONS(663), + [sym__brace_start] = ACTIONS(665), + }, + [35] = { + [sym__statements] = STATE(4300), + [sym_redirected_statement] = STATE(2891), + [sym_for_statement] = STATE(2891), + [sym_c_style_for_statement] = STATE(2891), + [sym_while_statement] = STATE(2891), + [sym_if_statement] = STATE(2891), + [sym_case_statement] = STATE(2891), + [sym_function_definition] = STATE(2891), + [sym_compound_statement] = STATE(2891), + [sym_subshell] = STATE(2891), + [sym_pipeline] = STATE(2891), + [sym_list] = STATE(2891), + [sym_negated_command] = STATE(2891), + [sym_test_command] = STATE(2891), + [sym_declaration_command] = STATE(2891), + [sym_unset_command] = STATE(2891), + [sym_command] = STATE(2891), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(627), + [sym_variable_assignments] = STATE(2891), + [sym_subscript] = STATE(4501), + [sym_file_redirect] = STATE(1418), + [sym_arithmetic_expansion] = STATE(648), + [sym_brace_expression] = STATE(648), + [sym_concatenation] = STATE(1028), + [sym_string] = STATE(648), + [sym_translated_string] = STATE(648), + [sym_number] = STATE(648), + [sym_simple_expansion] = STATE(648), + [sym_expansion] = STATE(648), + [sym_command_substitution] = STATE(648), + [sym_process_substitution] = STATE(648), + [aux_sym__statements_repeat1] = STATE(310), + [aux_sym_redirected_statement_repeat2] = STATE(3034), + [aux_sym_command_repeat1] = STATE(1027), + [aux_sym__literal_repeat1] = STATE(874), + [sym_word] = ACTIONS(615), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(617), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_SEMI_SEMI] = ACTIONS(679), + [anon_sym_SEMI_AMP] = ACTIONS(605), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(607), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(629), + [anon_sym_typeset] = ACTIONS(629), + [anon_sym_export] = ACTIONS(629), + [anon_sym_readonly] = ACTIONS(629), + [anon_sym_local] = ACTIONS(629), + [anon_sym_unset] = ACTIONS(631), + [anon_sym_unsetenv] = ACTIONS(631), + [anon_sym_AMP_GT] = ACTIONS(621), + [anon_sym_AMP_GT_GT] = ACTIONS(619), + [anon_sym_LT_AMP] = ACTIONS(621), + [anon_sym_GT_AMP] = ACTIONS(621), + [anon_sym_GT_PIPE] = ACTIONS(619), + [anon_sym_LT_AMP_DASH] = ACTIONS(633), + [anon_sym_GT_AMP_DASH] = ACTIONS(633), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(635), + [anon_sym_DOLLAR] = ACTIONS(637), + [sym__special_character] = ACTIONS(639), + [anon_sym_DQUOTE] = ACTIONS(641), + [sym_raw_string] = ACTIONS(643), + [sym_ansi_c_string] = ACTIONS(643), + [aux_sym_number_token1] = ACTIONS(645), + [aux_sym_number_token2] = ACTIONS(647), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(649), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(651), + [anon_sym_BQUOTE] = ACTIONS(653), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(655), + [anon_sym_LT_LPAREN] = ACTIONS(657), + [anon_sym_GT_LPAREN] = ACTIONS(657), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(659), + [sym_variable_name] = ACTIONS(661), + [sym_test_operator] = ACTIONS(663), + [sym__brace_start] = ACTIONS(665), + }, + [36] = { + [sym__statements] = STATE(4276), + [sym_redirected_statement] = STATE(2891), + [sym_for_statement] = STATE(2891), + [sym_c_style_for_statement] = STATE(2891), + [sym_while_statement] = STATE(2891), + [sym_if_statement] = STATE(2891), + [sym_case_statement] = STATE(2891), + [sym_function_definition] = STATE(2891), + [sym_compound_statement] = STATE(2891), + [sym_subshell] = STATE(2891), + [sym_pipeline] = STATE(2891), + [sym_list] = STATE(2891), + [sym_negated_command] = STATE(2891), + [sym_test_command] = STATE(2891), + [sym_declaration_command] = STATE(2891), + [sym_unset_command] = STATE(2891), + [sym_command] = STATE(2891), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(627), + [sym_variable_assignments] = STATE(2891), + [sym_subscript] = STATE(4501), + [sym_file_redirect] = STATE(1418), + [sym_arithmetic_expansion] = STATE(648), + [sym_brace_expression] = STATE(648), + [sym_concatenation] = STATE(1028), + [sym_string] = STATE(648), + [sym_translated_string] = STATE(648), + [sym_number] = STATE(648), + [sym_simple_expansion] = STATE(648), + [sym_expansion] = STATE(648), + [sym_command_substitution] = STATE(648), + [sym_process_substitution] = STATE(648), + [aux_sym__statements_repeat1] = STATE(310), + [aux_sym_redirected_statement_repeat2] = STATE(3034), + [aux_sym_command_repeat1] = STATE(1027), + [aux_sym__literal_repeat1] = STATE(874), + [sym_word] = ACTIONS(615), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(617), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_SEMI_SEMI] = ACTIONS(681), + [anon_sym_SEMI_AMP] = ACTIONS(573), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(573), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(629), + [anon_sym_typeset] = ACTIONS(629), + [anon_sym_export] = ACTIONS(629), + [anon_sym_readonly] = ACTIONS(629), + [anon_sym_local] = ACTIONS(629), + [anon_sym_unset] = ACTIONS(631), + [anon_sym_unsetenv] = ACTIONS(631), + [anon_sym_AMP_GT] = ACTIONS(621), + [anon_sym_AMP_GT_GT] = ACTIONS(619), + [anon_sym_LT_AMP] = ACTIONS(621), + [anon_sym_GT_AMP] = ACTIONS(621), + [anon_sym_GT_PIPE] = ACTIONS(619), + [anon_sym_LT_AMP_DASH] = ACTIONS(633), + [anon_sym_GT_AMP_DASH] = ACTIONS(633), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(635), + [anon_sym_DOLLAR] = ACTIONS(637), + [sym__special_character] = ACTIONS(639), + [anon_sym_DQUOTE] = ACTIONS(641), + [sym_raw_string] = ACTIONS(643), + [sym_ansi_c_string] = ACTIONS(643), + [aux_sym_number_token1] = ACTIONS(645), + [aux_sym_number_token2] = ACTIONS(647), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(649), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(651), + [anon_sym_BQUOTE] = ACTIONS(653), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(655), + [anon_sym_LT_LPAREN] = ACTIONS(657), + [anon_sym_GT_LPAREN] = ACTIONS(657), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(659), + [sym_variable_name] = ACTIONS(661), + [sym_test_operator] = ACTIONS(663), + [sym__brace_start] = ACTIONS(665), + }, + [37] = { + [sym__statements] = STATE(4334), + [sym_redirected_statement] = STATE(2891), + [sym_for_statement] = STATE(2891), + [sym_c_style_for_statement] = STATE(2891), + [sym_while_statement] = STATE(2891), + [sym_if_statement] = STATE(2891), + [sym_case_statement] = STATE(2891), + [sym_function_definition] = STATE(2891), + [sym_compound_statement] = STATE(2891), + [sym_subshell] = STATE(2891), + [sym_pipeline] = STATE(2891), + [sym_list] = STATE(2891), + [sym_negated_command] = STATE(2891), + [sym_test_command] = STATE(2891), + [sym_declaration_command] = STATE(2891), + [sym_unset_command] = STATE(2891), + [sym_command] = STATE(2891), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(627), + [sym_variable_assignments] = STATE(2891), + [sym_subscript] = STATE(4501), + [sym_file_redirect] = STATE(1418), + [sym_arithmetic_expansion] = STATE(648), + [sym_brace_expression] = STATE(648), + [sym_concatenation] = STATE(1028), + [sym_string] = STATE(648), + [sym_translated_string] = STATE(648), + [sym_number] = STATE(648), + [sym_simple_expansion] = STATE(648), + [sym_expansion] = STATE(648), + [sym_command_substitution] = STATE(648), + [sym_process_substitution] = STATE(648), + [aux_sym__statements_repeat1] = STATE(310), + [aux_sym_redirected_statement_repeat2] = STATE(3034), + [aux_sym_command_repeat1] = STATE(1027), + [aux_sym__literal_repeat1] = STATE(874), + [sym_word] = ACTIONS(615), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(617), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_SEMI_SEMI] = ACTIONS(683), + [anon_sym_SEMI_AMP] = ACTIONS(613), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(613), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(629), + [anon_sym_typeset] = ACTIONS(629), + [anon_sym_export] = ACTIONS(629), + [anon_sym_readonly] = ACTIONS(629), + [anon_sym_local] = ACTIONS(629), + [anon_sym_unset] = ACTIONS(631), + [anon_sym_unsetenv] = ACTIONS(631), + [anon_sym_AMP_GT] = ACTIONS(621), + [anon_sym_AMP_GT_GT] = ACTIONS(619), + [anon_sym_LT_AMP] = ACTIONS(621), + [anon_sym_GT_AMP] = ACTIONS(621), + [anon_sym_GT_PIPE] = ACTIONS(619), + [anon_sym_LT_AMP_DASH] = ACTIONS(633), + [anon_sym_GT_AMP_DASH] = ACTIONS(633), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(635), + [anon_sym_DOLLAR] = ACTIONS(637), + [sym__special_character] = ACTIONS(639), + [anon_sym_DQUOTE] = ACTIONS(641), + [sym_raw_string] = ACTIONS(643), + [sym_ansi_c_string] = ACTIONS(643), + [aux_sym_number_token1] = ACTIONS(645), + [aux_sym_number_token2] = ACTIONS(647), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(649), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(651), + [anon_sym_BQUOTE] = ACTIONS(653), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(655), + [anon_sym_LT_LPAREN] = ACTIONS(657), + [anon_sym_GT_LPAREN] = ACTIONS(657), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(659), + [sym_variable_name] = ACTIONS(661), + [sym_test_operator] = ACTIONS(663), + [sym__brace_start] = ACTIONS(665), + }, + [38] = { + [sym__statements] = STATE(4330), + [sym_redirected_statement] = STATE(2891), + [sym_for_statement] = STATE(2891), + [sym_c_style_for_statement] = STATE(2891), + [sym_while_statement] = STATE(2891), + [sym_if_statement] = STATE(2891), + [sym_case_statement] = STATE(2891), + [sym_function_definition] = STATE(2891), + [sym_compound_statement] = STATE(2891), + [sym_subshell] = STATE(2891), + [sym_pipeline] = STATE(2891), + [sym_list] = STATE(2891), + [sym_negated_command] = STATE(2891), + [sym_test_command] = STATE(2891), + [sym_declaration_command] = STATE(2891), + [sym_unset_command] = STATE(2891), + [sym_command] = STATE(2891), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(627), + [sym_variable_assignments] = STATE(2891), + [sym_subscript] = STATE(4501), + [sym_file_redirect] = STATE(1418), + [sym_arithmetic_expansion] = STATE(648), + [sym_brace_expression] = STATE(648), + [sym_concatenation] = STATE(1028), + [sym_string] = STATE(648), + [sym_translated_string] = STATE(648), + [sym_number] = STATE(648), + [sym_simple_expansion] = STATE(648), + [sym_expansion] = STATE(648), + [sym_command_substitution] = STATE(648), + [sym_process_substitution] = STATE(648), + [aux_sym__statements_repeat1] = STATE(310), + [aux_sym_redirected_statement_repeat2] = STATE(3034), + [aux_sym_command_repeat1] = STATE(1027), + [aux_sym__literal_repeat1] = STATE(874), + [sym_word] = ACTIONS(615), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(617), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_SEMI_SEMI] = ACTIONS(685), + [anon_sym_SEMI_AMP] = ACTIONS(579), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(579), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(629), + [anon_sym_typeset] = ACTIONS(629), + [anon_sym_export] = ACTIONS(629), + [anon_sym_readonly] = ACTIONS(629), + [anon_sym_local] = ACTIONS(629), + [anon_sym_unset] = ACTIONS(631), + [anon_sym_unsetenv] = ACTIONS(631), + [anon_sym_AMP_GT] = ACTIONS(621), + [anon_sym_AMP_GT_GT] = ACTIONS(619), + [anon_sym_LT_AMP] = ACTIONS(621), + [anon_sym_GT_AMP] = ACTIONS(621), + [anon_sym_GT_PIPE] = ACTIONS(619), + [anon_sym_LT_AMP_DASH] = ACTIONS(633), + [anon_sym_GT_AMP_DASH] = ACTIONS(633), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(635), + [anon_sym_DOLLAR] = ACTIONS(637), + [sym__special_character] = ACTIONS(639), + [anon_sym_DQUOTE] = ACTIONS(641), + [sym_raw_string] = ACTIONS(643), + [sym_ansi_c_string] = ACTIONS(643), + [aux_sym_number_token1] = ACTIONS(645), + [aux_sym_number_token2] = ACTIONS(647), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(649), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(651), + [anon_sym_BQUOTE] = ACTIONS(653), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(655), + [anon_sym_LT_LPAREN] = ACTIONS(657), + [anon_sym_GT_LPAREN] = ACTIONS(657), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(659), + [sym_variable_name] = ACTIONS(661), + [sym_test_operator] = ACTIONS(663), + [sym__brace_start] = ACTIONS(665), + }, + [39] = { + [sym__statements] = STATE(4321), + [sym_redirected_statement] = STATE(2891), + [sym_for_statement] = STATE(2891), + [sym_c_style_for_statement] = STATE(2891), + [sym_while_statement] = STATE(2891), + [sym_if_statement] = STATE(2891), + [sym_case_statement] = STATE(2891), + [sym_function_definition] = STATE(2891), + [sym_compound_statement] = STATE(2891), + [sym_subshell] = STATE(2891), + [sym_pipeline] = STATE(2891), + [sym_list] = STATE(2891), + [sym_negated_command] = STATE(2891), + [sym_test_command] = STATE(2891), + [sym_declaration_command] = STATE(2891), + [sym_unset_command] = STATE(2891), + [sym_command] = STATE(2891), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(627), + [sym_variable_assignments] = STATE(2891), + [sym_subscript] = STATE(4501), + [sym_file_redirect] = STATE(1418), + [sym_arithmetic_expansion] = STATE(648), + [sym_brace_expression] = STATE(648), + [sym_concatenation] = STATE(1028), + [sym_string] = STATE(648), + [sym_translated_string] = STATE(648), + [sym_number] = STATE(648), + [sym_simple_expansion] = STATE(648), + [sym_expansion] = STATE(648), + [sym_command_substitution] = STATE(648), + [sym_process_substitution] = STATE(648), + [aux_sym__statements_repeat1] = STATE(310), + [aux_sym_redirected_statement_repeat2] = STATE(3034), + [aux_sym_command_repeat1] = STATE(1027), + [aux_sym__literal_repeat1] = STATE(874), + [sym_word] = ACTIONS(615), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(617), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_SEMI_SEMI] = ACTIONS(687), + [anon_sym_SEMI_AMP] = ACTIONS(599), + [anon_sym_SEMI_SEMI_AMP] = ACTIONS(601), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(629), + [anon_sym_typeset] = ACTIONS(629), + [anon_sym_export] = ACTIONS(629), + [anon_sym_readonly] = ACTIONS(629), + [anon_sym_local] = ACTIONS(629), + [anon_sym_unset] = ACTIONS(631), + [anon_sym_unsetenv] = ACTIONS(631), + [anon_sym_AMP_GT] = ACTIONS(621), + [anon_sym_AMP_GT_GT] = ACTIONS(619), + [anon_sym_LT_AMP] = ACTIONS(621), + [anon_sym_GT_AMP] = ACTIONS(621), + [anon_sym_GT_PIPE] = ACTIONS(619), + [anon_sym_LT_AMP_DASH] = ACTIONS(633), + [anon_sym_GT_AMP_DASH] = ACTIONS(633), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(635), + [anon_sym_DOLLAR] = ACTIONS(637), + [sym__special_character] = ACTIONS(639), + [anon_sym_DQUOTE] = ACTIONS(641), + [sym_raw_string] = ACTIONS(643), + [sym_ansi_c_string] = ACTIONS(643), + [aux_sym_number_token1] = ACTIONS(645), + [aux_sym_number_token2] = ACTIONS(647), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(649), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(651), + [anon_sym_BQUOTE] = ACTIONS(653), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(655), + [anon_sym_LT_LPAREN] = ACTIONS(657), + [anon_sym_GT_LPAREN] = ACTIONS(657), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(659), + [sym_variable_name] = ACTIONS(661), + [sym_test_operator] = ACTIONS(663), + [sym__brace_start] = ACTIONS(665), + }, + [40] = { + [aux_sym__terminated_statement] = STATE(41), + [sym_redirected_statement] = STATE(3011), + [sym_for_statement] = STATE(3011), + [sym_c_style_for_statement] = STATE(3011), + [sym_while_statement] = STATE(3011), + [sym_if_statement] = STATE(3011), + [sym_case_statement] = STATE(3011), + [sym_function_definition] = STATE(3011), + [sym_compound_statement] = STATE(3011), + [sym_subshell] = STATE(3011), + [sym_pipeline] = STATE(3011), + [sym_list] = STATE(3011), + [sym_negated_command] = STATE(3011), + [sym_test_command] = STATE(3011), + [sym_declaration_command] = STATE(3011), + [sym_unset_command] = STATE(3011), + [sym_command] = STATE(3011), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(767), + [sym_variable_assignments] = STATE(3011), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), - [anon_sym_fi] = ACTIONS(395), - [anon_sym_elif] = ACTIONS(397), - [anon_sym_else] = ACTIONS(399), + [anon_sym_fi] = ACTIONS(689), + [anon_sym_elif] = ACTIONS(689), + [anon_sym_else] = ACTIONS(689), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(313), [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), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, - [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), - [sym_word] = ACTIONS(387), + [41] = { + [aux_sym__terminated_statement] = STATE(18), + [sym_redirected_statement] = STATE(3011), + [sym_for_statement] = STATE(3011), + [sym_c_style_for_statement] = STATE(3011), + [sym_while_statement] = STATE(3011), + [sym_if_statement] = STATE(3011), + [sym_case_statement] = STATE(3011), + [sym_function_definition] = STATE(3011), + [sym_compound_statement] = STATE(3011), + [sym_subshell] = STATE(3011), + [sym_pipeline] = STATE(3011), + [sym_list] = STATE(3011), + [sym_negated_command] = STATE(3011), + [sym_test_command] = STATE(3011), + [sym_declaration_command] = STATE(3011), + [sym_unset_command] = STATE(3011), + [sym_command] = STATE(3011), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(767), + [sym_variable_assignments] = STATE(3011), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), - [anon_sym_fi] = ACTIONS(439), - [anon_sym_elif] = ACTIONS(397), - [anon_sym_else] = ACTIONS(399), + [anon_sym_fi] = ACTIONS(691), + [anon_sym_elif] = ACTIONS(691), + [anon_sym_else] = ACTIONS(691), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(313), [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), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, - [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), - [sym_word] = ACTIONS(387), + [42] = { + [sym__statements] = STATE(4533), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_RPAREN] = ACTIONS(695), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), - [anon_sym_fi] = ACTIONS(441), - [anon_sym_elif] = ACTIONS(397), - [anon_sym_else] = ACTIONS(399), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, - [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), - [sym_word] = ACTIONS(387), + [43] = { + [aux_sym__terminated_statement] = STATE(18), + [sym_redirected_statement] = STATE(3011), + [sym_for_statement] = STATE(3011), + [sym_c_style_for_statement] = STATE(3011), + [sym_while_statement] = STATE(3011), + [sym_do_group] = STATE(3151), + [sym_if_statement] = STATE(3011), + [sym_case_statement] = STATE(3011), + [sym_function_definition] = STATE(3011), + [sym_compound_statement] = STATE(3011), + [sym_subshell] = STATE(3011), + [sym_pipeline] = STATE(3011), + [sym_list] = STATE(3011), + [sym_negated_command] = STATE(3011), + [sym_test_command] = STATE(3011), + [sym_declaration_command] = STATE(3011), + [sym_unset_command] = STATE(3011), + [sym_command] = STATE(3011), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(767), + [sym_variable_assignments] = STATE(3011), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), + [anon_sym_do] = ACTIONS(705), [anon_sym_if] = ACTIONS(23), - [anon_sym_fi] = ACTIONS(443), - [anon_sym_elif] = ACTIONS(397), - [anon_sym_else] = ACTIONS(399), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(313), [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), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, - [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), - [sym_word] = ACTIONS(387), + [44] = { + [sym__statements] = STATE(4987), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_RPAREN] = ACTIONS(707), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), - [anon_sym_fi] = ACTIONS(445), - [anon_sym_elif] = ACTIONS(397), - [anon_sym_else] = ACTIONS(399), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, - [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), - [sym_word] = ACTIONS(387), + [45] = { + [sym__statements] = STATE(4533), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_RPAREN] = ACTIONS(709), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), - [anon_sym_fi] = ACTIONS(447), - [anon_sym_elif] = ACTIONS(397), - [anon_sym_else] = ACTIONS(399), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), - }, - [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_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_esac] = ACTIONS(469), - [anon_sym_SEMI_SEMI] = ACTIONS(471), - [anon_sym_SEMI_AMP] = ACTIONS(473), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(475), - [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), - }, - [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_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_esac] = ACTIONS(521), - [anon_sym_SEMI_SEMI] = ACTIONS(523), - [anon_sym_SEMI_AMP] = ACTIONS(525), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(527), - [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), - }, - [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_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_esac] = ACTIONS(469), - [anon_sym_SEMI_SEMI] = ACTIONS(529), - [anon_sym_SEMI_AMP] = ACTIONS(531), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(533), - [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), - }, - [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_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_esac] = ACTIONS(535), - [anon_sym_SEMI_SEMI] = ACTIONS(537), - [anon_sym_SEMI_AMP] = ACTIONS(539), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(541), - [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), - }, - [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_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_esac] = ACTIONS(521), - [anon_sym_SEMI_SEMI] = ACTIONS(543), - [anon_sym_SEMI_AMP] = ACTIONS(545), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(547), - [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), - }, - [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), - [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_esac] = ACTIONS(549), - [anon_sym_SEMI_SEMI] = ACTIONS(551), - [anon_sym_SEMI_AMP] = ACTIONS(553), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(553), - [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), - }, - [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), - [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_esac] = ACTIONS(555), - [anon_sym_SEMI_SEMI] = ACTIONS(557), - [anon_sym_SEMI_AMP] = ACTIONS(559), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(559), - [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), - }, - [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_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_esac] = ACTIONS(659), - [anon_sym_SEMI_SEMI] = ACTIONS(661), - [anon_sym_SEMI_AMP] = ACTIONS(663), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(663), - [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), - }, - [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_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_esac] = ACTIONS(535), - [anon_sym_SEMI_SEMI] = ACTIONS(665), - [anon_sym_SEMI_AMP] = ACTIONS(667), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(669), - [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), - }, - [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_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_esac] = ACTIONS(671), - [anon_sym_SEMI_SEMI] = ACTIONS(673), - [anon_sym_SEMI_AMP] = ACTIONS(675), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(677), - [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), - }, - [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_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_esac] = ACTIONS(679), - [anon_sym_SEMI_SEMI] = ACTIONS(681), - [anon_sym_SEMI_AMP] = ACTIONS(683), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(683), - [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), - }, - [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_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_esac] = ACTIONS(671), - [anon_sym_SEMI_SEMI] = ACTIONS(685), - [anon_sym_SEMI_AMP] = ACTIONS(687), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(689), - [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), - }, - [37] = { - [sym__statements] = STATE(3804), - [sym_redirected_statement] = STATE(2450), - [sym_for_statement] = STATE(2450), - [sym_c_style_for_statement] = STATE(2450), - [sym_while_statement] = STATE(2450), - [sym_if_statement] = STATE(2450), - [sym_case_statement] = STATE(2450), - [sym_function_definition] = STATE(2450), - [sym_compound_statement] = STATE(2450), - [sym_subshell] = STATE(2450), - [sym_pipeline] = STATE(2450), - [sym_list] = STATE(2450), - [sym_negated_command] = STATE(2450), - [sym_test_command] = STATE(2450), - [sym_declaration_command] = STATE(2450), - [sym_unset_command] = STATE(2450), - [sym_command] = STATE(2450), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(564), - [sym_variable_assignments] = STATE(2450), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym__statements_repeat1] = STATE(279), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), - [sym_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(699), - [anon_sym_SEMI_AMP] = ACTIONS(539), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(541), - [anon_sym_function] = ACTIONS(701), - [anon_sym_LBRACE] = ACTIONS(479), - [anon_sym_BANG] = ACTIONS(703), - [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), - }, - [38] = { - [sym__statements] = STATE(3844), - [sym_redirected_statement] = STATE(2450), - [sym_for_statement] = STATE(2450), - [sym_c_style_for_statement] = STATE(2450), - [sym_while_statement] = STATE(2450), - [sym_if_statement] = STATE(2450), - [sym_case_statement] = STATE(2450), - [sym_function_definition] = STATE(2450), - [sym_compound_statement] = STATE(2450), - [sym_subshell] = STATE(2450), - [sym_pipeline] = STATE(2450), - [sym_list] = STATE(2450), - [sym_negated_command] = STATE(2450), - [sym_test_command] = STATE(2450), - [sym_declaration_command] = STATE(2450), - [sym_unset_command] = STATE(2450), - [sym_command] = STATE(2450), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(564), - [sym_variable_assignments] = STATE(2450), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym__statements_repeat1] = STATE(279), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), - [sym_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(739), - [anon_sym_SEMI_AMP] = ACTIONS(553), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(553), - [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), - }, - [39] = { - [sym__statements] = STATE(3794), - [sym_redirected_statement] = STATE(2450), - [sym_for_statement] = STATE(2450), - [sym_c_style_for_statement] = STATE(2450), - [sym_while_statement] = STATE(2450), - [sym_if_statement] = STATE(2450), - [sym_case_statement] = STATE(2450), - [sym_function_definition] = STATE(2450), - [sym_compound_statement] = STATE(2450), - [sym_subshell] = STATE(2450), - [sym_pipeline] = STATE(2450), - [sym_list] = STATE(2450), - [sym_negated_command] = STATE(2450), - [sym_test_command] = STATE(2450), - [sym_declaration_command] = STATE(2450), - [sym_unset_command] = STATE(2450), - [sym_command] = STATE(2450), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(564), - [sym_variable_assignments] = STATE(2450), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym__statements_repeat1] = STATE(279), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), - [sym_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(741), - [anon_sym_SEMI_AMP] = ACTIONS(667), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(669), - [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), - }, - [40] = { - [sym__statements] = STATE(3856), - [sym_redirected_statement] = STATE(2450), - [sym_for_statement] = STATE(2450), - [sym_c_style_for_statement] = STATE(2450), - [sym_while_statement] = STATE(2450), - [sym_if_statement] = STATE(2450), - [sym_case_statement] = STATE(2450), - [sym_function_definition] = STATE(2450), - [sym_compound_statement] = STATE(2450), - [sym_subshell] = STATE(2450), - [sym_pipeline] = STATE(2450), - [sym_list] = STATE(2450), - [sym_negated_command] = STATE(2450), - [sym_test_command] = STATE(2450), - [sym_declaration_command] = STATE(2450), - [sym_unset_command] = STATE(2450), - [sym_command] = STATE(2450), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(564), - [sym_variable_assignments] = STATE(2450), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym__statements_repeat1] = STATE(279), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), - [sym_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(743), - [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), - [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), - }, - [41] = { - [sym__statements] = STATE(3869), - [sym_redirected_statement] = STATE(2450), - [sym_for_statement] = STATE(2450), - [sym_c_style_for_statement] = STATE(2450), - [sym_while_statement] = STATE(2450), - [sym_if_statement] = STATE(2450), - [sym_case_statement] = STATE(2450), - [sym_function_definition] = STATE(2450), - [sym_compound_statement] = STATE(2450), - [sym_subshell] = STATE(2450), - [sym_pipeline] = STATE(2450), - [sym_list] = STATE(2450), - [sym_negated_command] = STATE(2450), - [sym_test_command] = STATE(2450), - [sym_declaration_command] = STATE(2450), - [sym_unset_command] = STATE(2450), - [sym_command] = STATE(2450), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(564), - [sym_variable_assignments] = STATE(2450), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym__statements_repeat1] = STATE(279), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), - [sym_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(745), - [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), - [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), - }, - [42] = { - [sym__statements] = STATE(3913), - [sym_redirected_statement] = STATE(2450), - [sym_for_statement] = STATE(2450), - [sym_c_style_for_statement] = STATE(2450), - [sym_while_statement] = STATE(2450), - [sym_if_statement] = STATE(2450), - [sym_case_statement] = STATE(2450), - [sym_function_definition] = STATE(2450), - [sym_compound_statement] = STATE(2450), - [sym_subshell] = STATE(2450), - [sym_pipeline] = STATE(2450), - [sym_list] = STATE(2450), - [sym_negated_command] = STATE(2450), - [sym_test_command] = STATE(2450), - [sym_declaration_command] = STATE(2450), - [sym_unset_command] = STATE(2450), - [sym_command] = STATE(2450), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(564), - [sym_variable_assignments] = STATE(2450), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym__statements_repeat1] = STATE(279), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), - [sym_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(747), - [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), - [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), - }, - [43] = { - [sym__statements] = STATE(3921), - [sym_redirected_statement] = STATE(2450), - [sym_for_statement] = STATE(2450), - [sym_c_style_for_statement] = STATE(2450), - [sym_while_statement] = STATE(2450), - [sym_if_statement] = STATE(2450), - [sym_case_statement] = STATE(2450), - [sym_function_definition] = STATE(2450), - [sym_compound_statement] = STATE(2450), - [sym_subshell] = STATE(2450), - [sym_pipeline] = STATE(2450), - [sym_list] = STATE(2450), - [sym_negated_command] = STATE(2450), - [sym_test_command] = STATE(2450), - [sym_declaration_command] = STATE(2450), - [sym_unset_command] = STATE(2450), - [sym_command] = STATE(2450), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(564), - [sym_variable_assignments] = STATE(2450), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym__statements_repeat1] = STATE(279), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), - [sym_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(749), - [anon_sym_SEMI_AMP] = ACTIONS(675), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(677), - [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(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), - [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(753), - [anon_sym_SEMI_AMP] = ACTIONS(545), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(547), - [anon_sym_function] = ACTIONS(701), - [anon_sym_LBRACE] = ACTIONS(479), - [anon_sym_BANG] = ACTIONS(703), - [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [46] = { - [sym__statements] = STATE(3801), - [sym_redirected_statement] = STATE(2450), - [sym_for_statement] = STATE(2450), - [sym_c_style_for_statement] = STATE(2450), - [sym_while_statement] = STATE(2450), - [sym_if_statement] = STATE(2450), - [sym_case_statement] = STATE(2450), - [sym_function_definition] = STATE(2450), - [sym_compound_statement] = STATE(2450), - [sym_subshell] = STATE(2450), - [sym_pipeline] = STATE(2450), - [sym_list] = STATE(2450), - [sym_negated_command] = STATE(2450), - [sym_test_command] = STATE(2450), - [sym_declaration_command] = STATE(2450), - [sym_unset_command] = STATE(2450), - [sym_command] = STATE(2450), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(564), - [sym_variable_assignments] = STATE(2450), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym__statements_repeat1] = STATE(279), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), - [sym_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(755), - [anon_sym_SEMI_AMP] = ACTIONS(559), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(559), - [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), + [sym__statements] = STATE(5077), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_RPAREN] = ACTIONS(711), + [anon_sym_while] = ACTIONS(21), + [anon_sym_until] = ACTIONS(21), + [anon_sym_if] = ACTIONS(23), + [anon_sym_case] = ACTIONS(25), + [anon_sym_function] = ACTIONS(87), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(697), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [47] = { - [sym__statements] = STATE(3796), - [sym_redirected_statement] = STATE(2450), - [sym_for_statement] = STATE(2450), - [sym_c_style_for_statement] = STATE(2450), - [sym_while_statement] = STATE(2450), - [sym_if_statement] = STATE(2450), - [sym_case_statement] = STATE(2450), - [sym_function_definition] = STATE(2450), - [sym_compound_statement] = STATE(2450), - [sym_subshell] = STATE(2450), - [sym_pipeline] = STATE(2450), - [sym_list] = STATE(2450), - [sym_negated_command] = STATE(2450), - [sym_test_command] = STATE(2450), - [sym_declaration_command] = STATE(2450), - [sym_unset_command] = STATE(2450), - [sym_command] = STATE(2450), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(564), - [sym_variable_assignments] = STATE(2450), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym__statements_repeat1] = STATE(279), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), - [sym_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(757), - [anon_sym_SEMI_AMP] = ACTIONS(663), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(663), - [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), + [sym__statements] = STATE(4987), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_RPAREN] = ACTIONS(713), + [anon_sym_while] = ACTIONS(21), + [anon_sym_until] = ACTIONS(21), + [anon_sym_if] = ACTIONS(23), + [anon_sym_case] = ACTIONS(25), + [anon_sym_function] = ACTIONS(87), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(697), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [48] = { - [sym__statements] = STATE(3807), - [sym_redirected_statement] = STATE(2450), - [sym_for_statement] = STATE(2450), - [sym_c_style_for_statement] = STATE(2450), - [sym_while_statement] = STATE(2450), - [sym_if_statement] = STATE(2450), - [sym_case_statement] = STATE(2450), - [sym_function_definition] = STATE(2450), - [sym_compound_statement] = STATE(2450), - [sym_subshell] = STATE(2450), - [sym_pipeline] = STATE(2450), - [sym_list] = STATE(2450), - [sym_negated_command] = STATE(2450), - [sym_test_command] = STATE(2450), - [sym_declaration_command] = STATE(2450), - [sym_unset_command] = STATE(2450), - [sym_command] = STATE(2450), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(564), - [sym_variable_assignments] = STATE(2450), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym__statements_repeat1] = STATE(279), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), - [sym_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(759), - [anon_sym_SEMI_AMP] = ACTIONS(531), - [anon_sym_SEMI_SEMI_AMP] = ACTIONS(533), - [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), - }, - [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_word] = ACTIONS(387), + [sym__statements] = STATE(4987), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_RPAREN] = ACTIONS(715), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), - [anon_sym_fi] = ACTIONS(761), - [anon_sym_elif] = ACTIONS(761), - [anon_sym_else] = ACTIONS(761), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, - [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), - [sym_word] = ACTIONS(387), + [49] = { + [sym__statements] = STATE(4987), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_RPAREN] = ACTIONS(717), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), - [anon_sym_fi] = ACTIONS(763), - [anon_sym_elif] = ACTIONS(763), - [anon_sym_else] = ACTIONS(763), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, - [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), - [sym_word] = ACTIONS(387), + [50] = { + [aux_sym__terminated_statement] = STATE(18), + [sym_redirected_statement] = STATE(3011), + [sym_for_statement] = STATE(3011), + [sym_c_style_for_statement] = STATE(3011), + [sym_while_statement] = STATE(3011), + [sym_do_group] = STATE(3215), + [sym_if_statement] = STATE(3011), + [sym_case_statement] = STATE(3011), + [sym_function_definition] = STATE(3011), + [sym_compound_statement] = STATE(3011), + [sym_subshell] = STATE(3011), + [sym_pipeline] = STATE(3011), + [sym_list] = STATE(3011), + [sym_negated_command] = STATE(3011), + [sym_test_command] = STATE(3011), + [sym_declaration_command] = STATE(3011), + [sym_unset_command] = STATE(3011), + [sym_command] = STATE(3011), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(767), + [sym_variable_assignments] = STATE(3011), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), - [anon_sym_do] = ACTIONS(765), + [anon_sym_do] = ACTIONS(719), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(313), [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), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, - [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), + [51] = { + [aux_sym__terminated_statement] = STATE(18), + [sym_redirected_statement] = STATE(3011), + [sym_for_statement] = STATE(3011), + [sym_c_style_for_statement] = STATE(3011), + [sym_while_statement] = STATE(3011), + [sym_do_group] = STATE(3621), + [sym_if_statement] = STATE(3011), + [sym_case_statement] = STATE(3011), + [sym_function_definition] = STATE(3011), + [sym_compound_statement] = STATE(3011), + [sym_subshell] = STATE(3011), + [sym_pipeline] = STATE(3011), + [sym_list] = STATE(3011), + [sym_negated_command] = STATE(3011), + [sym_test_command] = STATE(3011), + [sym_declaration_command] = STATE(3011), + [sym_unset_command] = STATE(3011), + [sym_command] = STATE(3011), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(767), + [sym_variable_assignments] = STATE(3011), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(769), - [anon_sym_RPAREN] = ACTIONS(771), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), + [anon_sym_do] = ACTIONS(721), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(313), [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), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, - [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), + [52] = { + [sym__statements] = STATE(4987), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_RPAREN] = ACTIONS(723), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, - [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), + [53] = { + [sym__statements] = STATE(4933), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [anon_sym_LPAREN] = ACTIONS(19), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, - [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), + [54] = { + [sym__statements] = STATE(5047), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [anon_sym_LPAREN] = ACTIONS(19), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, - [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), + [55] = { + [sym__statements] = STATE(5000), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1578), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(789), - [anon_sym_RPAREN] = ACTIONS(791), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), + [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), + }, + [56] = { + [aux_sym__terminated_statement] = STATE(56), + [sym_redirected_statement] = STATE(3037), + [sym_for_statement] = STATE(3037), + [sym_c_style_for_statement] = STATE(3037), + [sym_while_statement] = STATE(3037), + [sym_if_statement] = STATE(3037), + [sym_case_statement] = STATE(3037), + [sym_function_definition] = STATE(3037), + [sym_compound_statement] = STATE(3037), + [sym_subshell] = STATE(3037), + [sym_pipeline] = STATE(3037), + [sym_list] = STATE(3037), + [sym_negated_command] = STATE(3037), + [sym_test_command] = STATE(3037), + [sym_declaration_command] = STATE(3037), + [sym_unset_command] = STATE(3037), + [sym_command] = STATE(3037), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(744), + [sym_variable_assignments] = STATE(3037), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(453), + [anon_sym_for] = ACTIONS(456), + [anon_sym_select] = ACTIONS(459), + [anon_sym_LPAREN_LPAREN] = ACTIONS(462), + [anon_sym_GT_GT] = ACTIONS(465), + [anon_sym_LT] = ACTIONS(468), + [anon_sym_GT] = ACTIONS(468), + [anon_sym_LPAREN] = ACTIONS(471), + [anon_sym_while] = ACTIONS(474), + [anon_sym_until] = ACTIONS(474), + [anon_sym_if] = ACTIONS(479), + [anon_sym_case] = ACTIONS(482), + [anon_sym_function] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(488), + [anon_sym_RBRACE] = ACTIONS(725), + [anon_sym_BANG] = ACTIONS(491), + [anon_sym_LBRACK] = ACTIONS(494), + [anon_sym_LBRACK_LBRACK] = ACTIONS(497), + [anon_sym_declare] = ACTIONS(500), + [anon_sym_typeset] = ACTIONS(500), + [anon_sym_export] = ACTIONS(500), + [anon_sym_readonly] = ACTIONS(500), + [anon_sym_local] = ACTIONS(500), + [anon_sym_unset] = ACTIONS(503), + [anon_sym_unsetenv] = ACTIONS(503), + [anon_sym_AMP_GT] = ACTIONS(468), + [anon_sym_AMP_GT_GT] = ACTIONS(465), + [anon_sym_LT_AMP] = ACTIONS(468), + [anon_sym_GT_AMP] = ACTIONS(468), + [anon_sym_GT_PIPE] = ACTIONS(465), + [anon_sym_LT_AMP_DASH] = ACTIONS(506), + [anon_sym_GT_AMP_DASH] = ACTIONS(506), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(509), + [anon_sym_DOLLAR] = ACTIONS(512), + [sym__special_character] = ACTIONS(515), + [anon_sym_DQUOTE] = ACTIONS(518), + [sym_raw_string] = ACTIONS(521), + [sym_ansi_c_string] = ACTIONS(521), + [aux_sym_number_token1] = ACTIONS(524), + [aux_sym_number_token2] = ACTIONS(527), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(530), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(533), + [anon_sym_BQUOTE] = ACTIONS(536), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(539), + [anon_sym_LT_LPAREN] = ACTIONS(542), + [anon_sym_GT_LPAREN] = ACTIONS(542), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(545), + [sym_variable_name] = ACTIONS(548), + [sym_test_operator] = ACTIONS(551), + [sym__brace_start] = ACTIONS(554), }, [57] = { - [sym__statements] = STATE(4427), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4999), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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(4997), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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(795), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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(4996), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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(797), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), + [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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(4965), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1581), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(789), - [anon_sym_RPAREN] = ACTIONS(799), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), + [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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(4964), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(79), - [anon_sym_LT] = ACTIONS(81), - [anon_sym_GT] = ACTIONS(81), - [anon_sym_LPAREN] = ACTIONS(789), - [anon_sym_RPAREN] = ACTIONS(801), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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_word] = ACTIONS(803), + [sym__statements] = STATE(4963), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4962), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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_word] = ACTIONS(803), + [sym__statements] = STATE(4945), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1582), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4943), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4941), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [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(729), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(731), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4939), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), + [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(87), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(697), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4926), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1583), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [69] = { - [aux_sym__terminated_statement] = STATE(31), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [sym__statements] = STATE(4925), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), - [anon_sym_fi] = ACTIONS(815), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4924), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4923), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [72] = { - [aux_sym__terminated_statement] = STATE(31), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [sym__statements] = STATE(4910), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1584), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), - [anon_sym_then] = ACTIONS(817), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4905), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4901), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4900), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4890), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1604), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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_function] = ACTIONS(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4886), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4885), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [79] = { - [sym__statements] = STATE(4144), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4883), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4871), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1605), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4869), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4867), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(821), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [aux_sym__terminated_statement] = STATE(18), + [sym_redirected_statement] = STATE(3011), + [sym_for_statement] = STATE(3011), + [sym_c_style_for_statement] = STATE(3011), + [sym_while_statement] = STATE(3011), + [sym_if_statement] = STATE(3011), + [sym_case_statement] = STATE(3011), + [sym_function_definition] = STATE(3011), + [sym_compound_statement] = STATE(3011), + [sym_subshell] = STATE(3011), + [sym_pipeline] = STATE(3011), + [sym_list] = STATE(3011), + [sym_negated_command] = STATE(3011), + [sym_test_command] = STATE(3011), + [sym_declaration_command] = STATE(3011), + [sym_unset_command] = STATE(3011), + [sym_command] = STATE(3011), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(767), + [sym_variable_assignments] = STATE(3011), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), + [anon_sym_then] = ACTIONS(737), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(313), [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), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4864), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [85] = { - [sym__statements] = STATE(4294), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4850), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1621), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4849), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4848), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4847), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4837), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1480), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [aux_sym__terminated_statement] = STATE(56), + [sym_redirected_statement] = STATE(3037), + [sym_for_statement] = STATE(3037), + [sym_c_style_for_statement] = STATE(3037), + [sym_while_statement] = STATE(3037), + [sym_if_statement] = STATE(3037), + [sym_case_statement] = STATE(3037), + [sym_function_definition] = STATE(3037), + [sym_compound_statement] = STATE(3037), + [sym_subshell] = STATE(3037), + [sym_pipeline] = STATE(3037), + [sym_list] = STATE(3037), + [sym_negated_command] = STATE(3037), + [sym_test_command] = STATE(3037), + [sym_declaration_command] = STATE(3037), + [sym_unset_command] = STATE(3037), + [sym_command] = STATE(3037), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(744), + [sym_variable_assignments] = STATE(3037), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_RBRACE] = ACTIONS(739), + [anon_sym_BANG] = ACTIONS(313), [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), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4835), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4834), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [93] = { - [sym__statements] = STATE(4339), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4833), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4823), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1642), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4820), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4819), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [97] = { - [sym__statements] = STATE(4311), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4817), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4777), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1641), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4771), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4766), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4765), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4741), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1640), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [103] = { - [sym__statements] = STATE(4354), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1370), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4736), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4735), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4733), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4721), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1639), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [107] = { - [sym__statements] = STATE(4227), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4719), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4718), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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(4670), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [110] = { - [sym__statements] = STATE(4464), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4701), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1638), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [111] = { - [sym__statements] = STATE(4364), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4700), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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(4697), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4693), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4672), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1637), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4671), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4540), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4662), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4614), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1636), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4606), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4598), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4590), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4551), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1635), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4550), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4546), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4545), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4539), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1634), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [127] = { - [sym__statements] = STATE(4078), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4538), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [128] = { - [sym__statements] = STATE(4071), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4534), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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_word] = ACTIONS(803), + [sym__statements] = STATE(4561), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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(4579), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1633), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [131] = { - [sym__statements] = STATE(4085), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4589), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [132] = { - [sym__statements] = STATE(4424), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4595), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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(4603), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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_word] = ACTIONS(803), + [sym__statements] = STATE(4685), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1632), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [135] = { - [sym__statements] = STATE(4402), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1369), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4742), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4757), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4768), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [138] = { - [sym__statements] = STATE(4067), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4875), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1631), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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_word] = ACTIONS(803), + [sym__statements] = STATE(4892), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [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), + [aux_sym__terminated_statement] = STATE(140), + [sym_redirected_statement] = STATE(3025), + [sym_for_statement] = STATE(3025), + [sym_c_style_for_statement] = STATE(3025), + [sym_while_statement] = STATE(3025), + [sym_if_statement] = STATE(3025), + [sym_case_statement] = STATE(3025), + [sym_function_definition] = STATE(3025), + [sym_compound_statement] = STATE(3025), + [sym_subshell] = STATE(3025), + [sym_pipeline] = STATE(3025), + [sym_list] = STATE(3025), + [sym_negated_command] = STATE(3025), + [sym_test_command] = STATE(3025), + [sym_declaration_command] = STATE(3025), + [sym_unset_command] = STATE(3025), + [sym_command] = STATE(3025), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(735), + [sym_variable_assignments] = STATE(3025), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(453), + [anon_sym_for] = ACTIONS(456), + [anon_sym_select] = ACTIONS(459), + [anon_sym_LPAREN_LPAREN] = ACTIONS(462), + [anon_sym_GT_GT] = ACTIONS(465), + [anon_sym_LT] = ACTIONS(468), + [anon_sym_GT] = ACTIONS(468), + [anon_sym_LPAREN] = ACTIONS(471), + [anon_sym_while] = ACTIONS(474), + [anon_sym_until] = ACTIONS(474), + [anon_sym_done] = ACTIONS(477), + [anon_sym_if] = ACTIONS(479), + [anon_sym_case] = ACTIONS(482), + [anon_sym_function] = ACTIONS(485), + [anon_sym_LBRACE] = ACTIONS(488), + [anon_sym_BANG] = ACTIONS(491), + [anon_sym_LBRACK] = ACTIONS(494), + [anon_sym_LBRACK_LBRACK] = ACTIONS(497), + [anon_sym_declare] = ACTIONS(500), + [anon_sym_typeset] = ACTIONS(500), + [anon_sym_export] = ACTIONS(500), + [anon_sym_readonly] = ACTIONS(500), + [anon_sym_local] = ACTIONS(500), + [anon_sym_unset] = ACTIONS(503), + [anon_sym_unsetenv] = ACTIONS(503), + [anon_sym_AMP_GT] = ACTIONS(468), + [anon_sym_AMP_GT_GT] = ACTIONS(465), + [anon_sym_LT_AMP] = ACTIONS(468), + [anon_sym_GT_AMP] = ACTIONS(468), + [anon_sym_GT_PIPE] = ACTIONS(465), + [anon_sym_LT_AMP_DASH] = ACTIONS(506), + [anon_sym_GT_AMP_DASH] = ACTIONS(506), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(509), + [anon_sym_DOLLAR] = ACTIONS(512), + [sym__special_character] = ACTIONS(515), + [anon_sym_DQUOTE] = ACTIONS(518), + [sym_raw_string] = ACTIONS(521), + [sym_ansi_c_string] = ACTIONS(521), + [aux_sym_number_token1] = ACTIONS(524), + [aux_sym_number_token2] = ACTIONS(527), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(530), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(533), + [anon_sym_BQUOTE] = ACTIONS(536), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(539), + [anon_sym_LT_LPAREN] = ACTIONS(542), + [anon_sym_GT_LPAREN] = ACTIONS(542), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(545), + [sym_variable_name] = ACTIONS(548), + [sym_test_operator] = ACTIONS(551), + [sym__brace_start] = ACTIONS(554), }, [141] = { - [sym__statements] = STATE(4404), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4987), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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_word] = ACTIONS(803), + [sym__statements] = STATE(4894), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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(4895), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [aux_sym__terminated_statement] = STATE(299), + [sym_redirected_statement] = STATE(3011), + [sym_for_statement] = STATE(3011), + [sym_c_style_for_statement] = STATE(3011), + [sym_while_statement] = STATE(3011), + [sym_if_statement] = STATE(3011), + [sym_case_statement] = STATE(3011), + [sym_function_definition] = STATE(3011), + [sym_compound_statement] = STATE(3011), + [sym_subshell] = STATE(3011), + [sym_pipeline] = STATE(3011), + [sym_list] = STATE(3011), + [sym_negated_command] = STATE(3011), + [sym_test_command] = STATE(3011), + [sym_declaration_command] = STATE(3011), + [sym_unset_command] = STATE(3011), + [sym_command] = STATE(3011), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(767), + [sym_variable_assignments] = STATE(3011), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), + [anon_sym_fi] = ACTIONS(741), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(313), [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), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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(4969), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1630), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [aux_sym__terminated_statement] = STATE(140), + [sym_redirected_statement] = STATE(3025), + [sym_for_statement] = STATE(3025), + [sym_c_style_for_statement] = STATE(3025), + [sym_while_statement] = STATE(3025), + [sym_if_statement] = STATE(3025), + [sym_case_statement] = STATE(3025), + [sym_function_definition] = STATE(3025), + [sym_compound_statement] = STATE(3025), + [sym_subshell] = STATE(3025), + [sym_pipeline] = STATE(3025), + [sym_list] = STATE(3025), + [sym_negated_command] = STATE(3025), + [sym_test_command] = STATE(3025), + [sym_declaration_command] = STATE(3025), + [sym_unset_command] = STATE(3025), + [sym_command] = STATE(3025), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(735), + [sym_variable_assignments] = STATE(3025), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), + [anon_sym_done] = ACTIONS(743), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(313), [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), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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(4970), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4975), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4978), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [150] = { - [aux_sym__terminated_statement] = STATE(164), - [sym_redirected_statement] = STATE(2685), - [sym_for_statement] = STATE(2685), - [sym_c_style_for_statement] = STATE(2685), - [sym_while_statement] = STATE(2685), - [sym_if_statement] = STATE(2685), - [sym_case_statement] = STATE(2685), - [sym_function_definition] = STATE(2685), - [sym_compound_statement] = STATE(2685), - [sym_subshell] = STATE(2685), - [sym_pipeline] = STATE(2685), - [sym_list] = STATE(2685), - [sym_negated_command] = STATE(2685), - [sym_test_command] = STATE(2685), - [sym_declaration_command] = STATE(2685), - [sym_unset_command] = STATE(2685), - [sym_command] = STATE(2685), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(668), - [sym_variable_assignments] = STATE(2685), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [sym__statements] = STATE(5013), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1629), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(825), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(5019), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [aux_sym__terminated_statement] = STATE(90), + [sym_redirected_statement] = STATE(3037), + [sym_for_statement] = STATE(3037), + [sym_c_style_for_statement] = STATE(3037), + [sym_while_statement] = STATE(3037), + [sym_if_statement] = STATE(3037), + [sym_case_statement] = STATE(3037), + [sym_function_definition] = STATE(3037), + [sym_compound_statement] = STATE(3037), + [sym_subshell] = STATE(3037), + [sym_pipeline] = STATE(3037), + [sym_list] = STATE(3037), + [sym_negated_command] = STATE(3037), + [sym_test_command] = STATE(3037), + [sym_declaration_command] = STATE(3037), + [sym_unset_command] = STATE(3037), + [sym_command] = STATE(3037), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(744), + [sym_variable_assignments] = STATE(3037), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_RBRACE] = ACTIONS(745), + [anon_sym_BANG] = ACTIONS(313), [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), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(5023), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(5029), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [155] = { - [sym__statements] = STATE(4349), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(5048), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(5130), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1628), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [aux_sym__terminated_statement] = STATE(163), + [sym_redirected_statement] = STATE(3037), + [sym_for_statement] = STATE(3037), + [sym_c_style_for_statement] = STATE(3037), + [sym_while_statement] = STATE(3037), + [sym_if_statement] = STATE(3037), + [sym_case_statement] = STATE(3037), + [sym_function_definition] = STATE(3037), + [sym_compound_statement] = STATE(3037), + [sym_subshell] = STATE(3037), + [sym_pipeline] = STATE(3037), + [sym_list] = STATE(3037), + [sym_negated_command] = STATE(3037), + [sym_test_command] = STATE(3037), + [sym_declaration_command] = STATE(3037), + [sym_unset_command] = STATE(3037), + [sym_command] = STATE(3037), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(744), + [sym_variable_assignments] = STATE(3037), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_RBRACE] = ACTIONS(747), + [anon_sym_BANG] = ACTIONS(313), [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), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4911), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1521), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4909), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(5007), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [161] = { - [aux_sym__terminated_statement] = STATE(154), - [sym_redirected_statement] = STATE(2734), - [sym_for_statement] = STATE(2734), - [sym_c_style_for_statement] = STATE(2734), - [sym_while_statement] = STATE(2734), - [sym_if_statement] = STATE(2734), - [sym_case_statement] = STATE(2734), - [sym_function_definition] = STATE(2734), - [sym_compound_statement] = STATE(2734), - [sym_subshell] = STATE(2734), - [sym_pipeline] = STATE(2734), - [sym_list] = STATE(2734), - [sym_negated_command] = STATE(2734), - [sym_test_command] = STATE(2734), - [sym_declaration_command] = STATE(2734), - [sym_unset_command] = STATE(2734), - [sym_command] = STATE(2734), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(639), - [sym_variable_assignments] = STATE(2734), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [sym__statements] = STATE(4908), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), - [anon_sym_done] = ACTIONS(829), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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(4857), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [aux_sym__terminated_statement] = STATE(56), + [sym_redirected_statement] = STATE(3037), + [sym_for_statement] = STATE(3037), + [sym_c_style_for_statement] = STATE(3037), + [sym_while_statement] = STATE(3037), + [sym_if_statement] = STATE(3037), + [sym_case_statement] = STATE(3037), + [sym_function_definition] = STATE(3037), + [sym_compound_statement] = STATE(3037), + [sym_subshell] = STATE(3037), + [sym_pipeline] = STATE(3037), + [sym_list] = STATE(3037), + [sym_negated_command] = STATE(3037), + [sym_test_command] = STATE(3037), + [sym_declaration_command] = STATE(3037), + [sym_unset_command] = STATE(3037), + [sym_command] = STATE(3037), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(744), + [sym_variable_assignments] = STATE(3037), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_RBRACE] = ACTIONS(749), + [anon_sym_BANG] = ACTIONS(313), [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), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [164] = { - [aux_sym__terminated_statement] = STATE(66), - [sym_redirected_statement] = STATE(2685), - [sym_for_statement] = STATE(2685), - [sym_c_style_for_statement] = STATE(2685), - [sym_while_statement] = STATE(2685), - [sym_if_statement] = STATE(2685), - [sym_case_statement] = STATE(2685), - [sym_function_definition] = STATE(2685), - [sym_compound_statement] = STATE(2685), - [sym_subshell] = STATE(2685), - [sym_pipeline] = STATE(2685), - [sym_list] = STATE(2685), - [sym_negated_command] = STATE(2685), - [sym_test_command] = STATE(2685), - [sym_declaration_command] = STATE(2685), - [sym_unset_command] = STATE(2685), - [sym_command] = STATE(2685), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(668), - [sym_variable_assignments] = STATE(2685), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [sym__statements] = STATE(4856), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(831), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4799), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1627), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), - [anon_sym_then] = ACTIONS(833), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4907), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [167] = { - [sym__statements] = STATE(4109), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1376), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4773), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [aux_sym__terminated_statement] = STATE(169), + [sym_redirected_statement] = STATE(3025), + [sym_for_statement] = STATE(3025), + [sym_c_style_for_statement] = STATE(3025), + [sym_while_statement] = STATE(3025), + [sym_if_statement] = STATE(3025), + [sym_case_statement] = STATE(3025), + [sym_function_definition] = STATE(3025), + [sym_compound_statement] = STATE(3025), + [sym_subshell] = STATE(3025), + [sym_pipeline] = STATE(3025), + [sym_list] = STATE(3025), + [sym_negated_command] = STATE(3025), + [sym_test_command] = STATE(3025), + [sym_declaration_command] = STATE(3025), + [sym_unset_command] = STATE(3025), + [sym_command] = STATE(3025), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(735), + [sym_variable_assignments] = STATE(3025), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), + [anon_sym_done] = ACTIONS(751), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(313), [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), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [aux_sym__terminated_statement] = STATE(140), + [sym_redirected_statement] = STATE(3025), + [sym_for_statement] = STATE(3025), + [sym_c_style_for_statement] = STATE(3025), + [sym_while_statement] = STATE(3025), + [sym_if_statement] = STATE(3025), + [sym_case_statement] = STATE(3025), + [sym_function_definition] = STATE(3025), + [sym_compound_statement] = STATE(3025), + [sym_subshell] = STATE(3025), + [sym_pipeline] = STATE(3025), + [sym_list] = STATE(3025), + [sym_negated_command] = STATE(3025), + [sym_test_command] = STATE(3025), + [sym_declaration_command] = STATE(3025), + [sym_unset_command] = STATE(3025), + [sym_command] = STATE(3025), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(735), + [sym_variable_assignments] = STATE(3025), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), + [anon_sym_done] = ACTIONS(753), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(85), + [anon_sym_function] = ACTIONS(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(313), [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), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [170] = { - [sym__statements] = STATE(4104), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1392), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4630), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [171] = { - [sym__statements] = STATE(4539), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [aux_sym__terminated_statement] = STATE(175), + [sym_redirected_statement] = STATE(3037), + [sym_for_statement] = STATE(3037), + [sym_c_style_for_statement] = STATE(3037), + [sym_while_statement] = STATE(3037), + [sym_if_statement] = STATE(3037), + [sym_case_statement] = STATE(3037), + [sym_function_definition] = STATE(3037), + [sym_compound_statement] = STATE(3037), + [sym_subshell] = STATE(3037), + [sym_pipeline] = STATE(3037), + [sym_list] = STATE(3037), + [sym_negated_command] = STATE(3037), + [sym_test_command] = STATE(3037), + [sym_declaration_command] = STATE(3037), + [sym_unset_command] = STATE(3037), + [sym_command] = STATE(3037), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(744), + [sym_variable_assignments] = STATE(3037), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_RBRACE] = ACTIONS(755), + [anon_sym_BANG] = ACTIONS(313), [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), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4631), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4635), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4637), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1589), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [aux_sym__terminated_statement] = STATE(56), + [sym_redirected_statement] = STATE(3037), + [sym_for_statement] = STATE(3037), + [sym_c_style_for_statement] = STATE(3037), + [sym_while_statement] = STATE(3037), + [sym_if_statement] = STATE(3037), + [sym_case_statement] = STATE(3037), + [sym_function_definition] = STATE(3037), + [sym_compound_statement] = STATE(3037), + [sym_subshell] = STATE(3037), + [sym_pipeline] = STATE(3037), + [sym_list] = STATE(3037), + [sym_negated_command] = STATE(3037), + [sym_test_command] = STATE(3037), + [sym_declaration_command] = STATE(3037), + [sym_unset_command] = STATE(3037), + [sym_command] = STATE(3037), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(744), + [sym_variable_assignments] = STATE(3037), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_RBRACE] = ACTIONS(757), + [anon_sym_BANG] = ACTIONS(313), [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), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [176] = { - [sym__statements] = STATE(4541), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1356), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4731), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [177] = { - [sym__statements] = STATE(4163), - [sym_redirected_statement] = STATE(2647), - [sym_for_statement] = STATE(2647), - [sym_c_style_for_statement] = STATE(2647), - [sym_while_statement] = STATE(2647), - [sym_if_statement] = STATE(2647), - [sym_case_statement] = STATE(2647), - [sym_function_definition] = STATE(2647), - [sym_compound_statement] = STATE(2647), - [sym_subshell] = STATE(2647), - [sym_pipeline] = STATE(2647), - [sym_list] = STATE(2647), - [sym_negated_command] = STATE(2647), - [sym_test_command] = STATE(2647), - [sym_declaration_command] = STATE(2647), - [sym_unset_command] = STATE(2647), - [sym_command] = STATE(2647), - [sym_command_name] = STATE(456), - [sym_variable_assignment] = STATE(583), - [sym_variable_assignments] = STATE(2647), - [sym_subscript] = STATE(3939), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(718), - [sym_brace_expression] = STATE(718), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(718), - [sym_translated_string] = STATE(718), - [sym_number] = STATE(718), - [sym_simple_expansion] = STATE(718), - [sym_expansion] = STATE(718), - [sym_command_substitution] = STATE(718), - [sym_process_substitution] = STATE(718), - [aux_sym__statements_repeat1] = STATE(282), - [aux_sym_redirected_statement_repeat2] = STATE(2791), - [aux_sym_command_repeat1] = STATE(808), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(767), + [sym__statements] = STATE(4611), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1626), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [178] = { - [sym__statements] = STATE(4537), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4638), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [179] = { - [sym__statements] = STATE(4164), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4645), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(387), + [sym__statements] = STATE(4648), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1590), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), - [anon_sym_done] = ACTIONS(837), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(401), + [anon_sym_function] = ACTIONS(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [181] = { - [sym__statements] = STATE(4527), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4649), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4570), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [aux_sym__terminated_statement] = STATE(185), + [sym_redirected_statement] = STATE(3025), + [sym_for_statement] = STATE(3025), + [sym_c_style_for_statement] = STATE(3025), + [sym_while_statement] = STATE(3025), + [sym_if_statement] = STATE(3025), + [sym_case_statement] = STATE(3025), + [sym_function_definition] = STATE(3025), + [sym_compound_statement] = STATE(3025), + [sym_subshell] = STATE(3025), + [sym_pipeline] = STATE(3025), + [sym_list] = STATE(3025), + [sym_negated_command] = STATE(3025), + [sym_test_command] = STATE(3025), + [sym_declaration_command] = STATE(3025), + [sym_unset_command] = STATE(3025), + [sym_command] = STATE(3025), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(735), + [sym_variable_assignments] = STATE(3025), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), + [anon_sym_done] = ACTIONS(759), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(313), [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), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4566), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [aux_sym__terminated_statement] = STATE(140), + [sym_redirected_statement] = STATE(3025), + [sym_for_statement] = STATE(3025), + [sym_c_style_for_statement] = STATE(3025), + [sym_while_statement] = STATE(3025), + [sym_if_statement] = STATE(3025), + [sym_case_statement] = STATE(3025), + [sym_function_definition] = STATE(3025), + [sym_compound_statement] = STATE(3025), + [sym_subshell] = STATE(3025), + [sym_pipeline] = STATE(3025), + [sym_list] = STATE(3025), + [sym_negated_command] = STATE(3025), + [sym_test_command] = STATE(3025), + [sym_declaration_command] = STATE(3025), + [sym_unset_command] = STATE(3025), + [sym_command] = STATE(3025), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(735), + [sym_variable_assignments] = STATE(3025), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), + [anon_sym_done] = ACTIONS(761), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(313), [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), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4655), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1591), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4661), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4669), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4677), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1592), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), + [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4688), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4689), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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__statements] = STATE(4690), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1593), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4707), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4708), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4712), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1594), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4732), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4737), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4738), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1595), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [anon_sym_LPAREN] = ACTIONS(19), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4750), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4753), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [201] = { - [aux_sym__terminated_statement] = STATE(213), - [sym_redirected_statement] = STATE(2685), - [sym_for_statement] = STATE(2685), - [sym_c_style_for_statement] = STATE(2685), - [sym_while_statement] = STATE(2685), - [sym_if_statement] = STATE(2685), - [sym_case_statement] = STATE(2685), - [sym_function_definition] = STATE(2685), - [sym_compound_statement] = STATE(2685), - [sym_subshell] = STATE(2685), - [sym_pipeline] = STATE(2685), - [sym_list] = STATE(2685), - [sym_negated_command] = STATE(2685), - [sym_test_command] = STATE(2685), - [sym_declaration_command] = STATE(2685), - [sym_unset_command] = STATE(2685), - [sym_command] = STATE(2685), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(668), - [sym_variable_assignments] = STATE(2685), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [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(4755), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1596), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(841), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4762), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4763), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4767), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1597), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4786), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4790), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4796), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1598), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4826), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4563), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4555), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1625), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4828), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4556), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [213] = { - [aux_sym__terminated_statement] = STATE(66), - [sym_redirected_statement] = STATE(2685), - [sym_for_statement] = STATE(2685), - [sym_c_style_for_statement] = STATE(2685), - [sym_while_statement] = STATE(2685), - [sym_if_statement] = STATE(2685), - [sym_case_statement] = STATE(2685), - [sym_function_definition] = STATE(2685), - [sym_compound_statement] = STATE(2685), - [sym_subshell] = STATE(2685), - [sym_pipeline] = STATE(2685), - [sym_list] = STATE(2685), - [sym_negated_command] = STATE(2685), - [sym_test_command] = STATE(2685), - [sym_declaration_command] = STATE(2685), - [sym_unset_command] = STATE(2685), - [sym_command] = STATE(2685), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(668), - [sym_variable_assignments] = STATE(2685), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [sym__statements] = STATE(4832), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1599), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(845), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4858), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4859), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [216] = { - [sym__statements] = STATE(4097), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4862), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1600), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4874), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4876), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [aux_sym__terminated_statement] = STATE(146), + [sym_redirected_statement] = STATE(3025), + [sym_for_statement] = STATE(3025), + [sym_c_style_for_statement] = STATE(3025), + [sym_while_statement] = STATE(3025), + [sym_if_statement] = STATE(3025), + [sym_case_statement] = STATE(3025), + [sym_function_definition] = STATE(3025), + [sym_compound_statement] = STATE(3025), + [sym_subshell] = STATE(3025), + [sym_pipeline] = STATE(3025), + [sym_list] = STATE(3025), + [sym_negated_command] = STATE(3025), + [sym_test_command] = STATE(3025), + [sym_declaration_command] = STATE(3025), + [sym_unset_command] = STATE(3025), + [sym_command] = STATE(3025), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(735), + [sym_variable_assignments] = STATE(3025), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), + [anon_sym_done] = ACTIONS(763), [anon_sym_if] = ACTIONS(23), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(313), [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), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4557), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4881), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1601), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(5077), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4574), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [224] = { - [sym__statements] = STATE(4212), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4902), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4904), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4913), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1602), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4937), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4585), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1624), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4893), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1564), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4938), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4942), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1603), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4846), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4854), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4844), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4956), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4957), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4958), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [238] = { - [aux_sym__terminated_statement] = STATE(82), - [sym_redirected_statement] = STATE(2685), - [sym_for_statement] = STATE(2685), - [sym_c_style_for_statement] = STATE(2685), - [sym_while_statement] = STATE(2685), - [sym_if_statement] = STATE(2685), - [sym_case_statement] = STATE(2685), - [sym_function_definition] = STATE(2685), - [sym_compound_statement] = STATE(2685), - [sym_subshell] = STATE(2685), - [sym_pipeline] = STATE(2685), - [sym_list] = STATE(2685), - [sym_negated_command] = STATE(2685), - [sym_test_command] = STATE(2685), - [sym_declaration_command] = STATE(2685), - [sym_unset_command] = STATE(2685), - [sym_command] = STATE(2685), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(668), - [sym_variable_assignments] = STATE(2685), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [sym__statements] = STATE(4961), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1608), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(849), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4992), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4994), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [241] = { - [sym__statements] = STATE(4252), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4995), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(5003), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1609), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(5020), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [244] = { - [sym__statements] = STATE(4360), - [sym_redirected_statement] = STATE(2579), - [sym_for_statement] = STATE(2579), - [sym_c_style_for_statement] = STATE(2579), - [sym_while_statement] = STATE(2579), - [sym_if_statement] = STATE(2579), - [sym_case_statement] = STATE(2579), - [sym_function_definition] = STATE(2579), - [sym_compound_statement] = STATE(2579), - [sym_subshell] = STATE(2579), - [sym_pipeline] = STATE(2579), - [sym_list] = STATE(2579), - [sym_negated_command] = STATE(2579), - [sym_test_command] = STATE(2579), - [sym_declaration_command] = STATE(2579), - [sym_unset_command] = STATE(2579), - [sym_command] = STATE(2579), - [sym_command_name] = STATE(477), - [sym_variable_assignment] = STATE(626), - [sym_variable_assignments] = STATE(2579), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1506), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(278), - [aux_sym_redirected_statement_repeat2] = STATE(2819), - [aux_sym_command_repeat1] = STATE(899), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(5021), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(5022), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(5024), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1610), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(5036), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(5037), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(5041), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(5043), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1611), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(5074), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(5075), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(5076), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(5079), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1612), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(5035), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(5042), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(5051), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(5060), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1613), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(5064), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(5071), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(5126), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(5005), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1614), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(5008), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(5006), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4877), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(5002), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1615), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4971), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(5026), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4952), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4947), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1616), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4930), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4921), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [aux_sym__terminated_statement] = STATE(18), + [sym_redirected_statement] = STATE(3011), + [sym_for_statement] = STATE(3011), + [sym_c_style_for_statement] = STATE(3011), + [sym_while_statement] = STATE(3011), + [sym_if_statement] = STATE(3011), + [sym_case_statement] = STATE(3011), + [sym_function_definition] = STATE(3011), + [sym_compound_statement] = STATE(3011), + [sym_subshell] = STATE(3011), + [sym_pipeline] = STATE(3011), + [sym_list] = STATE(3011), + [sym_negated_command] = STATE(3011), + [sym_test_command] = STATE(3011), + [sym_declaration_command] = STATE(3011), + [sym_unset_command] = STATE(3011), + [sym_command] = STATE(3011), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(767), + [sym_variable_assignments] = STATE(3011), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), + [anon_sym_then] = ACTIONS(765), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(805), + [anon_sym_function] = ACTIONS(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(313), [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), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(803), + [sym__statements] = STATE(4912), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4899), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1617), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4968), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4586), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(31), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4653), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [279] = { - [sym_redirected_statement] = STATE(2453), - [sym_for_statement] = STATE(2453), - [sym_c_style_for_statement] = STATE(2453), - [sym_while_statement] = STATE(2453), - [sym_if_statement] = STATE(2453), - [sym_case_statement] = STATE(2453), - [sym_function_definition] = STATE(2453), - [sym_compound_statement] = STATE(2453), - [sym_subshell] = STATE(2453), - [sym_pipeline] = STATE(2453), - [sym_list] = STATE(2453), - [sym_negated_command] = STATE(2453), - [sym_test_command] = STATE(2453), - [sym_declaration_command] = STATE(2453), - [sym_unset_command] = STATE(2453), - [sym_command] = STATE(2453), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(569), - [sym_variable_assignments] = STATE(2453), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym__statements_repeat1] = STATE(281), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), - [sym_word] = ACTIONS(691), - [anon_sym_for] = ACTIONS(451), - [anon_sym_select] = ACTIONS(453), - [anon_sym_LPAREN_LPAREN] = ACTIONS(693), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(697), - [anon_sym_GT] = ACTIONS(697), - [anon_sym_LPAREN] = ACTIONS(461), - [anon_sym_while] = ACTIONS(463), - [anon_sym_until] = ACTIONS(463), - [anon_sym_if] = ACTIONS(465), - [anon_sym_case] = ACTIONS(467), - [anon_sym_function] = ACTIONS(701), - [anon_sym_LBRACE] = ACTIONS(479), - [anon_sym_BANG] = ACTIONS(703), - [anon_sym_LBRACK] = ACTIONS(483), - [anon_sym_LBRACK_LBRACK] = ACTIONS(485), - [anon_sym_declare] = ACTIONS(705), - [anon_sym_typeset] = ACTIONS(705), - [anon_sym_export] = ACTIONS(705), - [anon_sym_readonly] = ACTIONS(705), - [anon_sym_local] = ACTIONS(705), - [anon_sym_unset] = ACTIONS(707), - [anon_sym_unsetenv] = ACTIONS(707), - [anon_sym_AMP_GT] = ACTIONS(697), - [anon_sym_AMP_GT_GT] = ACTIONS(695), - [anon_sym_LT_AMP] = ACTIONS(695), - [anon_sym_GT_AMP] = ACTIONS(695), - [anon_sym_GT_PIPE] = ACTIONS(695), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(693), - [anon_sym_DOLLAR] = ACTIONS(709), - [sym__special_character] = ACTIONS(711), - [anon_sym_DQUOTE] = ACTIONS(713), - [sym_raw_string] = ACTIONS(715), - [sym_ansi_c_string] = ACTIONS(715), - [aux_sym_number_token1] = ACTIONS(717), - [aux_sym_number_token2] = ACTIONS(719), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(721), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(723), - [anon_sym_BQUOTE] = ACTIONS(725), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(727), - [anon_sym_LT_LPAREN] = ACTIONS(729), - [anon_sym_GT_LPAREN] = ACTIONS(729), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(731), - [sym_variable_name] = ACTIONS(733), - [sym_test_operator] = ACTIONS(735), - [sym__brace_start] = ACTIONS(737), + [sym__statements] = STATE(4597), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [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(729), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(731), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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_word] = ACTIONS(387), + [sym__statements] = STATE(4868), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [281] = { - [sym_redirected_statement] = STATE(2678), - [sym_for_statement] = STATE(2678), - [sym_c_style_for_statement] = STATE(2678), - [sym_while_statement] = STATE(2678), - [sym_if_statement] = STATE(2678), - [sym_case_statement] = STATE(2678), - [sym_function_definition] = STATE(2678), - [sym_compound_statement] = STATE(2678), - [sym_subshell] = STATE(2678), - [sym_pipeline] = STATE(2678), - [sym_list] = STATE(2678), - [sym_negated_command] = STATE(2678), - [sym_test_command] = STATE(2678), - [sym_declaration_command] = STATE(2678), - [sym_unset_command] = STATE(2678), - [sym_command] = STATE(2678), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(631), - [sym_variable_assignments] = STATE(2678), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym__statements_repeat1] = STATE(281), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(851), - [anon_sym_for] = ACTIONS(854), - [anon_sym_select] = ACTIONS(857), - [anon_sym_LPAREN_LPAREN] = ACTIONS(860), - [anon_sym_GT_GT] = ACTIONS(863), - [anon_sym_LT] = ACTIONS(866), - [anon_sym_GT] = ACTIONS(866), - [anon_sym_LPAREN] = ACTIONS(869), - [anon_sym_while] = ACTIONS(872), - [anon_sym_until] = ACTIONS(872), - [anon_sym_if] = ACTIONS(875), - [anon_sym_case] = ACTIONS(878), - [anon_sym_function] = ACTIONS(881), - [anon_sym_LBRACE] = ACTIONS(884), - [anon_sym_BANG] = ACTIONS(887), - [anon_sym_LBRACK] = ACTIONS(890), - [anon_sym_LBRACK_LBRACK] = ACTIONS(893), - [anon_sym_declare] = ACTIONS(896), - [anon_sym_typeset] = ACTIONS(896), - [anon_sym_export] = ACTIONS(896), - [anon_sym_readonly] = ACTIONS(896), - [anon_sym_local] = ACTIONS(896), - [anon_sym_unset] = ACTIONS(899), - [anon_sym_unsetenv] = ACTIONS(899), - [anon_sym_AMP_GT] = ACTIONS(866), - [anon_sym_AMP_GT_GT] = ACTIONS(863), - [anon_sym_LT_AMP] = ACTIONS(863), - [anon_sym_GT_AMP] = ACTIONS(863), - [anon_sym_GT_PIPE] = ACTIONS(863), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(860), - [anon_sym_DOLLAR] = ACTIONS(902), - [sym__special_character] = ACTIONS(905), - [anon_sym_DQUOTE] = ACTIONS(908), - [sym_raw_string] = ACTIONS(911), - [sym_ansi_c_string] = ACTIONS(911), - [aux_sym_number_token1] = ACTIONS(914), - [aux_sym_number_token2] = ACTIONS(917), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(920), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(923), - [anon_sym_BQUOTE] = ACTIONS(926), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(929), - [anon_sym_LT_LPAREN] = ACTIONS(932), - [anon_sym_GT_LPAREN] = ACTIONS(932), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(935), - [sym_variable_name] = ACTIONS(938), - [sym_test_operator] = ACTIONS(941), - [sym__brace_start] = ACTIONS(944), + [sym__statements] = STATE(4865), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [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(729), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(731), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4861), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [283] = { - [aux_sym__terminated_statement] = STATE(51), - [sym_redirected_statement] = STATE(2715), - [sym_for_statement] = STATE(2715), - [sym_c_style_for_statement] = STATE(2715), - [sym_while_statement] = STATE(2715), - [sym_if_statement] = STATE(2715), - [sym_case_statement] = STATE(2715), - [sym_function_definition] = STATE(2715), - [sym_compound_statement] = STATE(2715), - [sym_subshell] = STATE(2715), - [sym_pipeline] = STATE(2715), - [sym_list] = STATE(2715), - [sym_negated_command] = STATE(2715), - [sym_test_command] = STATE(2715), - [sym_declaration_command] = STATE(2715), - [sym_unset_command] = STATE(2715), - [sym_command] = STATE(2715), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(622), - [sym_variable_assignments] = STATE(2715), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [sym__statements] = STATE(4853), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1618), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(387), + [sym__statements] = STATE(4605), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(387), + [sym__statements] = STATE(4807), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), - [sym_word] = ACTIONS(387), + [sym__statements] = STATE(4801), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [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), + [sym__statements] = STATE(4699), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1623), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), + [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(87), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(697), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4533), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), - [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__statements] = STATE(4703), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [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(729), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(731), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [290] = { - [sym_redirected_statement] = STATE(2727), - [sym_for_statement] = STATE(2727), - [sym_c_style_for_statement] = STATE(2727), - [sym_while_statement] = STATE(2727), - [sym_if_statement] = STATE(2727), - [sym_case_statement] = STATE(2727), - [sym_function_definition] = STATE(2727), - [sym_compound_statement] = STATE(2727), - [sym_subshell] = STATE(2727), - [sym_pipeline] = STATE(2727), - [sym_list] = STATE(2727), - [sym_negated_command] = STATE(2727), - [sym_test_command] = STATE(2727), - [sym_declaration_command] = STATE(2727), - [sym_unset_command] = STATE(2727), - [sym_command] = STATE(2727), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(648), - [sym_variable_assignments] = STATE(2727), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [sym__statements] = STATE(4920), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1574), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4793), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [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(729), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(731), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4775), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1619), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), + [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(87), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(697), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [293] = { - [sym_redirected_statement] = STATE(2441), - [sym_for_statement] = STATE(2441), - [sym_c_style_for_statement] = STATE(2441), - [sym_while_statement] = STATE(2441), - [sym_if_statement] = STATE(2441), - [sym_case_statement] = STATE(2441), - [sym_function_definition] = STATE(2441), - [sym_compound_statement] = STATE(2441), - [sym_subshell] = STATE(2441), - [sym_pipeline] = STATE(2441), - [sym_list] = STATE(2441), - [sym_negated_command] = STATE(2441), - [sym_test_command] = STATE(2441), - [sym_declaration_command] = STATE(2441), - [sym_unset_command] = STATE(2441), - [sym_command] = STATE(2441), - [sym_command_name] = STATE(431), - [sym_variable_assignment] = STATE(559), - [sym_variable_assignments] = STATE(2441), - [sym_subscript] = STATE(3959), - [sym_file_redirect] = STATE(1265), - [sym_arithmetic_expansion] = STATE(670), - [sym_brace_expression] = STATE(670), - [sym_concatenation] = STATE(996), - [sym_string] = STATE(670), - [sym_translated_string] = STATE(670), - [sym_number] = STATE(670), - [sym_simple_expansion] = STATE(670), - [sym_expansion] = STATE(670), - [sym_command_substitution] = STATE(670), - [sym_process_substitution] = STATE(670), - [aux_sym_redirected_statement_repeat2] = STATE(2714), - [aux_sym_command_repeat1] = STATE(833), - [aux_sym__literal_repeat1] = STATE(829), - [sym_word] = ACTIONS(691), - [anon_sym_for] = ACTIONS(451), - [anon_sym_select] = ACTIONS(453), - [anon_sym_LPAREN_LPAREN] = ACTIONS(693), - [anon_sym_GT_GT] = ACTIONS(695), - [anon_sym_LT] = ACTIONS(697), - [anon_sym_GT] = ACTIONS(697), - [anon_sym_LPAREN] = ACTIONS(461), - [anon_sym_while] = ACTIONS(463), - [anon_sym_until] = ACTIONS(463), - [anon_sym_if] = ACTIONS(465), - [anon_sym_case] = ACTIONS(467), - [anon_sym_function] = ACTIONS(701), - [anon_sym_LBRACE] = ACTIONS(479), - [anon_sym_BANG] = ACTIONS(703), - [anon_sym_LBRACK] = ACTIONS(483), - [anon_sym_LBRACK_LBRACK] = ACTIONS(485), - [anon_sym_declare] = ACTIONS(705), - [anon_sym_typeset] = ACTIONS(705), - [anon_sym_export] = ACTIONS(705), - [anon_sym_readonly] = ACTIONS(705), - [anon_sym_local] = ACTIONS(705), - [anon_sym_unset] = ACTIONS(707), - [anon_sym_unsetenv] = ACTIONS(707), - [anon_sym_AMP_GT] = ACTIONS(697), - [anon_sym_AMP_GT_GT] = ACTIONS(695), - [anon_sym_LT_AMP] = ACTIONS(695), - [anon_sym_GT_AMP] = ACTIONS(695), - [anon_sym_GT_PIPE] = ACTIONS(695), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(693), - [anon_sym_DOLLAR] = ACTIONS(709), - [sym__special_character] = ACTIONS(711), - [anon_sym_DQUOTE] = ACTIONS(713), - [sym_raw_string] = ACTIONS(715), - [sym_ansi_c_string] = ACTIONS(715), - [aux_sym_number_token1] = ACTIONS(717), - [aux_sym_number_token2] = ACTIONS(719), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(721), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(723), - [anon_sym_BQUOTE] = ACTIONS(725), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(727), - [anon_sym_LT_LPAREN] = ACTIONS(729), - [anon_sym_GT_LPAREN] = ACTIONS(729), - [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__statements] = STATE(4928), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [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(729), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(731), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4715), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [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(729), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(731), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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__statements] = STATE(4929), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4724), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(807), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [aux_sym__terminated_statement] = STATE(18), + [sym_redirected_statement] = STATE(3011), + [sym_for_statement] = STATE(3011), + [sym_c_style_for_statement] = STATE(3011), + [sym_while_statement] = STATE(3011), + [sym_if_statement] = STATE(3011), + [sym_case_statement] = STATE(3011), + [sym_function_definition] = STATE(3011), + [sym_compound_statement] = STATE(3011), + [sym_subshell] = STATE(3011), + [sym_pipeline] = STATE(3011), + [sym_list] = STATE(3011), + [sym_negated_command] = STATE(3011), + [sym_test_command] = STATE(3011), + [sym_declaration_command] = STATE(3011), + [sym_unset_command] = STATE(3011), + [sym_command] = STATE(3011), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(767), + [sym_variable_assignments] = STATE(3011), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [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(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), + [anon_sym_then] = ACTIONS(767), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(1009), + [anon_sym_function] = ACTIONS(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(1011), + [anon_sym_BANG] = ACTIONS(313), [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), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [298] = { - [sym_redirected_statement] = STATE(3010), - [sym_for_statement] = STATE(3010), - [sym_c_style_for_statement] = STATE(3010), - [sym_while_statement] = STATE(3010), - [sym_if_statement] = STATE(3010), - [sym_case_statement] = STATE(3010), - [sym_function_definition] = STATE(3010), - [sym_compound_statement] = STATE(3010), - [sym_subshell] = STATE(3010), - [sym_pipeline] = STATE(3010), - [sym_list] = STATE(3010), - [sym_negated_command] = STATE(3010), - [sym_test_command] = STATE(3010), - [sym_declaration_command] = STATE(3010), - [sym_unset_command] = STATE(3010), - [sym_command] = STATE(3010), - [sym_command_name] = STATE(546), - [sym_variable_assignment] = STATE(1141), - [sym_variable_assignments] = STATE(3010), - [sym_subscript] = STATE(3974), - [sym_file_redirect] = STATE(1838), - [sym_arithmetic_expansion] = STATE(1330), - [sym_brace_expression] = STATE(1330), - [sym_concatenation] = STATE(1749), - [sym_string] = STATE(1330), - [sym_translated_string] = STATE(1330), - [sym_number] = STATE(1330), - [sym_simple_expansion] = STATE(1330), - [sym_expansion] = STATE(1330), - [sym_command_substitution] = STATE(1330), - [sym_process_substitution] = STATE(1330), - [aux_sym_redirected_statement_repeat2] = STATE(3145), - [aux_sym_command_repeat1] = STATE(897), - [aux_sym__literal_repeat1] = STATE(1547), - [sym_word] = ACTIONS(963), - [anon_sym_for] = ACTIONS(238), - [anon_sym_select] = ACTIONS(240), - [anon_sym_LPAREN_LPAREN] = ACTIONS(965), - [anon_sym_GT_GT] = ACTIONS(967), - [anon_sym_LT] = ACTIONS(969), - [anon_sym_GT] = ACTIONS(969), - [anon_sym_LPAREN] = ACTIONS(971), - [anon_sym_while] = ACTIONS(250), - [anon_sym_until] = ACTIONS(250), - [anon_sym_if] = ACTIONS(252), - [anon_sym_case] = ACTIONS(254), - [anon_sym_function] = ACTIONS(256), - [anon_sym_LBRACE] = ACTIONS(258), - [anon_sym_BANG] = ACTIONS(973), - [anon_sym_LBRACK] = ACTIONS(262), - [anon_sym_LBRACK_LBRACK] = ACTIONS(266), - [anon_sym_declare] = ACTIONS(268), - [anon_sym_typeset] = ACTIONS(268), - [anon_sym_export] = ACTIONS(268), - [anon_sym_readonly] = ACTIONS(268), - [anon_sym_local] = ACTIONS(268), - [anon_sym_unset] = ACTIONS(270), - [anon_sym_unsetenv] = ACTIONS(270), - [anon_sym_AMP_GT] = ACTIONS(969), - [anon_sym_AMP_GT_GT] = ACTIONS(967), - [anon_sym_LT_AMP] = ACTIONS(967), - [anon_sym_GT_AMP] = ACTIONS(967), - [anon_sym_GT_PIPE] = ACTIONS(967), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(965), - [anon_sym_DOLLAR] = ACTIONS(975), - [sym__special_character] = ACTIONS(977), - [anon_sym_DQUOTE] = ACTIONS(979), - [sym_raw_string] = ACTIONS(981), - [sym_ansi_c_string] = ACTIONS(981), - [aux_sym_number_token1] = ACTIONS(983), - [aux_sym_number_token2] = ACTIONS(985), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(987), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(989), - [anon_sym_BQUOTE] = ACTIONS(991), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(993), - [anon_sym_LT_LPAREN] = ACTIONS(995), - [anon_sym_GT_LPAREN] = ACTIONS(995), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(997), - [sym_variable_name] = ACTIONS(300), - [sym_test_operator] = ACTIONS(999), - [sym__brace_start] = ACTIONS(1001), + [sym__statements] = STATE(4759), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), + [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(87), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(697), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [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), + [aux_sym__terminated_statement] = STATE(18), + [sym_redirected_statement] = STATE(3011), + [sym_for_statement] = STATE(3011), + [sym_c_style_for_statement] = STATE(3011), + [sym_while_statement] = STATE(3011), + [sym_if_statement] = STATE(3011), + [sym_case_statement] = STATE(3011), + [sym_function_definition] = STATE(3011), + [sym_compound_statement] = STATE(3011), + [sym_subshell] = STATE(3011), + [sym_pipeline] = STATE(3011), + [sym_list] = STATE(3011), + [sym_negated_command] = STATE(3011), + [sym_test_command] = STATE(3011), + [sym_declaration_command] = STATE(3011), + [sym_unset_command] = STATE(3011), + [sym_command] = STATE(3011), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(767), + [sym_variable_assignments] = STATE(3011), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [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(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [anon_sym_LPAREN] = ACTIONS(19), [anon_sym_while] = ACTIONS(21), [anon_sym_until] = ACTIONS(21), [anon_sym_if] = ACTIONS(23), + [anon_sym_fi] = ACTIONS(769), [anon_sym_case] = ACTIONS(25), - [anon_sym_function] = ACTIONS(1009), + [anon_sym_function] = ACTIONS(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(1011), + [anon_sym_BANG] = ACTIONS(313), [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), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4754), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(1011), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [301] = { - [sym_redirected_statement] = STATE(2434), - [sym_for_statement] = STATE(2434), - [sym_c_style_for_statement] = STATE(2434), - [sym_while_statement] = STATE(2434), - [sym_if_statement] = STATE(2434), - [sym_case_statement] = STATE(2434), - [sym_function_definition] = STATE(2434), - [sym_compound_statement] = STATE(2434), - [sym_subshell] = STATE(2434), - [sym_pipeline] = STATE(2434), - [sym_list] = STATE(2434), - [sym_negated_command] = STATE(2434), - [sym_test_command] = STATE(2434), - [sym_declaration_command] = STATE(2434), - [sym_unset_command] = STATE(2434), - [sym_command] = STATE(2434), - [sym_command_name] = STATE(429), - [sym_variable_assignment] = STATE(555), - [sym_variable_assignments] = STATE(2434), - [sym_subscript] = STATE(4022), - [sym_file_redirect] = STATE(1139), - [sym_arithmetic_expansion] = STATE(586), - [sym_brace_expression] = STATE(586), - [sym_concatenation] = STATE(830), - [sym_string] = STATE(586), - [sym_translated_string] = STATE(586), - [sym_number] = STATE(586), - [sym_simple_expansion] = STATE(586), - [sym_expansion] = STATE(586), - [sym_command_substitution] = STATE(586), - [sym_process_substitution] = STATE(586), - [aux_sym_redirected_statement_repeat2] = STATE(2625), - [aux_sym_command_repeat1] = STATE(837), - [aux_sym__literal_repeat1] = STATE(707), - [sym_word] = ACTIONS(449), - [anon_sym_for] = ACTIONS(451), - [anon_sym_select] = ACTIONS(453), - [anon_sym_LPAREN_LPAREN] = ACTIONS(455), - [anon_sym_GT_GT] = ACTIONS(457), - [anon_sym_LT] = ACTIONS(459), - [anon_sym_GT] = ACTIONS(459), - [anon_sym_LPAREN] = ACTIONS(461), - [anon_sym_while] = ACTIONS(463), - [anon_sym_until] = ACTIONS(463), - [anon_sym_if] = ACTIONS(465), - [anon_sym_case] = ACTIONS(467), - [anon_sym_function] = ACTIONS(477), - [anon_sym_LBRACE] = ACTIONS(479), - [anon_sym_BANG] = ACTIONS(481), - [anon_sym_LBRACK] = ACTIONS(483), - [anon_sym_LBRACK_LBRACK] = ACTIONS(485), - [anon_sym_declare] = ACTIONS(487), - [anon_sym_typeset] = ACTIONS(487), - [anon_sym_export] = ACTIONS(487), - [anon_sym_readonly] = ACTIONS(487), - [anon_sym_local] = ACTIONS(487), - [anon_sym_unset] = ACTIONS(489), - [anon_sym_unsetenv] = ACTIONS(489), - [anon_sym_AMP_GT] = ACTIONS(459), - [anon_sym_AMP_GT_GT] = ACTIONS(457), - [anon_sym_LT_AMP] = ACTIONS(457), - [anon_sym_GT_AMP] = ACTIONS(457), - [anon_sym_GT_PIPE] = ACTIONS(457), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(455), - [anon_sym_DOLLAR] = ACTIONS(491), - [sym__special_character] = ACTIONS(493), - [anon_sym_DQUOTE] = ACTIONS(495), - [sym_raw_string] = ACTIONS(497), - [sym_ansi_c_string] = ACTIONS(497), - [aux_sym_number_token1] = ACTIONS(499), - [aux_sym_number_token2] = ACTIONS(501), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(503), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(505), - [anon_sym_BQUOTE] = ACTIONS(507), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(509), - [anon_sym_LT_LPAREN] = ACTIONS(511), - [anon_sym_GT_LPAREN] = ACTIONS(511), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(513), - [sym_variable_name] = ACTIONS(515), - [sym_test_operator] = ACTIONS(517), - [sym__brace_start] = ACTIONS(519), + [aux_sym__terminated_statement] = STATE(18), + [sym_redirected_statement] = STATE(3011), + [sym_for_statement] = STATE(3011), + [sym_c_style_for_statement] = STATE(3011), + [sym_while_statement] = STATE(3011), + [sym_if_statement] = STATE(3011), + [sym_case_statement] = STATE(3011), + [sym_function_definition] = STATE(3011), + [sym_compound_statement] = STATE(3011), + [sym_subshell] = STATE(3011), + [sym_pipeline] = STATE(3011), + [sym_list] = STATE(3011), + [sym_negated_command] = STATE(3011), + [sym_test_command] = STATE(3011), + [sym_declaration_command] = STATE(3011), + [sym_unset_command] = STATE(3011), + [sym_command] = STATE(3011), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(767), + [sym_variable_assignments] = STATE(3011), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [anon_sym_LPAREN] = ACTIONS(19), + [anon_sym_while] = ACTIONS(21), + [anon_sym_until] = ACTIONS(21), + [anon_sym_if] = ACTIONS(23), + [anon_sym_then] = ACTIONS(771), + [anon_sym_case] = ACTIONS(25), + [anon_sym_function] = ACTIONS(311), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(313), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(4621), + [sym_redirected_statement] = STATE(2945), + [sym_for_statement] = STATE(2945), + [sym_c_style_for_statement] = STATE(2945), + [sym_while_statement] = STATE(2945), + [sym_if_statement] = STATE(2945), + [sym_case_statement] = STATE(2945), + [sym_function_definition] = STATE(2945), + [sym_compound_statement] = STATE(2945), + [sym_subshell] = STATE(2945), + [sym_pipeline] = STATE(2945), + [sym_list] = STATE(2945), + [sym_negated_command] = STATE(2945), + [sym_test_command] = STATE(2945), + [sym_declaration_command] = STATE(2945), + [sym_unset_command] = STATE(2945), + [sym_command] = STATE(2945), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(762), + [sym_variable_assignments] = STATE(2945), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(309), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(729), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(731), [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), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym__statements] = STATE(5054), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1575), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [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_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(773), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [304] = { - [sym_redirected_statement] = STATE(2729), - [sym_for_statement] = STATE(2729), - [sym_c_style_for_statement] = STATE(2729), - [sym_while_statement] = STATE(2729), - [sym_if_statement] = STATE(2729), - [sym_case_statement] = STATE(2729), - [sym_function_definition] = STATE(2729), - [sym_compound_statement] = STATE(2729), - [sym_subshell] = STATE(2729), - [sym_pipeline] = STATE(2729), - [sym_list] = STATE(2729), - [sym_negated_command] = STATE(2729), - [sym_test_command] = STATE(2729), - [sym_declaration_command] = STATE(2729), - [sym_unset_command] = STATE(2729), - [sym_command] = STATE(2729), - [sym_command_name] = STATE(481), - [sym_variable_assignment] = STATE(607), - [sym_variable_assignments] = STATE(2729), - [sym_subscript] = STATE(3995), - [sym_file_redirect] = STATE(1374), - [sym_arithmetic_expansion] = STATE(809), - [sym_brace_expression] = STATE(809), - [sym_concatenation] = STATE(1134), - [sym_string] = STATE(809), - [sym_translated_string] = STATE(809), - [sym_number] = STATE(809), - [sym_simple_expansion] = STATE(809), - [sym_expansion] = STATE(809), - [sym_command_substitution] = STATE(809), - [sym_process_substitution] = STATE(809), - [aux_sym_redirected_statement_repeat2] = STATE(2879), - [aux_sym_command_repeat1] = STATE(814), - [aux_sym__literal_repeat1] = STATE(1044), - [sym_word] = ACTIONS(387), + [sym__statements] = STATE(4748), + [sym_redirected_statement] = STATE(2984), + [sym_for_statement] = STATE(2984), + [sym_c_style_for_statement] = STATE(2984), + [sym_while_statement] = STATE(2984), + [sym_if_statement] = STATE(2984), + [sym_case_statement] = STATE(2984), + [sym_function_definition] = STATE(2984), + [sym_compound_statement] = STATE(2984), + [sym_subshell] = STATE(2984), + [sym_pipeline] = STATE(2984), + [sym_list] = STATE(2984), + [sym_negated_command] = STATE(2984), + [sym_test_command] = STATE(2984), + [sym_declaration_command] = STATE(2984), + [sym_unset_command] = STATE(2984), + [sym_command] = STATE(2984), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(680), + [sym_variable_assignments] = STATE(2984), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1622), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(313), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), - [anon_sym_LPAREN_LPAREN] = ACTIONS(389), - [anon_sym_GT_GT] = ACTIONS(391), - [anon_sym_LT] = ACTIONS(393), - [anon_sym_GT] = ACTIONS(393), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), [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(87), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(403), + [anon_sym_BANG] = ACTIONS(697), [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), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [305] = { - [sym_redirected_statement] = STATE(2601), - [sym_for_statement] = STATE(2601), - [sym_c_style_for_statement] = STATE(2601), - [sym_while_statement] = STATE(2601), - [sym_if_statement] = STATE(2601), - [sym_case_statement] = STATE(2601), - [sym_function_definition] = STATE(2601), - [sym_compound_statement] = STATE(2601), - [sym_subshell] = STATE(2601), - [sym_pipeline] = STATE(2601), - [sym_list] = STATE(2601), - [sym_negated_command] = STATE(2601), - [sym_test_command] = STATE(2601), - [sym_declaration_command] = STATE(2601), - [sym_unset_command] = STATE(2601), - [sym_command] = STATE(2601), - [sym_command_name] = STATE(462), - [sym_variable_assignment] = STATE(578), - [sym_variable_assignments] = STATE(2601), - [sym_subscript] = STATE(3947), - [sym_file_redirect] = STATE(1379), - [sym_arithmetic_expansion] = STATE(720), - [sym_brace_expression] = STATE(720), - [sym_concatenation] = STATE(1159), - [sym_string] = STATE(720), - [sym_translated_string] = STATE(720), - [sym_number] = STATE(720), - [sym_simple_expansion] = STATE(720), - [sym_expansion] = STATE(720), - [sym_command_substitution] = STATE(720), - [sym_process_substitution] = STATE(720), - [aux_sym_redirected_statement_repeat2] = STATE(2827), - [aux_sym_command_repeat1] = STATE(865), - [aux_sym__literal_repeat1] = STATE(930), - [sym_word] = ACTIONS(7), + [sym_redirected_statement] = STATE(2598), + [sym_for_statement] = STATE(2598), + [sym_c_style_for_statement] = STATE(2598), + [sym_while_statement] = STATE(2598), + [sym_if_statement] = STATE(2598), + [sym_case_statement] = STATE(2598), + [sym_function_definition] = STATE(2598), + [sym_compound_statement] = STATE(2598), + [sym_subshell] = STATE(2598), + [sym_pipeline] = STATE(2598), + [sym_list] = STATE(2598), + [sym_negated_command] = STATE(2598), + [sym_test_command] = STATE(2598), + [sym_declaration_command] = STATE(2598), + [sym_unset_command] = STATE(2598), + [sym_command] = STATE(2598), + [sym_command_name] = STATE(413), + [sym_variable_assignment] = STATE(610), + [sym_variable_assignments] = STATE(2598), + [sym_subscript] = STATE(4511), + [sym_file_redirect] = STATE(1277), + [sym_arithmetic_expansion] = STATE(638), + [sym_brace_expression] = STATE(638), + [sym_concatenation] = STATE(858), + [sym_string] = STATE(638), + [sym_translated_string] = STATE(638), + [sym_number] = STATE(638), + [sym_simple_expansion] = STATE(638), + [sym_expansion] = STATE(638), + [sym_command_substitution] = STATE(638), + [sym_process_substitution] = STATE(638), + [aux_sym__statements_repeat1] = STATE(311), + [aux_sym_redirected_statement_repeat2] = STATE(2913), + [aux_sym_command_repeat1] = STATE(929), + [aux_sym__literal_repeat1] = STATE(733), + [sym_word] = ACTIONS(363), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(369), + [anon_sym_GT_GT] = ACTIONS(371), + [anon_sym_LT] = ACTIONS(373), + [anon_sym_GT] = ACTIONS(373), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_function] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(393), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(399), + [anon_sym_typeset] = ACTIONS(399), + [anon_sym_export] = ACTIONS(399), + [anon_sym_readonly] = ACTIONS(399), + [anon_sym_local] = ACTIONS(399), + [anon_sym_unset] = ACTIONS(401), + [anon_sym_unsetenv] = ACTIONS(401), + [anon_sym_AMP_GT] = ACTIONS(373), + [anon_sym_AMP_GT_GT] = ACTIONS(371), + [anon_sym_LT_AMP] = ACTIONS(373), + [anon_sym_GT_AMP] = ACTIONS(373), + [anon_sym_GT_PIPE] = ACTIONS(371), + [anon_sym_LT_AMP_DASH] = ACTIONS(403), + [anon_sym_GT_AMP_DASH] = ACTIONS(403), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(405), + [anon_sym_DOLLAR] = ACTIONS(407), + [sym__special_character] = ACTIONS(409), + [anon_sym_DQUOTE] = ACTIONS(411), + [sym_raw_string] = ACTIONS(413), + [sym_ansi_c_string] = ACTIONS(413), + [aux_sym_number_token1] = ACTIONS(415), + [aux_sym_number_token2] = ACTIONS(417), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(419), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(421), + [anon_sym_BQUOTE] = ACTIONS(423), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(425), + [anon_sym_LT_LPAREN] = ACTIONS(427), + [anon_sym_GT_LPAREN] = ACTIONS(427), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(429), + [sym_variable_name] = ACTIONS(431), + [sym_test_operator] = ACTIONS(433), + [sym__brace_start] = ACTIONS(435), + }, + [306] = { + [aux_sym__terminated_statement] = STATE(301), + [sym_redirected_statement] = STATE(3011), + [sym_for_statement] = STATE(3011), + [sym_c_style_for_statement] = STATE(3011), + [sym_while_statement] = STATE(3011), + [sym_if_statement] = STATE(3011), + [sym_case_statement] = STATE(3011), + [sym_function_definition] = STATE(3011), + [sym_compound_statement] = STATE(3011), + [sym_subshell] = STATE(3011), + [sym_pipeline] = STATE(3011), + [sym_list] = STATE(3011), + [sym_negated_command] = STATE(3011), + [sym_test_command] = STATE(3011), + [sym_declaration_command] = STATE(3011), + [sym_unset_command] = STATE(3011), + [sym_command] = STATE(3011), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(767), + [sym_variable_assignments] = STATE(3011), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), [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(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), [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(311), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_BANG] = ACTIONS(31), + [anon_sym_BANG] = ACTIONS(313), [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), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, - [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), + [307] = { + [aux_sym__terminated_statement] = STATE(43), + [sym_redirected_statement] = STATE(3011), + [sym_for_statement] = STATE(3011), + [sym_c_style_for_statement] = STATE(3011), + [sym_while_statement] = STATE(3011), + [sym_if_statement] = STATE(3011), + [sym_case_statement] = STATE(3011), + [sym_function_definition] = STATE(3011), + [sym_compound_statement] = STATE(3011), + [sym_subshell] = STATE(3011), + [sym_pipeline] = STATE(3011), + [sym_list] = STATE(3011), + [sym_negated_command] = STATE(3011), + [sym_test_command] = STATE(3011), + [sym_declaration_command] = STATE(3011), + [sym_unset_command] = STATE(3011), + [sym_command] = STATE(3011), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(767), + [sym_variable_assignments] = STATE(3011), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [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(311), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(313), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), + }, + [308] = { + [sym_redirected_statement] = STATE(2956), + [sym_for_statement] = STATE(2956), + [sym_c_style_for_statement] = STATE(2956), + [sym_while_statement] = STATE(2956), + [sym_if_statement] = STATE(2956), + [sym_case_statement] = STATE(2956), + [sym_function_definition] = STATE(2956), + [sym_compound_statement] = STATE(2956), + [sym_subshell] = STATE(2956), + [sym_pipeline] = STATE(2956), + [sym_list] = STATE(2956), + [sym_negated_command] = STATE(2956), + [sym_test_command] = STATE(2956), + [sym_declaration_command] = STATE(2956), + [sym_unset_command] = STATE(2956), + [sym_command] = STATE(2956), + [sym_command_name] = STATE(420), + [sym_variable_assignment] = STATE(649), + [sym_variable_assignments] = STATE(2956), + [sym_subscript] = STATE(4434), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(751), + [sym_brace_expression] = STATE(751), + [sym_concatenation] = STATE(1207), + [sym_string] = STATE(751), + [sym_translated_string] = STATE(751), + [sym_number] = STATE(751), + [sym_simple_expansion] = STATE(751), + [sym_expansion] = STATE(751), + [sym_command_substitution] = STATE(751), + [sym_process_substitution] = STATE(751), + [aux_sym__statements_repeat1] = STATE(311), + [aux_sym_redirected_statement_repeat2] = STATE(3154), + [aux_sym_command_repeat1] = STATE(917), + [aux_sym__literal_repeat1] = STATE(918), [sym_word] = ACTIONS(7), [anon_sym_for] = ACTIONS(9), [anon_sym_select] = ACTIONS(11), @@ -46960,8200 +49289,8241 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [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_LT_AMP] = ACTIONS(17), + [anon_sym_GT_AMP] = ACTIONS(17), [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), - }, - [307] = { - [sym__expression] = STATE(1813), - [sym_binary_expression] = STATE(1763), - [sym_ternary_expression] = STATE(1763), - [sym_unary_expression] = STATE(1763), - [sym_postfix_expression] = STATE(1763), - [sym_parenthesized_expression] = STATE(1763), - [sym_arithmetic_expansion] = STATE(1439), - [sym_brace_expression] = STATE(1439), - [sym_concatenation] = STATE(1763), - [sym_string] = STATE(1439), - [sym_translated_string] = STATE(1439), - [sym_number] = STATE(1439), - [sym_simple_expansion] = STATE(1439), - [sym_expansion] = STATE(1439), - [sym_command_substitution] = STATE(1439), - [sym_process_substitution] = STATE(1439), - [aux_sym__literal_repeat1] = STATE(1420), - [aux_sym_concatenation_repeat1] = STATE(1493), - [sym_word] = ACTIONS(308), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1027), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), - [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(312), - [anon_sym_RPAREN] = ACTIONS(350), - [anon_sym_PIPE] = ACTIONS(185), - [anon_sym_BANG] = ACTIONS(314), - [anon_sym_EQ_TILDE] = ACTIONS(185), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DASH2] = ACTIONS(151), - [anon_sym_PLUS2] = ACTIONS(151), - [anon_sym_TILDE] = ACTIONS(153), - [anon_sym_PLUS_PLUS2] = ACTIONS(153), - [anon_sym_DASH_DASH2] = ACTIONS(153), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1027), - [aux_sym_concatenation_token1] = ACTIONS(1029), - [anon_sym_DOLLAR] = ACTIONS(318), - [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), - [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(340), - [sym__brace_start] = ACTIONS(342), - }, - [308] = { - [sym__expression] = STATE(1694), - [sym_binary_expression] = STATE(1715), - [sym_ternary_expression] = STATE(1715), - [sym_unary_expression] = STATE(1715), - [sym_postfix_expression] = STATE(1715), - [sym_parenthesized_expression] = STATE(1715), - [sym_arithmetic_expansion] = STATE(1419), - [sym_brace_expression] = STATE(1419), - [sym_concatenation] = STATE(1715), - [sym_string] = STATE(1419), - [sym_translated_string] = STATE(1419), - [sym_number] = STATE(1419), - [sym_simple_expansion] = STATE(1419), - [sym_expansion] = STATE(1419), - [sym_command_substitution] = STATE(1419), - [sym_process_substitution] = STATE(1419), - [aux_sym__literal_repeat1] = STATE(1498), - [aux_sym_concatenation_repeat1] = STATE(1515), - [sym_word] = ACTIONS(1043), - [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_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(1045), - [anon_sym_PIPE] = ACTIONS(185), - [anon_sym_BANG] = ACTIONS(1047), - [anon_sym_RBRACK] = ACTIONS(350), - [anon_sym_EQ_TILDE] = ACTIONS(185), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DASH2] = ACTIONS(1049), - [anon_sym_PLUS2] = ACTIONS(1049), - [anon_sym_TILDE] = ACTIONS(1051), - [anon_sym_PLUS_PLUS2] = ACTIONS(1051), - [anon_sym_DASH_DASH2] = ACTIONS(1051), - [anon_sym_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), - [sym_comment] = ACTIONS(63), - [sym__concat] = ACTIONS(350), - [sym_test_operator] = ACTIONS(1059), - [sym__brace_start] = ACTIONS(385), + [anon_sym_LT_AMP_DASH] = ACTIONS(41), + [anon_sym_GT_AMP_DASH] = ACTIONS(41), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(43), + [anon_sym_DOLLAR] = ACTIONS(45), + [sym__special_character] = ACTIONS(47), + [anon_sym_DQUOTE] = ACTIONS(49), + [sym_raw_string] = ACTIONS(51), + [sym_ansi_c_string] = ACTIONS(51), + [aux_sym_number_token1] = ACTIONS(53), + [aux_sym_number_token2] = ACTIONS(55), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(57), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(59), + [anon_sym_BQUOTE] = ACTIONS(61), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(63), + [anon_sym_LT_LPAREN] = ACTIONS(65), + [anon_sym_GT_LPAREN] = ACTIONS(65), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(69), + [sym_variable_name] = ACTIONS(71), + [sym_test_operator] = ACTIONS(73), + [sym__brace_start] = ACTIONS(75), }, [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), + [sym_redirected_statement] = STATE(2962), + [sym_for_statement] = STATE(2962), + [sym_c_style_for_statement] = STATE(2962), + [sym_while_statement] = STATE(2962), + [sym_if_statement] = STATE(2962), + [sym_case_statement] = STATE(2962), + [sym_function_definition] = STATE(2962), + [sym_compound_statement] = STATE(2962), + [sym_subshell] = STATE(2962), + [sym_pipeline] = STATE(2962), + [sym_list] = STATE(2962), + [sym_negated_command] = STATE(2962), + [sym_test_command] = STATE(2962), + [sym_declaration_command] = STATE(2962), + [sym_unset_command] = STATE(2962), + [sym_command] = STATE(2962), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(734), + [sym_variable_assignments] = STATE(2962), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(311), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [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(729), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(731), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [310] = { - [sym__expression] = STATE(1694), - [sym_binary_expression] = STATE(1715), - [sym_ternary_expression] = STATE(1715), - [sym_unary_expression] = STATE(1715), - [sym_postfix_expression] = STATE(1715), - [sym_parenthesized_expression] = STATE(1715), - [sym_arithmetic_expansion] = STATE(1419), - [sym_brace_expression] = STATE(1419), - [sym_concatenation] = STATE(1715), - [sym_string] = STATE(1419), - [sym_translated_string] = STATE(1419), - [sym_number] = STATE(1419), - [sym_simple_expansion] = STATE(1419), - [sym_expansion] = STATE(1419), - [sym_command_substitution] = STATE(1419), - [sym_process_substitution] = STATE(1419), - [aux_sym__literal_repeat1] = STATE(1498), - [aux_sym_concatenation_repeat1] = STATE(1515), - [sym_word] = ACTIONS(1043), - [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_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(1045), - [anon_sym_PIPE] = ACTIONS(185), - [anon_sym_BANG] = ACTIONS(1047), - [anon_sym_RBRACK] = ACTIONS(1075), - [anon_sym_EQ_TILDE] = ACTIONS(185), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DASH2] = ACTIONS(1049), - [anon_sym_PLUS2] = ACTIONS(1049), - [anon_sym_TILDE] = ACTIONS(1051), - [anon_sym_PLUS_PLUS2] = ACTIONS(1051), - [anon_sym_DASH_DASH2] = ACTIONS(1051), - [anon_sym_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), - [sym_comment] = ACTIONS(63), - [sym__concat] = ACTIONS(1077), - [sym_test_operator] = ACTIONS(1059), - [sym__brace_start] = ACTIONS(385), + [sym_redirected_statement] = STATE(2881), + [sym_for_statement] = STATE(2881), + [sym_c_style_for_statement] = STATE(2881), + [sym_while_statement] = STATE(2881), + [sym_if_statement] = STATE(2881), + [sym_case_statement] = STATE(2881), + [sym_function_definition] = STATE(2881), + [sym_compound_statement] = STATE(2881), + [sym_subshell] = STATE(2881), + [sym_pipeline] = STATE(2881), + [sym_list] = STATE(2881), + [sym_negated_command] = STATE(2881), + [sym_test_command] = STATE(2881), + [sym_declaration_command] = STATE(2881), + [sym_unset_command] = STATE(2881), + [sym_command] = STATE(2881), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(639), + [sym_variable_assignments] = STATE(2881), + [sym_subscript] = STATE(4501), + [sym_file_redirect] = STATE(1418), + [sym_arithmetic_expansion] = STATE(648), + [sym_brace_expression] = STATE(648), + [sym_concatenation] = STATE(1028), + [sym_string] = STATE(648), + [sym_translated_string] = STATE(648), + [sym_number] = STATE(648), + [sym_simple_expansion] = STATE(648), + [sym_expansion] = STATE(648), + [sym_command_substitution] = STATE(648), + [sym_process_substitution] = STATE(648), + [aux_sym__statements_repeat1] = STATE(311), + [aux_sym_redirected_statement_repeat2] = STATE(3034), + [aux_sym_command_repeat1] = STATE(1027), + [aux_sym__literal_repeat1] = STATE(874), + [sym_word] = ACTIONS(615), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(617), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(629), + [anon_sym_typeset] = ACTIONS(629), + [anon_sym_export] = ACTIONS(629), + [anon_sym_readonly] = ACTIONS(629), + [anon_sym_local] = ACTIONS(629), + [anon_sym_unset] = ACTIONS(631), + [anon_sym_unsetenv] = ACTIONS(631), + [anon_sym_AMP_GT] = ACTIONS(621), + [anon_sym_AMP_GT_GT] = ACTIONS(619), + [anon_sym_LT_AMP] = ACTIONS(621), + [anon_sym_GT_AMP] = ACTIONS(621), + [anon_sym_GT_PIPE] = ACTIONS(619), + [anon_sym_LT_AMP_DASH] = ACTIONS(633), + [anon_sym_GT_AMP_DASH] = ACTIONS(633), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(635), + [anon_sym_DOLLAR] = ACTIONS(637), + [sym__special_character] = ACTIONS(639), + [anon_sym_DQUOTE] = ACTIONS(641), + [sym_raw_string] = ACTIONS(643), + [sym_ansi_c_string] = ACTIONS(643), + [aux_sym_number_token1] = ACTIONS(645), + [aux_sym_number_token2] = ACTIONS(647), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(649), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(651), + [anon_sym_BQUOTE] = ACTIONS(653), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(655), + [anon_sym_LT_LPAREN] = ACTIONS(657), + [anon_sym_GT_LPAREN] = ACTIONS(657), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(659), + [sym_variable_name] = ACTIONS(661), + [sym_test_operator] = ACTIONS(663), + [sym__brace_start] = ACTIONS(665), }, [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), - [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(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), - [sym_comment] = ACTIONS(63), - [sym__concat] = ACTIONS(1081), - [sym_test_operator] = ACTIONS(1059), - [sym__brace_start] = ACTIONS(385), + [sym_redirected_statement] = STATE(3027), + [sym_for_statement] = STATE(3027), + [sym_c_style_for_statement] = STATE(3027), + [sym_while_statement] = STATE(3027), + [sym_if_statement] = STATE(3027), + [sym_case_statement] = STATE(3027), + [sym_function_definition] = STATE(3027), + [sym_compound_statement] = STATE(3027), + [sym_subshell] = STATE(3027), + [sym_pipeline] = STATE(3027), + [sym_list] = STATE(3027), + [sym_negated_command] = STATE(3027), + [sym_test_command] = STATE(3027), + [sym_declaration_command] = STATE(3027), + [sym_unset_command] = STATE(3027), + [sym_command] = STATE(3027), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(712), + [sym_variable_assignments] = STATE(3027), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym__statements_repeat1] = STATE(311), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(773), + [anon_sym_for] = ACTIONS(776), + [anon_sym_select] = ACTIONS(779), + [anon_sym_LPAREN_LPAREN] = ACTIONS(782), + [anon_sym_GT_GT] = ACTIONS(785), + [anon_sym_LT] = ACTIONS(788), + [anon_sym_GT] = ACTIONS(788), + [anon_sym_LPAREN] = ACTIONS(791), + [anon_sym_while] = ACTIONS(794), + [anon_sym_until] = ACTIONS(794), + [anon_sym_if] = ACTIONS(797), + [anon_sym_case] = ACTIONS(800), + [anon_sym_function] = ACTIONS(803), + [anon_sym_LBRACE] = ACTIONS(806), + [anon_sym_BANG] = ACTIONS(809), + [anon_sym_LBRACK] = ACTIONS(812), + [anon_sym_LBRACK_LBRACK] = ACTIONS(815), + [anon_sym_declare] = ACTIONS(818), + [anon_sym_typeset] = ACTIONS(818), + [anon_sym_export] = ACTIONS(818), + [anon_sym_readonly] = ACTIONS(818), + [anon_sym_local] = ACTIONS(818), + [anon_sym_unset] = ACTIONS(821), + [anon_sym_unsetenv] = ACTIONS(821), + [anon_sym_AMP_GT] = ACTIONS(788), + [anon_sym_AMP_GT_GT] = ACTIONS(785), + [anon_sym_LT_AMP] = ACTIONS(788), + [anon_sym_GT_AMP] = ACTIONS(788), + [anon_sym_GT_PIPE] = ACTIONS(785), + [anon_sym_LT_AMP_DASH] = ACTIONS(824), + [anon_sym_GT_AMP_DASH] = ACTIONS(824), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(827), + [anon_sym_DOLLAR] = ACTIONS(830), + [sym__special_character] = ACTIONS(833), + [anon_sym_DQUOTE] = ACTIONS(836), + [sym_raw_string] = ACTIONS(839), + [sym_ansi_c_string] = ACTIONS(839), + [aux_sym_number_token1] = ACTIONS(842), + [aux_sym_number_token2] = ACTIONS(845), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(848), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(851), + [anon_sym_BQUOTE] = ACTIONS(854), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(857), + [anon_sym_LT_LPAREN] = ACTIONS(860), + [anon_sym_GT_LPAREN] = ACTIONS(860), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(863), + [sym_variable_name] = ACTIONS(866), + [sym_test_operator] = ACTIONS(869), + [sym__brace_start] = ACTIONS(872), }, [312] = { - [sym__expression] = STATE(1694), - [sym_binary_expression] = STATE(1715), - [sym_ternary_expression] = STATE(1715), - [sym_unary_expression] = STATE(1715), - [sym_postfix_expression] = STATE(1715), - [sym_parenthesized_expression] = STATE(1715), - [sym_arithmetic_expansion] = STATE(1419), - [sym_brace_expression] = STATE(1419), - [sym_concatenation] = STATE(1715), - [sym_string] = STATE(1419), - [sym_translated_string] = STATE(1419), - [sym_number] = STATE(1419), - [sym_simple_expansion] = STATE(1419), - [sym_expansion] = STATE(1419), - [sym_command_substitution] = STATE(1419), - [sym_process_substitution] = STATE(1419), - [aux_sym__literal_repeat1] = STATE(1498), - [aux_sym_concatenation_repeat1] = STATE(1515), - [sym_word] = ACTIONS(1043), - [anon_sym_LPAREN_LPAREN] = ACTIONS(348), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), - [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(1045), - [anon_sym_PIPE] = ACTIONS(185), - [anon_sym_BANG] = ACTIONS(1047), - [anon_sym_RBRACK] = ACTIONS(1083), - [anon_sym_EQ_TILDE] = ACTIONS(185), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DASH2] = ACTIONS(1049), - [anon_sym_PLUS2] = ACTIONS(1049), - [anon_sym_TILDE] = ACTIONS(1051), - [anon_sym_PLUS_PLUS2] = ACTIONS(1051), - [anon_sym_DASH_DASH2] = ACTIONS(1051), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(348), - [aux_sym_concatenation_token1] = ACTIONS(1053), - [anon_sym_DOLLAR] = ACTIONS(361), - [sym__special_character] = ACTIONS(1055), - [anon_sym_DQUOTE] = ACTIONS(365), - [sym_raw_string] = ACTIONS(1057), - [sym_ansi_c_string] = ACTIONS(1057), - [aux_sym_number_token1] = ACTIONS(369), - [aux_sym_number_token2] = ACTIONS(371), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(373), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(375), - [anon_sym_BQUOTE] = ACTIONS(377), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(379), - [anon_sym_LT_LPAREN] = ACTIONS(381), - [anon_sym_GT_LPAREN] = ACTIONS(381), - [sym_comment] = ACTIONS(63), - [sym__concat] = ACTIONS(1085), - [sym_test_operator] = ACTIONS(1059), - [sym__brace_start] = ACTIONS(385), + [aux_sym__terminated_statement] = STATE(273), + [sym_redirected_statement] = STATE(3011), + [sym_for_statement] = STATE(3011), + [sym_c_style_for_statement] = STATE(3011), + [sym_while_statement] = STATE(3011), + [sym_if_statement] = STATE(3011), + [sym_case_statement] = STATE(3011), + [sym_function_definition] = STATE(3011), + [sym_compound_statement] = STATE(3011), + [sym_subshell] = STATE(3011), + [sym_pipeline] = STATE(3011), + [sym_list] = STATE(3011), + [sym_negated_command] = STATE(3011), + [sym_test_command] = STATE(3011), + [sym_declaration_command] = STATE(3011), + [sym_unset_command] = STATE(3011), + [sym_command] = STATE(3011), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(767), + [sym_variable_assignments] = STATE(3011), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [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(311), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(313), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [313] = { - [sym__expression] = STATE(1694), - [sym_binary_expression] = STATE(1715), - [sym_ternary_expression] = STATE(1715), - [sym_unary_expression] = STATE(1715), - [sym_postfix_expression] = STATE(1715), - [sym_parenthesized_expression] = STATE(1715), - [sym_arithmetic_expansion] = STATE(1419), - [sym_brace_expression] = STATE(1419), - [sym_concatenation] = STATE(1715), - [sym_string] = STATE(1419), - [sym_translated_string] = STATE(1419), - [sym_number] = STATE(1419), - [sym_simple_expansion] = STATE(1419), - [sym_expansion] = STATE(1419), - [sym_command_substitution] = STATE(1419), - [sym_process_substitution] = STATE(1419), - [aux_sym__literal_repeat1] = STATE(1498), - [aux_sym_concatenation_repeat1] = STATE(1515), - [sym_word] = ACTIONS(1043), - [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_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(1045), - [anon_sym_PIPE] = ACTIONS(185), - [anon_sym_BANG] = ACTIONS(1047), - [anon_sym_RBRACK] = ACTIONS(1087), - [anon_sym_EQ_TILDE] = ACTIONS(185), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DASH2] = ACTIONS(1049), - [anon_sym_PLUS2] = ACTIONS(1049), - [anon_sym_TILDE] = ACTIONS(1051), - [anon_sym_PLUS_PLUS2] = ACTIONS(1051), - [anon_sym_DASH_DASH2] = ACTIONS(1051), - [anon_sym_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), - [sym_comment] = ACTIONS(63), - [sym__concat] = ACTIONS(1089), - [sym_test_operator] = ACTIONS(1059), - [sym__brace_start] = ACTIONS(385), + [sym_redirected_statement] = STATE(2983), + [sym_for_statement] = STATE(2983), + [sym_c_style_for_statement] = STATE(2983), + [sym_while_statement] = STATE(2983), + [sym_if_statement] = STATE(2983), + [sym_case_statement] = STATE(2983), + [sym_function_definition] = STATE(2983), + [sym_compound_statement] = STATE(2983), + [sym_subshell] = STATE(2983), + [sym_pipeline] = STATE(2983), + [sym_list] = STATE(2983), + [sym_negated_command] = STATE(2983), + [sym_test_command] = STATE(2983), + [sym_declaration_command] = STATE(2983), + [sym_unset_command] = STATE(2983), + [sym_command] = STATE(2983), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(651), + [sym_variable_assignments] = STATE(2983), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym__statements_repeat1] = STATE(311), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), + [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(87), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(697), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [314] = { - [sym__expression] = STATE(1783), - [sym_binary_expression] = STATE(1520), - [sym_ternary_expression] = STATE(1520), - [sym_unary_expression] = STATE(1520), - [sym_postfix_expression] = STATE(1520), - [sym_parenthesized_expression] = STATE(1520), - [sym_arithmetic_expansion] = STATE(1499), - [sym_brace_expression] = STATE(1499), - [sym_concatenation] = STATE(1520), - [sym_string] = STATE(1499), - [sym_translated_string] = STATE(1499), - [sym_number] = STATE(1499), - [sym_simple_expansion] = STATE(1499), - [sym_expansion] = STATE(1499), - [sym_command_substitution] = STATE(1499), - [sym_process_substitution] = STATE(1499), - [aux_sym__literal_repeat1] = STATE(1458), - [aux_sym_concatenation_repeat1] = STATE(1443), - [sym_word] = ACTIONS(228), - [anon_sym_LPAREN_LPAREN] = ACTIONS(947), - [anon_sym_RPAREN_RPAREN] = ACTIONS(350), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), - [anon_sym_LT_LT_EQ] = ACTIONS(350), - [anon_sym_GT_GT_EQ] = ACTIONS(350), - [anon_sym_AMP_EQ] = ACTIONS(350), - [anon_sym_CARET_EQ] = ACTIONS(185), - [anon_sym_PIPE_EQ] = ACTIONS(350), - [anon_sym_EQ_EQ] = ACTIONS(185), - [anon_sym_BANG_EQ] = ACTIONS(185), - [anon_sym_LT_EQ] = ACTIONS(350), - [anon_sym_GT_EQ] = ACTIONS(350), - [anon_sym_AMP_AMP] = ACTIONS(350), - [anon_sym_PIPE_PIPE] = ACTIONS(350), - [anon_sym_LT_LT] = ACTIONS(185), - [anon_sym_GT_GT] = ACTIONS(185), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(185), - [anon_sym_GT] = ACTIONS(185), - [anon_sym_LPAREN] = ACTIONS(192), - [anon_sym_PIPE] = ACTIONS(185), - [anon_sym_BANG] = ACTIONS(230), - [anon_sym_EQ_TILDE] = ACTIONS(185), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DASH2] = ACTIONS(133), - [anon_sym_PLUS2] = ACTIONS(133), - [anon_sym_TILDE] = ACTIONS(135), - [anon_sym_PLUS_PLUS2] = ACTIONS(135), - [anon_sym_DASH_DASH2] = ACTIONS(135), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(947), - [aux_sym_concatenation_token1] = ACTIONS(949), - [anon_sym_DOLLAR] = ACTIONS(198), - [sym__special_character] = ACTIONS(1091), - [anon_sym_DQUOTE] = ACTIONS(953), - [sym_raw_string] = ACTIONS(1093), - [sym_ansi_c_string] = ACTIONS(1093), - [aux_sym_number_token1] = ACTIONS(204), - [aux_sym_number_token2] = ACTIONS(206), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(957), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(210), - [anon_sym_BQUOTE] = ACTIONS(212), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(959), - [anon_sym_LT_LPAREN] = ACTIONS(961), - [anon_sym_GT_LPAREN] = ACTIONS(961), - [sym_comment] = ACTIONS(63), - [sym__concat] = ACTIONS(949), - [sym_test_operator] = ACTIONS(234), - [sym__brace_start] = ACTIONS(224), + [aux_sym__terminated_statement] = STATE(51), + [sym_redirected_statement] = STATE(3011), + [sym_for_statement] = STATE(3011), + [sym_c_style_for_statement] = STATE(3011), + [sym_while_statement] = STATE(3011), + [sym_if_statement] = STATE(3011), + [sym_case_statement] = STATE(3011), + [sym_function_definition] = STATE(3011), + [sym_compound_statement] = STATE(3011), + [sym_subshell] = STATE(3011), + [sym_pipeline] = STATE(3011), + [sym_list] = STATE(3011), + [sym_negated_command] = STATE(3011), + [sym_test_command] = STATE(3011), + [sym_declaration_command] = STATE(3011), + [sym_unset_command] = STATE(3011), + [sym_command] = STATE(3011), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(767), + [sym_variable_assignments] = STATE(3011), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [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(311), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(313), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [315] = { - [sym__expression] = STATE(1819), - [sym_binary_expression] = STATE(1773), - [sym_ternary_expression] = STATE(1773), - [sym_unary_expression] = STATE(1773), - [sym_postfix_expression] = STATE(1773), - [sym_parenthesized_expression] = STATE(1773), - [sym_arithmetic_expansion] = STATE(1521), - [sym_brace_expression] = STATE(1521), - [sym_concatenation] = STATE(1773), - [sym_string] = STATE(1521), - [sym_translated_string] = STATE(1521), - [sym_number] = STATE(1521), - [sym_simple_expansion] = STATE(1521), - [sym_expansion] = STATE(1521), - [sym_command_substitution] = STATE(1521), - [sym_process_substitution] = STATE(1521), - [aux_sym__literal_repeat1] = STATE(1550), - [aux_sym_concatenation_repeat1] = STATE(1404), - [sym_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_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(355), - [anon_sym_PIPE] = ACTIONS(185), - [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_DOLLAR_LPAREN_LPAREN] = ACTIONS(348), - [aux_sym_concatenation_token1] = ACTIONS(1053), - [anon_sym_DOLLAR] = ACTIONS(361), - [sym__special_character] = ACTIONS(363), - [anon_sym_DQUOTE] = ACTIONS(365), - [sym_raw_string] = ACTIONS(367), - [sym_ansi_c_string] = ACTIONS(367), - [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(1053), - [sym_test_operator] = ACTIONS(383), - [sym__brace_start] = ACTIONS(385), + [aux_sym__terminated_statement] = STATE(83), + [sym_redirected_statement] = STATE(3011), + [sym_for_statement] = STATE(3011), + [sym_c_style_for_statement] = STATE(3011), + [sym_while_statement] = STATE(3011), + [sym_if_statement] = STATE(3011), + [sym_case_statement] = STATE(3011), + [sym_function_definition] = STATE(3011), + [sym_compound_statement] = STATE(3011), + [sym_subshell] = STATE(3011), + [sym_pipeline] = STATE(3011), + [sym_list] = STATE(3011), + [sym_negated_command] = STATE(3011), + [sym_test_command] = STATE(3011), + [sym_declaration_command] = STATE(3011), + [sym_unset_command] = STATE(3011), + [sym_command] = STATE(3011), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(767), + [sym_variable_assignments] = STATE(3011), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [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(311), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(313), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [316] = { - [sym__expression] = STATE(1775), - [sym_binary_expression] = STATE(1520), - [sym_ternary_expression] = STATE(1520), - [sym_unary_expression] = STATE(1520), - [sym_postfix_expression] = STATE(1520), - [sym_parenthesized_expression] = STATE(1520), - [sym_arithmetic_expansion] = STATE(1406), - [sym_brace_expression] = STATE(1406), - [sym_concatenation] = STATE(1520), - [sym_string] = STATE(1406), - [sym_translated_string] = STATE(1406), - [sym_number] = STATE(1406), - [sym_simple_expansion] = STATE(1406), - [sym_expansion] = STATE(1406), - [sym_command_substitution] = STATE(1406), - [sym_process_substitution] = STATE(1406), - [aux_sym__literal_repeat1] = STATE(1571), - [aux_sym_concatenation_repeat1] = STATE(1418), - [sym_word] = ACTIONS(1095), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1027), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), - [anon_sym_LT_LT_EQ] = ACTIONS(350), - [anon_sym_GT_GT_EQ] = ACTIONS(350), - [anon_sym_AMP_EQ] = ACTIONS(350), - [anon_sym_CARET_EQ] = ACTIONS(185), - [anon_sym_PIPE_EQ] = ACTIONS(350), - [anon_sym_EQ_EQ] = ACTIONS(185), - [anon_sym_BANG_EQ] = ACTIONS(185), - [anon_sym_LT_EQ] = ACTIONS(350), - [anon_sym_GT_EQ] = ACTIONS(350), - [anon_sym_AMP_AMP] = ACTIONS(350), - [anon_sym_PIPE_PIPE] = ACTIONS(350), - [anon_sym_LT_LT] = ACTIONS(185), - [anon_sym_GT_GT] = ACTIONS(185), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(185), - [anon_sym_GT] = ACTIONS(185), - [anon_sym_LPAREN] = ACTIONS(192), - [anon_sym_PIPE] = ACTIONS(185), - [anon_sym_BANG] = ACTIONS(1097), - [anon_sym_RBRACK_RBRACK] = ACTIONS(350), - [anon_sym_EQ_TILDE] = ACTIONS(185), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DASH2] = ACTIONS(1099), - [anon_sym_PLUS2] = ACTIONS(1099), - [anon_sym_TILDE] = ACTIONS(1101), - [anon_sym_PLUS_PLUS2] = ACTIONS(1101), - [anon_sym_DASH_DASH2] = ACTIONS(1101), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1027), - [aux_sym_concatenation_token1] = ACTIONS(1029), - [anon_sym_DOLLAR] = ACTIONS(318), - [sym__special_character] = ACTIONS(1103), - [anon_sym_DQUOTE] = ACTIONS(1033), - [sym_raw_string] = ACTIONS(1105), - [sym_ansi_c_string] = ACTIONS(1105), - [aux_sym_number_token1] = ACTIONS(324), - [aux_sym_number_token2] = ACTIONS(326), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1037), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(330), - [anon_sym_BQUOTE] = ACTIONS(332), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1039), - [anon_sym_LT_LPAREN] = ACTIONS(1041), - [anon_sym_GT_LPAREN] = ACTIONS(1041), - [sym_comment] = ACTIONS(63), - [sym__concat] = ACTIONS(1029), - [sym_test_operator] = ACTIONS(1107), - [sym__brace_start] = ACTIONS(342), + [aux_sym__terminated_statement] = STATE(50), + [sym_redirected_statement] = STATE(3011), + [sym_for_statement] = STATE(3011), + [sym_c_style_for_statement] = STATE(3011), + [sym_while_statement] = STATE(3011), + [sym_if_statement] = STATE(3011), + [sym_case_statement] = STATE(3011), + [sym_function_definition] = STATE(3011), + [sym_compound_statement] = STATE(3011), + [sym_subshell] = STATE(3011), + [sym_pipeline] = STATE(3011), + [sym_list] = STATE(3011), + [sym_negated_command] = STATE(3011), + [sym_test_command] = STATE(3011), + [sym_declaration_command] = STATE(3011), + [sym_unset_command] = STATE(3011), + [sym_command] = STATE(3011), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(767), + [sym_variable_assignments] = STATE(3011), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [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(311), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(313), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [317] = { - [sym__expression] = STATE(1694), - [sym_binary_expression] = STATE(1715), - [sym_ternary_expression] = STATE(1715), - [sym_unary_expression] = STATE(1715), - [sym_postfix_expression] = STATE(1715), - [sym_parenthesized_expression] = STATE(1715), - [sym_arithmetic_expansion] = STATE(1419), - [sym_brace_expression] = STATE(1419), - [sym_concatenation] = STATE(1715), - [sym_string] = STATE(1419), - [sym_translated_string] = STATE(1419), - [sym_number] = STATE(1419), - [sym_simple_expansion] = STATE(1419), - [sym_expansion] = STATE(1419), - [sym_command_substitution] = STATE(1419), - [sym_process_substitution] = STATE(1419), - [aux_sym__literal_repeat1] = STATE(1498), - [aux_sym_concatenation_repeat1] = STATE(1515), - [sym_word] = ACTIONS(1043), - [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_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(1045), - [anon_sym_PIPE] = ACTIONS(185), - [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_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), - [sym_comment] = ACTIONS(63), - [sym__concat] = ACTIONS(1111), - [sym_test_operator] = ACTIONS(1059), - [sym__brace_start] = ACTIONS(385), + [aux_sym__terminated_statement] = STATE(297), + [sym_redirected_statement] = STATE(3011), + [sym_for_statement] = STATE(3011), + [sym_c_style_for_statement] = STATE(3011), + [sym_while_statement] = STATE(3011), + [sym_if_statement] = STATE(3011), + [sym_case_statement] = STATE(3011), + [sym_function_definition] = STATE(3011), + [sym_compound_statement] = STATE(3011), + [sym_subshell] = STATE(3011), + [sym_pipeline] = STATE(3011), + [sym_list] = STATE(3011), + [sym_negated_command] = STATE(3011), + [sym_test_command] = STATE(3011), + [sym_declaration_command] = STATE(3011), + [sym_unset_command] = STATE(3011), + [sym_command] = STATE(3011), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(767), + [sym_variable_assignments] = STATE(3011), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [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(311), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(313), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), - [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_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(1115), - [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(1117), - [anon_sym_PLUS2] = ACTIONS(1117), - [anon_sym_TILDE] = ACTIONS(1119), - [anon_sym_PLUS_PLUS2] = ACTIONS(1119), - [anon_sym_DASH_DASH2] = ACTIONS(1119), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1027), - [aux_sym_concatenation_token1] = ACTIONS(1029), - [anon_sym_DOLLAR] = ACTIONS(318), - [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), - [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(1125), - [sym__brace_start] = ACTIONS(342), + [sym_redirected_statement] = STATE(2923), + [sym_for_statement] = STATE(2923), + [sym_c_style_for_statement] = STATE(2923), + [sym_while_statement] = STATE(2923), + [sym_if_statement] = STATE(2923), + [sym_case_statement] = STATE(2923), + [sym_function_definition] = STATE(2923), + [sym_compound_statement] = STATE(2923), + [sym_subshell] = STATE(2923), + [sym_pipeline] = STATE(2923), + [sym_list] = STATE(2923), + [sym_negated_command] = STATE(2923), + [sym_test_command] = STATE(2923), + [sym_declaration_command] = STATE(2923), + [sym_unset_command] = STATE(2923), + [sym_command] = STATE(2923), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(703), + [sym_variable_assignments] = STATE(2923), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), + [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(87), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(697), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [319] = { - [sym_string] = STATE(336), - [sym_word] = ACTIONS(1127), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1127), - [anon_sym_RPAREN_RPAREN] = 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(1129), - [anon_sym_STAR] = ACTIONS(1129), - [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(1129), - [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(1129), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1127), - [anon_sym_DOLLAR] = ACTIONS(1129), - [sym__special_character] = ACTIONS(1127), - [anon_sym_DQUOTE] = ACTIONS(1131), - [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(1129), - [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(1133), - [aux_sym__multiline_variable_name_token1] = ACTIONS(1133), - [anon_sym_AT2] = ACTIONS(1129), - [anon_sym_0] = ACTIONS(1129), - [anon_sym__] = ACTIONS(1129), - [sym_file_descriptor] = ACTIONS(1135), - [sym_test_operator] = ACTIONS(1135), - [sym__bare_dollar] = ACTIONS(1135), - [sym__brace_start] = ACTIONS(1135), + [sym_redirected_statement] = STATE(2897), + [sym_for_statement] = STATE(2897), + [sym_c_style_for_statement] = STATE(2897), + [sym_while_statement] = STATE(2897), + [sym_if_statement] = STATE(2897), + [sym_case_statement] = STATE(2897), + [sym_function_definition] = STATE(2897), + [sym_compound_statement] = STATE(2897), + [sym_subshell] = STATE(2897), + [sym_pipeline] = STATE(2897), + [sym_list] = STATE(2897), + [sym_negated_command] = STATE(2897), + [sym_test_command] = STATE(2897), + [sym_declaration_command] = STATE(2897), + [sym_unset_command] = STATE(2897), + [sym_command] = STATE(2897), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(705), + [sym_variable_assignments] = STATE(2897), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(763), + [sym_brace_expression] = STATE(763), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(763), + [sym_translated_string] = STATE(763), + [sym_number] = STATE(763), + [sym_simple_expansion] = STATE(763), + [sym_expansion] = STATE(763), + [sym_command_substitution] = STATE(763), + [sym_process_substitution] = STATE(763), + [aux_sym_redirected_statement_repeat2] = STATE(3127), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(693), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(81), + [anon_sym_LT] = ACTIONS(83), + [anon_sym_GT] = ACTIONS(83), + [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(87), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(697), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(91), + [anon_sym_typeset] = ACTIONS(91), + [anon_sym_export] = ACTIONS(91), + [anon_sym_readonly] = ACTIONS(91), + [anon_sym_local] = ACTIONS(91), + [anon_sym_unset] = ACTIONS(93), + [anon_sym_unsetenv] = ACTIONS(93), + [anon_sym_AMP_GT] = ACTIONS(83), + [anon_sym_AMP_GT_GT] = ACTIONS(81), + [anon_sym_LT_AMP] = ACTIONS(83), + [anon_sym_GT_AMP] = ACTIONS(83), + [anon_sym_GT_PIPE] = ACTIONS(81), + [anon_sym_LT_AMP_DASH] = ACTIONS(95), + [anon_sym_GT_AMP_DASH] = ACTIONS(95), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(699), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(701), + [sym_ansi_c_string] = ACTIONS(701), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(125), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(703), + [sym__brace_start] = ACTIONS(351), }, [320] = { - [sym_string] = STATE(336), - [sym_word] = ACTIONS(1137), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1137), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1137), - [anon_sym_SEMI] = ACTIONS(1137), - [anon_sym_EQ] = ACTIONS(1137), - [anon_sym_PLUS_PLUS] = ACTIONS(1137), - [anon_sym_DASH_DASH] = ACTIONS(1137), - [anon_sym_PLUS_EQ] = ACTIONS(1137), - [anon_sym_DASH_EQ] = ACTIONS(1137), - [anon_sym_STAR_EQ] = ACTIONS(1137), - [anon_sym_SLASH_EQ] = ACTIONS(1137), - [anon_sym_PERCENT_EQ] = ACTIONS(1137), - [anon_sym_LT_LT_EQ] = ACTIONS(1137), - [anon_sym_GT_GT_EQ] = ACTIONS(1137), - [anon_sym_AMP_EQ] = ACTIONS(1137), - [anon_sym_CARET_EQ] = ACTIONS(1137), - [anon_sym_PIPE_EQ] = ACTIONS(1137), - [anon_sym_EQ_EQ] = ACTIONS(1137), - [anon_sym_BANG_EQ] = ACTIONS(1137), - [anon_sym_LT_EQ] = ACTIONS(1137), - [anon_sym_GT_EQ] = ACTIONS(1137), - [anon_sym_AMP_AMP] = ACTIONS(1137), - [anon_sym_PIPE_PIPE] = ACTIONS(1137), - [anon_sym_LT_LT] = ACTIONS(1137), - [anon_sym_GT_GT] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1137), - [anon_sym_DASH] = ACTIONS(1129), - [anon_sym_STAR] = ACTIONS(1129), - [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_RPAREN] = ACTIONS(1137), - [anon_sym_PIPE] = ACTIONS(1137), - [anon_sym_SEMI_SEMI] = ACTIONS(1137), - [anon_sym_PIPE_AMP] = ACTIONS(1137), - [anon_sym_BANG] = ACTIONS(1129), - [anon_sym_EQ_TILDE] = ACTIONS(1137), - [anon_sym_AMP_GT] = ACTIONS(1137), - [anon_sym_AMP_GT_GT] = ACTIONS(1137), - [anon_sym_LT_AMP] = ACTIONS(1137), - [anon_sym_GT_AMP] = ACTIONS(1137), - [anon_sym_GT_PIPE] = ACTIONS(1137), - [anon_sym_LT_LT_DASH] = ACTIONS(1137), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1137), - [anon_sym_LT_LT_LT] = ACTIONS(1137), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_CARET] = ACTIONS(1137), - [anon_sym_QMARK] = ACTIONS(1129), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1137), - [anon_sym_DOLLAR] = ACTIONS(1129), - [sym__special_character] = ACTIONS(1137), - [anon_sym_DQUOTE] = ACTIONS(1131), - [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(1129), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1137), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1137), - [anon_sym_BQUOTE] = ACTIONS(1137), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1137), - [anon_sym_LT_LPAREN] = ACTIONS(1137), - [anon_sym_GT_LPAREN] = ACTIONS(1137), - [sym_comment] = ACTIONS(3), - [aux_sym__simple_variable_name_token1] = ACTIONS(1133), - [aux_sym__multiline_variable_name_token1] = ACTIONS(1133), - [anon_sym_AT2] = ACTIONS(1129), - [anon_sym_0] = ACTIONS(1129), - [anon_sym__] = ACTIONS(1129), - [sym_file_descriptor] = ACTIONS(1139), - [sym_test_operator] = ACTIONS(1139), - [sym__bare_dollar] = ACTIONS(1139), - [sym__brace_start] = ACTIONS(1139), + [sym_redirected_statement] = STATE(3020), + [sym_for_statement] = STATE(3020), + [sym_c_style_for_statement] = STATE(3020), + [sym_while_statement] = STATE(3020), + [sym_if_statement] = STATE(3020), + [sym_case_statement] = STATE(3020), + [sym_function_definition] = STATE(3020), + [sym_compound_statement] = STATE(3020), + [sym_subshell] = STATE(3020), + [sym_pipeline] = STATE(3020), + [sym_list] = STATE(3020), + [sym_negated_command] = STATE(3020), + [sym_test_command] = STATE(3020), + [sym_declaration_command] = STATE(3020), + [sym_unset_command] = STATE(3020), + [sym_command] = STATE(3020), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(709), + [sym_variable_assignments] = STATE(3020), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [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(311), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(313), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym_redirected_statement] = STATE(2573), + [sym_for_statement] = STATE(2573), + [sym_c_style_for_statement] = STATE(2573), + [sym_while_statement] = STATE(2573), + [sym_if_statement] = STATE(2573), + [sym_case_statement] = STATE(2573), + [sym_function_definition] = STATE(2573), + [sym_compound_statement] = STATE(2573), + [sym_subshell] = STATE(2573), + [sym_pipeline] = STATE(2573), + [sym_list] = STATE(2573), + [sym_negated_command] = STATE(2573), + [sym_test_command] = STATE(2573), + [sym_declaration_command] = STATE(2573), + [sym_unset_command] = STATE(2573), + [sym_command] = STATE(2573), + [sym_command_name] = STATE(413), + [sym_variable_assignment] = STATE(618), + [sym_variable_assignments] = STATE(2573), + [sym_subscript] = STATE(4511), + [sym_file_redirect] = STATE(1277), + [sym_arithmetic_expansion] = STATE(638), + [sym_brace_expression] = STATE(638), + [sym_concatenation] = STATE(858), + [sym_string] = STATE(638), + [sym_translated_string] = STATE(638), + [sym_number] = STATE(638), + [sym_simple_expansion] = STATE(638), + [sym_expansion] = STATE(638), + [sym_command_substitution] = STATE(638), + [sym_process_substitution] = STATE(638), + [aux_sym_redirected_statement_repeat2] = STATE(2913), + [aux_sym_command_repeat1] = STATE(929), + [aux_sym__literal_repeat1] = STATE(733), + [sym_word] = ACTIONS(363), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(369), + [anon_sym_GT_GT] = ACTIONS(371), + [anon_sym_LT] = ACTIONS(373), + [anon_sym_GT] = ACTIONS(373), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_function] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(393), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(399), + [anon_sym_typeset] = ACTIONS(399), + [anon_sym_export] = ACTIONS(399), + [anon_sym_readonly] = ACTIONS(399), + [anon_sym_local] = ACTIONS(399), + [anon_sym_unset] = ACTIONS(401), + [anon_sym_unsetenv] = ACTIONS(401), + [anon_sym_AMP_GT] = ACTIONS(373), + [anon_sym_AMP_GT_GT] = ACTIONS(371), + [anon_sym_LT_AMP] = ACTIONS(373), + [anon_sym_GT_AMP] = ACTIONS(373), + [anon_sym_GT_PIPE] = ACTIONS(371), + [anon_sym_LT_AMP_DASH] = ACTIONS(403), + [anon_sym_GT_AMP_DASH] = ACTIONS(403), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(405), + [anon_sym_DOLLAR] = ACTIONS(407), + [sym__special_character] = ACTIONS(409), + [anon_sym_DQUOTE] = ACTIONS(411), + [sym_raw_string] = ACTIONS(413), + [sym_ansi_c_string] = ACTIONS(413), + [aux_sym_number_token1] = ACTIONS(415), + [aux_sym_number_token2] = ACTIONS(417), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(419), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(421), + [anon_sym_BQUOTE] = ACTIONS(423), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(425), + [anon_sym_LT_LPAREN] = ACTIONS(427), + [anon_sym_GT_LPAREN] = ACTIONS(427), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(429), + [sym_variable_name] = ACTIONS(431), + [sym_test_operator] = ACTIONS(433), + [sym__brace_start] = ACTIONS(435), }, [322] = { - [sym_string] = STATE(376), - [sym_word] = ACTIONS(1137), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1137), - [anon_sym_SEMI] = ACTIONS(1137), - [anon_sym_EQ] = ACTIONS(1137), - [anon_sym_PLUS_PLUS] = ACTIONS(1137), - [anon_sym_DASH_DASH] = ACTIONS(1137), - [anon_sym_PLUS_EQ] = ACTIONS(1137), - [anon_sym_DASH_EQ] = ACTIONS(1137), - [anon_sym_STAR_EQ] = ACTIONS(1137), - [anon_sym_SLASH_EQ] = ACTIONS(1137), - [anon_sym_PERCENT_EQ] = ACTIONS(1137), - [anon_sym_LT_LT_EQ] = ACTIONS(1137), - [anon_sym_GT_GT_EQ] = ACTIONS(1137), - [anon_sym_AMP_EQ] = ACTIONS(1137), - [anon_sym_CARET_EQ] = ACTIONS(1137), - [anon_sym_PIPE_EQ] = ACTIONS(1137), - [anon_sym_EQ_EQ] = ACTIONS(1137), - [anon_sym_BANG_EQ] = ACTIONS(1137), - [anon_sym_LT_EQ] = ACTIONS(1137), - [anon_sym_GT_EQ] = ACTIONS(1137), - [anon_sym_AMP_AMP] = ACTIONS(1137), - [anon_sym_PIPE_PIPE] = ACTIONS(1137), - [anon_sym_LT_LT] = ACTIONS(1137), - [anon_sym_GT_GT] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1137), - [anon_sym_DASH] = ACTIONS(1141), - [anon_sym_STAR] = ACTIONS(1141), - [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_RPAREN] = ACTIONS(1137), - [anon_sym_PIPE] = ACTIONS(1137), - [anon_sym_SEMI_SEMI] = ACTIONS(1137), - [anon_sym_PIPE_AMP] = ACTIONS(1137), - [anon_sym_BANG] = ACTIONS(1141), - [anon_sym_EQ_TILDE] = ACTIONS(1137), - [anon_sym_AMP_GT] = ACTIONS(1137), - [anon_sym_AMP_GT_GT] = ACTIONS(1137), - [anon_sym_LT_AMP] = ACTIONS(1137), - [anon_sym_GT_AMP] = ACTIONS(1137), - [anon_sym_GT_PIPE] = ACTIONS(1137), - [anon_sym_LT_LT_DASH] = ACTIONS(1137), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1137), - [anon_sym_LT_LT_LT] = ACTIONS(1137), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_CARET] = ACTIONS(1137), - [anon_sym_QMARK] = ACTIONS(1141), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1137), - [anon_sym_DOLLAR] = ACTIONS(1141), - [sym__special_character] = ACTIONS(1137), - [anon_sym_DQUOTE] = ACTIONS(1143), - [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(1141), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1137), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1137), - [anon_sym_BQUOTE] = ACTIONS(1137), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1137), - [anon_sym_LT_LPAREN] = ACTIONS(1137), - [anon_sym_GT_LPAREN] = ACTIONS(1137), - [sym_comment] = ACTIONS(3), - [aux_sym__simple_variable_name_token1] = ACTIONS(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(1139), - [sym_test_operator] = ACTIONS(1139), - [sym__bare_dollar] = ACTIONS(1139), - [sym__brace_start] = ACTIONS(1139), + [sym_redirected_statement] = STATE(3040), + [sym_for_statement] = STATE(3040), + [sym_c_style_for_statement] = STATE(3040), + [sym_while_statement] = STATE(3040), + [sym_if_statement] = STATE(3040), + [sym_case_statement] = STATE(3040), + [sym_function_definition] = STATE(3040), + [sym_compound_statement] = STATE(3040), + [sym_subshell] = STATE(3040), + [sym_pipeline] = STATE(3040), + [sym_list] = STATE(3040), + [sym_negated_command] = STATE(3040), + [sym_test_command] = STATE(3040), + [sym_declaration_command] = STATE(3040), + [sym_unset_command] = STATE(3040), + [sym_command] = STATE(3040), + [sym_command_name] = STATE(433), + [sym_variable_assignment] = STATE(787), + [sym_variable_assignments] = STATE(3040), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3247), + [aux_sym_command_repeat1] = STATE(983), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(297), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [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(311), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(313), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(315), + [anon_sym_typeset] = ACTIONS(315), + [anon_sym_export] = ACTIONS(315), + [anon_sym_readonly] = ACTIONS(315), + [anon_sym_local] = ACTIONS(315), + [anon_sym_unset] = ACTIONS(317), + [anon_sym_unsetenv] = ACTIONS(317), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym_redirected_statement] = STATE(3295), + [sym_for_statement] = STATE(3295), + [sym_c_style_for_statement] = STATE(3295), + [sym_while_statement] = STATE(3295), + [sym_if_statement] = STATE(3295), + [sym_case_statement] = STATE(3295), + [sym_function_definition] = STATE(3295), + [sym_compound_statement] = STATE(3295), + [sym_subshell] = STATE(3295), + [sym_pipeline] = STATE(3295), + [sym_list] = STATE(3295), + [sym_negated_command] = STATE(3295), + [sym_test_command] = STATE(3295), + [sym_declaration_command] = STATE(3295), + [sym_unset_command] = STATE(3295), + [sym_command] = STATE(3295), + [sym_command_name] = STATE(511), + [sym_variable_assignment] = STATE(1205), + [sym_variable_assignments] = STATE(3295), + [sym_subscript] = STATE(4422), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(1239), + [sym_brace_expression] = STATE(1239), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(1239), + [sym_translated_string] = STATE(1239), + [sym_number] = STATE(1239), + [sym_simple_expansion] = STATE(1239), + [sym_expansion] = STATE(1239), + [sym_command_substitution] = STATE(1239), + [sym_process_substitution] = STATE(1239), + [aux_sym_redirected_statement_repeat2] = STATE(3368), + [aux_sym_command_repeat1] = STATE(924), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(875), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(877), + [anon_sym_LT] = ACTIONS(879), + [anon_sym_GT] = ACTIONS(879), + [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(881), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(883), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(885), + [anon_sym_typeset] = ACTIONS(885), + [anon_sym_export] = ACTIONS(885), + [anon_sym_readonly] = ACTIONS(885), + [anon_sym_local] = ACTIONS(885), + [anon_sym_unset] = ACTIONS(887), + [anon_sym_unsetenv] = ACTIONS(887), + [anon_sym_AMP_GT] = ACTIONS(879), + [anon_sym_AMP_GT_GT] = ACTIONS(877), + [anon_sym_LT_AMP] = ACTIONS(879), + [anon_sym_GT_AMP] = ACTIONS(879), + [anon_sym_GT_PIPE] = ACTIONS(877), + [anon_sym_LT_AMP_DASH] = ACTIONS(889), + [anon_sym_GT_AMP_DASH] = ACTIONS(889), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(891), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(893), + [sym_ansi_c_string] = ACTIONS(893), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(895), + [sym_variable_name] = ACTIONS(897), + [sym_test_operator] = ACTIONS(899), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym_redirected_statement] = STATE(3315), + [sym_for_statement] = STATE(3315), + [sym_c_style_for_statement] = STATE(3315), + [sym_while_statement] = STATE(3315), + [sym_if_statement] = STATE(3315), + [sym_case_statement] = STATE(3315), + [sym_function_definition] = STATE(3315), + [sym_compound_statement] = STATE(3315), + [sym_subshell] = STATE(3315), + [sym_pipeline] = STATE(3315), + [sym_list] = STATE(3315), + [sym_negated_command] = STATE(3315), + [sym_test_command] = STATE(3315), + [sym_declaration_command] = STATE(3315), + [sym_unset_command] = STATE(3315), + [sym_command] = STATE(3315), + [sym_command_name] = STATE(524), + [sym_variable_assignment] = STATE(1271), + [sym_variable_assignments] = STATE(3315), + [sym_subscript] = STATE(4497), + [sym_file_redirect] = STATE(2031), + [sym_arithmetic_expansion] = STATE(1382), + [sym_brace_expression] = STATE(1382), + [sym_concatenation] = STATE(1748), + [sym_string] = STATE(1382), + [sym_translated_string] = STATE(1382), + [sym_number] = STATE(1382), + [sym_simple_expansion] = STATE(1382), + [sym_expansion] = STATE(1382), + [sym_command_substitution] = STATE(1382), + [sym_process_substitution] = STATE(1382), + [aux_sym_redirected_statement_repeat2] = STATE(3469), + [aux_sym_command_repeat1] = STATE(1007), + [aux_sym__literal_repeat1] = STATE(1652), + [sym_word] = ACTIONS(901), + [anon_sym_for] = ACTIONS(135), + [anon_sym_select] = ACTIONS(137), + [anon_sym_LPAREN_LPAREN] = ACTIONS(903), + [anon_sym_GT_GT] = ACTIONS(905), + [anon_sym_LT] = ACTIONS(907), + [anon_sym_GT] = ACTIONS(907), + [anon_sym_LPAREN] = ACTIONS(909), + [anon_sym_while] = ACTIONS(147), + [anon_sym_until] = ACTIONS(147), + [anon_sym_if] = ACTIONS(149), + [anon_sym_case] = ACTIONS(151), + [anon_sym_function] = ACTIONS(153), + [anon_sym_LBRACE] = ACTIONS(155), + [anon_sym_BANG] = ACTIONS(911), + [anon_sym_LBRACK] = ACTIONS(159), + [anon_sym_LBRACK_LBRACK] = ACTIONS(163), + [anon_sym_declare] = ACTIONS(165), + [anon_sym_typeset] = ACTIONS(165), + [anon_sym_export] = ACTIONS(165), + [anon_sym_readonly] = ACTIONS(165), + [anon_sym_local] = ACTIONS(165), + [anon_sym_unset] = ACTIONS(167), + [anon_sym_unsetenv] = ACTIONS(167), + [anon_sym_AMP_GT] = ACTIONS(907), + [anon_sym_AMP_GT_GT] = ACTIONS(905), + [anon_sym_LT_AMP] = ACTIONS(907), + [anon_sym_GT_AMP] = ACTIONS(907), + [anon_sym_GT_PIPE] = ACTIONS(905), + [anon_sym_LT_AMP_DASH] = ACTIONS(913), + [anon_sym_GT_AMP_DASH] = ACTIONS(913), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(915), + [anon_sym_DOLLAR] = ACTIONS(917), + [sym__special_character] = ACTIONS(919), + [anon_sym_DQUOTE] = ACTIONS(921), + [sym_raw_string] = ACTIONS(923), + [sym_ansi_c_string] = ACTIONS(923), + [aux_sym_number_token1] = ACTIONS(925), + [aux_sym_number_token2] = ACTIONS(927), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(929), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(931), + [anon_sym_BQUOTE] = ACTIONS(933), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(935), + [anon_sym_LT_LPAREN] = ACTIONS(937), + [anon_sym_GT_LPAREN] = ACTIONS(937), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(939), + [sym_variable_name] = ACTIONS(201), + [sym_test_operator] = ACTIONS(941), + [sym__brace_start] = ACTIONS(943), }, [325] = { - [sym_string] = STATE(394), - [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(1161), - [anon_sym_STAR] = ACTIONS(1161), - [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_PIPE] = ACTIONS(1127), - [anon_sym_PIPE_AMP] = ACTIONS(1127), - [anon_sym_BANG] = ACTIONS(1161), - [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(1161), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1127), - [anon_sym_DOLLAR] = ACTIONS(1161), - [sym__special_character] = ACTIONS(1127), - [anon_sym_DQUOTE] = ACTIONS(1163), - [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_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(1165), - [aux_sym__multiline_variable_name_token1] = ACTIONS(1165), - [anon_sym_AT2] = ACTIONS(1161), - [anon_sym_0] = ACTIONS(1161), - [anon_sym__] = ACTIONS(1161), - [sym_file_descriptor] = ACTIONS(1135), - [sym_test_operator] = ACTIONS(1135), - [sym__bare_dollar] = ACTIONS(1135), - [sym__brace_start] = ACTIONS(1135), + [sym_redirected_statement] = STATE(3339), + [sym_for_statement] = STATE(3339), + [sym_c_style_for_statement] = STATE(3339), + [sym_while_statement] = STATE(3339), + [sym_if_statement] = STATE(3339), + [sym_case_statement] = STATE(3339), + [sym_function_definition] = STATE(3339), + [sym_compound_statement] = STATE(3339), + [sym_subshell] = STATE(3339), + [sym_pipeline] = STATE(3339), + [sym_list] = STATE(3339), + [sym_negated_command] = STATE(3339), + [sym_test_command] = STATE(3339), + [sym_declaration_command] = STATE(3339), + [sym_unset_command] = STATE(3339), + [sym_command] = STATE(3339), + [sym_command_name] = STATE(524), + [sym_variable_assignment] = STATE(1273), + [sym_variable_assignments] = STATE(3339), + [sym_subscript] = STATE(4497), + [sym_file_redirect] = STATE(2031), + [sym_arithmetic_expansion] = STATE(1382), + [sym_brace_expression] = STATE(1382), + [sym_concatenation] = STATE(1748), + [sym_string] = STATE(1382), + [sym_translated_string] = STATE(1382), + [sym_number] = STATE(1382), + [sym_simple_expansion] = STATE(1382), + [sym_expansion] = STATE(1382), + [sym_command_substitution] = STATE(1382), + [sym_process_substitution] = STATE(1382), + [aux_sym_redirected_statement_repeat2] = STATE(3469), + [aux_sym_command_repeat1] = STATE(1007), + [aux_sym__literal_repeat1] = STATE(1652), + [sym_word] = ACTIONS(901), + [anon_sym_for] = ACTIONS(135), + [anon_sym_select] = ACTIONS(137), + [anon_sym_LPAREN_LPAREN] = ACTIONS(903), + [anon_sym_GT_GT] = ACTIONS(905), + [anon_sym_LT] = ACTIONS(907), + [anon_sym_GT] = ACTIONS(907), + [anon_sym_LPAREN] = ACTIONS(909), + [anon_sym_while] = ACTIONS(147), + [anon_sym_until] = ACTIONS(147), + [anon_sym_if] = ACTIONS(149), + [anon_sym_case] = ACTIONS(151), + [anon_sym_function] = ACTIONS(153), + [anon_sym_LBRACE] = ACTIONS(155), + [anon_sym_BANG] = ACTIONS(911), + [anon_sym_LBRACK] = ACTIONS(159), + [anon_sym_LBRACK_LBRACK] = ACTIONS(163), + [anon_sym_declare] = ACTIONS(165), + [anon_sym_typeset] = ACTIONS(165), + [anon_sym_export] = ACTIONS(165), + [anon_sym_readonly] = ACTIONS(165), + [anon_sym_local] = ACTIONS(165), + [anon_sym_unset] = ACTIONS(167), + [anon_sym_unsetenv] = ACTIONS(167), + [anon_sym_AMP_GT] = ACTIONS(907), + [anon_sym_AMP_GT_GT] = ACTIONS(905), + [anon_sym_LT_AMP] = ACTIONS(907), + [anon_sym_GT_AMP] = ACTIONS(907), + [anon_sym_GT_PIPE] = ACTIONS(905), + [anon_sym_LT_AMP_DASH] = ACTIONS(913), + [anon_sym_GT_AMP_DASH] = ACTIONS(913), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(915), + [anon_sym_DOLLAR] = ACTIONS(917), + [sym__special_character] = ACTIONS(919), + [anon_sym_DQUOTE] = ACTIONS(921), + [sym_raw_string] = ACTIONS(923), + [sym_ansi_c_string] = ACTIONS(923), + [aux_sym_number_token1] = ACTIONS(925), + [aux_sym_number_token2] = ACTIONS(927), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(929), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(931), + [anon_sym_BQUOTE] = ACTIONS(933), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(935), + [anon_sym_LT_LPAREN] = ACTIONS(937), + [anon_sym_GT_LPAREN] = ACTIONS(937), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(939), + [sym_variable_name] = ACTIONS(201), + [sym_test_operator] = ACTIONS(941), + [sym__brace_start] = ACTIONS(943), }, [326] = { - [sym_string] = STATE(394), - [sym_word] = ACTIONS(1137), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1137), - [anon_sym_EQ] = ACTIONS(1137), - [anon_sym_PLUS_PLUS] = ACTIONS(1137), - [anon_sym_DASH_DASH] = ACTIONS(1137), - [anon_sym_PLUS_EQ] = ACTIONS(1137), - [anon_sym_DASH_EQ] = ACTIONS(1137), - [anon_sym_STAR_EQ] = ACTIONS(1137), - [anon_sym_SLASH_EQ] = ACTIONS(1137), - [anon_sym_PERCENT_EQ] = ACTIONS(1137), - [anon_sym_LT_LT_EQ] = ACTIONS(1137), - [anon_sym_GT_GT_EQ] = ACTIONS(1137), - [anon_sym_AMP_EQ] = ACTIONS(1137), - [anon_sym_CARET_EQ] = ACTIONS(1137), - [anon_sym_PIPE_EQ] = ACTIONS(1137), - [anon_sym_EQ_EQ] = ACTIONS(1137), - [anon_sym_BANG_EQ] = ACTIONS(1137), - [anon_sym_LT_EQ] = ACTIONS(1137), - [anon_sym_GT_EQ] = ACTIONS(1137), - [anon_sym_AMP_AMP] = ACTIONS(1137), - [anon_sym_PIPE_PIPE] = ACTIONS(1137), - [anon_sym_LT_LT] = ACTIONS(1137), - [anon_sym_GT_GT] = ACTIONS(1137), - [anon_sym_PLUS] = ACTIONS(1137), - [anon_sym_DASH] = ACTIONS(1161), - [anon_sym_STAR] = ACTIONS(1161), - [anon_sym_SLASH] = ACTIONS(1137), - [anon_sym_PERCENT] = ACTIONS(1137), - [anon_sym_STAR_STAR] = ACTIONS(1137), - [anon_sym_LT] = ACTIONS(1137), - [anon_sym_GT] = ACTIONS(1137), - [anon_sym_PIPE] = ACTIONS(1137), - [anon_sym_PIPE_AMP] = ACTIONS(1137), - [anon_sym_BANG] = ACTIONS(1161), - [anon_sym_RBRACK] = ACTIONS(1137), - [anon_sym_EQ_TILDE] = ACTIONS(1137), - [anon_sym_AMP_GT] = ACTIONS(1137), - [anon_sym_AMP_GT_GT] = ACTIONS(1137), - [anon_sym_LT_AMP] = ACTIONS(1137), - [anon_sym_GT_AMP] = ACTIONS(1137), - [anon_sym_GT_PIPE] = ACTIONS(1137), - [anon_sym_LT_LT_DASH] = ACTIONS(1137), - [anon_sym_LT_LT_LT] = ACTIONS(1137), - [anon_sym_AMP] = ACTIONS(1137), - [anon_sym_CARET] = ACTIONS(1137), - [anon_sym_QMARK] = ACTIONS(1161), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1137), - [anon_sym_DOLLAR] = ACTIONS(1161), - [sym__special_character] = ACTIONS(1137), - [anon_sym_DQUOTE] = ACTIONS(1163), - [sym_raw_string] = ACTIONS(1137), - [sym_ansi_c_string] = ACTIONS(1137), - [aux_sym_number_token1] = ACTIONS(1137), - [aux_sym_number_token2] = ACTIONS(1137), - [anon_sym_POUND] = ACTIONS(1161), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1137), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1137), - [anon_sym_BQUOTE] = ACTIONS(1137), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1137), - [anon_sym_LT_LPAREN] = ACTIONS(1137), - [anon_sym_GT_LPAREN] = ACTIONS(1137), - [sym_comment] = ACTIONS(3), - [aux_sym__simple_variable_name_token1] = ACTIONS(1165), - [aux_sym__multiline_variable_name_token1] = ACTIONS(1165), - [anon_sym_AT2] = ACTIONS(1161), - [anon_sym_0] = ACTIONS(1161), - [anon_sym__] = ACTIONS(1161), - [sym_file_descriptor] = ACTIONS(1139), - [sym_test_operator] = ACTIONS(1139), - [sym__bare_dollar] = ACTIONS(1139), - [sym__brace_start] = ACTIONS(1139), + [sym_redirected_statement] = STATE(3286), + [sym_for_statement] = STATE(3286), + [sym_c_style_for_statement] = STATE(3286), + [sym_while_statement] = STATE(3286), + [sym_if_statement] = STATE(3286), + [sym_case_statement] = STATE(3286), + [sym_function_definition] = STATE(3286), + [sym_compound_statement] = STATE(3286), + [sym_subshell] = STATE(3286), + [sym_pipeline] = STATE(3286), + [sym_list] = STATE(3286), + [sym_negated_command] = STATE(3286), + [sym_test_command] = STATE(3286), + [sym_declaration_command] = STATE(3286), + [sym_unset_command] = STATE(3286), + [sym_command] = STATE(3286), + [sym_command_name] = STATE(511), + [sym_variable_assignment] = STATE(1201), + [sym_variable_assignments] = STATE(3286), + [sym_subscript] = STATE(4422), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(1239), + [sym_brace_expression] = STATE(1239), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(1239), + [sym_translated_string] = STATE(1239), + [sym_number] = STATE(1239), + [sym_simple_expansion] = STATE(1239), + [sym_expansion] = STATE(1239), + [sym_command_substitution] = STATE(1239), + [sym_process_substitution] = STATE(1239), + [aux_sym_redirected_statement_repeat2] = STATE(3368), + [aux_sym_command_repeat1] = STATE(924), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(875), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(877), + [anon_sym_LT] = ACTIONS(879), + [anon_sym_GT] = ACTIONS(879), + [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(881), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(883), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(885), + [anon_sym_typeset] = ACTIONS(885), + [anon_sym_export] = ACTIONS(885), + [anon_sym_readonly] = ACTIONS(885), + [anon_sym_local] = ACTIONS(885), + [anon_sym_unset] = ACTIONS(887), + [anon_sym_unsetenv] = ACTIONS(887), + [anon_sym_AMP_GT] = ACTIONS(879), + [anon_sym_AMP_GT_GT] = ACTIONS(877), + [anon_sym_LT_AMP] = ACTIONS(879), + [anon_sym_GT_AMP] = ACTIONS(879), + [anon_sym_GT_PIPE] = ACTIONS(877), + [anon_sym_LT_AMP_DASH] = ACTIONS(889), + [anon_sym_GT_AMP_DASH] = ACTIONS(889), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(891), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(893), + [sym_ansi_c_string] = ACTIONS(893), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(895), + [sym_variable_name] = ACTIONS(897), + [sym_test_operator] = ACTIONS(899), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym_redirected_statement] = STATE(2564), + [sym_for_statement] = STATE(2564), + [sym_c_style_for_statement] = STATE(2564), + [sym_while_statement] = STATE(2564), + [sym_if_statement] = STATE(2564), + [sym_case_statement] = STATE(2564), + [sym_function_definition] = STATE(2564), + [sym_compound_statement] = STATE(2564), + [sym_subshell] = STATE(2564), + [sym_pipeline] = STATE(2564), + [sym_list] = STATE(2564), + [sym_negated_command] = STATE(2564), + [sym_test_command] = STATE(2564), + [sym_declaration_command] = STATE(2564), + [sym_unset_command] = STATE(2564), + [sym_command] = STATE(2564), + [sym_command_name] = STATE(413), + [sym_variable_assignment] = STATE(616), + [sym_variable_assignments] = STATE(2564), + [sym_subscript] = STATE(4511), + [sym_file_redirect] = STATE(1277), + [sym_arithmetic_expansion] = STATE(638), + [sym_brace_expression] = STATE(638), + [sym_concatenation] = STATE(858), + [sym_string] = STATE(638), + [sym_translated_string] = STATE(638), + [sym_number] = STATE(638), + [sym_simple_expansion] = STATE(638), + [sym_expansion] = STATE(638), + [sym_command_substitution] = STATE(638), + [sym_process_substitution] = STATE(638), + [aux_sym_redirected_statement_repeat2] = STATE(2913), + [aux_sym_command_repeat1] = STATE(929), + [aux_sym__literal_repeat1] = STATE(733), + [sym_word] = ACTIONS(363), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(369), + [anon_sym_GT_GT] = ACTIONS(371), + [anon_sym_LT] = ACTIONS(373), + [anon_sym_GT] = ACTIONS(373), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_function] = ACTIONS(389), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(393), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(399), + [anon_sym_typeset] = ACTIONS(399), + [anon_sym_export] = ACTIONS(399), + [anon_sym_readonly] = ACTIONS(399), + [anon_sym_local] = ACTIONS(399), + [anon_sym_unset] = ACTIONS(401), + [anon_sym_unsetenv] = ACTIONS(401), + [anon_sym_AMP_GT] = ACTIONS(373), + [anon_sym_AMP_GT_GT] = ACTIONS(371), + [anon_sym_LT_AMP] = ACTIONS(373), + [anon_sym_GT_AMP] = ACTIONS(373), + [anon_sym_GT_PIPE] = ACTIONS(371), + [anon_sym_LT_AMP_DASH] = ACTIONS(403), + [anon_sym_GT_AMP_DASH] = ACTIONS(403), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(405), + [anon_sym_DOLLAR] = ACTIONS(407), + [sym__special_character] = ACTIONS(409), + [anon_sym_DQUOTE] = ACTIONS(411), + [sym_raw_string] = ACTIONS(413), + [sym_ansi_c_string] = ACTIONS(413), + [aux_sym_number_token1] = ACTIONS(415), + [aux_sym_number_token2] = ACTIONS(417), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(419), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(421), + [anon_sym_BQUOTE] = ACTIONS(423), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(425), + [anon_sym_LT_LPAREN] = ACTIONS(427), + [anon_sym_GT_LPAREN] = ACTIONS(427), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(429), + [sym_variable_name] = ACTIONS(431), + [sym_test_operator] = ACTIONS(433), + [sym__brace_start] = ACTIONS(435), }, [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), - [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), + [sym_redirected_statement] = STATE(2726), + [sym_for_statement] = STATE(2726), + [sym_c_style_for_statement] = STATE(2726), + [sym_while_statement] = STATE(2726), + [sym_if_statement] = STATE(2726), + [sym_case_statement] = STATE(2726), + [sym_function_definition] = STATE(2726), + [sym_compound_statement] = STATE(2726), + [sym_subshell] = STATE(2726), + [sym_pipeline] = STATE(2726), + [sym_list] = STATE(2726), + [sym_negated_command] = STATE(2726), + [sym_test_command] = STATE(2726), + [sym_declaration_command] = STATE(2726), + [sym_unset_command] = STATE(2726), + [sym_command] = STATE(2726), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(626), + [sym_variable_assignments] = STATE(2726), + [sym_subscript] = STATE(4501), + [sym_file_redirect] = STATE(1418), + [sym_arithmetic_expansion] = STATE(648), + [sym_brace_expression] = STATE(648), + [sym_concatenation] = STATE(1028), + [sym_string] = STATE(648), + [sym_translated_string] = STATE(648), + [sym_number] = STATE(648), + [sym_simple_expansion] = STATE(648), + [sym_expansion] = STATE(648), + [sym_command_substitution] = STATE(648), + [sym_process_substitution] = STATE(648), + [aux_sym_redirected_statement_repeat2] = STATE(3034), + [aux_sym_command_repeat1] = STATE(1027), + [aux_sym__literal_repeat1] = STATE(874), + [sym_word] = ACTIONS(615), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(617), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(629), + [anon_sym_typeset] = ACTIONS(629), + [anon_sym_export] = ACTIONS(629), + [anon_sym_readonly] = ACTIONS(629), + [anon_sym_local] = ACTIONS(629), + [anon_sym_unset] = ACTIONS(631), + [anon_sym_unsetenv] = ACTIONS(631), + [anon_sym_AMP_GT] = ACTIONS(621), + [anon_sym_AMP_GT_GT] = ACTIONS(619), + [anon_sym_LT_AMP] = ACTIONS(621), + [anon_sym_GT_AMP] = ACTIONS(621), + [anon_sym_GT_PIPE] = ACTIONS(619), + [anon_sym_LT_AMP_DASH] = ACTIONS(633), + [anon_sym_GT_AMP_DASH] = ACTIONS(633), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(635), + [anon_sym_DOLLAR] = ACTIONS(637), + [sym__special_character] = ACTIONS(639), + [anon_sym_DQUOTE] = ACTIONS(641), + [sym_raw_string] = ACTIONS(643), + [sym_ansi_c_string] = ACTIONS(643), + [aux_sym_number_token1] = ACTIONS(645), + [aux_sym_number_token2] = ACTIONS(647), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(649), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(651), + [anon_sym_BQUOTE] = ACTIONS(653), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(655), + [anon_sym_LT_LPAREN] = ACTIONS(657), + [anon_sym_GT_LPAREN] = ACTIONS(657), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(659), + [sym_variable_name] = ACTIONS(661), + [sym_test_operator] = ACTIONS(663), + [sym__brace_start] = ACTIONS(665), }, [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), - [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_redirected_statement] = STATE(2931), + [sym_for_statement] = STATE(2931), + [sym_c_style_for_statement] = STATE(2931), + [sym_while_statement] = STATE(2931), + [sym_if_statement] = STATE(2931), + [sym_case_statement] = STATE(2931), + [sym_function_definition] = STATE(2931), + [sym_compound_statement] = STATE(2931), + [sym_subshell] = STATE(2931), + [sym_pipeline] = STATE(2931), + [sym_list] = STATE(2931), + [sym_negated_command] = STATE(2931), + [sym_test_command] = STATE(2931), + [sym_declaration_command] = STATE(2931), + [sym_unset_command] = STATE(2931), + [sym_command] = STATE(2931), + [sym_command_name] = STATE(420), + [sym_variable_assignment] = STATE(689), + [sym_variable_assignments] = STATE(2931), + [sym_subscript] = STATE(4434), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(751), + [sym_brace_expression] = STATE(751), + [sym_concatenation] = STATE(1207), + [sym_string] = STATE(751), + [sym_translated_string] = STATE(751), + [sym_number] = STATE(751), + [sym_simple_expansion] = STATE(751), + [sym_expansion] = STATE(751), + [sym_command_substitution] = STATE(751), + [sym_process_substitution] = STATE(751), + [aux_sym_redirected_statement_repeat2] = STATE(3154), + [aux_sym_command_repeat1] = STATE(917), + [aux_sym__literal_repeat1] = STATE(918), + [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(17), + [anon_sym_GT_AMP] = ACTIONS(17), + [anon_sym_GT_PIPE] = ACTIONS(15), + [anon_sym_LT_AMP_DASH] = ACTIONS(41), + [anon_sym_GT_AMP_DASH] = ACTIONS(41), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(43), + [anon_sym_DOLLAR] = ACTIONS(45), + [sym__special_character] = ACTIONS(47), + [anon_sym_DQUOTE] = ACTIONS(49), + [sym_raw_string] = ACTIONS(51), + [sym_ansi_c_string] = ACTIONS(51), + [aux_sym_number_token1] = ACTIONS(53), + [aux_sym_number_token2] = ACTIONS(55), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(57), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(59), + [anon_sym_BQUOTE] = ACTIONS(61), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(63), + [anon_sym_LT_LPAREN] = ACTIONS(65), + [anon_sym_GT_LPAREN] = ACTIONS(65), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(69), + [sym_variable_name] = ACTIONS(71), + [sym_test_operator] = ACTIONS(73), + [sym__brace_start] = ACTIONS(75), }, [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), - [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_redirected_statement] = STATE(2690), + [sym_for_statement] = STATE(2690), + [sym_c_style_for_statement] = STATE(2690), + [sym_while_statement] = STATE(2690), + [sym_if_statement] = STATE(2690), + [sym_case_statement] = STATE(2690), + [sym_function_definition] = STATE(2690), + [sym_compound_statement] = STATE(2690), + [sym_subshell] = STATE(2690), + [sym_pipeline] = STATE(2690), + [sym_list] = STATE(2690), + [sym_negated_command] = STATE(2690), + [sym_test_command] = STATE(2690), + [sym_declaration_command] = STATE(2690), + [sym_unset_command] = STATE(2690), + [sym_command] = STATE(2690), + [sym_command_name] = STATE(416), + [sym_variable_assignment] = STATE(637), + [sym_variable_assignments] = STATE(2690), + [sym_subscript] = STATE(4501), + [sym_file_redirect] = STATE(1418), + [sym_arithmetic_expansion] = STATE(648), + [sym_brace_expression] = STATE(648), + [sym_concatenation] = STATE(1028), + [sym_string] = STATE(648), + [sym_translated_string] = STATE(648), + [sym_number] = STATE(648), + [sym_simple_expansion] = STATE(648), + [sym_expansion] = STATE(648), + [sym_command_substitution] = STATE(648), + [sym_process_substitution] = STATE(648), + [aux_sym_redirected_statement_repeat2] = STATE(3034), + [aux_sym_command_repeat1] = STATE(1027), + [aux_sym__literal_repeat1] = STATE(874), + [sym_word] = ACTIONS(615), + [anon_sym_for] = ACTIONS(365), + [anon_sym_select] = ACTIONS(367), + [anon_sym_LPAREN_LPAREN] = ACTIONS(617), + [anon_sym_GT_GT] = ACTIONS(619), + [anon_sym_LT] = ACTIONS(621), + [anon_sym_GT] = ACTIONS(621), + [anon_sym_LPAREN] = ACTIONS(375), + [anon_sym_while] = ACTIONS(377), + [anon_sym_until] = ACTIONS(377), + [anon_sym_if] = ACTIONS(379), + [anon_sym_case] = ACTIONS(381), + [anon_sym_function] = ACTIONS(625), + [anon_sym_LBRACE] = ACTIONS(391), + [anon_sym_BANG] = ACTIONS(627), + [anon_sym_LBRACK] = ACTIONS(395), + [anon_sym_LBRACK_LBRACK] = ACTIONS(397), + [anon_sym_declare] = ACTIONS(629), + [anon_sym_typeset] = ACTIONS(629), + [anon_sym_export] = ACTIONS(629), + [anon_sym_readonly] = ACTIONS(629), + [anon_sym_local] = ACTIONS(629), + [anon_sym_unset] = ACTIONS(631), + [anon_sym_unsetenv] = ACTIONS(631), + [anon_sym_AMP_GT] = ACTIONS(621), + [anon_sym_AMP_GT_GT] = ACTIONS(619), + [anon_sym_LT_AMP] = ACTIONS(621), + [anon_sym_GT_AMP] = ACTIONS(621), + [anon_sym_GT_PIPE] = ACTIONS(619), + [anon_sym_LT_AMP_DASH] = ACTIONS(633), + [anon_sym_GT_AMP_DASH] = ACTIONS(633), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(635), + [anon_sym_DOLLAR] = ACTIONS(637), + [sym__special_character] = ACTIONS(639), + [anon_sym_DQUOTE] = ACTIONS(641), + [sym_raw_string] = ACTIONS(643), + [sym_ansi_c_string] = ACTIONS(643), + [aux_sym_number_token1] = ACTIONS(645), + [aux_sym_number_token2] = ACTIONS(647), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(649), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(651), + [anon_sym_BQUOTE] = ACTIONS(653), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(655), + [anon_sym_LT_LPAREN] = ACTIONS(657), + [anon_sym_GT_LPAREN] = ACTIONS(657), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(659), + [sym_variable_name] = ACTIONS(661), + [sym_test_operator] = ACTIONS(663), + [sym__brace_start] = ACTIONS(665), }, [331] = { - [aux_sym_concatenation_repeat1] = STATE(333), - [sym_word] = ACTIONS(1171), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1171), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1171), - [anon_sym_SEMI] = ACTIONS(1171), - [anon_sym_EQ] = ACTIONS(1171), - [anon_sym_PLUS_PLUS] = ACTIONS(1171), - [anon_sym_DASH_DASH] = ACTIONS(1171), - [anon_sym_PLUS_EQ] = ACTIONS(1171), - [anon_sym_DASH_EQ] = ACTIONS(1171), - [anon_sym_STAR_EQ] = ACTIONS(1171), - [anon_sym_SLASH_EQ] = ACTIONS(1171), - [anon_sym_PERCENT_EQ] = ACTIONS(1171), - [anon_sym_LT_LT_EQ] = ACTIONS(1171), - [anon_sym_GT_GT_EQ] = ACTIONS(1171), - [anon_sym_AMP_EQ] = ACTIONS(1171), - [anon_sym_CARET_EQ] = ACTIONS(1171), - [anon_sym_PIPE_EQ] = ACTIONS(1171), - [anon_sym_EQ_EQ] = ACTIONS(1171), - [anon_sym_BANG_EQ] = ACTIONS(1171), - [anon_sym_LT_EQ] = ACTIONS(1171), - [anon_sym_GT_EQ] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1171), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_LT_LT] = ACTIONS(1171), - [anon_sym_GT_GT] = ACTIONS(1171), - [anon_sym_PLUS] = ACTIONS(1171), - [anon_sym_DASH] = ACTIONS(1171), - [anon_sym_STAR] = ACTIONS(1171), - [anon_sym_SLASH] = ACTIONS(1171), - [anon_sym_PERCENT] = ACTIONS(1171), - [anon_sym_STAR_STAR] = ACTIONS(1171), - [anon_sym_LT] = ACTIONS(1171), - [anon_sym_GT] = ACTIONS(1171), - [anon_sym_RPAREN] = ACTIONS(1171), - [anon_sym_PIPE] = ACTIONS(1171), - [anon_sym_SEMI_SEMI] = ACTIONS(1171), - [anon_sym_PIPE_AMP] = ACTIONS(1171), - [anon_sym_EQ_TILDE] = ACTIONS(1171), - [anon_sym_AMP_GT] = ACTIONS(1171), - [anon_sym_AMP_GT_GT] = ACTIONS(1171), - [anon_sym_LT_AMP] = ACTIONS(1171), - [anon_sym_GT_AMP] = ACTIONS(1171), - [anon_sym_GT_PIPE] = ACTIONS(1171), - [anon_sym_LT_LT_DASH] = ACTIONS(1171), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1173), - [anon_sym_LT_LT_LT] = ACTIONS(1171), - [anon_sym_AMP] = ACTIONS(1171), - [anon_sym_CARET] = ACTIONS(1171), - [anon_sym_QMARK] = ACTIONS(1171), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1171), - [aux_sym_concatenation_token1] = ACTIONS(196), - [anon_sym_DOLLAR] = ACTIONS(1171), - [sym__special_character] = ACTIONS(1171), - [anon_sym_DQUOTE] = ACTIONS(1171), - [sym_raw_string] = ACTIONS(1171), - [sym_ansi_c_string] = ACTIONS(1171), - [aux_sym_number_token1] = ACTIONS(1171), - [aux_sym_number_token2] = ACTIONS(1171), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1171), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1171), - [anon_sym_BQUOTE] = ACTIONS(1171), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1171), - [anon_sym_LT_LPAREN] = ACTIONS(1171), - [anon_sym_GT_LPAREN] = ACTIONS(1171), - [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_redirected_statement] = STATE(3292), + [sym_for_statement] = STATE(3292), + [sym_c_style_for_statement] = STATE(3292), + [sym_while_statement] = STATE(3292), + [sym_if_statement] = STATE(3292), + [sym_case_statement] = STATE(3292), + [sym_function_definition] = STATE(3292), + [sym_compound_statement] = STATE(3292), + [sym_subshell] = STATE(3292), + [sym_pipeline] = STATE(3292), + [sym_list] = STATE(3292), + [sym_negated_command] = STATE(3292), + [sym_test_command] = STATE(3292), + [sym_declaration_command] = STATE(3292), + [sym_unset_command] = STATE(3292), + [sym_command] = STATE(3292), + [sym_command_name] = STATE(511), + [sym_variable_assignment] = STATE(1040), + [sym_variable_assignments] = STATE(3292), + [sym_subscript] = STATE(4422), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(1239), + [sym_brace_expression] = STATE(1239), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(1239), + [sym_translated_string] = STATE(1239), + [sym_number] = STATE(1239), + [sym_simple_expansion] = STATE(1239), + [sym_expansion] = STATE(1239), + [sym_command_substitution] = STATE(1239), + [sym_process_substitution] = STATE(1239), + [aux_sym_redirected_statement_repeat2] = STATE(3368), + [aux_sym_command_repeat1] = STATE(924), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(875), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(877), + [anon_sym_LT] = ACTIONS(879), + [anon_sym_GT] = ACTIONS(879), + [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(881), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(883), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(885), + [anon_sym_typeset] = ACTIONS(885), + [anon_sym_export] = ACTIONS(885), + [anon_sym_readonly] = ACTIONS(885), + [anon_sym_local] = ACTIONS(885), + [anon_sym_unset] = ACTIONS(887), + [anon_sym_unsetenv] = ACTIONS(887), + [anon_sym_AMP_GT] = ACTIONS(879), + [anon_sym_AMP_GT_GT] = ACTIONS(877), + [anon_sym_LT_AMP] = ACTIONS(879), + [anon_sym_GT_AMP] = ACTIONS(879), + [anon_sym_GT_PIPE] = ACTIONS(877), + [anon_sym_LT_AMP_DASH] = ACTIONS(889), + [anon_sym_GT_AMP_DASH] = ACTIONS(889), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(891), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(893), + [sym_ansi_c_string] = ACTIONS(893), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(895), + [sym_variable_name] = ACTIONS(897), + [sym_test_operator] = ACTIONS(899), + [sym__brace_start] = ACTIONS(351), }, [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_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_redirected_statement] = STATE(3293), + [sym_for_statement] = STATE(3293), + [sym_c_style_for_statement] = STATE(3293), + [sym_while_statement] = STATE(3293), + [sym_if_statement] = STATE(3293), + [sym_case_statement] = STATE(3293), + [sym_function_definition] = STATE(3293), + [sym_compound_statement] = STATE(3293), + [sym_subshell] = STATE(3293), + [sym_pipeline] = STATE(3293), + [sym_list] = STATE(3293), + [sym_negated_command] = STATE(3293), + [sym_test_command] = STATE(3293), + [sym_declaration_command] = STATE(3293), + [sym_unset_command] = STATE(3293), + [sym_command] = STATE(3293), + [sym_command_name] = STATE(511), + [sym_variable_assignment] = STATE(1051), + [sym_variable_assignments] = STATE(3293), + [sym_subscript] = STATE(4422), + [sym_file_redirect] = STATE(1556), + [sym_arithmetic_expansion] = STATE(1239), + [sym_brace_expression] = STATE(1239), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(1239), + [sym_translated_string] = STATE(1239), + [sym_number] = STATE(1239), + [sym_simple_expansion] = STATE(1239), + [sym_expansion] = STATE(1239), + [sym_command_substitution] = STATE(1239), + [sym_process_substitution] = STATE(1239), + [aux_sym_redirected_statement_repeat2] = STATE(3368), + [aux_sym_command_repeat1] = STATE(924), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(875), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(877), + [anon_sym_LT] = ACTIONS(879), + [anon_sym_GT] = ACTIONS(879), + [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(881), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(883), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(885), + [anon_sym_typeset] = ACTIONS(885), + [anon_sym_export] = ACTIONS(885), + [anon_sym_readonly] = ACTIONS(885), + [anon_sym_local] = ACTIONS(885), + [anon_sym_unset] = ACTIONS(887), + [anon_sym_unsetenv] = ACTIONS(887), + [anon_sym_AMP_GT] = ACTIONS(879), + [anon_sym_AMP_GT_GT] = ACTIONS(877), + [anon_sym_LT_AMP] = ACTIONS(879), + [anon_sym_GT_AMP] = ACTIONS(879), + [anon_sym_GT_PIPE] = ACTIONS(877), + [anon_sym_LT_AMP_DASH] = ACTIONS(889), + [anon_sym_GT_AMP_DASH] = ACTIONS(889), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(891), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(893), + [sym_ansi_c_string] = ACTIONS(893), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(895), + [sym_variable_name] = ACTIONS(897), + [sym_test_operator] = ACTIONS(899), + [sym__brace_start] = ACTIONS(351), }, [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), - [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_redirected_statement] = STATE(2964), + [sym_for_statement] = STATE(2964), + [sym_c_style_for_statement] = STATE(2964), + [sym_while_statement] = STATE(2964), + [sym_if_statement] = STATE(2964), + [sym_case_statement] = STATE(2964), + [sym_function_definition] = STATE(2964), + [sym_compound_statement] = STATE(2964), + [sym_subshell] = STATE(2964), + [sym_pipeline] = STATE(2964), + [sym_list] = STATE(2964), + [sym_negated_command] = STATE(2964), + [sym_test_command] = STATE(2964), + [sym_declaration_command] = STATE(2964), + [sym_unset_command] = STATE(2964), + [sym_command] = STATE(2964), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(756), + [sym_variable_assignments] = STATE(2964), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [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(729), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(731), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [334] = { - [aux_sym_concatenation_repeat1] = STATE(335), - [sym_word] = ACTIONS(1177), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1177), - [anon_sym_SEMI] = ACTIONS(1177), - [anon_sym_EQ] = ACTIONS(1177), - [anon_sym_PLUS_PLUS] = ACTIONS(1177), - [anon_sym_DASH_DASH] = ACTIONS(1177), - [anon_sym_PLUS_EQ] = ACTIONS(1177), - [anon_sym_DASH_EQ] = ACTIONS(1177), - [anon_sym_STAR_EQ] = ACTIONS(1177), - [anon_sym_SLASH_EQ] = ACTIONS(1177), - [anon_sym_PERCENT_EQ] = ACTIONS(1177), - [anon_sym_LT_LT_EQ] = ACTIONS(1177), - [anon_sym_GT_GT_EQ] = ACTIONS(1177), - [anon_sym_AMP_EQ] = ACTIONS(1177), - [anon_sym_CARET_EQ] = ACTIONS(1177), - [anon_sym_PIPE_EQ] = ACTIONS(1177), - [anon_sym_EQ_EQ] = ACTIONS(1177), - [anon_sym_BANG_EQ] = ACTIONS(1177), - [anon_sym_LT_EQ] = ACTIONS(1177), - [anon_sym_GT_EQ] = ACTIONS(1177), - [anon_sym_AMP_AMP] = ACTIONS(1177), - [anon_sym_PIPE_PIPE] = ACTIONS(1177), - [anon_sym_LT_LT] = ACTIONS(1177), - [anon_sym_GT_GT] = ACTIONS(1177), - [anon_sym_PLUS] = ACTIONS(1177), - [anon_sym_DASH] = ACTIONS(1177), - [anon_sym_STAR] = ACTIONS(1177), - [anon_sym_SLASH] = ACTIONS(1177), - [anon_sym_PERCENT] = ACTIONS(1177), - [anon_sym_STAR_STAR] = ACTIONS(1177), - [anon_sym_LT] = ACTIONS(1177), - [anon_sym_GT] = ACTIONS(1177), - [anon_sym_RPAREN] = ACTIONS(1177), - [anon_sym_PIPE] = ACTIONS(1177), - [anon_sym_SEMI_SEMI] = ACTIONS(1177), - [anon_sym_PIPE_AMP] = ACTIONS(1177), - [anon_sym_EQ_TILDE] = ACTIONS(1177), - [anon_sym_AMP_GT] = ACTIONS(1177), - [anon_sym_AMP_GT_GT] = ACTIONS(1177), - [anon_sym_LT_AMP] = ACTIONS(1177), - [anon_sym_GT_AMP] = ACTIONS(1177), - [anon_sym_GT_PIPE] = ACTIONS(1177), - [anon_sym_LT_LT_DASH] = ACTIONS(1177), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1179), - [anon_sym_LT_LT_LT] = ACTIONS(1177), - [anon_sym_AMP] = ACTIONS(1177), - [anon_sym_CARET] = ACTIONS(1177), - [anon_sym_QMARK] = ACTIONS(1177), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1177), - [aux_sym_concatenation_token1] = ACTIONS(316), - [anon_sym_DOLLAR] = ACTIONS(1177), - [sym__special_character] = ACTIONS(1177), - [anon_sym_DQUOTE] = ACTIONS(1177), - [sym_raw_string] = ACTIONS(1177), - [sym_ansi_c_string] = ACTIONS(1177), - [aux_sym_number_token1] = ACTIONS(1177), - [aux_sym_number_token2] = ACTIONS(1177), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1177), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1177), - [anon_sym_BQUOTE] = ACTIONS(1177), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1177), - [anon_sym_LT_LPAREN] = ACTIONS(1177), - [anon_sym_GT_LPAREN] = ACTIONS(1177), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1179), - [sym__concat] = ACTIONS(1193), - [sym_test_operator] = ACTIONS(1179), - [sym__bare_dollar] = ACTIONS(1179), - [sym__brace_start] = ACTIONS(1179), + [sym_redirected_statement] = STATE(2918), + [sym_for_statement] = STATE(2918), + [sym_c_style_for_statement] = STATE(2918), + [sym_while_statement] = STATE(2918), + [sym_if_statement] = STATE(2918), + [sym_case_statement] = STATE(2918), + [sym_function_definition] = STATE(2918), + [sym_compound_statement] = STATE(2918), + [sym_subshell] = STATE(2918), + [sym_pipeline] = STATE(2918), + [sym_list] = STATE(2918), + [sym_negated_command] = STATE(2918), + [sym_test_command] = STATE(2918), + [sym_declaration_command] = STATE(2918), + [sym_unset_command] = STATE(2918), + [sym_command] = STATE(2918), + [sym_command_name] = STATE(443), + [sym_variable_assignment] = STATE(758), + [sym_variable_assignments] = STATE(2918), + [sym_subscript] = STATE(4435), + [sym_file_redirect] = STATE(1673), + [sym_arithmetic_expansion] = STATE(882), + [sym_brace_expression] = STATE(882), + [sym_concatenation] = STATE(1056), + [sym_string] = STATE(882), + [sym_translated_string] = STATE(882), + [sym_number] = STATE(882), + [sym_simple_expansion] = STATE(882), + [sym_expansion] = STATE(882), + [sym_command_substitution] = STATE(882), + [sym_process_substitution] = STATE(882), + [aux_sym_redirected_statement_repeat2] = STATE(3188), + [aux_sym_command_repeat1] = STATE(1015), + [aux_sym__literal_repeat1] = STATE(1023), + [sym_word] = ACTIONS(727), + [anon_sym_for] = ACTIONS(9), + [anon_sym_select] = ACTIONS(11), + [anon_sym_LPAREN_LPAREN] = ACTIONS(299), + [anon_sym_GT_GT] = ACTIONS(301), + [anon_sym_LT] = ACTIONS(303), + [anon_sym_GT] = ACTIONS(303), + [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(729), + [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_BANG] = ACTIONS(731), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_declare] = ACTIONS(733), + [anon_sym_typeset] = ACTIONS(733), + [anon_sym_export] = ACTIONS(733), + [anon_sym_readonly] = ACTIONS(733), + [anon_sym_local] = ACTIONS(733), + [anon_sym_unset] = ACTIONS(735), + [anon_sym_unsetenv] = ACTIONS(735), + [anon_sym_AMP_GT] = ACTIONS(303), + [anon_sym_AMP_GT_GT] = ACTIONS(301), + [anon_sym_LT_AMP] = ACTIONS(303), + [anon_sym_GT_AMP] = ACTIONS(303), + [anon_sym_GT_PIPE] = ACTIONS(301), + [anon_sym_LT_AMP_DASH] = ACTIONS(319), + [anon_sym_GT_AMP_DASH] = ACTIONS(319), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(321), + [anon_sym_DOLLAR] = ACTIONS(323), + [sym__special_character] = ACTIONS(325), + [anon_sym_DQUOTE] = ACTIONS(327), + [sym_raw_string] = ACTIONS(329), + [sym_ansi_c_string] = ACTIONS(329), + [aux_sym_number_token1] = ACTIONS(331), + [aux_sym_number_token2] = ACTIONS(333), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(335), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(337), + [anon_sym_BQUOTE] = ACTIONS(339), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(341), + [anon_sym_LT_LPAREN] = ACTIONS(343), + [anon_sym_GT_LPAREN] = ACTIONS(343), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(345), + [sym_variable_name] = ACTIONS(347), + [sym_test_operator] = ACTIONS(349), + [sym__brace_start] = ACTIONS(351), }, [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), + [sym_redirected_statement] = STATE(2927), + [sym_for_statement] = STATE(2927), + [sym_c_style_for_statement] = STATE(2927), + [sym_while_statement] = STATE(2927), + [sym_if_statement] = STATE(2927), + [sym_case_statement] = STATE(2927), + [sym_function_definition] = STATE(2927), + [sym_compound_statement] = STATE(2927), + [sym_subshell] = STATE(2927), + [sym_pipeline] = STATE(2927), + [sym_list] = STATE(2927), + [sym_negated_command] = STATE(2927), + [sym_test_command] = STATE(2927), + [sym_declaration_command] = STATE(2927), + [sym_unset_command] = STATE(2927), + [sym_command] = STATE(2927), + [sym_command_name] = STATE(420), + [sym_variable_assignment] = STATE(691), + [sym_variable_assignments] = STATE(2927), + [sym_subscript] = STATE(4434), + [sym_file_redirect] = STATE(1490), + [sym_arithmetic_expansion] = STATE(751), + [sym_brace_expression] = STATE(751), + [sym_concatenation] = STATE(1207), + [sym_string] = STATE(751), + [sym_translated_string] = STATE(751), + [sym_number] = STATE(751), + [sym_simple_expansion] = STATE(751), + [sym_expansion] = STATE(751), + [sym_command_substitution] = STATE(751), + [sym_process_substitution] = STATE(751), + [aux_sym_redirected_statement_repeat2] = STATE(3154), + [aux_sym_command_repeat1] = STATE(917), + [aux_sym__literal_repeat1] = STATE(918), + [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(17), + [anon_sym_GT_AMP] = ACTIONS(17), + [anon_sym_GT_PIPE] = ACTIONS(15), + [anon_sym_LT_AMP_DASH] = ACTIONS(41), + [anon_sym_GT_AMP_DASH] = ACTIONS(41), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(43), + [anon_sym_DOLLAR] = ACTIONS(45), + [sym__special_character] = ACTIONS(47), + [anon_sym_DQUOTE] = ACTIONS(49), + [sym_raw_string] = ACTIONS(51), + [sym_ansi_c_string] = ACTIONS(51), + [aux_sym_number_token1] = ACTIONS(53), + [aux_sym_number_token2] = ACTIONS(55), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(57), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(59), + [anon_sym_BQUOTE] = ACTIONS(61), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(63), + [anon_sym_LT_LPAREN] = ACTIONS(65), + [anon_sym_GT_LPAREN] = ACTIONS(65), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(69), + [sym_variable_name] = ACTIONS(71), + [sym_test_operator] = ACTIONS(73), + [sym__brace_start] = ACTIONS(75), }, [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), + [sym__expression] = STATE(2144), + [sym_binary_expression] = STATE(2071), + [sym_ternary_expression] = STATE(2071), + [sym_unary_expression] = STATE(2071), + [sym_postfix_expression] = STATE(2071), + [sym_parenthesized_expression] = STATE(2071), + [sym_arithmetic_expansion] = STATE(1892), + [sym_brace_expression] = STATE(1892), + [sym_concatenation] = STATE(2071), + [sym_string] = STATE(1892), + [sym_translated_string] = STATE(1892), + [sym_number] = STATE(1892), + [sym_simple_expansion] = STATE(1892), + [sym_expansion] = STATE(1892), + [sym_command_substitution] = STATE(1892), + [sym_process_substitution] = STATE(1892), + [aux_sym__literal_repeat1] = STATE(1817), + [aux_sym_concatenation_repeat1] = STATE(1851), + [sym_word] = ACTIONS(945), + [anon_sym_LPAREN_LPAREN] = ACTIONS(258), + [anon_sym_EQ] = ACTIONS(213), + [anon_sym_PLUS_PLUS] = ACTIONS(213), + [anon_sym_DASH_DASH] = ACTIONS(213), + [anon_sym_PLUS_EQ] = ACTIONS(213), + [anon_sym_DASH_EQ] = ACTIONS(213), + [anon_sym_STAR_EQ] = ACTIONS(213), + [anon_sym_SLASH_EQ] = ACTIONS(213), + [anon_sym_PERCENT_EQ] = ACTIONS(213), + [anon_sym_LT_LT_EQ] = ACTIONS(260), + [anon_sym_GT_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_EQ] = ACTIONS(260), + [anon_sym_CARET_EQ] = ACTIONS(213), + [anon_sym_PIPE_EQ] = ACTIONS(260), + [anon_sym_EQ_EQ] = ACTIONS(213), + [anon_sym_BANG_EQ] = ACTIONS(213), + [anon_sym_LT_EQ] = ACTIONS(260), + [anon_sym_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_AMP] = ACTIONS(260), + [anon_sym_PIPE_PIPE] = ACTIONS(260), + [anon_sym_LT_LT] = ACTIONS(213), + [anon_sym_GT_GT] = ACTIONS(213), + [anon_sym_PLUS] = ACTIONS(213), + [anon_sym_DASH] = ACTIONS(213), + [anon_sym_STAR] = ACTIONS(213), + [anon_sym_SLASH] = ACTIONS(213), + [anon_sym_PERCENT] = ACTIONS(213), + [anon_sym_STAR_STAR] = ACTIONS(213), + [anon_sym_LT] = ACTIONS(213), + [anon_sym_GT] = ACTIONS(213), + [anon_sym_LPAREN] = ACTIONS(947), + [anon_sym_PIPE] = ACTIONS(213), + [anon_sym_BANG] = ACTIONS(949), + [anon_sym_RBRACK] = ACTIONS(951), + [anon_sym_EQ_TILDE] = ACTIONS(213), + [anon_sym_AMP] = ACTIONS(213), + [anon_sym_CARET] = ACTIONS(213), + [anon_sym_QMARK] = ACTIONS(213), + [anon_sym_DASH2] = ACTIONS(953), + [anon_sym_PLUS2] = ACTIONS(953), + [anon_sym_TILDE] = ACTIONS(955), + [anon_sym_PLUS_PLUS2] = ACTIONS(955), + [anon_sym_DASH_DASH2] = ACTIONS(955), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(258), + [aux_sym_concatenation_token1] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(271), + [sym__special_character] = ACTIONS(959), + [anon_sym_DQUOTE] = ACTIONS(275), + [sym_raw_string] = ACTIONS(961), + [sym_ansi_c_string] = ACTIONS(961), + [aux_sym_number_token1] = ACTIONS(279), + [aux_sym_number_token2] = ACTIONS(281), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(283), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(285), + [anon_sym_BQUOTE] = ACTIONS(287), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(289), + [anon_sym_LT_LPAREN] = ACTIONS(291), + [anon_sym_GT_LPAREN] = ACTIONS(291), + [sym_comment] = ACTIONS(67), + [sym__concat] = ACTIONS(963), + [sym_test_operator] = ACTIONS(965), + [sym__brace_start] = ACTIONS(295), }, [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), + [sym__expression] = STATE(2144), + [sym_binary_expression] = STATE(2071), + [sym_ternary_expression] = STATE(2071), + [sym_unary_expression] = STATE(2071), + [sym_postfix_expression] = STATE(2071), + [sym_parenthesized_expression] = STATE(2071), + [sym_arithmetic_expansion] = STATE(1892), + [sym_brace_expression] = STATE(1892), + [sym_concatenation] = STATE(2071), + [sym_string] = STATE(1892), + [sym_translated_string] = STATE(1892), + [sym_number] = STATE(1892), + [sym_simple_expansion] = STATE(1892), + [sym_expansion] = STATE(1892), + [sym_command_substitution] = STATE(1892), + [sym_process_substitution] = STATE(1892), + [aux_sym__literal_repeat1] = STATE(1817), + [aux_sym_concatenation_repeat1] = STATE(1851), + [sym_word] = ACTIONS(945), + [anon_sym_LPAREN_LPAREN] = ACTIONS(258), + [anon_sym_EQ] = ACTIONS(213), + [anon_sym_PLUS_PLUS] = ACTIONS(213), + [anon_sym_DASH_DASH] = ACTIONS(213), + [anon_sym_PLUS_EQ] = ACTIONS(213), + [anon_sym_DASH_EQ] = ACTIONS(213), + [anon_sym_STAR_EQ] = ACTIONS(213), + [anon_sym_SLASH_EQ] = ACTIONS(213), + [anon_sym_PERCENT_EQ] = ACTIONS(213), + [anon_sym_LT_LT_EQ] = ACTIONS(260), + [anon_sym_GT_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_EQ] = ACTIONS(260), + [anon_sym_CARET_EQ] = ACTIONS(213), + [anon_sym_PIPE_EQ] = ACTIONS(260), + [anon_sym_EQ_EQ] = ACTIONS(213), + [anon_sym_BANG_EQ] = ACTIONS(213), + [anon_sym_LT_EQ] = ACTIONS(260), + [anon_sym_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_AMP] = ACTIONS(260), + [anon_sym_PIPE_PIPE] = ACTIONS(260), + [anon_sym_LT_LT] = ACTIONS(213), + [anon_sym_GT_GT] = ACTIONS(213), + [anon_sym_PLUS] = ACTIONS(213), + [anon_sym_DASH] = ACTIONS(213), + [anon_sym_STAR] = ACTIONS(213), + [anon_sym_SLASH] = ACTIONS(213), + [anon_sym_PERCENT] = ACTIONS(213), + [anon_sym_STAR_STAR] = ACTIONS(213), + [anon_sym_LT] = ACTIONS(213), + [anon_sym_GT] = ACTIONS(213), + [anon_sym_LPAREN] = ACTIONS(947), + [anon_sym_PIPE] = ACTIONS(213), + [anon_sym_BANG] = ACTIONS(949), + [anon_sym_RBRACK] = ACTIONS(967), + [anon_sym_EQ_TILDE] = ACTIONS(213), + [anon_sym_AMP] = ACTIONS(213), + [anon_sym_CARET] = ACTIONS(213), + [anon_sym_QMARK] = ACTIONS(213), + [anon_sym_DASH2] = ACTIONS(953), + [anon_sym_PLUS2] = ACTIONS(953), + [anon_sym_TILDE] = ACTIONS(955), + [anon_sym_PLUS_PLUS2] = ACTIONS(955), + [anon_sym_DASH_DASH2] = ACTIONS(955), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(258), + [aux_sym_concatenation_token1] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(271), + [sym__special_character] = ACTIONS(959), + [anon_sym_DQUOTE] = ACTIONS(275), + [sym_raw_string] = ACTIONS(961), + [sym_ansi_c_string] = ACTIONS(961), + [aux_sym_number_token1] = ACTIONS(279), + [aux_sym_number_token2] = ACTIONS(281), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(283), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(285), + [anon_sym_BQUOTE] = ACTIONS(287), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(289), + [anon_sym_LT_LPAREN] = ACTIONS(291), + [anon_sym_GT_LPAREN] = ACTIONS(291), + [sym_comment] = ACTIONS(67), + [sym__concat] = ACTIONS(969), + [sym_test_operator] = ACTIONS(965), + [sym__brace_start] = ACTIONS(295), }, [338] = { - [aux_sym_concatenation_repeat1] = STATE(335), - [sym_word] = ACTIONS(1171), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1171), - [anon_sym_SEMI] = ACTIONS(1171), - [anon_sym_EQ] = ACTIONS(1171), - [anon_sym_PLUS_PLUS] = ACTIONS(1171), - [anon_sym_DASH_DASH] = ACTIONS(1171), - [anon_sym_PLUS_EQ] = ACTIONS(1171), - [anon_sym_DASH_EQ] = ACTIONS(1171), - [anon_sym_STAR_EQ] = ACTIONS(1171), - [anon_sym_SLASH_EQ] = ACTIONS(1171), - [anon_sym_PERCENT_EQ] = ACTIONS(1171), - [anon_sym_LT_LT_EQ] = ACTIONS(1171), - [anon_sym_GT_GT_EQ] = ACTIONS(1171), - [anon_sym_AMP_EQ] = ACTIONS(1171), - [anon_sym_CARET_EQ] = ACTIONS(1171), - [anon_sym_PIPE_EQ] = ACTIONS(1171), - [anon_sym_EQ_EQ] = ACTIONS(1171), - [anon_sym_BANG_EQ] = ACTIONS(1171), - [anon_sym_LT_EQ] = ACTIONS(1171), - [anon_sym_GT_EQ] = ACTIONS(1171), - [anon_sym_AMP_AMP] = ACTIONS(1171), - [anon_sym_PIPE_PIPE] = ACTIONS(1171), - [anon_sym_LT_LT] = ACTIONS(1171), - [anon_sym_GT_GT] = ACTIONS(1171), - [anon_sym_PLUS] = ACTIONS(1171), - [anon_sym_DASH] = ACTIONS(1171), - [anon_sym_STAR] = ACTIONS(1171), - [anon_sym_SLASH] = ACTIONS(1171), - [anon_sym_PERCENT] = ACTIONS(1171), - [anon_sym_STAR_STAR] = ACTIONS(1171), - [anon_sym_LT] = ACTIONS(1171), - [anon_sym_GT] = ACTIONS(1171), - [anon_sym_RPAREN] = ACTIONS(1171), - [anon_sym_PIPE] = ACTIONS(1171), - [anon_sym_SEMI_SEMI] = ACTIONS(1171), - [anon_sym_PIPE_AMP] = ACTIONS(1171), - [anon_sym_EQ_TILDE] = ACTIONS(1171), - [anon_sym_AMP_GT] = ACTIONS(1171), - [anon_sym_AMP_GT_GT] = ACTIONS(1171), - [anon_sym_LT_AMP] = ACTIONS(1171), - [anon_sym_GT_AMP] = ACTIONS(1171), - [anon_sym_GT_PIPE] = ACTIONS(1171), - [anon_sym_LT_LT_DASH] = ACTIONS(1171), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1173), - [anon_sym_LT_LT_LT] = ACTIONS(1171), - [anon_sym_AMP] = ACTIONS(1171), - [anon_sym_CARET] = ACTIONS(1171), - [anon_sym_QMARK] = ACTIONS(1171), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1171), - [aux_sym_concatenation_token1] = ACTIONS(316), - [anon_sym_DOLLAR] = ACTIONS(1171), - [sym__special_character] = ACTIONS(1171), - [anon_sym_DQUOTE] = ACTIONS(1171), - [sym_raw_string] = ACTIONS(1171), - [sym_ansi_c_string] = ACTIONS(1171), - [aux_sym_number_token1] = ACTIONS(1171), - [aux_sym_number_token2] = ACTIONS(1171), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1171), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1171), - [anon_sym_BQUOTE] = ACTIONS(1171), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1171), - [anon_sym_LT_LPAREN] = ACTIONS(1171), - [anon_sym_GT_LPAREN] = ACTIONS(1171), - [sym_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__expression] = STATE(2198), + [sym_binary_expression] = STATE(1943), + [sym_ternary_expression] = STATE(1943), + [sym_unary_expression] = STATE(1943), + [sym_postfix_expression] = STATE(1943), + [sym_parenthesized_expression] = STATE(1943), + [sym_arithmetic_expansion] = STATE(1899), + [sym_brace_expression] = STATE(1899), + [sym_concatenation] = STATE(1943), + [sym_string] = STATE(1899), + [sym_translated_string] = STATE(1899), + [sym_number] = STATE(1899), + [sym_simple_expansion] = STATE(1899), + [sym_expansion] = STATE(1899), + [sym_command_substitution] = STATE(1899), + [sym_process_substitution] = STATE(1899), + [aux_sym__literal_repeat1] = STATE(1939), + [aux_sym_concatenation_repeat1] = STATE(1798), + [sym_word] = ACTIONS(971), + [anon_sym_LPAREN_LPAREN] = ACTIONS(973), + [anon_sym_EQ] = ACTIONS(213), + [anon_sym_PLUS_PLUS] = ACTIONS(213), + [anon_sym_DASH_DASH] = ACTIONS(213), + [anon_sym_PLUS_EQ] = ACTIONS(213), + [anon_sym_DASH_EQ] = ACTIONS(213), + [anon_sym_STAR_EQ] = ACTIONS(213), + [anon_sym_SLASH_EQ] = ACTIONS(213), + [anon_sym_PERCENT_EQ] = ACTIONS(213), + [anon_sym_LT_LT_EQ] = ACTIONS(260), + [anon_sym_GT_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_EQ] = ACTIONS(260), + [anon_sym_CARET_EQ] = ACTIONS(213), + [anon_sym_PIPE_EQ] = ACTIONS(260), + [anon_sym_EQ_EQ] = ACTIONS(213), + [anon_sym_BANG_EQ] = ACTIONS(213), + [anon_sym_LT_EQ] = ACTIONS(260), + [anon_sym_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_AMP] = ACTIONS(260), + [anon_sym_PIPE_PIPE] = ACTIONS(260), + [anon_sym_LT_LT] = ACTIONS(213), + [anon_sym_GT_GT] = ACTIONS(213), + [anon_sym_PLUS] = ACTIONS(213), + [anon_sym_DASH] = ACTIONS(213), + [anon_sym_STAR] = ACTIONS(213), + [anon_sym_SLASH] = ACTIONS(213), + [anon_sym_PERCENT] = ACTIONS(213), + [anon_sym_STAR_STAR] = ACTIONS(213), + [anon_sym_LT] = ACTIONS(213), + [anon_sym_GT] = ACTIONS(213), + [anon_sym_LPAREN] = ACTIONS(975), + [anon_sym_PIPE] = ACTIONS(213), + [anon_sym_BANG] = ACTIONS(977), + [anon_sym_RBRACK_RBRACK] = ACTIONS(260), + [anon_sym_EQ_TILDE] = ACTIONS(213), + [anon_sym_AMP] = ACTIONS(213), + [anon_sym_CARET] = ACTIONS(213), + [anon_sym_QMARK] = ACTIONS(213), + [anon_sym_DASH2] = ACTIONS(979), + [anon_sym_PLUS2] = ACTIONS(979), + [anon_sym_TILDE] = ACTIONS(981), + [anon_sym_PLUS_PLUS2] = ACTIONS(981), + [anon_sym_DASH_DASH2] = ACTIONS(981), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(973), + [aux_sym_concatenation_token1] = ACTIONS(983), + [anon_sym_DOLLAR] = ACTIONS(985), + [sym__special_character] = ACTIONS(987), + [anon_sym_DQUOTE] = ACTIONS(989), + [sym_raw_string] = ACTIONS(991), + [sym_ansi_c_string] = ACTIONS(991), + [aux_sym_number_token1] = ACTIONS(993), + [aux_sym_number_token2] = ACTIONS(995), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(997), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(999), + [anon_sym_BQUOTE] = ACTIONS(1001), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1003), + [anon_sym_LT_LPAREN] = ACTIONS(1005), + [anon_sym_GT_LPAREN] = ACTIONS(1005), + [sym_comment] = ACTIONS(67), + [sym__concat] = ACTIONS(983), + [sym_test_operator] = ACTIONS(1007), + [sym__brace_start] = ACTIONS(1009), }, [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_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__expression] = STATE(2182), + [sym_binary_expression] = STATE(2219), + [sym_ternary_expression] = STATE(2219), + [sym_unary_expression] = STATE(2219), + [sym_postfix_expression] = STATE(2219), + [sym_parenthesized_expression] = STATE(2219), + [sym_arithmetic_expansion] = STATE(1813), + [sym_brace_expression] = STATE(1813), + [sym_concatenation] = STATE(2219), + [sym_string] = STATE(1813), + [sym_translated_string] = STATE(1813), + [sym_number] = STATE(1813), + [sym_simple_expansion] = STATE(1813), + [sym_expansion] = STATE(1813), + [sym_command_substitution] = STATE(1813), + [sym_process_substitution] = STATE(1813), + [aux_sym__literal_repeat1] = STATE(1945), + [aux_sym_concatenation_repeat1] = STATE(1803), + [sym_word] = ACTIONS(256), + [anon_sym_LPAREN_LPAREN] = ACTIONS(258), + [anon_sym_EQ] = ACTIONS(213), + [anon_sym_PLUS_PLUS] = ACTIONS(213), + [anon_sym_DASH_DASH] = ACTIONS(213), + [anon_sym_PLUS_EQ] = ACTIONS(213), + [anon_sym_DASH_EQ] = ACTIONS(213), + [anon_sym_STAR_EQ] = ACTIONS(213), + [anon_sym_SLASH_EQ] = ACTIONS(213), + [anon_sym_PERCENT_EQ] = ACTIONS(213), + [anon_sym_LT_LT_EQ] = ACTIONS(260), + [anon_sym_GT_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_EQ] = ACTIONS(260), + [anon_sym_CARET_EQ] = ACTIONS(213), + [anon_sym_PIPE_EQ] = ACTIONS(260), + [anon_sym_EQ_EQ] = ACTIONS(213), + [anon_sym_BANG_EQ] = ACTIONS(213), + [anon_sym_LT_EQ] = ACTIONS(260), + [anon_sym_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_AMP] = ACTIONS(260), + [anon_sym_PIPE_PIPE] = ACTIONS(260), + [anon_sym_LT_LT] = ACTIONS(213), + [anon_sym_GT_GT] = ACTIONS(213), + [anon_sym_PLUS] = ACTIONS(213), + [anon_sym_DASH] = ACTIONS(213), + [anon_sym_STAR] = ACTIONS(213), + [anon_sym_SLASH] = ACTIONS(213), + [anon_sym_PERCENT] = ACTIONS(213), + [anon_sym_STAR_STAR] = ACTIONS(213), + [anon_sym_LT] = ACTIONS(213), + [anon_sym_GT] = ACTIONS(213), + [anon_sym_LPAREN] = ACTIONS(265), + [anon_sym_PIPE] = ACTIONS(213), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_RBRACK] = ACTIONS(260), + [anon_sym_EQ_TILDE] = ACTIONS(213), + [anon_sym_AMP] = ACTIONS(213), + [anon_sym_CARET] = ACTIONS(213), + [anon_sym_QMARK] = ACTIONS(213), + [anon_sym_DASH2] = ACTIONS(171), + [anon_sym_PLUS2] = ACTIONS(171), + [anon_sym_TILDE] = ACTIONS(173), + [anon_sym_PLUS_PLUS2] = ACTIONS(173), + [anon_sym_DASH_DASH2] = ACTIONS(173), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(258), + [aux_sym_concatenation_token1] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(271), + [sym__special_character] = ACTIONS(273), + [anon_sym_DQUOTE] = ACTIONS(275), + [sym_raw_string] = ACTIONS(277), + [sym_ansi_c_string] = ACTIONS(277), + [aux_sym_number_token1] = ACTIONS(279), + [aux_sym_number_token2] = ACTIONS(281), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(283), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(285), + [anon_sym_BQUOTE] = ACTIONS(287), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(289), + [anon_sym_LT_LPAREN] = ACTIONS(291), + [anon_sym_GT_LPAREN] = ACTIONS(291), + [sym_comment] = ACTIONS(67), + [sym__concat] = ACTIONS(957), + [sym_test_operator] = ACTIONS(293), + [sym__brace_start] = ACTIONS(295), }, [340] = { - [sym_word] = ACTIONS(1215), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1215), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1215), - [anon_sym_SEMI] = ACTIONS(1215), - [anon_sym_EQ] = ACTIONS(1215), - [anon_sym_PLUS_PLUS] = ACTIONS(1215), - [anon_sym_DASH_DASH] = ACTIONS(1215), - [anon_sym_PLUS_EQ] = ACTIONS(1215), - [anon_sym_DASH_EQ] = ACTIONS(1215), - [anon_sym_STAR_EQ] = ACTIONS(1215), - [anon_sym_SLASH_EQ] = ACTIONS(1215), - [anon_sym_PERCENT_EQ] = ACTIONS(1215), - [anon_sym_LT_LT_EQ] = ACTIONS(1215), - [anon_sym_GT_GT_EQ] = ACTIONS(1215), - [anon_sym_AMP_EQ] = ACTIONS(1215), - [anon_sym_CARET_EQ] = ACTIONS(1215), - [anon_sym_PIPE_EQ] = ACTIONS(1215), - [anon_sym_EQ_EQ] = ACTIONS(1215), - [anon_sym_BANG_EQ] = ACTIONS(1215), - [anon_sym_LT_EQ] = ACTIONS(1215), - [anon_sym_GT_EQ] = ACTIONS(1215), - [anon_sym_AMP_AMP] = ACTIONS(1215), - [anon_sym_PIPE_PIPE] = ACTIONS(1215), - [anon_sym_LT_LT] = ACTIONS(1215), - [anon_sym_GT_GT] = ACTIONS(1215), - [anon_sym_PLUS] = ACTIONS(1215), - [anon_sym_DASH] = ACTIONS(1215), - [anon_sym_STAR] = ACTIONS(1215), - [anon_sym_SLASH] = ACTIONS(1215), - [anon_sym_PERCENT] = ACTIONS(1215), - [anon_sym_STAR_STAR] = ACTIONS(1215), - [anon_sym_LT] = ACTIONS(1215), - [anon_sym_GT] = ACTIONS(1215), - [anon_sym_RPAREN] = ACTIONS(1215), - [anon_sym_PIPE] = ACTIONS(1215), - [anon_sym_SEMI_SEMI] = ACTIONS(1215), - [anon_sym_PIPE_AMP] = ACTIONS(1215), - [anon_sym_EQ_TILDE] = ACTIONS(1215), - [anon_sym_AMP_GT] = ACTIONS(1215), - [anon_sym_AMP_GT_GT] = ACTIONS(1215), - [anon_sym_LT_AMP] = ACTIONS(1215), - [anon_sym_GT_AMP] = ACTIONS(1215), - [anon_sym_GT_PIPE] = ACTIONS(1215), - [anon_sym_LT_LT_DASH] = ACTIONS(1215), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1217), - [anon_sym_LT_LT_LT] = ACTIONS(1215), - [anon_sym_AMP] = ACTIONS(1215), - [anon_sym_CARET] = ACTIONS(1215), - [anon_sym_QMARK] = ACTIONS(1215), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1215), - [aux_sym_concatenation_token1] = ACTIONS(1215), - [anon_sym_DOLLAR] = ACTIONS(1215), - [sym__special_character] = ACTIONS(1215), - [anon_sym_DQUOTE] = ACTIONS(1215), - [sym_raw_string] = ACTIONS(1215), - [sym_ansi_c_string] = ACTIONS(1215), - [aux_sym_number_token1] = ACTIONS(1215), - [aux_sym_number_token2] = ACTIONS(1215), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1215), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1215), - [anon_sym_BQUOTE] = ACTIONS(1215), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1215), - [anon_sym_LT_LPAREN] = ACTIONS(1215), - [anon_sym_GT_LPAREN] = ACTIONS(1215), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1217), - [sym__concat] = ACTIONS(1217), - [sym_test_operator] = ACTIONS(1217), - [sym__bare_dollar] = ACTIONS(1217), - [sym__brace_start] = ACTIONS(1217), + [sym__expression] = STATE(2144), + [sym_binary_expression] = STATE(2071), + [sym_ternary_expression] = STATE(2071), + [sym_unary_expression] = STATE(2071), + [sym_postfix_expression] = STATE(2071), + [sym_parenthesized_expression] = STATE(2071), + [sym_arithmetic_expansion] = STATE(1892), + [sym_brace_expression] = STATE(1892), + [sym_concatenation] = STATE(2071), + [sym_string] = STATE(1892), + [sym_translated_string] = STATE(1892), + [sym_number] = STATE(1892), + [sym_simple_expansion] = STATE(1892), + [sym_expansion] = STATE(1892), + [sym_command_substitution] = STATE(1892), + [sym_process_substitution] = STATE(1892), + [aux_sym__literal_repeat1] = STATE(1817), + [aux_sym_concatenation_repeat1] = STATE(1851), + [sym_word] = ACTIONS(945), + [anon_sym_LPAREN_LPAREN] = ACTIONS(258), + [anon_sym_EQ] = ACTIONS(213), + [anon_sym_PLUS_PLUS] = ACTIONS(213), + [anon_sym_DASH_DASH] = ACTIONS(213), + [anon_sym_PLUS_EQ] = ACTIONS(213), + [anon_sym_DASH_EQ] = ACTIONS(213), + [anon_sym_STAR_EQ] = ACTIONS(213), + [anon_sym_SLASH_EQ] = ACTIONS(213), + [anon_sym_PERCENT_EQ] = ACTIONS(213), + [anon_sym_LT_LT_EQ] = ACTIONS(260), + [anon_sym_GT_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_EQ] = ACTIONS(260), + [anon_sym_CARET_EQ] = ACTIONS(213), + [anon_sym_PIPE_EQ] = ACTIONS(260), + [anon_sym_EQ_EQ] = ACTIONS(213), + [anon_sym_BANG_EQ] = ACTIONS(213), + [anon_sym_LT_EQ] = ACTIONS(260), + [anon_sym_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_AMP] = ACTIONS(260), + [anon_sym_PIPE_PIPE] = ACTIONS(260), + [anon_sym_LT_LT] = ACTIONS(213), + [anon_sym_GT_GT] = ACTIONS(213), + [anon_sym_PLUS] = ACTIONS(213), + [anon_sym_DASH] = ACTIONS(213), + [anon_sym_STAR] = ACTIONS(213), + [anon_sym_SLASH] = ACTIONS(213), + [anon_sym_PERCENT] = ACTIONS(213), + [anon_sym_STAR_STAR] = ACTIONS(213), + [anon_sym_LT] = ACTIONS(213), + [anon_sym_GT] = ACTIONS(213), + [anon_sym_LPAREN] = ACTIONS(947), + [anon_sym_PIPE] = ACTIONS(213), + [anon_sym_BANG] = ACTIONS(949), + [anon_sym_RBRACK] = ACTIONS(260), + [anon_sym_EQ_TILDE] = ACTIONS(213), + [anon_sym_AMP] = ACTIONS(213), + [anon_sym_CARET] = ACTIONS(213), + [anon_sym_QMARK] = ACTIONS(213), + [anon_sym_DASH2] = ACTIONS(953), + [anon_sym_PLUS2] = ACTIONS(953), + [anon_sym_TILDE] = ACTIONS(955), + [anon_sym_PLUS_PLUS2] = ACTIONS(955), + [anon_sym_DASH_DASH2] = ACTIONS(955), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(258), + [aux_sym_concatenation_token1] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(271), + [sym__special_character] = ACTIONS(959), + [anon_sym_DQUOTE] = ACTIONS(275), + [sym_raw_string] = ACTIONS(961), + [sym_ansi_c_string] = ACTIONS(961), + [aux_sym_number_token1] = ACTIONS(279), + [aux_sym_number_token2] = ACTIONS(281), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(283), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(285), + [anon_sym_BQUOTE] = ACTIONS(287), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(289), + [anon_sym_LT_LPAREN] = ACTIONS(291), + [anon_sym_GT_LPAREN] = ACTIONS(291), + [sym_comment] = ACTIONS(67), + [sym__concat] = ACTIONS(260), + [sym_test_operator] = ACTIONS(965), + [sym__brace_start] = ACTIONS(295), }, [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_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__expression] = STATE(2175), + [sym_binary_expression] = STATE(2221), + [sym_ternary_expression] = STATE(2221), + [sym_unary_expression] = STATE(2221), + [sym_postfix_expression] = STATE(2221), + [sym_parenthesized_expression] = STATE(2221), + [sym_arithmetic_expansion] = STATE(1897), + [sym_brace_expression] = STATE(1897), + [sym_concatenation] = STATE(2221), + [sym_string] = STATE(1897), + [sym_translated_string] = STATE(1897), + [sym_number] = STATE(1897), + [sym_simple_expansion] = STATE(1897), + [sym_expansion] = STATE(1897), + [sym_command_substitution] = STATE(1897), + [sym_process_substitution] = STATE(1897), + [aux_sym__literal_repeat1] = STATE(1996), + [aux_sym_concatenation_repeat1] = STATE(1859), + [sym_word] = ACTIONS(207), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1011), + [anon_sym_EQ] = ACTIONS(213), + [anon_sym_PLUS_PLUS] = ACTIONS(213), + [anon_sym_DASH_DASH] = ACTIONS(213), + [anon_sym_PLUS_EQ] = ACTIONS(213), + [anon_sym_DASH_EQ] = ACTIONS(213), + [anon_sym_STAR_EQ] = ACTIONS(213), + [anon_sym_SLASH_EQ] = ACTIONS(213), + [anon_sym_PERCENT_EQ] = ACTIONS(213), + [anon_sym_LT_LT_EQ] = ACTIONS(260), + [anon_sym_GT_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_EQ] = ACTIONS(260), + [anon_sym_CARET_EQ] = ACTIONS(213), + [anon_sym_PIPE_EQ] = ACTIONS(260), + [anon_sym_EQ_EQ] = ACTIONS(213), + [anon_sym_BANG_EQ] = ACTIONS(213), + [anon_sym_LT_EQ] = ACTIONS(260), + [anon_sym_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_AMP] = ACTIONS(260), + [anon_sym_PIPE_PIPE] = ACTIONS(260), + [anon_sym_LT_LT] = ACTIONS(213), + [anon_sym_GT_GT] = ACTIONS(213), + [anon_sym_PLUS] = ACTIONS(213), + [anon_sym_DASH] = ACTIONS(213), + [anon_sym_STAR] = ACTIONS(213), + [anon_sym_SLASH] = ACTIONS(213), + [anon_sym_PERCENT] = ACTIONS(213), + [anon_sym_STAR_STAR] = ACTIONS(213), + [anon_sym_LT] = ACTIONS(213), + [anon_sym_GT] = ACTIONS(213), + [anon_sym_LPAREN] = ACTIONS(218), + [anon_sym_RPAREN] = ACTIONS(260), + [anon_sym_PIPE] = ACTIONS(213), + [anon_sym_BANG] = ACTIONS(220), + [anon_sym_EQ_TILDE] = ACTIONS(213), + [anon_sym_AMP] = ACTIONS(213), + [anon_sym_CARET] = ACTIONS(213), + [anon_sym_QMARK] = ACTIONS(213), + [anon_sym_DASH2] = ACTIONS(97), + [anon_sym_PLUS2] = ACTIONS(97), + [anon_sym_TILDE] = ACTIONS(99), + [anon_sym_PLUS_PLUS2] = ACTIONS(99), + [anon_sym_DASH_DASH2] = ACTIONS(99), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1011), + [aux_sym_concatenation_token1] = ACTIONS(1013), + [anon_sym_DOLLAR] = ACTIONS(224), + [sym__special_character] = ACTIONS(1015), + [anon_sym_DQUOTE] = ACTIONS(1017), + [sym_raw_string] = ACTIONS(1019), + [sym_ansi_c_string] = ACTIONS(1019), + [aux_sym_number_token1] = ACTIONS(230), + [aux_sym_number_token2] = ACTIONS(232), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1021), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(236), + [anon_sym_BQUOTE] = ACTIONS(238), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1023), + [anon_sym_LT_LPAREN] = ACTIONS(1025), + [anon_sym_GT_LPAREN] = ACTIONS(1025), + [sym_comment] = ACTIONS(67), + [sym__concat] = ACTIONS(1013), + [sym_test_operator] = ACTIONS(248), + [sym__brace_start] = ACTIONS(250), }, [342] = { - [sym_word] = ACTIONS(1219), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1219), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1219), - [anon_sym_SEMI] = ACTIONS(1219), - [anon_sym_EQ] = ACTIONS(1219), - [anon_sym_PLUS_PLUS] = ACTIONS(1219), - [anon_sym_DASH_DASH] = ACTIONS(1219), - [anon_sym_PLUS_EQ] = ACTIONS(1219), - [anon_sym_DASH_EQ] = ACTIONS(1219), - [anon_sym_STAR_EQ] = ACTIONS(1219), - [anon_sym_SLASH_EQ] = ACTIONS(1219), - [anon_sym_PERCENT_EQ] = ACTIONS(1219), - [anon_sym_LT_LT_EQ] = ACTIONS(1219), - [anon_sym_GT_GT_EQ] = ACTIONS(1219), - [anon_sym_AMP_EQ] = ACTIONS(1219), - [anon_sym_CARET_EQ] = ACTIONS(1219), - [anon_sym_PIPE_EQ] = ACTIONS(1219), - [anon_sym_EQ_EQ] = ACTIONS(1219), - [anon_sym_BANG_EQ] = ACTIONS(1219), - [anon_sym_LT_EQ] = ACTIONS(1219), - [anon_sym_GT_EQ] = ACTIONS(1219), - [anon_sym_AMP_AMP] = ACTIONS(1219), - [anon_sym_PIPE_PIPE] = ACTIONS(1219), - [anon_sym_LT_LT] = ACTIONS(1219), - [anon_sym_GT_GT] = ACTIONS(1219), - [anon_sym_PLUS] = ACTIONS(1219), - [anon_sym_DASH] = ACTIONS(1219), - [anon_sym_STAR] = ACTIONS(1219), - [anon_sym_SLASH] = ACTIONS(1219), - [anon_sym_PERCENT] = ACTIONS(1219), - [anon_sym_STAR_STAR] = ACTIONS(1219), - [anon_sym_LT] = ACTIONS(1219), - [anon_sym_GT] = ACTIONS(1219), - [anon_sym_RPAREN] = ACTIONS(1219), - [anon_sym_PIPE] = ACTIONS(1219), - [anon_sym_SEMI_SEMI] = ACTIONS(1219), - [anon_sym_PIPE_AMP] = ACTIONS(1219), - [anon_sym_EQ_TILDE] = ACTIONS(1219), - [anon_sym_AMP_GT] = ACTIONS(1219), - [anon_sym_AMP_GT_GT] = ACTIONS(1219), - [anon_sym_LT_AMP] = ACTIONS(1219), - [anon_sym_GT_AMP] = ACTIONS(1219), - [anon_sym_GT_PIPE] = ACTIONS(1219), - [anon_sym_LT_LT_DASH] = ACTIONS(1219), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1221), - [anon_sym_LT_LT_LT] = ACTIONS(1219), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_CARET] = ACTIONS(1219), - [anon_sym_QMARK] = ACTIONS(1219), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1219), - [aux_sym_concatenation_token1] = ACTIONS(1219), - [anon_sym_DOLLAR] = ACTIONS(1219), - [sym__special_character] = ACTIONS(1219), - [anon_sym_DQUOTE] = ACTIONS(1219), - [sym_raw_string] = ACTIONS(1219), - [sym_ansi_c_string] = ACTIONS(1219), - [aux_sym_number_token1] = ACTIONS(1219), - [aux_sym_number_token2] = ACTIONS(1219), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1219), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1219), - [anon_sym_BQUOTE] = ACTIONS(1219), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1219), - [anon_sym_LT_LPAREN] = ACTIONS(1219), - [anon_sym_GT_LPAREN] = ACTIONS(1219), - [sym_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__expression] = STATE(2172), + [sym_binary_expression] = STATE(1943), + [sym_ternary_expression] = STATE(1943), + [sym_unary_expression] = STATE(1943), + [sym_postfix_expression] = STATE(1943), + [sym_parenthesized_expression] = STATE(1943), + [sym_arithmetic_expansion] = STATE(1910), + [sym_brace_expression] = STATE(1910), + [sym_concatenation] = STATE(1943), + [sym_string] = STATE(1910), + [sym_translated_string] = STATE(1910), + [sym_number] = STATE(1910), + [sym_simple_expansion] = STATE(1910), + [sym_expansion] = STATE(1910), + [sym_command_substitution] = STATE(1910), + [sym_process_substitution] = STATE(1910), + [aux_sym__literal_repeat1] = STATE(1901), + [aux_sym_concatenation_repeat1] = STATE(1825), + [sym_word] = ACTIONS(1027), + [anon_sym_LPAREN_LPAREN] = ACTIONS(973), + [anon_sym_EQ] = ACTIONS(213), + [anon_sym_PLUS_PLUS] = ACTIONS(213), + [anon_sym_DASH_DASH] = ACTIONS(213), + [anon_sym_PLUS_EQ] = ACTIONS(213), + [anon_sym_DASH_EQ] = ACTIONS(213), + [anon_sym_STAR_EQ] = ACTIONS(213), + [anon_sym_SLASH_EQ] = ACTIONS(213), + [anon_sym_PERCENT_EQ] = ACTIONS(213), + [anon_sym_LT_LT_EQ] = ACTIONS(260), + [anon_sym_GT_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_EQ] = ACTIONS(260), + [anon_sym_CARET_EQ] = ACTIONS(213), + [anon_sym_PIPE_EQ] = ACTIONS(260), + [anon_sym_EQ_EQ] = ACTIONS(213), + [anon_sym_BANG_EQ] = ACTIONS(213), + [anon_sym_LT_EQ] = ACTIONS(260), + [anon_sym_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_AMP] = ACTIONS(260), + [anon_sym_PIPE_PIPE] = ACTIONS(260), + [anon_sym_LT_LT] = ACTIONS(213), + [anon_sym_GT_GT] = ACTIONS(213), + [anon_sym_PLUS] = ACTIONS(213), + [anon_sym_DASH] = ACTIONS(213), + [anon_sym_STAR] = ACTIONS(213), + [anon_sym_SLASH] = ACTIONS(213), + [anon_sym_PERCENT] = ACTIONS(213), + [anon_sym_STAR_STAR] = ACTIONS(213), + [anon_sym_LT] = ACTIONS(213), + [anon_sym_GT] = ACTIONS(213), + [anon_sym_LPAREN] = ACTIONS(975), + [anon_sym_PIPE] = ACTIONS(213), + [anon_sym_BANG] = ACTIONS(1029), + [anon_sym_EQ_TILDE] = ACTIONS(213), + [anon_sym_AMP] = ACTIONS(213), + [anon_sym_CARET] = ACTIONS(213), + [anon_sym_QMARK] = ACTIONS(213), + [anon_sym_COLON] = ACTIONS(213), + [anon_sym_DASH2] = ACTIONS(1031), + [anon_sym_PLUS2] = ACTIONS(1031), + [anon_sym_TILDE] = ACTIONS(1033), + [anon_sym_PLUS_PLUS2] = ACTIONS(1033), + [anon_sym_DASH_DASH2] = ACTIONS(1033), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(973), + [aux_sym_concatenation_token1] = ACTIONS(983), + [anon_sym_DOLLAR] = ACTIONS(985), + [sym__special_character] = ACTIONS(1035), + [anon_sym_DQUOTE] = ACTIONS(989), + [sym_raw_string] = ACTIONS(1037), + [sym_ansi_c_string] = ACTIONS(1037), + [aux_sym_number_token1] = ACTIONS(993), + [aux_sym_number_token2] = ACTIONS(995), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(997), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(999), + [anon_sym_BQUOTE] = ACTIONS(1001), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1003), + [anon_sym_LT_LPAREN] = ACTIONS(1005), + [anon_sym_GT_LPAREN] = ACTIONS(1005), + [sym_comment] = ACTIONS(67), + [sym__concat] = ACTIONS(983), + [sym_test_operator] = ACTIONS(1039), + [sym__brace_start] = ACTIONS(1009), }, [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_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__expression] = STATE(2144), + [sym_binary_expression] = STATE(2071), + [sym_ternary_expression] = STATE(2071), + [sym_unary_expression] = STATE(2071), + [sym_postfix_expression] = STATE(2071), + [sym_parenthesized_expression] = STATE(2071), + [sym_arithmetic_expansion] = STATE(1892), + [sym_brace_expression] = STATE(1892), + [sym_concatenation] = STATE(2071), + [sym_string] = STATE(1892), + [sym_translated_string] = STATE(1892), + [sym_number] = STATE(1892), + [sym_simple_expansion] = STATE(1892), + [sym_expansion] = STATE(1892), + [sym_command_substitution] = STATE(1892), + [sym_process_substitution] = STATE(1892), + [aux_sym__literal_repeat1] = STATE(1817), + [aux_sym_concatenation_repeat1] = STATE(1851), + [sym_word] = ACTIONS(945), + [anon_sym_LPAREN_LPAREN] = ACTIONS(258), + [anon_sym_EQ] = ACTIONS(213), + [anon_sym_PLUS_PLUS] = ACTIONS(213), + [anon_sym_DASH_DASH] = ACTIONS(213), + [anon_sym_PLUS_EQ] = ACTIONS(213), + [anon_sym_DASH_EQ] = ACTIONS(213), + [anon_sym_STAR_EQ] = ACTIONS(213), + [anon_sym_SLASH_EQ] = ACTIONS(213), + [anon_sym_PERCENT_EQ] = ACTIONS(213), + [anon_sym_LT_LT_EQ] = ACTIONS(260), + [anon_sym_GT_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_EQ] = ACTIONS(260), + [anon_sym_CARET_EQ] = ACTIONS(213), + [anon_sym_PIPE_EQ] = ACTIONS(260), + [anon_sym_EQ_EQ] = ACTIONS(213), + [anon_sym_BANG_EQ] = ACTIONS(213), + [anon_sym_LT_EQ] = ACTIONS(260), + [anon_sym_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_AMP] = ACTIONS(260), + [anon_sym_PIPE_PIPE] = ACTIONS(260), + [anon_sym_LT_LT] = ACTIONS(213), + [anon_sym_GT_GT] = ACTIONS(213), + [anon_sym_PLUS] = ACTIONS(213), + [anon_sym_DASH] = ACTIONS(213), + [anon_sym_STAR] = ACTIONS(213), + [anon_sym_SLASH] = ACTIONS(213), + [anon_sym_PERCENT] = ACTIONS(213), + [anon_sym_STAR_STAR] = ACTIONS(213), + [anon_sym_LT] = ACTIONS(213), + [anon_sym_GT] = ACTIONS(213), + [anon_sym_LPAREN] = ACTIONS(947), + [anon_sym_PIPE] = ACTIONS(213), + [anon_sym_BANG] = ACTIONS(949), + [anon_sym_RBRACK] = ACTIONS(1041), + [anon_sym_EQ_TILDE] = ACTIONS(213), + [anon_sym_AMP] = ACTIONS(213), + [anon_sym_CARET] = ACTIONS(213), + [anon_sym_QMARK] = ACTIONS(213), + [anon_sym_DASH2] = ACTIONS(953), + [anon_sym_PLUS2] = ACTIONS(953), + [anon_sym_TILDE] = ACTIONS(955), + [anon_sym_PLUS_PLUS2] = ACTIONS(955), + [anon_sym_DASH_DASH2] = ACTIONS(955), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(258), + [aux_sym_concatenation_token1] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(271), + [sym__special_character] = ACTIONS(959), + [anon_sym_DQUOTE] = ACTIONS(275), + [sym_raw_string] = ACTIONS(961), + [sym_ansi_c_string] = ACTIONS(961), + [aux_sym_number_token1] = ACTIONS(279), + [aux_sym_number_token2] = ACTIONS(281), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(283), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(285), + [anon_sym_BQUOTE] = ACTIONS(287), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(289), + [anon_sym_LT_LPAREN] = ACTIONS(291), + [anon_sym_GT_LPAREN] = ACTIONS(291), + [sym_comment] = ACTIONS(67), + [sym__concat] = ACTIONS(1043), + [sym_test_operator] = ACTIONS(965), + [sym__brace_start] = ACTIONS(295), }, [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_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__expression] = STATE(2144), + [sym_binary_expression] = STATE(2071), + [sym_ternary_expression] = STATE(2071), + [sym_unary_expression] = STATE(2071), + [sym_postfix_expression] = STATE(2071), + [sym_parenthesized_expression] = STATE(2071), + [sym_arithmetic_expansion] = STATE(1892), + [sym_brace_expression] = STATE(1892), + [sym_concatenation] = STATE(2071), + [sym_string] = STATE(1892), + [sym_translated_string] = STATE(1892), + [sym_number] = STATE(1892), + [sym_simple_expansion] = STATE(1892), + [sym_expansion] = STATE(1892), + [sym_command_substitution] = STATE(1892), + [sym_process_substitution] = STATE(1892), + [aux_sym__literal_repeat1] = STATE(1817), + [aux_sym_concatenation_repeat1] = STATE(1851), + [sym_word] = ACTIONS(945), + [anon_sym_LPAREN_LPAREN] = ACTIONS(258), + [anon_sym_EQ] = ACTIONS(213), + [anon_sym_PLUS_PLUS] = ACTIONS(213), + [anon_sym_DASH_DASH] = ACTIONS(213), + [anon_sym_PLUS_EQ] = ACTIONS(213), + [anon_sym_DASH_EQ] = ACTIONS(213), + [anon_sym_STAR_EQ] = ACTIONS(213), + [anon_sym_SLASH_EQ] = ACTIONS(213), + [anon_sym_PERCENT_EQ] = ACTIONS(213), + [anon_sym_LT_LT_EQ] = ACTIONS(260), + [anon_sym_GT_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_EQ] = ACTIONS(260), + [anon_sym_CARET_EQ] = ACTIONS(213), + [anon_sym_PIPE_EQ] = ACTIONS(260), + [anon_sym_EQ_EQ] = ACTIONS(213), + [anon_sym_BANG_EQ] = ACTIONS(213), + [anon_sym_LT_EQ] = ACTIONS(260), + [anon_sym_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_AMP] = ACTIONS(260), + [anon_sym_PIPE_PIPE] = ACTIONS(260), + [anon_sym_LT_LT] = ACTIONS(213), + [anon_sym_GT_GT] = ACTIONS(213), + [anon_sym_PLUS] = ACTIONS(213), + [anon_sym_DASH] = ACTIONS(213), + [anon_sym_STAR] = ACTIONS(213), + [anon_sym_SLASH] = ACTIONS(213), + [anon_sym_PERCENT] = ACTIONS(213), + [anon_sym_STAR_STAR] = ACTIONS(213), + [anon_sym_LT] = ACTIONS(213), + [anon_sym_GT] = ACTIONS(213), + [anon_sym_LPAREN] = ACTIONS(947), + [anon_sym_PIPE] = ACTIONS(213), + [anon_sym_BANG] = ACTIONS(949), + [anon_sym_RBRACK] = ACTIONS(1045), + [anon_sym_EQ_TILDE] = ACTIONS(213), + [anon_sym_AMP] = ACTIONS(213), + [anon_sym_CARET] = ACTIONS(213), + [anon_sym_QMARK] = ACTIONS(213), + [anon_sym_DASH2] = ACTIONS(953), + [anon_sym_PLUS2] = ACTIONS(953), + [anon_sym_TILDE] = ACTIONS(955), + [anon_sym_PLUS_PLUS2] = ACTIONS(955), + [anon_sym_DASH_DASH2] = ACTIONS(955), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(258), + [aux_sym_concatenation_token1] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(271), + [sym__special_character] = ACTIONS(959), + [anon_sym_DQUOTE] = ACTIONS(275), + [sym_raw_string] = ACTIONS(961), + [sym_ansi_c_string] = ACTIONS(961), + [aux_sym_number_token1] = ACTIONS(279), + [aux_sym_number_token2] = ACTIONS(281), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(283), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(285), + [anon_sym_BQUOTE] = ACTIONS(287), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(289), + [anon_sym_LT_LPAREN] = ACTIONS(291), + [anon_sym_GT_LPAREN] = ACTIONS(291), + [sym_comment] = ACTIONS(67), + [sym__concat] = ACTIONS(1047), + [sym_test_operator] = ACTIONS(965), + [sym__brace_start] = ACTIONS(295), }, [345] = { - [sym_word] = ACTIONS(1231), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1231), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1231), - [anon_sym_SEMI] = ACTIONS(1231), - [anon_sym_EQ] = ACTIONS(1231), - [anon_sym_PLUS_PLUS] = ACTIONS(1231), - [anon_sym_DASH_DASH] = ACTIONS(1231), - [anon_sym_PLUS_EQ] = ACTIONS(1231), - [anon_sym_DASH_EQ] = ACTIONS(1231), - [anon_sym_STAR_EQ] = ACTIONS(1231), - [anon_sym_SLASH_EQ] = ACTIONS(1231), - [anon_sym_PERCENT_EQ] = ACTIONS(1231), - [anon_sym_LT_LT_EQ] = ACTIONS(1231), - [anon_sym_GT_GT_EQ] = ACTIONS(1231), - [anon_sym_AMP_EQ] = ACTIONS(1231), - [anon_sym_CARET_EQ] = ACTIONS(1231), - [anon_sym_PIPE_EQ] = ACTIONS(1231), - [anon_sym_EQ_EQ] = ACTIONS(1231), - [anon_sym_BANG_EQ] = ACTIONS(1231), - [anon_sym_LT_EQ] = ACTIONS(1231), - [anon_sym_GT_EQ] = ACTIONS(1231), - [anon_sym_AMP_AMP] = ACTIONS(1231), - [anon_sym_PIPE_PIPE] = ACTIONS(1231), - [anon_sym_LT_LT] = ACTIONS(1231), - [anon_sym_GT_GT] = ACTIONS(1231), - [anon_sym_PLUS] = ACTIONS(1231), - [anon_sym_DASH] = ACTIONS(1231), - [anon_sym_STAR] = ACTIONS(1231), - [anon_sym_SLASH] = ACTIONS(1231), - [anon_sym_PERCENT] = ACTIONS(1231), - [anon_sym_STAR_STAR] = ACTIONS(1231), - [anon_sym_LT] = ACTIONS(1231), - [anon_sym_GT] = ACTIONS(1231), - [anon_sym_RPAREN] = ACTIONS(1231), - [anon_sym_PIPE] = ACTIONS(1231), - [anon_sym_SEMI_SEMI] = ACTIONS(1231), - [anon_sym_PIPE_AMP] = ACTIONS(1231), - [anon_sym_EQ_TILDE] = ACTIONS(1231), - [anon_sym_AMP_GT] = ACTIONS(1231), - [anon_sym_AMP_GT_GT] = ACTIONS(1231), - [anon_sym_LT_AMP] = ACTIONS(1231), - [anon_sym_GT_AMP] = ACTIONS(1231), - [anon_sym_GT_PIPE] = ACTIONS(1231), - [anon_sym_LT_LT_DASH] = ACTIONS(1231), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1233), - [anon_sym_LT_LT_LT] = ACTIONS(1231), - [anon_sym_AMP] = ACTIONS(1231), - [anon_sym_CARET] = ACTIONS(1231), - [anon_sym_QMARK] = ACTIONS(1231), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1231), - [aux_sym_concatenation_token1] = ACTIONS(1231), - [anon_sym_DOLLAR] = ACTIONS(1231), - [sym__special_character] = ACTIONS(1231), - [anon_sym_DQUOTE] = ACTIONS(1231), - [sym_raw_string] = ACTIONS(1231), - [sym_ansi_c_string] = ACTIONS(1231), - [aux_sym_number_token1] = ACTIONS(1231), - [aux_sym_number_token2] = ACTIONS(1231), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1231), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1231), - [anon_sym_BQUOTE] = ACTIONS(1231), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1231), - [anon_sym_LT_LPAREN] = ACTIONS(1231), - [anon_sym_GT_LPAREN] = ACTIONS(1231), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1233), - [sym__concat] = ACTIONS(1233), - [sym_test_operator] = ACTIONS(1233), - [sym__bare_dollar] = ACTIONS(1233), - [sym__brace_start] = ACTIONS(1233), + [sym__expression] = STATE(2171), + [sym_binary_expression] = STATE(1943), + [sym_ternary_expression] = STATE(1943), + [sym_unary_expression] = STATE(1943), + [sym_postfix_expression] = STATE(1943), + [sym_parenthesized_expression] = STATE(1943), + [sym_arithmetic_expansion] = STATE(1873), + [sym_brace_expression] = STATE(1873), + [sym_concatenation] = STATE(1943), + [sym_string] = STATE(1873), + [sym_translated_string] = STATE(1873), + [sym_number] = STATE(1873), + [sym_simple_expansion] = STATE(1873), + [sym_expansion] = STATE(1873), + [sym_command_substitution] = STATE(1873), + [sym_process_substitution] = STATE(1873), + [aux_sym__literal_repeat1] = STATE(1901), + [aux_sym_concatenation_repeat1] = STATE(1902), + [sym_word] = ACTIONS(1049), + [anon_sym_LPAREN_LPAREN] = ACTIONS(973), + [anon_sym_RPAREN_RPAREN] = ACTIONS(260), + [anon_sym_EQ] = ACTIONS(213), + [anon_sym_PLUS_PLUS] = ACTIONS(213), + [anon_sym_DASH_DASH] = ACTIONS(213), + [anon_sym_PLUS_EQ] = ACTIONS(213), + [anon_sym_DASH_EQ] = ACTIONS(213), + [anon_sym_STAR_EQ] = ACTIONS(213), + [anon_sym_SLASH_EQ] = ACTIONS(213), + [anon_sym_PERCENT_EQ] = ACTIONS(213), + [anon_sym_LT_LT_EQ] = ACTIONS(260), + [anon_sym_GT_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_EQ] = ACTIONS(260), + [anon_sym_CARET_EQ] = ACTIONS(213), + [anon_sym_PIPE_EQ] = ACTIONS(260), + [anon_sym_EQ_EQ] = ACTIONS(213), + [anon_sym_BANG_EQ] = ACTIONS(213), + [anon_sym_LT_EQ] = ACTIONS(260), + [anon_sym_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_AMP] = ACTIONS(260), + [anon_sym_PIPE_PIPE] = ACTIONS(260), + [anon_sym_LT_LT] = ACTIONS(213), + [anon_sym_GT_GT] = ACTIONS(213), + [anon_sym_PLUS] = ACTIONS(213), + [anon_sym_DASH] = ACTIONS(213), + [anon_sym_STAR] = ACTIONS(213), + [anon_sym_SLASH] = ACTIONS(213), + [anon_sym_PERCENT] = ACTIONS(213), + [anon_sym_STAR_STAR] = ACTIONS(213), + [anon_sym_LT] = ACTIONS(213), + [anon_sym_GT] = ACTIONS(213), + [anon_sym_LPAREN] = ACTIONS(975), + [anon_sym_PIPE] = ACTIONS(213), + [anon_sym_BANG] = ACTIONS(1051), + [anon_sym_EQ_TILDE] = ACTIONS(213), + [anon_sym_AMP] = ACTIONS(213), + [anon_sym_CARET] = ACTIONS(213), + [anon_sym_QMARK] = ACTIONS(213), + [anon_sym_DASH2] = ACTIONS(1053), + [anon_sym_PLUS2] = ACTIONS(1053), + [anon_sym_TILDE] = ACTIONS(1055), + [anon_sym_PLUS_PLUS2] = ACTIONS(1055), + [anon_sym_DASH_DASH2] = ACTIONS(1055), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(973), + [aux_sym_concatenation_token1] = ACTIONS(983), + [anon_sym_DOLLAR] = ACTIONS(985), + [sym__special_character] = ACTIONS(1057), + [anon_sym_DQUOTE] = ACTIONS(989), + [sym_raw_string] = ACTIONS(1059), + [sym_ansi_c_string] = ACTIONS(1059), + [aux_sym_number_token1] = ACTIONS(993), + [aux_sym_number_token2] = ACTIONS(995), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(997), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(999), + [anon_sym_BQUOTE] = ACTIONS(1001), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1003), + [anon_sym_LT_LPAREN] = ACTIONS(1005), + [anon_sym_GT_LPAREN] = ACTIONS(1005), + [sym_comment] = ACTIONS(67), + [sym__concat] = ACTIONS(983), + [sym_test_operator] = ACTIONS(1061), + [sym__brace_start] = ACTIONS(1009), }, [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_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__expression] = STATE(2144), + [sym_binary_expression] = STATE(2071), + [sym_ternary_expression] = STATE(2071), + [sym_unary_expression] = STATE(2071), + [sym_postfix_expression] = STATE(2071), + [sym_parenthesized_expression] = STATE(2071), + [sym_arithmetic_expansion] = STATE(1892), + [sym_brace_expression] = STATE(1892), + [sym_concatenation] = STATE(2071), + [sym_string] = STATE(1892), + [sym_translated_string] = STATE(1892), + [sym_number] = STATE(1892), + [sym_simple_expansion] = STATE(1892), + [sym_expansion] = STATE(1892), + [sym_command_substitution] = STATE(1892), + [sym_process_substitution] = STATE(1892), + [aux_sym__literal_repeat1] = STATE(1817), + [aux_sym_concatenation_repeat1] = STATE(1851), + [sym_word] = ACTIONS(945), + [anon_sym_LPAREN_LPAREN] = ACTIONS(258), + [anon_sym_EQ] = ACTIONS(213), + [anon_sym_PLUS_PLUS] = ACTIONS(213), + [anon_sym_DASH_DASH] = ACTIONS(213), + [anon_sym_PLUS_EQ] = ACTIONS(213), + [anon_sym_DASH_EQ] = ACTIONS(213), + [anon_sym_STAR_EQ] = ACTIONS(213), + [anon_sym_SLASH_EQ] = ACTIONS(213), + [anon_sym_PERCENT_EQ] = ACTIONS(213), + [anon_sym_LT_LT_EQ] = ACTIONS(260), + [anon_sym_GT_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_EQ] = ACTIONS(260), + [anon_sym_CARET_EQ] = ACTIONS(213), + [anon_sym_PIPE_EQ] = ACTIONS(260), + [anon_sym_EQ_EQ] = ACTIONS(213), + [anon_sym_BANG_EQ] = ACTIONS(213), + [anon_sym_LT_EQ] = ACTIONS(260), + [anon_sym_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_AMP] = ACTIONS(260), + [anon_sym_PIPE_PIPE] = ACTIONS(260), + [anon_sym_LT_LT] = ACTIONS(213), + [anon_sym_GT_GT] = ACTIONS(213), + [anon_sym_PLUS] = ACTIONS(213), + [anon_sym_DASH] = ACTIONS(213), + [anon_sym_STAR] = ACTIONS(213), + [anon_sym_SLASH] = ACTIONS(213), + [anon_sym_PERCENT] = ACTIONS(213), + [anon_sym_STAR_STAR] = ACTIONS(213), + [anon_sym_LT] = ACTIONS(213), + [anon_sym_GT] = ACTIONS(213), + [anon_sym_LPAREN] = ACTIONS(947), + [anon_sym_PIPE] = ACTIONS(213), + [anon_sym_BANG] = ACTIONS(949), + [anon_sym_RBRACK] = ACTIONS(1063), + [anon_sym_EQ_TILDE] = ACTIONS(213), + [anon_sym_AMP] = ACTIONS(213), + [anon_sym_CARET] = ACTIONS(213), + [anon_sym_QMARK] = ACTIONS(213), + [anon_sym_DASH2] = ACTIONS(953), + [anon_sym_PLUS2] = ACTIONS(953), + [anon_sym_TILDE] = ACTIONS(955), + [anon_sym_PLUS_PLUS2] = ACTIONS(955), + [anon_sym_DASH_DASH2] = ACTIONS(955), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(258), + [aux_sym_concatenation_token1] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(271), + [sym__special_character] = ACTIONS(959), + [anon_sym_DQUOTE] = ACTIONS(275), + [sym_raw_string] = ACTIONS(961), + [sym_ansi_c_string] = ACTIONS(961), + [aux_sym_number_token1] = ACTIONS(279), + [aux_sym_number_token2] = ACTIONS(281), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(283), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(285), + [anon_sym_BQUOTE] = ACTIONS(287), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(289), + [anon_sym_LT_LPAREN] = ACTIONS(291), + [anon_sym_GT_LPAREN] = ACTIONS(291), + [sym_comment] = ACTIONS(67), + [sym__concat] = ACTIONS(1065), + [sym_test_operator] = ACTIONS(965), + [sym__brace_start] = ACTIONS(295), }, [347] = { - [sym_word] = ACTIONS(1205), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1205), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1205), - [anon_sym_SEMI] = ACTIONS(1205), - [anon_sym_EQ] = ACTIONS(1205), - [anon_sym_PLUS_PLUS] = ACTIONS(1205), - [anon_sym_DASH_DASH] = ACTIONS(1205), - [anon_sym_PLUS_EQ] = ACTIONS(1205), - [anon_sym_DASH_EQ] = ACTIONS(1205), - [anon_sym_STAR_EQ] = ACTIONS(1205), - [anon_sym_SLASH_EQ] = ACTIONS(1205), - [anon_sym_PERCENT_EQ] = ACTIONS(1205), - [anon_sym_LT_LT_EQ] = ACTIONS(1205), - [anon_sym_GT_GT_EQ] = ACTIONS(1205), - [anon_sym_AMP_EQ] = ACTIONS(1205), - [anon_sym_CARET_EQ] = ACTIONS(1205), - [anon_sym_PIPE_EQ] = ACTIONS(1205), - [anon_sym_EQ_EQ] = ACTIONS(1205), - [anon_sym_BANG_EQ] = ACTIONS(1205), - [anon_sym_LT_EQ] = ACTIONS(1205), - [anon_sym_GT_EQ] = ACTIONS(1205), - [anon_sym_AMP_AMP] = ACTIONS(1205), - [anon_sym_PIPE_PIPE] = ACTIONS(1205), - [anon_sym_LT_LT] = ACTIONS(1205), - [anon_sym_GT_GT] = ACTIONS(1205), - [anon_sym_PLUS] = ACTIONS(1205), - [anon_sym_DASH] = ACTIONS(1205), - [anon_sym_STAR] = ACTIONS(1205), - [anon_sym_SLASH] = ACTIONS(1205), - [anon_sym_PERCENT] = ACTIONS(1205), - [anon_sym_STAR_STAR] = ACTIONS(1205), - [anon_sym_LT] = ACTIONS(1205), - [anon_sym_GT] = ACTIONS(1205), - [anon_sym_RPAREN] = ACTIONS(1205), - [anon_sym_PIPE] = ACTIONS(1205), - [anon_sym_SEMI_SEMI] = ACTIONS(1205), - [anon_sym_PIPE_AMP] = ACTIONS(1205), - [anon_sym_EQ_TILDE] = ACTIONS(1205), - [anon_sym_AMP_GT] = ACTIONS(1205), - [anon_sym_AMP_GT_GT] = ACTIONS(1205), - [anon_sym_LT_AMP] = ACTIONS(1205), - [anon_sym_GT_AMP] = ACTIONS(1205), - [anon_sym_GT_PIPE] = ACTIONS(1205), - [anon_sym_LT_LT_DASH] = ACTIONS(1205), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1207), - [anon_sym_LT_LT_LT] = ACTIONS(1205), - [anon_sym_AMP] = ACTIONS(1205), - [anon_sym_CARET] = ACTIONS(1205), - [anon_sym_QMARK] = ACTIONS(1205), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1205), - [aux_sym_concatenation_token1] = ACTIONS(1205), - [anon_sym_DOLLAR] = ACTIONS(1205), - [sym__special_character] = ACTIONS(1205), - [anon_sym_DQUOTE] = ACTIONS(1205), - [sym_raw_string] = ACTIONS(1205), - [sym_ansi_c_string] = ACTIONS(1205), - [aux_sym_number_token1] = ACTIONS(1205), - [aux_sym_number_token2] = ACTIONS(1205), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1205), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1205), - [anon_sym_BQUOTE] = ACTIONS(1205), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1205), - [anon_sym_LT_LPAREN] = ACTIONS(1205), - [anon_sym_GT_LPAREN] = ACTIONS(1205), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1207), - [sym__concat] = ACTIONS(1207), - [sym_test_operator] = ACTIONS(1207), - [sym__bare_dollar] = ACTIONS(1207), - [sym__brace_start] = ACTIONS(1207), + [sym__expression] = STATE(2249), + [sym_binary_expression] = STATE(1943), + [sym_ternary_expression] = STATE(1943), + [sym_unary_expression] = STATE(1943), + [sym_postfix_expression] = STATE(1943), + [sym_parenthesized_expression] = STATE(1943), + [sym_arithmetic_expansion] = STATE(1938), + [sym_brace_expression] = STATE(1938), + [sym_concatenation] = STATE(1943), + [sym_string] = STATE(1938), + [sym_translated_string] = STATE(1938), + [sym_number] = STATE(1938), + [sym_simple_expansion] = STATE(1938), + [sym_expansion] = STATE(1938), + [sym_command_substitution] = STATE(1938), + [sym_process_substitution] = STATE(1938), + [aux_sym__literal_repeat1] = STATE(1901), + [aux_sym_concatenation_repeat1] = STATE(1940), + [sym_word] = ACTIONS(1067), + [anon_sym_LPAREN_LPAREN] = ACTIONS(973), + [anon_sym_EQ] = ACTIONS(213), + [anon_sym_PLUS_PLUS] = ACTIONS(213), + [anon_sym_DASH_DASH] = ACTIONS(213), + [anon_sym_PLUS_EQ] = ACTIONS(213), + [anon_sym_DASH_EQ] = ACTIONS(213), + [anon_sym_STAR_EQ] = ACTIONS(213), + [anon_sym_SLASH_EQ] = ACTIONS(213), + [anon_sym_PERCENT_EQ] = ACTIONS(213), + [anon_sym_LT_LT_EQ] = ACTIONS(260), + [anon_sym_GT_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_EQ] = ACTIONS(260), + [anon_sym_CARET_EQ] = ACTIONS(213), + [anon_sym_PIPE_EQ] = ACTIONS(260), + [anon_sym_EQ_EQ] = ACTIONS(213), + [anon_sym_BANG_EQ] = ACTIONS(213), + [anon_sym_LT_EQ] = ACTIONS(260), + [anon_sym_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_AMP] = ACTIONS(260), + [anon_sym_PIPE_PIPE] = ACTIONS(260), + [anon_sym_LT_LT] = ACTIONS(213), + [anon_sym_GT_GT] = ACTIONS(213), + [anon_sym_PLUS] = ACTIONS(213), + [anon_sym_DASH] = ACTIONS(213), + [anon_sym_STAR] = ACTIONS(213), + [anon_sym_SLASH] = ACTIONS(213), + [anon_sym_PERCENT] = ACTIONS(213), + [anon_sym_STAR_STAR] = ACTIONS(213), + [anon_sym_LT] = ACTIONS(213), + [anon_sym_GT] = ACTIONS(213), + [anon_sym_LPAREN] = ACTIONS(975), + [anon_sym_PIPE] = ACTIONS(213), + [anon_sym_BANG] = ACTIONS(1069), + [anon_sym_EQ_TILDE] = ACTIONS(213), + [anon_sym_AMP] = ACTIONS(213), + [anon_sym_CARET] = ACTIONS(213), + [anon_sym_QMARK] = ACTIONS(213), + [anon_sym_DASH2] = ACTIONS(1071), + [anon_sym_PLUS2] = ACTIONS(1071), + [anon_sym_TILDE] = ACTIONS(1073), + [anon_sym_PLUS_PLUS2] = ACTIONS(1073), + [anon_sym_DASH_DASH2] = ACTIONS(1073), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(973), + [aux_sym_concatenation_token1] = ACTIONS(983), + [anon_sym_DOLLAR] = ACTIONS(985), + [sym__special_character] = ACTIONS(1075), + [anon_sym_DQUOTE] = ACTIONS(989), + [sym_raw_string] = ACTIONS(1077), + [sym_ansi_c_string] = ACTIONS(1077), + [aux_sym_number_token1] = ACTIONS(993), + [aux_sym_number_token2] = ACTIONS(995), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(997), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(999), + [anon_sym_BQUOTE] = ACTIONS(1001), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1003), + [anon_sym_LT_LPAREN] = ACTIONS(1005), + [anon_sym_GT_LPAREN] = ACTIONS(1005), + [sym_comment] = ACTIONS(67), + [sym__concat] = ACTIONS(983), + [sym_test_operator] = ACTIONS(1079), + [sym__brace_start] = ACTIONS(1009), }, [348] = { - [aux_sym_concatenation_repeat1] = STATE(338), - [sym_word] = ACTIONS(1167), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1167), - [anon_sym_SEMI] = ACTIONS(1167), - [anon_sym_EQ] = ACTIONS(1167), - [anon_sym_PLUS_PLUS] = ACTIONS(1167), - [anon_sym_DASH_DASH] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_EQ_EQ] = ACTIONS(1167), - [anon_sym_BANG_EQ] = ACTIONS(1167), - [anon_sym_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_AMP] = ACTIONS(1167), - [anon_sym_PIPE_PIPE] = ACTIONS(1167), - [anon_sym_LT_LT] = ACTIONS(1167), - [anon_sym_GT_GT] = ACTIONS(1167), - [anon_sym_PLUS] = ACTIONS(1167), - [anon_sym_DASH] = ACTIONS(1167), - [anon_sym_STAR] = ACTIONS(1167), - [anon_sym_SLASH] = ACTIONS(1167), - [anon_sym_PERCENT] = ACTIONS(1167), - [anon_sym_STAR_STAR] = ACTIONS(1167), - [anon_sym_LT] = ACTIONS(1167), - [anon_sym_GT] = ACTIONS(1167), - [anon_sym_RPAREN] = ACTIONS(1167), - [anon_sym_PIPE] = ACTIONS(1167), - [anon_sym_SEMI_SEMI] = ACTIONS(1167), - [anon_sym_PIPE_AMP] = ACTIONS(1167), - [anon_sym_EQ_TILDE] = ACTIONS(1167), - [anon_sym_AMP_GT] = ACTIONS(1167), - [anon_sym_AMP_GT_GT] = ACTIONS(1167), - [anon_sym_LT_AMP] = ACTIONS(1167), - [anon_sym_GT_AMP] = ACTIONS(1167), - [anon_sym_GT_PIPE] = ACTIONS(1167), - [anon_sym_LT_LT_DASH] = ACTIONS(1167), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1169), - [anon_sym_LT_LT_LT] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1167), - [anon_sym_CARET] = ACTIONS(1167), - [anon_sym_QMARK] = ACTIONS(1167), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1167), - [aux_sym_concatenation_token1] = ACTIONS(316), - [anon_sym_DOLLAR] = ACTIONS(1167), - [sym__special_character] = ACTIONS(1167), - [anon_sym_DQUOTE] = ACTIONS(1167), - [sym_raw_string] = ACTIONS(1167), - [sym_ansi_c_string] = ACTIONS(1167), - [aux_sym_number_token1] = ACTIONS(1167), - [aux_sym_number_token2] = ACTIONS(1167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1167), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1167), - [anon_sym_BQUOTE] = ACTIONS(1167), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1167), - [anon_sym_LT_LPAREN] = ACTIONS(1167), - [anon_sym_GT_LPAREN] = ACTIONS(1167), + [sym_string] = STATE(367), + [sym_word] = ACTIONS(1081), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1081), + [anon_sym_SEMI] = ACTIONS(1081), + [anon_sym_EQ] = ACTIONS(1081), + [anon_sym_PLUS_PLUS] = ACTIONS(1081), + [anon_sym_DASH_DASH] = ACTIONS(1081), + [anon_sym_PLUS_EQ] = ACTIONS(1081), + [anon_sym_DASH_EQ] = ACTIONS(1081), + [anon_sym_STAR_EQ] = ACTIONS(1081), + [anon_sym_SLASH_EQ] = ACTIONS(1081), + [anon_sym_PERCENT_EQ] = ACTIONS(1081), + [anon_sym_LT_LT_EQ] = ACTIONS(1081), + [anon_sym_GT_GT_EQ] = ACTIONS(1081), + [anon_sym_AMP_EQ] = ACTIONS(1081), + [anon_sym_CARET_EQ] = ACTIONS(1081), + [anon_sym_PIPE_EQ] = ACTIONS(1081), + [anon_sym_EQ_EQ] = ACTIONS(1081), + [anon_sym_BANG_EQ] = ACTIONS(1081), + [anon_sym_LT_EQ] = ACTIONS(1081), + [anon_sym_GT_EQ] = ACTIONS(1081), + [anon_sym_AMP_AMP] = ACTIONS(1081), + [anon_sym_PIPE_PIPE] = ACTIONS(1081), + [anon_sym_LT_LT] = ACTIONS(1081), + [anon_sym_GT_GT] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(1081), + [anon_sym_DASH] = ACTIONS(1083), + [anon_sym_STAR] = ACTIONS(1083), + [anon_sym_SLASH] = ACTIONS(1081), + [anon_sym_PERCENT] = ACTIONS(1081), + [anon_sym_STAR_STAR] = ACTIONS(1081), + [anon_sym_LT] = ACTIONS(1081), + [anon_sym_GT] = ACTIONS(1081), + [anon_sym_LPAREN] = ACTIONS(1081), + [anon_sym_RPAREN] = ACTIONS(1081), + [anon_sym_PIPE] = ACTIONS(1081), + [anon_sym_SEMI_SEMI] = ACTIONS(1081), + [anon_sym_PIPE_AMP] = ACTIONS(1081), + [anon_sym_BANG] = ACTIONS(1083), + [anon_sym_EQ_TILDE] = ACTIONS(1081), + [anon_sym_AMP_GT] = ACTIONS(1081), + [anon_sym_AMP_GT_GT] = ACTIONS(1081), + [anon_sym_LT_AMP] = ACTIONS(1081), + [anon_sym_GT_AMP] = ACTIONS(1081), + [anon_sym_GT_PIPE] = ACTIONS(1081), + [anon_sym_LT_AMP_DASH] = ACTIONS(1081), + [anon_sym_GT_AMP_DASH] = ACTIONS(1081), + [anon_sym_LT_LT_DASH] = ACTIONS(1081), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1081), + [anon_sym_LT_LT_LT] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1081), + [anon_sym_CARET] = ACTIONS(1081), + [anon_sym_QMARK] = ACTIONS(1083), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1081), + [anon_sym_DOLLAR] = ACTIONS(1083), + [sym__special_character] = ACTIONS(1081), + [anon_sym_DQUOTE] = ACTIONS(1085), + [sym_raw_string] = ACTIONS(1081), + [sym_ansi_c_string] = ACTIONS(1081), + [aux_sym_number_token1] = ACTIONS(1081), + [aux_sym_number_token2] = ACTIONS(1081), + [anon_sym_POUND] = ACTIONS(1083), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1081), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1081), + [anon_sym_BQUOTE] = ACTIONS(1081), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1081), + [anon_sym_LT_LPAREN] = ACTIONS(1081), + [anon_sym_GT_LPAREN] = ACTIONS(1081), [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), + [aux_sym__simple_variable_name_token1] = ACTIONS(1087), + [aux_sym__multiline_variable_name_token1] = ACTIONS(1087), + [anon_sym_AT2] = ACTIONS(1083), + [anon_sym_0] = ACTIONS(1083), + [anon_sym__] = ACTIONS(1083), + [sym_file_descriptor] = ACTIONS(1089), + [sym_test_operator] = ACTIONS(1089), + [sym__bare_dollar] = ACTIONS(1089), + [sym__brace_start] = ACTIONS(1089), }, [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_string] = STATE(367), + [sym_word] = ACTIONS(1091), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1091), + [anon_sym_SEMI] = ACTIONS(1091), + [anon_sym_EQ] = ACTIONS(1091), + [anon_sym_PLUS_PLUS] = ACTIONS(1091), + [anon_sym_DASH_DASH] = ACTIONS(1091), + [anon_sym_PLUS_EQ] = ACTIONS(1091), + [anon_sym_DASH_EQ] = ACTIONS(1091), + [anon_sym_STAR_EQ] = ACTIONS(1091), + [anon_sym_SLASH_EQ] = ACTIONS(1091), + [anon_sym_PERCENT_EQ] = ACTIONS(1091), + [anon_sym_LT_LT_EQ] = ACTIONS(1091), + [anon_sym_GT_GT_EQ] = ACTIONS(1091), + [anon_sym_AMP_EQ] = ACTIONS(1091), + [anon_sym_CARET_EQ] = ACTIONS(1091), + [anon_sym_PIPE_EQ] = ACTIONS(1091), + [anon_sym_EQ_EQ] = ACTIONS(1091), + [anon_sym_BANG_EQ] = ACTIONS(1091), + [anon_sym_LT_EQ] = ACTIONS(1091), + [anon_sym_GT_EQ] = ACTIONS(1091), + [anon_sym_AMP_AMP] = ACTIONS(1091), + [anon_sym_PIPE_PIPE] = ACTIONS(1091), + [anon_sym_LT_LT] = ACTIONS(1091), + [anon_sym_GT_GT] = ACTIONS(1091), + [anon_sym_PLUS] = ACTIONS(1091), + [anon_sym_DASH] = ACTIONS(1083), + [anon_sym_STAR] = ACTIONS(1083), + [anon_sym_SLASH] = ACTIONS(1091), + [anon_sym_PERCENT] = ACTIONS(1091), + [anon_sym_STAR_STAR] = ACTIONS(1091), + [anon_sym_LT] = ACTIONS(1091), + [anon_sym_GT] = ACTIONS(1091), + [anon_sym_LPAREN] = ACTIONS(1091), + [anon_sym_RPAREN] = ACTIONS(1091), + [anon_sym_PIPE] = ACTIONS(1091), + [anon_sym_SEMI_SEMI] = ACTIONS(1091), + [anon_sym_PIPE_AMP] = ACTIONS(1091), + [anon_sym_BANG] = ACTIONS(1083), + [anon_sym_EQ_TILDE] = ACTIONS(1091), + [anon_sym_AMP_GT] = ACTIONS(1091), + [anon_sym_AMP_GT_GT] = ACTIONS(1091), + [anon_sym_LT_AMP] = ACTIONS(1091), + [anon_sym_GT_AMP] = ACTIONS(1091), + [anon_sym_GT_PIPE] = ACTIONS(1091), + [anon_sym_LT_AMP_DASH] = ACTIONS(1091), + [anon_sym_GT_AMP_DASH] = ACTIONS(1091), + [anon_sym_LT_LT_DASH] = ACTIONS(1091), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1091), + [anon_sym_LT_LT_LT] = ACTIONS(1091), + [anon_sym_AMP] = ACTIONS(1091), + [anon_sym_CARET] = ACTIONS(1091), + [anon_sym_QMARK] = ACTIONS(1083), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1091), + [anon_sym_DOLLAR] = ACTIONS(1083), + [sym__special_character] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1085), + [sym_raw_string] = ACTIONS(1091), + [sym_ansi_c_string] = ACTIONS(1091), + [aux_sym_number_token1] = ACTIONS(1091), + [aux_sym_number_token2] = ACTIONS(1091), + [anon_sym_POUND] = ACTIONS(1083), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1091), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1091), + [anon_sym_BQUOTE] = ACTIONS(1091), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1091), + [anon_sym_LT_LPAREN] = ACTIONS(1091), + [anon_sym_GT_LPAREN] = ACTIONS(1091), [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), + [aux_sym__simple_variable_name_token1] = ACTIONS(1087), + [aux_sym__multiline_variable_name_token1] = ACTIONS(1087), + [anon_sym_AT2] = ACTIONS(1083), + [anon_sym_0] = ACTIONS(1083), + [anon_sym__] = ACTIONS(1083), + [sym_file_descriptor] = ACTIONS(1093), + [sym_test_operator] = ACTIONS(1093), + [sym__bare_dollar] = ACTIONS(1093), + [sym__brace_start] = ACTIONS(1093), }, [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_string] = STATE(392), + [sym_word] = ACTIONS(1091), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1091), + [anon_sym_EQ] = ACTIONS(1091), + [anon_sym_PLUS_PLUS] = ACTIONS(1091), + [anon_sym_DASH_DASH] = ACTIONS(1091), + [anon_sym_PLUS_EQ] = ACTIONS(1091), + [anon_sym_DASH_EQ] = ACTIONS(1091), + [anon_sym_STAR_EQ] = ACTIONS(1091), + [anon_sym_SLASH_EQ] = ACTIONS(1091), + [anon_sym_PERCENT_EQ] = ACTIONS(1091), + [anon_sym_LT_LT_EQ] = ACTIONS(1091), + [anon_sym_GT_GT_EQ] = ACTIONS(1091), + [anon_sym_AMP_EQ] = ACTIONS(1091), + [anon_sym_CARET_EQ] = ACTIONS(1091), + [anon_sym_PIPE_EQ] = ACTIONS(1091), + [anon_sym_EQ_EQ] = ACTIONS(1091), + [anon_sym_BANG_EQ] = ACTIONS(1091), + [anon_sym_LT_EQ] = ACTIONS(1091), + [anon_sym_GT_EQ] = ACTIONS(1091), + [anon_sym_AMP_AMP] = ACTIONS(1091), + [anon_sym_PIPE_PIPE] = ACTIONS(1091), + [anon_sym_LT_LT] = ACTIONS(1091), + [anon_sym_GT_GT] = ACTIONS(1091), + [anon_sym_PLUS] = ACTIONS(1091), + [anon_sym_DASH] = ACTIONS(1095), + [anon_sym_STAR] = ACTIONS(1095), + [anon_sym_SLASH] = ACTIONS(1091), + [anon_sym_PERCENT] = ACTIONS(1091), + [anon_sym_STAR_STAR] = ACTIONS(1091), + [anon_sym_LT] = ACTIONS(1091), + [anon_sym_GT] = ACTIONS(1091), + [anon_sym_LPAREN] = ACTIONS(1091), + [anon_sym_PIPE] = ACTIONS(1091), + [anon_sym_PIPE_AMP] = ACTIONS(1091), + [anon_sym_BANG] = ACTIONS(1095), + [anon_sym_RBRACK] = ACTIONS(1091), + [anon_sym_EQ_TILDE] = ACTIONS(1091), + [anon_sym_AMP_GT] = ACTIONS(1091), + [anon_sym_AMP_GT_GT] = ACTIONS(1091), + [anon_sym_LT_AMP] = ACTIONS(1091), + [anon_sym_GT_AMP] = ACTIONS(1091), + [anon_sym_GT_PIPE] = ACTIONS(1091), + [anon_sym_LT_AMP_DASH] = ACTIONS(1091), + [anon_sym_GT_AMP_DASH] = ACTIONS(1091), + [anon_sym_LT_LT_DASH] = ACTIONS(1091), + [anon_sym_LT_LT_LT] = ACTIONS(1091), + [anon_sym_AMP] = ACTIONS(1091), + [anon_sym_CARET] = ACTIONS(1091), + [anon_sym_QMARK] = ACTIONS(1095), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1091), + [anon_sym_DOLLAR] = ACTIONS(1095), + [sym__special_character] = ACTIONS(1091), + [anon_sym_DQUOTE] = ACTIONS(1097), + [sym_raw_string] = ACTIONS(1091), + [sym_ansi_c_string] = ACTIONS(1091), + [aux_sym_number_token1] = ACTIONS(1091), + [aux_sym_number_token2] = ACTIONS(1091), + [anon_sym_POUND] = ACTIONS(1095), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1091), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1091), + [anon_sym_BQUOTE] = ACTIONS(1091), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1091), + [anon_sym_LT_LPAREN] = ACTIONS(1091), + [anon_sym_GT_LPAREN] = ACTIONS(1091), [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), + [aux_sym__simple_variable_name_token1] = ACTIONS(1099), + [aux_sym__multiline_variable_name_token1] = ACTIONS(1099), + [anon_sym_AT2] = ACTIONS(1095), + [anon_sym_0] = ACTIONS(1095), + [anon_sym__] = ACTIONS(1095), + [sym_file_descriptor] = ACTIONS(1093), + [sym_test_operator] = ACTIONS(1093), + [sym__bare_dollar] = ACTIONS(1093), + [sym__brace_start] = ACTIONS(1093), }, [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_string] = STATE(392), + [sym_word] = ACTIONS(1081), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1081), + [anon_sym_EQ] = ACTIONS(1081), + [anon_sym_PLUS_PLUS] = ACTIONS(1081), + [anon_sym_DASH_DASH] = ACTIONS(1081), + [anon_sym_PLUS_EQ] = ACTIONS(1081), + [anon_sym_DASH_EQ] = ACTIONS(1081), + [anon_sym_STAR_EQ] = ACTIONS(1081), + [anon_sym_SLASH_EQ] = ACTIONS(1081), + [anon_sym_PERCENT_EQ] = ACTIONS(1081), + [anon_sym_LT_LT_EQ] = ACTIONS(1081), + [anon_sym_GT_GT_EQ] = ACTIONS(1081), + [anon_sym_AMP_EQ] = ACTIONS(1081), + [anon_sym_CARET_EQ] = ACTIONS(1081), + [anon_sym_PIPE_EQ] = ACTIONS(1081), + [anon_sym_EQ_EQ] = ACTIONS(1081), + [anon_sym_BANG_EQ] = ACTIONS(1081), + [anon_sym_LT_EQ] = ACTIONS(1081), + [anon_sym_GT_EQ] = ACTIONS(1081), + [anon_sym_AMP_AMP] = ACTIONS(1081), + [anon_sym_PIPE_PIPE] = ACTIONS(1081), + [anon_sym_LT_LT] = ACTIONS(1081), + [anon_sym_GT_GT] = ACTIONS(1081), + [anon_sym_PLUS] = ACTIONS(1081), + [anon_sym_DASH] = ACTIONS(1095), + [anon_sym_STAR] = ACTIONS(1095), + [anon_sym_SLASH] = ACTIONS(1081), + [anon_sym_PERCENT] = ACTIONS(1081), + [anon_sym_STAR_STAR] = ACTIONS(1081), + [anon_sym_LT] = ACTIONS(1081), + [anon_sym_GT] = ACTIONS(1081), + [anon_sym_LPAREN] = ACTIONS(1081), + [anon_sym_PIPE] = ACTIONS(1081), + [anon_sym_PIPE_AMP] = ACTIONS(1081), + [anon_sym_BANG] = ACTIONS(1095), + [anon_sym_RBRACK] = ACTIONS(1081), + [anon_sym_EQ_TILDE] = ACTIONS(1081), + [anon_sym_AMP_GT] = ACTIONS(1081), + [anon_sym_AMP_GT_GT] = ACTIONS(1081), + [anon_sym_LT_AMP] = ACTIONS(1081), + [anon_sym_GT_AMP] = ACTIONS(1081), + [anon_sym_GT_PIPE] = ACTIONS(1081), + [anon_sym_LT_AMP_DASH] = ACTIONS(1081), + [anon_sym_GT_AMP_DASH] = ACTIONS(1081), + [anon_sym_LT_LT_DASH] = ACTIONS(1081), + [anon_sym_LT_LT_LT] = ACTIONS(1081), + [anon_sym_AMP] = ACTIONS(1081), + [anon_sym_CARET] = ACTIONS(1081), + [anon_sym_QMARK] = ACTIONS(1095), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1081), + [anon_sym_DOLLAR] = ACTIONS(1095), + [sym__special_character] = ACTIONS(1081), + [anon_sym_DQUOTE] = ACTIONS(1097), + [sym_raw_string] = ACTIONS(1081), + [sym_ansi_c_string] = ACTIONS(1081), + [aux_sym_number_token1] = ACTIONS(1081), + [aux_sym_number_token2] = ACTIONS(1081), + [anon_sym_POUND] = ACTIONS(1095), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1081), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1081), + [anon_sym_BQUOTE] = ACTIONS(1081), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1081), + [anon_sym_LT_LPAREN] = ACTIONS(1081), + [anon_sym_GT_LPAREN] = ACTIONS(1081), [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), + [aux_sym__simple_variable_name_token1] = ACTIONS(1099), + [aux_sym__multiline_variable_name_token1] = ACTIONS(1099), + [anon_sym_AT2] = ACTIONS(1095), + [anon_sym_0] = ACTIONS(1095), + [anon_sym__] = ACTIONS(1095), + [sym_file_descriptor] = ACTIONS(1089), + [sym_test_operator] = ACTIONS(1089), + [sym__bare_dollar] = ACTIONS(1089), + [sym__brace_start] = ACTIONS(1089), }, [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(353), + [sym_word] = ACTIONS(1101), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1101), + [anon_sym_SEMI] = ACTIONS(1101), + [anon_sym_EQ] = ACTIONS(1101), + [anon_sym_PLUS_PLUS] = ACTIONS(1101), + [anon_sym_DASH_DASH] = ACTIONS(1101), + [anon_sym_PLUS_EQ] = ACTIONS(1101), + [anon_sym_DASH_EQ] = ACTIONS(1101), + [anon_sym_STAR_EQ] = ACTIONS(1101), + [anon_sym_SLASH_EQ] = ACTIONS(1101), + [anon_sym_PERCENT_EQ] = ACTIONS(1101), + [anon_sym_LT_LT_EQ] = ACTIONS(1101), + [anon_sym_GT_GT_EQ] = ACTIONS(1101), + [anon_sym_AMP_EQ] = ACTIONS(1101), + [anon_sym_CARET_EQ] = ACTIONS(1101), + [anon_sym_PIPE_EQ] = ACTIONS(1101), + [anon_sym_EQ_EQ] = ACTIONS(1101), + [anon_sym_BANG_EQ] = ACTIONS(1101), + [anon_sym_LT_EQ] = ACTIONS(1101), + [anon_sym_GT_EQ] = ACTIONS(1101), + [anon_sym_AMP_AMP] = ACTIONS(1101), + [anon_sym_PIPE_PIPE] = ACTIONS(1101), + [anon_sym_LT_LT] = ACTIONS(1101), + [anon_sym_GT_GT] = ACTIONS(1101), + [anon_sym_PLUS] = ACTIONS(1101), + [anon_sym_DASH] = ACTIONS(1101), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_SLASH] = ACTIONS(1101), + [anon_sym_PERCENT] = ACTIONS(1101), + [anon_sym_STAR_STAR] = ACTIONS(1101), + [anon_sym_LT] = ACTIONS(1101), + [anon_sym_GT] = ACTIONS(1101), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_RPAREN] = ACTIONS(1101), + [anon_sym_PIPE] = ACTIONS(1101), + [anon_sym_SEMI_SEMI] = ACTIONS(1101), + [anon_sym_PIPE_AMP] = ACTIONS(1101), + [anon_sym_EQ_TILDE] = ACTIONS(1101), + [anon_sym_AMP_GT] = ACTIONS(1101), + [anon_sym_AMP_GT_GT] = ACTIONS(1101), + [anon_sym_LT_AMP] = ACTIONS(1101), + [anon_sym_GT_AMP] = ACTIONS(1101), + [anon_sym_GT_PIPE] = ACTIONS(1101), + [anon_sym_LT_AMP_DASH] = ACTIONS(1101), + [anon_sym_GT_AMP_DASH] = ACTIONS(1101), + [anon_sym_LT_LT_DASH] = ACTIONS(1101), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1103), + [anon_sym_LT_LT_LT] = ACTIONS(1101), + [anon_sym_AMP] = ACTIONS(1101), + [anon_sym_CARET] = ACTIONS(1101), + [anon_sym_QMARK] = ACTIONS(1101), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1101), + [aux_sym_concatenation_token1] = ACTIONS(222), + [anon_sym_DOLLAR] = ACTIONS(1101), + [sym__special_character] = ACTIONS(1101), + [anon_sym_DQUOTE] = ACTIONS(1101), + [sym_raw_string] = ACTIONS(1101), + [sym_ansi_c_string] = ACTIONS(1101), + [aux_sym_number_token1] = ACTIONS(1101), + [aux_sym_number_token2] = ACTIONS(1101), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1101), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1101), + [anon_sym_BQUOTE] = ACTIONS(1101), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1101), + [anon_sym_LT_LPAREN] = ACTIONS(1101), + [anon_sym_GT_LPAREN] = ACTIONS(1101), [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(1103), + [sym__concat] = ACTIONS(1105), + [sym_test_operator] = ACTIONS(1103), + [sym__bare_dollar] = ACTIONS(1103), + [sym__brace_start] = ACTIONS(1103), }, [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), + [aux_sym_concatenation_repeat1] = STATE(353), + [sym_word] = ACTIONS(1107), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1107), + [anon_sym_SEMI] = ACTIONS(1107), + [anon_sym_EQ] = ACTIONS(1107), + [anon_sym_PLUS_PLUS] = ACTIONS(1107), + [anon_sym_DASH_DASH] = ACTIONS(1107), + [anon_sym_PLUS_EQ] = ACTIONS(1107), + [anon_sym_DASH_EQ] = ACTIONS(1107), + [anon_sym_STAR_EQ] = ACTIONS(1107), + [anon_sym_SLASH_EQ] = ACTIONS(1107), + [anon_sym_PERCENT_EQ] = ACTIONS(1107), + [anon_sym_LT_LT_EQ] = ACTIONS(1107), + [anon_sym_GT_GT_EQ] = ACTIONS(1107), + [anon_sym_AMP_EQ] = ACTIONS(1107), + [anon_sym_CARET_EQ] = ACTIONS(1107), + [anon_sym_PIPE_EQ] = ACTIONS(1107), + [anon_sym_EQ_EQ] = ACTIONS(1107), + [anon_sym_BANG_EQ] = ACTIONS(1107), + [anon_sym_LT_EQ] = ACTIONS(1107), + [anon_sym_GT_EQ] = ACTIONS(1107), + [anon_sym_AMP_AMP] = ACTIONS(1107), + [anon_sym_PIPE_PIPE] = ACTIONS(1107), + [anon_sym_LT_LT] = ACTIONS(1107), + [anon_sym_GT_GT] = ACTIONS(1107), + [anon_sym_PLUS] = ACTIONS(1107), + [anon_sym_DASH] = ACTIONS(1107), + [anon_sym_STAR] = ACTIONS(1107), + [anon_sym_SLASH] = ACTIONS(1107), + [anon_sym_PERCENT] = ACTIONS(1107), + [anon_sym_STAR_STAR] = ACTIONS(1107), + [anon_sym_LT] = ACTIONS(1107), + [anon_sym_GT] = ACTIONS(1107), + [anon_sym_LPAREN] = ACTIONS(1107), + [anon_sym_RPAREN] = ACTIONS(1107), + [anon_sym_PIPE] = ACTIONS(1107), + [anon_sym_SEMI_SEMI] = ACTIONS(1107), + [anon_sym_PIPE_AMP] = ACTIONS(1107), + [anon_sym_EQ_TILDE] = ACTIONS(1107), + [anon_sym_AMP_GT] = ACTIONS(1107), + [anon_sym_AMP_GT_GT] = ACTIONS(1107), + [anon_sym_LT_AMP] = ACTIONS(1107), + [anon_sym_GT_AMP] = ACTIONS(1107), + [anon_sym_GT_PIPE] = ACTIONS(1107), + [anon_sym_LT_AMP_DASH] = ACTIONS(1107), + [anon_sym_GT_AMP_DASH] = ACTIONS(1107), + [anon_sym_LT_LT_DASH] = ACTIONS(1107), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1109), + [anon_sym_LT_LT_LT] = ACTIONS(1107), + [anon_sym_AMP] = ACTIONS(1107), + [anon_sym_CARET] = ACTIONS(1107), + [anon_sym_QMARK] = ACTIONS(1107), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1107), + [aux_sym_concatenation_token1] = ACTIONS(1111), + [anon_sym_DOLLAR] = ACTIONS(1107), + [sym__special_character] = ACTIONS(1107), + [anon_sym_DQUOTE] = ACTIONS(1107), + [sym_raw_string] = ACTIONS(1107), + [sym_ansi_c_string] = ACTIONS(1107), + [aux_sym_number_token1] = ACTIONS(1107), + [aux_sym_number_token2] = ACTIONS(1107), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1107), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1107), + [anon_sym_BQUOTE] = ACTIONS(1107), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1107), + [anon_sym_LT_LPAREN] = ACTIONS(1107), + [anon_sym_GT_LPAREN] = ACTIONS(1107), [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(1109), + [sym__concat] = ACTIONS(1114), + [sym_test_operator] = ACTIONS(1109), + [sym__bare_dollar] = ACTIONS(1109), + [sym__brace_start] = ACTIONS(1109), }, [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), + [aux_sym_concatenation_repeat1] = STATE(352), + [sym_word] = ACTIONS(1117), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1117), + [anon_sym_SEMI] = ACTIONS(1117), + [anon_sym_EQ] = ACTIONS(1117), + [anon_sym_PLUS_PLUS] = ACTIONS(1117), + [anon_sym_DASH_DASH] = ACTIONS(1117), + [anon_sym_PLUS_EQ] = ACTIONS(1117), + [anon_sym_DASH_EQ] = ACTIONS(1117), + [anon_sym_STAR_EQ] = ACTIONS(1117), + [anon_sym_SLASH_EQ] = ACTIONS(1117), + [anon_sym_PERCENT_EQ] = ACTIONS(1117), + [anon_sym_LT_LT_EQ] = ACTIONS(1117), + [anon_sym_GT_GT_EQ] = ACTIONS(1117), + [anon_sym_AMP_EQ] = ACTIONS(1117), + [anon_sym_CARET_EQ] = ACTIONS(1117), + [anon_sym_PIPE_EQ] = ACTIONS(1117), + [anon_sym_EQ_EQ] = ACTIONS(1117), + [anon_sym_BANG_EQ] = ACTIONS(1117), + [anon_sym_LT_EQ] = ACTIONS(1117), + [anon_sym_GT_EQ] = ACTIONS(1117), + [anon_sym_AMP_AMP] = ACTIONS(1117), + [anon_sym_PIPE_PIPE] = ACTIONS(1117), + [anon_sym_LT_LT] = ACTIONS(1117), + [anon_sym_GT_GT] = ACTIONS(1117), + [anon_sym_PLUS] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_STAR] = ACTIONS(1117), + [anon_sym_SLASH] = ACTIONS(1117), + [anon_sym_PERCENT] = ACTIONS(1117), + [anon_sym_STAR_STAR] = ACTIONS(1117), + [anon_sym_LT] = ACTIONS(1117), + [anon_sym_GT] = ACTIONS(1117), + [anon_sym_LPAREN] = ACTIONS(1117), + [anon_sym_RPAREN] = ACTIONS(1117), + [anon_sym_PIPE] = ACTIONS(1117), + [anon_sym_SEMI_SEMI] = ACTIONS(1117), + [anon_sym_PIPE_AMP] = ACTIONS(1117), + [anon_sym_EQ_TILDE] = ACTIONS(1117), + [anon_sym_AMP_GT] = ACTIONS(1117), + [anon_sym_AMP_GT_GT] = ACTIONS(1117), + [anon_sym_LT_AMP] = ACTIONS(1117), + [anon_sym_GT_AMP] = ACTIONS(1117), + [anon_sym_GT_PIPE] = ACTIONS(1117), + [anon_sym_LT_AMP_DASH] = ACTIONS(1117), + [anon_sym_GT_AMP_DASH] = ACTIONS(1117), + [anon_sym_LT_LT_DASH] = ACTIONS(1117), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1119), + [anon_sym_LT_LT_LT] = ACTIONS(1117), + [anon_sym_AMP] = ACTIONS(1117), + [anon_sym_CARET] = ACTIONS(1117), + [anon_sym_QMARK] = ACTIONS(1117), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1117), + [aux_sym_concatenation_token1] = ACTIONS(222), + [anon_sym_DOLLAR] = ACTIONS(1117), + [sym__special_character] = ACTIONS(1117), + [anon_sym_DQUOTE] = ACTIONS(1117), + [sym_raw_string] = ACTIONS(1117), + [sym_ansi_c_string] = ACTIONS(1117), + [aux_sym_number_token1] = ACTIONS(1117), + [aux_sym_number_token2] = ACTIONS(1117), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1117), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1117), + [anon_sym_BQUOTE] = ACTIONS(1117), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1117), + [anon_sym_LT_LPAREN] = ACTIONS(1117), + [anon_sym_GT_LPAREN] = ACTIONS(1117), [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(1119), + [sym__concat] = ACTIONS(246), + [sym_test_operator] = ACTIONS(1119), + [sym__bare_dollar] = ACTIONS(1119), + [sym__brace_start] = ACTIONS(1119), }, [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), + [aux_sym_concatenation_repeat1] = STATE(353), + [sym_word] = ACTIONS(1121), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1121), + [anon_sym_SEMI] = ACTIONS(1121), + [anon_sym_EQ] = ACTIONS(1121), + [anon_sym_PLUS_PLUS] = ACTIONS(1121), + [anon_sym_DASH_DASH] = ACTIONS(1121), + [anon_sym_PLUS_EQ] = ACTIONS(1121), + [anon_sym_DASH_EQ] = ACTIONS(1121), + [anon_sym_STAR_EQ] = ACTIONS(1121), + [anon_sym_SLASH_EQ] = ACTIONS(1121), + [anon_sym_PERCENT_EQ] = ACTIONS(1121), + [anon_sym_LT_LT_EQ] = ACTIONS(1121), + [anon_sym_GT_GT_EQ] = ACTIONS(1121), + [anon_sym_AMP_EQ] = ACTIONS(1121), + [anon_sym_CARET_EQ] = ACTIONS(1121), + [anon_sym_PIPE_EQ] = ACTIONS(1121), + [anon_sym_EQ_EQ] = ACTIONS(1121), + [anon_sym_BANG_EQ] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1121), + [anon_sym_GT_EQ] = ACTIONS(1121), + [anon_sym_AMP_AMP] = ACTIONS(1121), + [anon_sym_PIPE_PIPE] = ACTIONS(1121), + [anon_sym_LT_LT] = ACTIONS(1121), + [anon_sym_GT_GT] = ACTIONS(1121), + [anon_sym_PLUS] = ACTIONS(1121), + [anon_sym_DASH] = ACTIONS(1121), + [anon_sym_STAR] = ACTIONS(1121), + [anon_sym_SLASH] = ACTIONS(1121), + [anon_sym_PERCENT] = ACTIONS(1121), + [anon_sym_STAR_STAR] = ACTIONS(1121), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_LPAREN] = ACTIONS(1121), + [anon_sym_RPAREN] = ACTIONS(1121), + [anon_sym_PIPE] = ACTIONS(1121), + [anon_sym_SEMI_SEMI] = ACTIONS(1121), + [anon_sym_PIPE_AMP] = ACTIONS(1121), + [anon_sym_EQ_TILDE] = ACTIONS(1121), + [anon_sym_AMP_GT] = ACTIONS(1121), + [anon_sym_AMP_GT_GT] = ACTIONS(1121), + [anon_sym_LT_AMP] = ACTIONS(1121), + [anon_sym_GT_AMP] = ACTIONS(1121), + [anon_sym_GT_PIPE] = ACTIONS(1121), + [anon_sym_LT_AMP_DASH] = ACTIONS(1121), + [anon_sym_GT_AMP_DASH] = ACTIONS(1121), + [anon_sym_LT_LT_DASH] = ACTIONS(1121), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1123), + [anon_sym_LT_LT_LT] = ACTIONS(1121), + [anon_sym_AMP] = ACTIONS(1121), + [anon_sym_CARET] = ACTIONS(1121), + [anon_sym_QMARK] = ACTIONS(1121), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1121), + [aux_sym_concatenation_token1] = ACTIONS(222), + [anon_sym_DOLLAR] = ACTIONS(1121), + [sym__special_character] = ACTIONS(1121), + [anon_sym_DQUOTE] = ACTIONS(1121), + [sym_raw_string] = ACTIONS(1121), + [sym_ansi_c_string] = ACTIONS(1121), + [aux_sym_number_token1] = ACTIONS(1121), + [aux_sym_number_token2] = ACTIONS(1121), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1121), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1121), + [anon_sym_BQUOTE] = ACTIONS(1121), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1121), + [anon_sym_LT_LPAREN] = ACTIONS(1121), + [anon_sym_GT_LPAREN] = ACTIONS(1121), [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(1123), + [sym__concat] = ACTIONS(1125), + [sym_test_operator] = ACTIONS(1123), + [sym__bare_dollar] = ACTIONS(1123), + [sym__brace_start] = ACTIONS(1123), }, [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), + [aux_sym_concatenation_repeat1] = STATE(355), + [sym_word] = ACTIONS(1127), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1127), + [anon_sym_SEMI] = ACTIONS(1127), + [anon_sym_EQ] = ACTIONS(1129), + [anon_sym_PLUS_PLUS] = ACTIONS(1129), + [anon_sym_DASH_DASH] = ACTIONS(1129), + [anon_sym_PLUS_EQ] = ACTIONS(1129), + [anon_sym_DASH_EQ] = ACTIONS(1129), + [anon_sym_STAR_EQ] = ACTIONS(1129), + [anon_sym_SLASH_EQ] = ACTIONS(1129), + [anon_sym_PERCENT_EQ] = ACTIONS(1129), + [anon_sym_LT_LT_EQ] = ACTIONS(1129), + [anon_sym_GT_GT_EQ] = ACTIONS(1129), + [anon_sym_AMP_EQ] = ACTIONS(1129), + [anon_sym_CARET_EQ] = ACTIONS(1129), + [anon_sym_PIPE_EQ] = ACTIONS(1129), + [anon_sym_EQ_EQ] = ACTIONS(1131), + [anon_sym_BANG_EQ] = ACTIONS(1129), + [anon_sym_LT_EQ] = ACTIONS(1129), + [anon_sym_GT_EQ] = ACTIONS(1129), + [anon_sym_AMP_AMP] = ACTIONS(1131), + [anon_sym_PIPE_PIPE] = ACTIONS(1131), + [anon_sym_LT_LT] = ACTIONS(1131), + [anon_sym_GT_GT] = ACTIONS(1131), + [anon_sym_PLUS] = ACTIONS(1129), + [anon_sym_DASH] = ACTIONS(1129), + [anon_sym_STAR] = ACTIONS(1129), + [anon_sym_SLASH] = ACTIONS(1129), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_STAR_STAR] = ACTIONS(1129), + [anon_sym_LT] = ACTIONS(1131), + [anon_sym_GT] = ACTIONS(1131), + [anon_sym_LPAREN] = ACTIONS(1134), + [anon_sym_RPAREN] = ACTIONS(1131), + [anon_sym_PIPE] = ACTIONS(1131), + [anon_sym_SEMI_SEMI] = ACTIONS(1127), + [anon_sym_PIPE_AMP] = ACTIONS(1127), + [anon_sym_EQ_TILDE] = ACTIONS(1131), + [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_AMP_DASH] = ACTIONS(1127), + [anon_sym_GT_AMP_DASH] = ACTIONS(1127), + [anon_sym_LT_LT_DASH] = ACTIONS(1127), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1137), + [anon_sym_LT_LT_LT] = ACTIONS(1127), + [anon_sym_AMP] = ACTIONS(1131), + [anon_sym_CARET] = ACTIONS(1129), + [anon_sym_QMARK] = ACTIONS(1129), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1127), + [aux_sym_concatenation_token1] = ACTIONS(222), + [anon_sym_DOLLAR] = ACTIONS(1127), + [sym__special_character] = ACTIONS(1127), + [anon_sym_DQUOTE] = ACTIONS(1127), + [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_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(1265), - [sym__concat] = ACTIONS(1265), - [sym_test_operator] = ACTIONS(1265), - [sym__bare_dollar] = ACTIONS(1265), - [sym__brace_start] = ACTIONS(1265), + [sym_file_descriptor] = ACTIONS(1137), + [sym__concat] = ACTIONS(246), + [sym_test_operator] = ACTIONS(1139), + [sym__bare_dollar] = ACTIONS(1137), + [sym__brace_start] = ACTIONS(1137), }, [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), + [aux_sym_concatenation_repeat1] = STATE(355), + [sym_word] = ACTIONS(1127), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1127), + [anon_sym_SEMI] = ACTIONS(1127), + [anon_sym_EQ] = ACTIONS(1129), + [anon_sym_PLUS_PLUS] = ACTIONS(1129), + [anon_sym_DASH_DASH] = ACTIONS(1129), + [anon_sym_PLUS_EQ] = ACTIONS(1129), + [anon_sym_DASH_EQ] = ACTIONS(1129), + [anon_sym_STAR_EQ] = ACTIONS(1129), + [anon_sym_SLASH_EQ] = ACTIONS(1129), + [anon_sym_PERCENT_EQ] = ACTIONS(1129), + [anon_sym_LT_LT_EQ] = ACTIONS(1129), + [anon_sym_GT_GT_EQ] = ACTIONS(1129), + [anon_sym_AMP_EQ] = ACTIONS(1129), + [anon_sym_CARET_EQ] = ACTIONS(1129), + [anon_sym_PIPE_EQ] = ACTIONS(1129), + [anon_sym_EQ_EQ] = ACTIONS(1131), + [anon_sym_BANG_EQ] = ACTIONS(1129), + [anon_sym_LT_EQ] = ACTIONS(1129), + [anon_sym_GT_EQ] = ACTIONS(1129), + [anon_sym_AMP_AMP] = ACTIONS(1131), + [anon_sym_PIPE_PIPE] = ACTIONS(1131), + [anon_sym_LT_LT] = ACTIONS(1131), + [anon_sym_GT_GT] = ACTIONS(1131), + [anon_sym_PLUS] = ACTIONS(1129), + [anon_sym_DASH] = ACTIONS(1129), + [anon_sym_STAR] = ACTIONS(1129), + [anon_sym_SLASH] = ACTIONS(1129), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_STAR_STAR] = ACTIONS(1129), + [anon_sym_LT] = ACTIONS(1131), + [anon_sym_GT] = ACTIONS(1131), + [anon_sym_LPAREN] = ACTIONS(1127), + [anon_sym_RPAREN] = ACTIONS(1131), + [anon_sym_PIPE] = ACTIONS(1131), + [anon_sym_SEMI_SEMI] = ACTIONS(1127), + [anon_sym_PIPE_AMP] = ACTIONS(1127), + [anon_sym_EQ_TILDE] = ACTIONS(1131), + [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_AMP_DASH] = ACTIONS(1127), + [anon_sym_GT_AMP_DASH] = ACTIONS(1127), + [anon_sym_LT_LT_DASH] = ACTIONS(1127), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1137), + [anon_sym_LT_LT_LT] = ACTIONS(1127), + [anon_sym_AMP] = ACTIONS(1131), + [anon_sym_CARET] = ACTIONS(1129), + [anon_sym_QMARK] = ACTIONS(1129), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1127), + [aux_sym_concatenation_token1] = ACTIONS(222), + [anon_sym_DOLLAR] = ACTIONS(1127), + [sym__special_character] = ACTIONS(1127), + [anon_sym_DQUOTE] = ACTIONS(1127), + [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_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(1269), - [sym__concat] = ACTIONS(1269), - [sym_test_operator] = ACTIONS(1269), - [sym__bare_dollar] = ACTIONS(1269), - [sym__brace_start] = ACTIONS(1269), + [sym_file_descriptor] = ACTIONS(1137), + [sym__concat] = ACTIONS(246), + [sym_test_operator] = ACTIONS(1139), + [sym__bare_dollar] = ACTIONS(1137), + [sym__brace_start] = ACTIONS(1137), }, [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(1142), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1142), + [anon_sym_SEMI] = ACTIONS(1142), + [anon_sym_EQ] = ACTIONS(1142), + [anon_sym_PLUS_PLUS] = ACTIONS(1142), + [anon_sym_DASH_DASH] = ACTIONS(1142), + [anon_sym_PLUS_EQ] = ACTIONS(1142), + [anon_sym_DASH_EQ] = ACTIONS(1142), + [anon_sym_STAR_EQ] = ACTIONS(1142), + [anon_sym_SLASH_EQ] = ACTIONS(1142), + [anon_sym_PERCENT_EQ] = ACTIONS(1142), + [anon_sym_LT_LT_EQ] = ACTIONS(1142), + [anon_sym_GT_GT_EQ] = ACTIONS(1142), + [anon_sym_AMP_EQ] = ACTIONS(1142), + [anon_sym_CARET_EQ] = ACTIONS(1142), + [anon_sym_PIPE_EQ] = ACTIONS(1142), + [anon_sym_EQ_EQ] = ACTIONS(1142), + [anon_sym_BANG_EQ] = ACTIONS(1142), + [anon_sym_LT_EQ] = ACTIONS(1142), + [anon_sym_GT_EQ] = ACTIONS(1142), + [anon_sym_AMP_AMP] = ACTIONS(1142), + [anon_sym_PIPE_PIPE] = ACTIONS(1142), + [anon_sym_LT_LT] = ACTIONS(1142), + [anon_sym_GT_GT] = ACTIONS(1142), + [anon_sym_PLUS] = ACTIONS(1142), + [anon_sym_DASH] = ACTIONS(1142), + [anon_sym_STAR] = ACTIONS(1142), + [anon_sym_SLASH] = ACTIONS(1142), + [anon_sym_PERCENT] = ACTIONS(1142), + [anon_sym_STAR_STAR] = ACTIONS(1142), + [anon_sym_LT] = ACTIONS(1142), + [anon_sym_GT] = ACTIONS(1142), + [anon_sym_LPAREN] = ACTIONS(1142), + [anon_sym_RPAREN] = ACTIONS(1142), + [anon_sym_PIPE] = ACTIONS(1142), + [anon_sym_SEMI_SEMI] = ACTIONS(1142), + [anon_sym_PIPE_AMP] = ACTIONS(1142), + [anon_sym_EQ_TILDE] = ACTIONS(1142), + [anon_sym_AMP_GT] = ACTIONS(1142), + [anon_sym_AMP_GT_GT] = ACTIONS(1142), + [anon_sym_LT_AMP] = ACTIONS(1142), + [anon_sym_GT_AMP] = ACTIONS(1142), + [anon_sym_GT_PIPE] = ACTIONS(1142), + [anon_sym_LT_AMP_DASH] = ACTIONS(1142), + [anon_sym_GT_AMP_DASH] = ACTIONS(1142), + [anon_sym_LT_LT_DASH] = ACTIONS(1142), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1144), + [anon_sym_LT_LT_LT] = ACTIONS(1142), + [anon_sym_AMP] = ACTIONS(1142), + [anon_sym_CARET] = ACTIONS(1142), + [anon_sym_QMARK] = ACTIONS(1142), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1142), + [aux_sym_concatenation_token1] = ACTIONS(1142), + [anon_sym_DOLLAR] = ACTIONS(1142), + [sym__special_character] = ACTIONS(1142), + [anon_sym_DQUOTE] = ACTIONS(1142), + [sym_raw_string] = ACTIONS(1142), + [sym_ansi_c_string] = ACTIONS(1142), + [aux_sym_number_token1] = ACTIONS(1142), + [aux_sym_number_token2] = ACTIONS(1142), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1142), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1142), + [anon_sym_BQUOTE] = ACTIONS(1142), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1142), + [anon_sym_LT_LPAREN] = ACTIONS(1142), + [anon_sym_GT_LPAREN] = ACTIONS(1142), [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(1144), + [sym__concat] = ACTIONS(1144), + [sym_test_operator] = ACTIONS(1144), + [sym__bare_dollar] = ACTIONS(1144), + [sym__brace_start] = ACTIONS(1144), }, [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(1146), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1146), + [anon_sym_SEMI] = ACTIONS(1146), + [anon_sym_EQ] = ACTIONS(1146), + [anon_sym_PLUS_PLUS] = ACTIONS(1146), + [anon_sym_DASH_DASH] = ACTIONS(1146), + [anon_sym_PLUS_EQ] = ACTIONS(1146), + [anon_sym_DASH_EQ] = ACTIONS(1146), + [anon_sym_STAR_EQ] = ACTIONS(1146), + [anon_sym_SLASH_EQ] = ACTIONS(1146), + [anon_sym_PERCENT_EQ] = ACTIONS(1146), + [anon_sym_LT_LT_EQ] = ACTIONS(1146), + [anon_sym_GT_GT_EQ] = ACTIONS(1146), + [anon_sym_AMP_EQ] = ACTIONS(1146), + [anon_sym_CARET_EQ] = ACTIONS(1146), + [anon_sym_PIPE_EQ] = ACTIONS(1146), + [anon_sym_EQ_EQ] = ACTIONS(1146), + [anon_sym_BANG_EQ] = ACTIONS(1146), + [anon_sym_LT_EQ] = ACTIONS(1146), + [anon_sym_GT_EQ] = ACTIONS(1146), + [anon_sym_AMP_AMP] = ACTIONS(1146), + [anon_sym_PIPE_PIPE] = ACTIONS(1146), + [anon_sym_LT_LT] = ACTIONS(1146), + [anon_sym_GT_GT] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(1146), + [anon_sym_DASH] = ACTIONS(1146), + [anon_sym_STAR] = ACTIONS(1146), + [anon_sym_SLASH] = ACTIONS(1146), + [anon_sym_PERCENT] = ACTIONS(1146), + [anon_sym_STAR_STAR] = ACTIONS(1146), + [anon_sym_LT] = ACTIONS(1146), + [anon_sym_GT] = ACTIONS(1146), + [anon_sym_LPAREN] = ACTIONS(1146), + [anon_sym_RPAREN] = ACTIONS(1146), + [anon_sym_PIPE] = ACTIONS(1146), + [anon_sym_SEMI_SEMI] = ACTIONS(1146), + [anon_sym_PIPE_AMP] = ACTIONS(1146), + [anon_sym_EQ_TILDE] = ACTIONS(1146), + [anon_sym_AMP_GT] = ACTIONS(1146), + [anon_sym_AMP_GT_GT] = ACTIONS(1146), + [anon_sym_LT_AMP] = ACTIONS(1146), + [anon_sym_GT_AMP] = ACTIONS(1146), + [anon_sym_GT_PIPE] = ACTIONS(1146), + [anon_sym_LT_AMP_DASH] = ACTIONS(1146), + [anon_sym_GT_AMP_DASH] = ACTIONS(1146), + [anon_sym_LT_LT_DASH] = ACTIONS(1146), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1148), + [anon_sym_LT_LT_LT] = ACTIONS(1146), + [anon_sym_AMP] = ACTIONS(1146), + [anon_sym_CARET] = ACTIONS(1146), + [anon_sym_QMARK] = ACTIONS(1146), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1146), + [aux_sym_concatenation_token1] = ACTIONS(1146), + [anon_sym_DOLLAR] = ACTIONS(1146), + [sym__special_character] = ACTIONS(1146), + [anon_sym_DQUOTE] = ACTIONS(1146), + [sym_raw_string] = ACTIONS(1146), + [sym_ansi_c_string] = ACTIONS(1146), + [aux_sym_number_token1] = ACTIONS(1146), + [aux_sym_number_token2] = ACTIONS(1146), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1146), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1146), + [anon_sym_BQUOTE] = ACTIONS(1146), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1146), + [anon_sym_LT_LPAREN] = ACTIONS(1146), + [anon_sym_GT_LPAREN] = ACTIONS(1146), [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(1148), + [sym__concat] = ACTIONS(1148), + [sym_test_operator] = ACTIONS(1148), + [sym__bare_dollar] = ACTIONS(1148), + [sym__brace_start] = ACTIONS(1148), }, [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(1150), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1150), + [anon_sym_SEMI] = ACTIONS(1150), + [anon_sym_EQ] = ACTIONS(1150), + [anon_sym_PLUS_PLUS] = ACTIONS(1150), + [anon_sym_DASH_DASH] = ACTIONS(1150), + [anon_sym_PLUS_EQ] = ACTIONS(1150), + [anon_sym_DASH_EQ] = ACTIONS(1150), + [anon_sym_STAR_EQ] = ACTIONS(1150), + [anon_sym_SLASH_EQ] = ACTIONS(1150), + [anon_sym_PERCENT_EQ] = ACTIONS(1150), + [anon_sym_LT_LT_EQ] = ACTIONS(1150), + [anon_sym_GT_GT_EQ] = ACTIONS(1150), + [anon_sym_AMP_EQ] = ACTIONS(1150), + [anon_sym_CARET_EQ] = ACTIONS(1150), + [anon_sym_PIPE_EQ] = ACTIONS(1150), + [anon_sym_EQ_EQ] = ACTIONS(1150), + [anon_sym_BANG_EQ] = ACTIONS(1150), + [anon_sym_LT_EQ] = ACTIONS(1150), + [anon_sym_GT_EQ] = ACTIONS(1150), + [anon_sym_AMP_AMP] = ACTIONS(1150), + [anon_sym_PIPE_PIPE] = ACTIONS(1150), + [anon_sym_LT_LT] = ACTIONS(1150), + [anon_sym_GT_GT] = ACTIONS(1150), + [anon_sym_PLUS] = ACTIONS(1150), + [anon_sym_DASH] = ACTIONS(1150), + [anon_sym_STAR] = ACTIONS(1150), + [anon_sym_SLASH] = ACTIONS(1150), + [anon_sym_PERCENT] = ACTIONS(1150), + [anon_sym_STAR_STAR] = ACTIONS(1150), + [anon_sym_LT] = ACTIONS(1150), + [anon_sym_GT] = ACTIONS(1150), + [anon_sym_LPAREN] = ACTIONS(1150), + [anon_sym_RPAREN] = ACTIONS(1150), + [anon_sym_PIPE] = ACTIONS(1150), + [anon_sym_SEMI_SEMI] = ACTIONS(1150), + [anon_sym_PIPE_AMP] = ACTIONS(1150), + [anon_sym_EQ_TILDE] = ACTIONS(1150), + [anon_sym_AMP_GT] = ACTIONS(1150), + [anon_sym_AMP_GT_GT] = ACTIONS(1150), + [anon_sym_LT_AMP] = ACTIONS(1150), + [anon_sym_GT_AMP] = ACTIONS(1150), + [anon_sym_GT_PIPE] = ACTIONS(1150), + [anon_sym_LT_AMP_DASH] = ACTIONS(1150), + [anon_sym_GT_AMP_DASH] = ACTIONS(1150), + [anon_sym_LT_LT_DASH] = ACTIONS(1150), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1152), + [anon_sym_LT_LT_LT] = ACTIONS(1150), + [anon_sym_AMP] = ACTIONS(1150), + [anon_sym_CARET] = ACTIONS(1150), + [anon_sym_QMARK] = ACTIONS(1150), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1150), + [aux_sym_concatenation_token1] = ACTIONS(1150), + [anon_sym_DOLLAR] = ACTIONS(1150), + [sym__special_character] = ACTIONS(1150), + [anon_sym_DQUOTE] = ACTIONS(1150), + [sym_raw_string] = ACTIONS(1150), + [sym_ansi_c_string] = ACTIONS(1150), + [aux_sym_number_token1] = ACTIONS(1150), + [aux_sym_number_token2] = ACTIONS(1150), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1150), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1150), + [anon_sym_BQUOTE] = ACTIONS(1150), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1150), + [anon_sym_LT_LPAREN] = ACTIONS(1150), + [anon_sym_GT_LPAREN] = ACTIONS(1150), [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(1152), + [sym__concat] = ACTIONS(1152), + [sym_test_operator] = ACTIONS(1152), + [sym__bare_dollar] = ACTIONS(1152), + [sym__brace_start] = ACTIONS(1152), }, [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), + [sym_word] = ACTIONS(1154), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1154), + [anon_sym_SEMI] = ACTIONS(1154), + [anon_sym_EQ] = ACTIONS(1154), + [anon_sym_PLUS_PLUS] = ACTIONS(1154), + [anon_sym_DASH_DASH] = ACTIONS(1154), + [anon_sym_PLUS_EQ] = ACTIONS(1154), + [anon_sym_DASH_EQ] = ACTIONS(1154), + [anon_sym_STAR_EQ] = ACTIONS(1154), + [anon_sym_SLASH_EQ] = ACTIONS(1154), + [anon_sym_PERCENT_EQ] = ACTIONS(1154), + [anon_sym_LT_LT_EQ] = ACTIONS(1154), + [anon_sym_GT_GT_EQ] = ACTIONS(1154), + [anon_sym_AMP_EQ] = ACTIONS(1154), + [anon_sym_CARET_EQ] = ACTIONS(1154), + [anon_sym_PIPE_EQ] = ACTIONS(1154), + [anon_sym_EQ_EQ] = ACTIONS(1154), + [anon_sym_BANG_EQ] = ACTIONS(1154), + [anon_sym_LT_EQ] = ACTIONS(1154), + [anon_sym_GT_EQ] = ACTIONS(1154), + [anon_sym_AMP_AMP] = ACTIONS(1154), + [anon_sym_PIPE_PIPE] = ACTIONS(1154), + [anon_sym_LT_LT] = ACTIONS(1154), + [anon_sym_GT_GT] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1154), + [anon_sym_DASH] = ACTIONS(1154), + [anon_sym_STAR] = ACTIONS(1154), + [anon_sym_SLASH] = ACTIONS(1154), + [anon_sym_PERCENT] = ACTIONS(1154), + [anon_sym_STAR_STAR] = ACTIONS(1154), + [anon_sym_LT] = ACTIONS(1154), + [anon_sym_GT] = ACTIONS(1154), + [anon_sym_LPAREN] = ACTIONS(1154), + [anon_sym_RPAREN] = ACTIONS(1154), + [anon_sym_PIPE] = ACTIONS(1154), + [anon_sym_SEMI_SEMI] = ACTIONS(1154), + [anon_sym_PIPE_AMP] = ACTIONS(1154), + [anon_sym_EQ_TILDE] = ACTIONS(1154), + [anon_sym_AMP_GT] = ACTIONS(1154), + [anon_sym_AMP_GT_GT] = ACTIONS(1154), + [anon_sym_LT_AMP] = ACTIONS(1154), + [anon_sym_GT_AMP] = ACTIONS(1154), + [anon_sym_GT_PIPE] = ACTIONS(1154), + [anon_sym_LT_AMP_DASH] = ACTIONS(1154), + [anon_sym_GT_AMP_DASH] = ACTIONS(1154), + [anon_sym_LT_LT_DASH] = ACTIONS(1154), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1156), + [anon_sym_LT_LT_LT] = ACTIONS(1154), + [anon_sym_AMP] = ACTIONS(1154), + [anon_sym_CARET] = ACTIONS(1154), + [anon_sym_QMARK] = ACTIONS(1154), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1154), + [aux_sym_concatenation_token1] = ACTIONS(1154), + [anon_sym_DOLLAR] = ACTIONS(1154), + [sym__special_character] = ACTIONS(1154), + [anon_sym_DQUOTE] = ACTIONS(1154), + [sym_raw_string] = ACTIONS(1154), + [sym_ansi_c_string] = ACTIONS(1154), + [aux_sym_number_token1] = ACTIONS(1154), + [aux_sym_number_token2] = ACTIONS(1154), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1154), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1154), + [anon_sym_BQUOTE] = ACTIONS(1154), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1154), + [anon_sym_LT_LPAREN] = ACTIONS(1154), + [anon_sym_GT_LPAREN] = ACTIONS(1154), [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(1156), + [sym__concat] = ACTIONS(1156), + [sym_test_operator] = ACTIONS(1156), + [sym__bare_dollar] = ACTIONS(1156), + [sym__brace_start] = ACTIONS(1156), }, [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), + [sym_word] = ACTIONS(1158), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1158), + [anon_sym_SEMI] = ACTIONS(1158), + [anon_sym_EQ] = ACTIONS(1158), + [anon_sym_PLUS_PLUS] = ACTIONS(1158), + [anon_sym_DASH_DASH] = ACTIONS(1158), + [anon_sym_PLUS_EQ] = ACTIONS(1158), + [anon_sym_DASH_EQ] = ACTIONS(1158), + [anon_sym_STAR_EQ] = ACTIONS(1158), + [anon_sym_SLASH_EQ] = ACTIONS(1158), + [anon_sym_PERCENT_EQ] = ACTIONS(1158), + [anon_sym_LT_LT_EQ] = ACTIONS(1158), + [anon_sym_GT_GT_EQ] = ACTIONS(1158), + [anon_sym_AMP_EQ] = ACTIONS(1158), + [anon_sym_CARET_EQ] = ACTIONS(1158), + [anon_sym_PIPE_EQ] = ACTIONS(1158), + [anon_sym_EQ_EQ] = ACTIONS(1158), + [anon_sym_BANG_EQ] = ACTIONS(1158), + [anon_sym_LT_EQ] = ACTIONS(1158), + [anon_sym_GT_EQ] = ACTIONS(1158), + [anon_sym_AMP_AMP] = ACTIONS(1158), + [anon_sym_PIPE_PIPE] = ACTIONS(1158), + [anon_sym_LT_LT] = ACTIONS(1158), + [anon_sym_GT_GT] = ACTIONS(1158), + [anon_sym_PLUS] = ACTIONS(1158), + [anon_sym_DASH] = ACTIONS(1158), + [anon_sym_STAR] = ACTIONS(1158), + [anon_sym_SLASH] = ACTIONS(1158), + [anon_sym_PERCENT] = ACTIONS(1158), + [anon_sym_STAR_STAR] = ACTIONS(1158), + [anon_sym_LT] = ACTIONS(1158), + [anon_sym_GT] = ACTIONS(1158), + [anon_sym_LPAREN] = ACTIONS(1158), + [anon_sym_RPAREN] = ACTIONS(1158), + [anon_sym_PIPE] = ACTIONS(1158), + [anon_sym_SEMI_SEMI] = ACTIONS(1158), + [anon_sym_PIPE_AMP] = ACTIONS(1158), + [anon_sym_EQ_TILDE] = ACTIONS(1158), + [anon_sym_AMP_GT] = ACTIONS(1158), + [anon_sym_AMP_GT_GT] = ACTIONS(1158), + [anon_sym_LT_AMP] = ACTIONS(1158), + [anon_sym_GT_AMP] = ACTIONS(1158), + [anon_sym_GT_PIPE] = ACTIONS(1158), + [anon_sym_LT_AMP_DASH] = ACTIONS(1158), + [anon_sym_GT_AMP_DASH] = ACTIONS(1158), + [anon_sym_LT_LT_DASH] = ACTIONS(1158), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1160), + [anon_sym_LT_LT_LT] = ACTIONS(1158), + [anon_sym_AMP] = ACTIONS(1158), + [anon_sym_CARET] = ACTIONS(1158), + [anon_sym_QMARK] = ACTIONS(1158), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1158), + [aux_sym_concatenation_token1] = ACTIONS(1158), + [anon_sym_DOLLAR] = ACTIONS(1158), + [sym__special_character] = ACTIONS(1158), + [anon_sym_DQUOTE] = ACTIONS(1158), + [sym_raw_string] = ACTIONS(1158), + [sym_ansi_c_string] = ACTIONS(1158), + [aux_sym_number_token1] = ACTIONS(1158), + [aux_sym_number_token2] = ACTIONS(1158), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1158), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1158), + [anon_sym_BQUOTE] = ACTIONS(1158), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1158), + [anon_sym_LT_LPAREN] = ACTIONS(1158), + [anon_sym_GT_LPAREN] = ACTIONS(1158), [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(1160), + [sym__concat] = ACTIONS(1160), + [sym_test_operator] = ACTIONS(1160), + [sym__bare_dollar] = ACTIONS(1160), + [sym__brace_start] = ACTIONS(1160), }, [363] = { - [sym_word] = ACTIONS(1243), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1243), - [anon_sym_SEMI] = ACTIONS(1243), - [anon_sym_EQ] = ACTIONS(1243), - [anon_sym_PLUS_PLUS] = ACTIONS(1243), - [anon_sym_DASH_DASH] = ACTIONS(1243), - [anon_sym_PLUS_EQ] = ACTIONS(1243), - [anon_sym_DASH_EQ] = ACTIONS(1243), - [anon_sym_STAR_EQ] = ACTIONS(1243), - [anon_sym_SLASH_EQ] = ACTIONS(1243), - [anon_sym_PERCENT_EQ] = ACTIONS(1243), - [anon_sym_LT_LT_EQ] = ACTIONS(1243), - [anon_sym_GT_GT_EQ] = ACTIONS(1243), - [anon_sym_AMP_EQ] = ACTIONS(1243), - [anon_sym_CARET_EQ] = ACTIONS(1243), - [anon_sym_PIPE_EQ] = ACTIONS(1243), - [anon_sym_EQ_EQ] = ACTIONS(1243), - [anon_sym_BANG_EQ] = ACTIONS(1243), - [anon_sym_LT_EQ] = ACTIONS(1243), - [anon_sym_GT_EQ] = ACTIONS(1243), - [anon_sym_AMP_AMP] = ACTIONS(1243), - [anon_sym_PIPE_PIPE] = ACTIONS(1243), - [anon_sym_LT_LT] = ACTIONS(1243), - [anon_sym_GT_GT] = ACTIONS(1243), - [anon_sym_PLUS] = ACTIONS(1243), - [anon_sym_DASH] = ACTIONS(1243), - [anon_sym_STAR] = ACTIONS(1243), - [anon_sym_SLASH] = ACTIONS(1243), - [anon_sym_PERCENT] = ACTIONS(1243), - [anon_sym_STAR_STAR] = ACTIONS(1243), - [anon_sym_LT] = ACTIONS(1243), - [anon_sym_GT] = ACTIONS(1243), - [anon_sym_RPAREN] = ACTIONS(1243), - [anon_sym_PIPE] = ACTIONS(1243), - [anon_sym_SEMI_SEMI] = ACTIONS(1243), - [anon_sym_PIPE_AMP] = ACTIONS(1243), - [anon_sym_EQ_TILDE] = ACTIONS(1243), - [anon_sym_AMP_GT] = ACTIONS(1243), - [anon_sym_AMP_GT_GT] = ACTIONS(1243), - [anon_sym_LT_AMP] = ACTIONS(1243), - [anon_sym_GT_AMP] = ACTIONS(1243), - [anon_sym_GT_PIPE] = ACTIONS(1243), - [anon_sym_LT_LT_DASH] = ACTIONS(1243), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1245), - [anon_sym_LT_LT_LT] = ACTIONS(1243), - [anon_sym_AMP] = ACTIONS(1243), - [anon_sym_CARET] = ACTIONS(1243), - [anon_sym_QMARK] = ACTIONS(1243), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1243), - [aux_sym_concatenation_token1] = ACTIONS(1243), - [anon_sym_DOLLAR] = ACTIONS(1243), - [sym__special_character] = ACTIONS(1243), - [anon_sym_DQUOTE] = ACTIONS(1243), - [sym_raw_string] = ACTIONS(1243), - [sym_ansi_c_string] = ACTIONS(1243), - [aux_sym_number_token1] = ACTIONS(1243), - [aux_sym_number_token2] = ACTIONS(1243), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1243), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1243), - [anon_sym_BQUOTE] = ACTIONS(1243), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1243), - [anon_sym_LT_LPAREN] = ACTIONS(1243), - [anon_sym_GT_LPAREN] = ACTIONS(1243), + [sym_word] = ACTIONS(1162), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1162), + [anon_sym_SEMI] = ACTIONS(1162), + [anon_sym_EQ] = ACTIONS(1162), + [anon_sym_PLUS_PLUS] = ACTIONS(1162), + [anon_sym_DASH_DASH] = ACTIONS(1162), + [anon_sym_PLUS_EQ] = ACTIONS(1162), + [anon_sym_DASH_EQ] = ACTIONS(1162), + [anon_sym_STAR_EQ] = ACTIONS(1162), + [anon_sym_SLASH_EQ] = ACTIONS(1162), + [anon_sym_PERCENT_EQ] = ACTIONS(1162), + [anon_sym_LT_LT_EQ] = ACTIONS(1162), + [anon_sym_GT_GT_EQ] = ACTIONS(1162), + [anon_sym_AMP_EQ] = ACTIONS(1162), + [anon_sym_CARET_EQ] = ACTIONS(1162), + [anon_sym_PIPE_EQ] = ACTIONS(1162), + [anon_sym_EQ_EQ] = ACTIONS(1162), + [anon_sym_BANG_EQ] = ACTIONS(1162), + [anon_sym_LT_EQ] = ACTIONS(1162), + [anon_sym_GT_EQ] = ACTIONS(1162), + [anon_sym_AMP_AMP] = ACTIONS(1162), + [anon_sym_PIPE_PIPE] = ACTIONS(1162), + [anon_sym_LT_LT] = ACTIONS(1162), + [anon_sym_GT_GT] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1162), + [anon_sym_DASH] = ACTIONS(1162), + [anon_sym_STAR] = ACTIONS(1162), + [anon_sym_SLASH] = ACTIONS(1162), + [anon_sym_PERCENT] = ACTIONS(1162), + [anon_sym_STAR_STAR] = ACTIONS(1162), + [anon_sym_LT] = ACTIONS(1162), + [anon_sym_GT] = ACTIONS(1162), + [anon_sym_LPAREN] = ACTIONS(1162), + [anon_sym_RPAREN] = ACTIONS(1162), + [anon_sym_PIPE] = ACTIONS(1162), + [anon_sym_SEMI_SEMI] = ACTIONS(1162), + [anon_sym_PIPE_AMP] = ACTIONS(1162), + [anon_sym_EQ_TILDE] = ACTIONS(1162), + [anon_sym_AMP_GT] = ACTIONS(1162), + [anon_sym_AMP_GT_GT] = ACTIONS(1162), + [anon_sym_LT_AMP] = ACTIONS(1162), + [anon_sym_GT_AMP] = ACTIONS(1162), + [anon_sym_GT_PIPE] = ACTIONS(1162), + [anon_sym_LT_AMP_DASH] = ACTIONS(1162), + [anon_sym_GT_AMP_DASH] = ACTIONS(1162), + [anon_sym_LT_LT_DASH] = ACTIONS(1162), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1164), + [anon_sym_LT_LT_LT] = ACTIONS(1162), + [anon_sym_AMP] = ACTIONS(1162), + [anon_sym_CARET] = ACTIONS(1162), + [anon_sym_QMARK] = ACTIONS(1162), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1162), + [aux_sym_concatenation_token1] = ACTIONS(1162), + [anon_sym_DOLLAR] = ACTIONS(1162), + [sym__special_character] = ACTIONS(1162), + [anon_sym_DQUOTE] = ACTIONS(1162), + [sym_raw_string] = ACTIONS(1162), + [sym_ansi_c_string] = ACTIONS(1162), + [aux_sym_number_token1] = ACTIONS(1162), + [aux_sym_number_token2] = ACTIONS(1162), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1162), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1162), + [anon_sym_BQUOTE] = ACTIONS(1162), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1162), + [anon_sym_LT_LPAREN] = ACTIONS(1162), + [anon_sym_GT_LPAREN] = ACTIONS(1162), [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(1164), + [sym__concat] = ACTIONS(1164), + [sym_test_operator] = ACTIONS(1164), + [sym__bare_dollar] = ACTIONS(1164), + [sym__brace_start] = ACTIONS(1164), }, [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(1166), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1166), + [anon_sym_SEMI] = ACTIONS(1166), + [anon_sym_EQ] = ACTIONS(1166), + [anon_sym_PLUS_PLUS] = ACTIONS(1166), + [anon_sym_DASH_DASH] = ACTIONS(1166), + [anon_sym_PLUS_EQ] = ACTIONS(1166), + [anon_sym_DASH_EQ] = ACTIONS(1166), + [anon_sym_STAR_EQ] = ACTIONS(1166), + [anon_sym_SLASH_EQ] = ACTIONS(1166), + [anon_sym_PERCENT_EQ] = ACTIONS(1166), + [anon_sym_LT_LT_EQ] = ACTIONS(1166), + [anon_sym_GT_GT_EQ] = ACTIONS(1166), + [anon_sym_AMP_EQ] = ACTIONS(1166), + [anon_sym_CARET_EQ] = ACTIONS(1166), + [anon_sym_PIPE_EQ] = ACTIONS(1166), + [anon_sym_EQ_EQ] = ACTIONS(1166), + [anon_sym_BANG_EQ] = ACTIONS(1166), + [anon_sym_LT_EQ] = ACTIONS(1166), + [anon_sym_GT_EQ] = ACTIONS(1166), + [anon_sym_AMP_AMP] = ACTIONS(1166), + [anon_sym_PIPE_PIPE] = ACTIONS(1166), + [anon_sym_LT_LT] = ACTIONS(1166), + [anon_sym_GT_GT] = ACTIONS(1166), + [anon_sym_PLUS] = ACTIONS(1166), + [anon_sym_DASH] = ACTIONS(1166), + [anon_sym_STAR] = ACTIONS(1166), + [anon_sym_SLASH] = ACTIONS(1166), + [anon_sym_PERCENT] = ACTIONS(1166), + [anon_sym_STAR_STAR] = ACTIONS(1166), + [anon_sym_LT] = ACTIONS(1166), + [anon_sym_GT] = ACTIONS(1166), + [anon_sym_LPAREN] = ACTIONS(1166), + [anon_sym_RPAREN] = ACTIONS(1166), + [anon_sym_PIPE] = ACTIONS(1166), + [anon_sym_SEMI_SEMI] = ACTIONS(1166), + [anon_sym_PIPE_AMP] = ACTIONS(1166), + [anon_sym_EQ_TILDE] = ACTIONS(1166), + [anon_sym_AMP_GT] = ACTIONS(1166), + [anon_sym_AMP_GT_GT] = ACTIONS(1166), + [anon_sym_LT_AMP] = ACTIONS(1166), + [anon_sym_GT_AMP] = ACTIONS(1166), + [anon_sym_GT_PIPE] = ACTIONS(1166), + [anon_sym_LT_AMP_DASH] = ACTIONS(1166), + [anon_sym_GT_AMP_DASH] = ACTIONS(1166), + [anon_sym_LT_LT_DASH] = ACTIONS(1166), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1168), + [anon_sym_LT_LT_LT] = ACTIONS(1166), + [anon_sym_AMP] = ACTIONS(1166), + [anon_sym_CARET] = ACTIONS(1166), + [anon_sym_QMARK] = ACTIONS(1166), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1166), + [aux_sym_concatenation_token1] = ACTIONS(1166), + [anon_sym_DOLLAR] = ACTIONS(1166), + [sym__special_character] = ACTIONS(1166), + [anon_sym_DQUOTE] = ACTIONS(1166), + [sym_raw_string] = ACTIONS(1166), + [sym_ansi_c_string] = ACTIONS(1166), + [aux_sym_number_token1] = ACTIONS(1166), + [aux_sym_number_token2] = ACTIONS(1166), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1166), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1166), + [anon_sym_BQUOTE] = ACTIONS(1166), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1166), + [anon_sym_LT_LPAREN] = ACTIONS(1166), + [anon_sym_GT_LPAREN] = ACTIONS(1166), [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(1168), + [sym__concat] = ACTIONS(1168), + [sym_test_operator] = ACTIONS(1168), + [sym__bare_dollar] = ACTIONS(1168), + [sym__brace_start] = ACTIONS(1168), }, [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(1107), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1107), + [anon_sym_SEMI] = ACTIONS(1107), + [anon_sym_EQ] = ACTIONS(1107), + [anon_sym_PLUS_PLUS] = ACTIONS(1107), + [anon_sym_DASH_DASH] = ACTIONS(1107), + [anon_sym_PLUS_EQ] = ACTIONS(1107), + [anon_sym_DASH_EQ] = ACTIONS(1107), + [anon_sym_STAR_EQ] = ACTIONS(1107), + [anon_sym_SLASH_EQ] = ACTIONS(1107), + [anon_sym_PERCENT_EQ] = ACTIONS(1107), + [anon_sym_LT_LT_EQ] = ACTIONS(1107), + [anon_sym_GT_GT_EQ] = ACTIONS(1107), + [anon_sym_AMP_EQ] = ACTIONS(1107), + [anon_sym_CARET_EQ] = ACTIONS(1107), + [anon_sym_PIPE_EQ] = ACTIONS(1107), + [anon_sym_EQ_EQ] = ACTIONS(1107), + [anon_sym_BANG_EQ] = ACTIONS(1107), + [anon_sym_LT_EQ] = ACTIONS(1107), + [anon_sym_GT_EQ] = ACTIONS(1107), + [anon_sym_AMP_AMP] = ACTIONS(1107), + [anon_sym_PIPE_PIPE] = ACTIONS(1107), + [anon_sym_LT_LT] = ACTIONS(1107), + [anon_sym_GT_GT] = ACTIONS(1107), + [anon_sym_PLUS] = ACTIONS(1107), + [anon_sym_DASH] = ACTIONS(1107), + [anon_sym_STAR] = ACTIONS(1107), + [anon_sym_SLASH] = ACTIONS(1107), + [anon_sym_PERCENT] = ACTIONS(1107), + [anon_sym_STAR_STAR] = ACTIONS(1107), + [anon_sym_LT] = ACTIONS(1107), + [anon_sym_GT] = ACTIONS(1107), + [anon_sym_LPAREN] = ACTIONS(1107), + [anon_sym_RPAREN] = ACTIONS(1107), + [anon_sym_PIPE] = ACTIONS(1107), + [anon_sym_SEMI_SEMI] = ACTIONS(1107), + [anon_sym_PIPE_AMP] = ACTIONS(1107), + [anon_sym_EQ_TILDE] = ACTIONS(1107), + [anon_sym_AMP_GT] = ACTIONS(1107), + [anon_sym_AMP_GT_GT] = ACTIONS(1107), + [anon_sym_LT_AMP] = ACTIONS(1107), + [anon_sym_GT_AMP] = ACTIONS(1107), + [anon_sym_GT_PIPE] = ACTIONS(1107), + [anon_sym_LT_AMP_DASH] = ACTIONS(1107), + [anon_sym_GT_AMP_DASH] = ACTIONS(1107), + [anon_sym_LT_LT_DASH] = ACTIONS(1107), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1109), + [anon_sym_LT_LT_LT] = ACTIONS(1107), + [anon_sym_AMP] = ACTIONS(1107), + [anon_sym_CARET] = ACTIONS(1107), + [anon_sym_QMARK] = ACTIONS(1107), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1107), + [aux_sym_concatenation_token1] = ACTIONS(1107), + [anon_sym_DOLLAR] = ACTIONS(1107), + [sym__special_character] = ACTIONS(1107), + [anon_sym_DQUOTE] = ACTIONS(1107), + [sym_raw_string] = ACTIONS(1107), + [sym_ansi_c_string] = ACTIONS(1107), + [aux_sym_number_token1] = ACTIONS(1107), + [aux_sym_number_token2] = ACTIONS(1107), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1107), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1107), + [anon_sym_BQUOTE] = ACTIONS(1107), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1107), + [anon_sym_LT_LPAREN] = ACTIONS(1107), + [anon_sym_GT_LPAREN] = ACTIONS(1107), [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(1109), + [sym__concat] = ACTIONS(1109), + [sym_test_operator] = ACTIONS(1109), + [sym__bare_dollar] = ACTIONS(1109), + [sym__brace_start] = ACTIONS(1109), }, [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(1150), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1150), + [anon_sym_SEMI] = ACTIONS(1150), + [anon_sym_EQ] = ACTIONS(1150), + [anon_sym_PLUS_PLUS] = ACTIONS(1150), + [anon_sym_DASH_DASH] = ACTIONS(1150), + [anon_sym_PLUS_EQ] = ACTIONS(1150), + [anon_sym_DASH_EQ] = ACTIONS(1150), + [anon_sym_STAR_EQ] = ACTIONS(1150), + [anon_sym_SLASH_EQ] = ACTIONS(1150), + [anon_sym_PERCENT_EQ] = ACTIONS(1150), + [anon_sym_LT_LT_EQ] = ACTIONS(1150), + [anon_sym_GT_GT_EQ] = ACTIONS(1150), + [anon_sym_AMP_EQ] = ACTIONS(1150), + [anon_sym_CARET_EQ] = ACTIONS(1150), + [anon_sym_PIPE_EQ] = ACTIONS(1150), + [anon_sym_EQ_EQ] = ACTIONS(1150), + [anon_sym_BANG_EQ] = ACTIONS(1150), + [anon_sym_LT_EQ] = ACTIONS(1150), + [anon_sym_GT_EQ] = ACTIONS(1150), + [anon_sym_AMP_AMP] = ACTIONS(1150), + [anon_sym_PIPE_PIPE] = ACTIONS(1150), + [anon_sym_LT_LT] = ACTIONS(1150), + [anon_sym_GT_GT] = ACTIONS(1150), + [anon_sym_PLUS] = ACTIONS(1150), + [anon_sym_DASH] = ACTIONS(1150), + [anon_sym_STAR] = ACTIONS(1150), + [anon_sym_SLASH] = ACTIONS(1150), + [anon_sym_PERCENT] = ACTIONS(1150), + [anon_sym_STAR_STAR] = ACTIONS(1150), + [anon_sym_LT] = ACTIONS(1150), + [anon_sym_GT] = ACTIONS(1150), + [anon_sym_LPAREN] = ACTIONS(1150), + [anon_sym_RPAREN] = ACTIONS(1150), + [anon_sym_PIPE] = ACTIONS(1150), + [anon_sym_SEMI_SEMI] = ACTIONS(1150), + [anon_sym_PIPE_AMP] = ACTIONS(1150), + [anon_sym_EQ_TILDE] = ACTIONS(1150), + [anon_sym_AMP_GT] = ACTIONS(1150), + [anon_sym_AMP_GT_GT] = ACTIONS(1150), + [anon_sym_LT_AMP] = ACTIONS(1150), + [anon_sym_GT_AMP] = ACTIONS(1150), + [anon_sym_GT_PIPE] = ACTIONS(1150), + [anon_sym_LT_AMP_DASH] = ACTIONS(1150), + [anon_sym_GT_AMP_DASH] = ACTIONS(1150), + [anon_sym_LT_LT_DASH] = ACTIONS(1150), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1152), + [anon_sym_LT_LT_LT] = ACTIONS(1150), + [anon_sym_AMP] = ACTIONS(1150), + [anon_sym_CARET] = ACTIONS(1150), + [anon_sym_QMARK] = ACTIONS(1150), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1150), + [aux_sym_concatenation_token1] = ACTIONS(1150), + [anon_sym_DOLLAR] = ACTIONS(1150), + [sym__special_character] = ACTIONS(1150), + [anon_sym_DQUOTE] = ACTIONS(1150), + [sym_raw_string] = ACTIONS(1150), + [sym_ansi_c_string] = ACTIONS(1150), + [aux_sym_number_token1] = ACTIONS(1150), + [aux_sym_number_token2] = ACTIONS(1150), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1150), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1150), + [anon_sym_BQUOTE] = ACTIONS(1150), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1150), + [anon_sym_LT_LPAREN] = ACTIONS(1150), + [anon_sym_GT_LPAREN] = ACTIONS(1150), [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(1152), + [sym__concat] = ACTIONS(1152), + [sym_test_operator] = ACTIONS(1152), + [sym__bare_dollar] = ACTIONS(1152), + [sym__brace_start] = ACTIONS(1152), }, [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(1170), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1170), + [anon_sym_SEMI] = ACTIONS(1170), + [anon_sym_EQ] = ACTIONS(1170), + [anon_sym_PLUS_PLUS] = ACTIONS(1170), + [anon_sym_DASH_DASH] = ACTIONS(1170), + [anon_sym_PLUS_EQ] = ACTIONS(1170), + [anon_sym_DASH_EQ] = ACTIONS(1170), + [anon_sym_STAR_EQ] = ACTIONS(1170), + [anon_sym_SLASH_EQ] = ACTIONS(1170), + [anon_sym_PERCENT_EQ] = ACTIONS(1170), + [anon_sym_LT_LT_EQ] = ACTIONS(1170), + [anon_sym_GT_GT_EQ] = ACTIONS(1170), + [anon_sym_AMP_EQ] = ACTIONS(1170), + [anon_sym_CARET_EQ] = ACTIONS(1170), + [anon_sym_PIPE_EQ] = ACTIONS(1170), + [anon_sym_EQ_EQ] = ACTIONS(1170), + [anon_sym_BANG_EQ] = ACTIONS(1170), + [anon_sym_LT_EQ] = ACTIONS(1170), + [anon_sym_GT_EQ] = ACTIONS(1170), + [anon_sym_AMP_AMP] = ACTIONS(1170), + [anon_sym_PIPE_PIPE] = ACTIONS(1170), + [anon_sym_LT_LT] = ACTIONS(1170), + [anon_sym_GT_GT] = ACTIONS(1170), + [anon_sym_PLUS] = ACTIONS(1170), + [anon_sym_DASH] = ACTIONS(1170), + [anon_sym_STAR] = ACTIONS(1170), + [anon_sym_SLASH] = ACTIONS(1170), + [anon_sym_PERCENT] = ACTIONS(1170), + [anon_sym_STAR_STAR] = ACTIONS(1170), + [anon_sym_LT] = ACTIONS(1170), + [anon_sym_GT] = ACTIONS(1170), + [anon_sym_LPAREN] = ACTIONS(1170), + [anon_sym_RPAREN] = ACTIONS(1170), + [anon_sym_PIPE] = ACTIONS(1170), + [anon_sym_SEMI_SEMI] = ACTIONS(1170), + [anon_sym_PIPE_AMP] = ACTIONS(1170), + [anon_sym_EQ_TILDE] = ACTIONS(1170), + [anon_sym_AMP_GT] = ACTIONS(1170), + [anon_sym_AMP_GT_GT] = ACTIONS(1170), + [anon_sym_LT_AMP] = ACTIONS(1170), + [anon_sym_GT_AMP] = ACTIONS(1170), + [anon_sym_GT_PIPE] = ACTIONS(1170), + [anon_sym_LT_AMP_DASH] = ACTIONS(1170), + [anon_sym_GT_AMP_DASH] = ACTIONS(1170), + [anon_sym_LT_LT_DASH] = ACTIONS(1170), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1172), + [anon_sym_LT_LT_LT] = ACTIONS(1170), + [anon_sym_AMP] = ACTIONS(1170), + [anon_sym_CARET] = ACTIONS(1170), + [anon_sym_QMARK] = ACTIONS(1170), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1170), + [aux_sym_concatenation_token1] = ACTIONS(1170), + [anon_sym_DOLLAR] = ACTIONS(1170), + [sym__special_character] = ACTIONS(1170), + [anon_sym_DQUOTE] = ACTIONS(1170), + [sym_raw_string] = ACTIONS(1170), + [sym_ansi_c_string] = ACTIONS(1170), + [aux_sym_number_token1] = ACTIONS(1170), + [aux_sym_number_token2] = ACTIONS(1170), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1170), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1170), + [anon_sym_BQUOTE] = ACTIONS(1170), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1170), + [anon_sym_LT_LPAREN] = ACTIONS(1170), + [anon_sym_GT_LPAREN] = ACTIONS(1170), [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(1172), + [sym__concat] = ACTIONS(1172), + [sym_test_operator] = ACTIONS(1172), + [sym__bare_dollar] = ACTIONS(1172), + [sym__brace_start] = ACTIONS(1172), }, [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(1174), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1174), + [anon_sym_SEMI] = ACTIONS(1174), + [anon_sym_EQ] = ACTIONS(1174), + [anon_sym_PLUS_PLUS] = ACTIONS(1174), + [anon_sym_DASH_DASH] = ACTIONS(1174), + [anon_sym_PLUS_EQ] = ACTIONS(1174), + [anon_sym_DASH_EQ] = ACTIONS(1174), + [anon_sym_STAR_EQ] = ACTIONS(1174), + [anon_sym_SLASH_EQ] = ACTIONS(1174), + [anon_sym_PERCENT_EQ] = ACTIONS(1174), + [anon_sym_LT_LT_EQ] = ACTIONS(1174), + [anon_sym_GT_GT_EQ] = ACTIONS(1174), + [anon_sym_AMP_EQ] = ACTIONS(1174), + [anon_sym_CARET_EQ] = ACTIONS(1174), + [anon_sym_PIPE_EQ] = ACTIONS(1174), + [anon_sym_EQ_EQ] = ACTIONS(1174), + [anon_sym_BANG_EQ] = ACTIONS(1174), + [anon_sym_LT_EQ] = ACTIONS(1174), + [anon_sym_GT_EQ] = ACTIONS(1174), + [anon_sym_AMP_AMP] = ACTIONS(1174), + [anon_sym_PIPE_PIPE] = ACTIONS(1174), + [anon_sym_LT_LT] = ACTIONS(1174), + [anon_sym_GT_GT] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(1174), + [anon_sym_DASH] = ACTIONS(1174), + [anon_sym_STAR] = ACTIONS(1174), + [anon_sym_SLASH] = ACTIONS(1174), + [anon_sym_PERCENT] = ACTIONS(1174), + [anon_sym_STAR_STAR] = ACTIONS(1174), + [anon_sym_LT] = ACTIONS(1174), + [anon_sym_GT] = ACTIONS(1174), + [anon_sym_LPAREN] = ACTIONS(1174), + [anon_sym_RPAREN] = ACTIONS(1174), + [anon_sym_PIPE] = ACTIONS(1174), + [anon_sym_SEMI_SEMI] = ACTIONS(1174), + [anon_sym_PIPE_AMP] = ACTIONS(1174), + [anon_sym_EQ_TILDE] = ACTIONS(1174), + [anon_sym_AMP_GT] = ACTIONS(1174), + [anon_sym_AMP_GT_GT] = ACTIONS(1174), + [anon_sym_LT_AMP] = ACTIONS(1174), + [anon_sym_GT_AMP] = ACTIONS(1174), + [anon_sym_GT_PIPE] = ACTIONS(1174), + [anon_sym_LT_AMP_DASH] = ACTIONS(1174), + [anon_sym_GT_AMP_DASH] = ACTIONS(1174), + [anon_sym_LT_LT_DASH] = ACTIONS(1174), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1176), + [anon_sym_LT_LT_LT] = ACTIONS(1174), + [anon_sym_AMP] = ACTIONS(1174), + [anon_sym_CARET] = ACTIONS(1174), + [anon_sym_QMARK] = ACTIONS(1174), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1174), + [aux_sym_concatenation_token1] = ACTIONS(1174), + [anon_sym_DOLLAR] = ACTIONS(1174), + [sym__special_character] = ACTIONS(1174), + [anon_sym_DQUOTE] = ACTIONS(1174), + [sym_raw_string] = ACTIONS(1174), + [sym_ansi_c_string] = ACTIONS(1174), + [aux_sym_number_token1] = ACTIONS(1174), + [aux_sym_number_token2] = ACTIONS(1174), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1174), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1174), + [anon_sym_BQUOTE] = ACTIONS(1174), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1174), + [anon_sym_LT_LPAREN] = ACTIONS(1174), + [anon_sym_GT_LPAREN] = ACTIONS(1174), [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(1176), + [sym__concat] = ACTIONS(1176), + [sym_test_operator] = ACTIONS(1176), + [sym__bare_dollar] = ACTIONS(1176), + [sym__brace_start] = ACTIONS(1176), }, [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(1178), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1178), + [anon_sym_SEMI] = ACTIONS(1178), + [anon_sym_EQ] = ACTIONS(1178), + [anon_sym_PLUS_PLUS] = ACTIONS(1178), + [anon_sym_DASH_DASH] = ACTIONS(1178), + [anon_sym_PLUS_EQ] = ACTIONS(1178), + [anon_sym_DASH_EQ] = ACTIONS(1178), + [anon_sym_STAR_EQ] = ACTIONS(1178), + [anon_sym_SLASH_EQ] = ACTIONS(1178), + [anon_sym_PERCENT_EQ] = ACTIONS(1178), + [anon_sym_LT_LT_EQ] = ACTIONS(1178), + [anon_sym_GT_GT_EQ] = ACTIONS(1178), + [anon_sym_AMP_EQ] = ACTIONS(1178), + [anon_sym_CARET_EQ] = ACTIONS(1178), + [anon_sym_PIPE_EQ] = ACTIONS(1178), + [anon_sym_EQ_EQ] = ACTIONS(1178), + [anon_sym_BANG_EQ] = ACTIONS(1178), + [anon_sym_LT_EQ] = ACTIONS(1178), + [anon_sym_GT_EQ] = ACTIONS(1178), + [anon_sym_AMP_AMP] = ACTIONS(1178), + [anon_sym_PIPE_PIPE] = ACTIONS(1178), + [anon_sym_LT_LT] = ACTIONS(1178), + [anon_sym_GT_GT] = ACTIONS(1178), + [anon_sym_PLUS] = ACTIONS(1178), + [anon_sym_DASH] = ACTIONS(1178), + [anon_sym_STAR] = ACTIONS(1178), + [anon_sym_SLASH] = ACTIONS(1178), + [anon_sym_PERCENT] = ACTIONS(1178), + [anon_sym_STAR_STAR] = ACTIONS(1178), + [anon_sym_LT] = ACTIONS(1178), + [anon_sym_GT] = ACTIONS(1178), + [anon_sym_LPAREN] = ACTIONS(1178), + [anon_sym_RPAREN] = ACTIONS(1178), + [anon_sym_PIPE] = ACTIONS(1178), + [anon_sym_SEMI_SEMI] = ACTIONS(1178), + [anon_sym_PIPE_AMP] = ACTIONS(1178), + [anon_sym_EQ_TILDE] = ACTIONS(1178), + [anon_sym_AMP_GT] = ACTIONS(1178), + [anon_sym_AMP_GT_GT] = ACTIONS(1178), + [anon_sym_LT_AMP] = ACTIONS(1178), + [anon_sym_GT_AMP] = ACTIONS(1178), + [anon_sym_GT_PIPE] = ACTIONS(1178), + [anon_sym_LT_AMP_DASH] = ACTIONS(1178), + [anon_sym_GT_AMP_DASH] = ACTIONS(1178), + [anon_sym_LT_LT_DASH] = ACTIONS(1178), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1180), + [anon_sym_LT_LT_LT] = ACTIONS(1178), + [anon_sym_AMP] = ACTIONS(1178), + [anon_sym_CARET] = ACTIONS(1178), + [anon_sym_QMARK] = ACTIONS(1178), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1178), + [aux_sym_concatenation_token1] = ACTIONS(1178), + [anon_sym_DOLLAR] = ACTIONS(1178), + [sym__special_character] = ACTIONS(1178), + [anon_sym_DQUOTE] = ACTIONS(1178), + [sym_raw_string] = ACTIONS(1178), + [sym_ansi_c_string] = ACTIONS(1178), + [aux_sym_number_token1] = ACTIONS(1178), + [aux_sym_number_token2] = ACTIONS(1178), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1178), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1178), + [anon_sym_BQUOTE] = ACTIONS(1178), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1178), + [anon_sym_LT_LPAREN] = ACTIONS(1178), + [anon_sym_GT_LPAREN] = ACTIONS(1178), [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(1180), + [sym__concat] = ACTIONS(1180), + [sym_test_operator] = ACTIONS(1180), + [sym__bare_dollar] = ACTIONS(1180), + [sym__brace_start] = ACTIONS(1180), }, [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(1182), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1182), + [anon_sym_SEMI] = ACTIONS(1182), + [anon_sym_EQ] = ACTIONS(1182), + [anon_sym_PLUS_PLUS] = ACTIONS(1182), + [anon_sym_DASH_DASH] = ACTIONS(1182), + [anon_sym_PLUS_EQ] = ACTIONS(1182), + [anon_sym_DASH_EQ] = ACTIONS(1182), + [anon_sym_STAR_EQ] = ACTIONS(1182), + [anon_sym_SLASH_EQ] = ACTIONS(1182), + [anon_sym_PERCENT_EQ] = ACTIONS(1182), + [anon_sym_LT_LT_EQ] = ACTIONS(1182), + [anon_sym_GT_GT_EQ] = ACTIONS(1182), + [anon_sym_AMP_EQ] = ACTIONS(1182), + [anon_sym_CARET_EQ] = ACTIONS(1182), + [anon_sym_PIPE_EQ] = ACTIONS(1182), + [anon_sym_EQ_EQ] = ACTIONS(1182), + [anon_sym_BANG_EQ] = ACTIONS(1182), + [anon_sym_LT_EQ] = ACTIONS(1182), + [anon_sym_GT_EQ] = ACTIONS(1182), + [anon_sym_AMP_AMP] = ACTIONS(1182), + [anon_sym_PIPE_PIPE] = ACTIONS(1182), + [anon_sym_LT_LT] = ACTIONS(1182), + [anon_sym_GT_GT] = ACTIONS(1182), + [anon_sym_PLUS] = ACTIONS(1182), + [anon_sym_DASH] = ACTIONS(1182), + [anon_sym_STAR] = ACTIONS(1182), + [anon_sym_SLASH] = ACTIONS(1182), + [anon_sym_PERCENT] = ACTIONS(1182), + [anon_sym_STAR_STAR] = ACTIONS(1182), + [anon_sym_LT] = ACTIONS(1182), + [anon_sym_GT] = ACTIONS(1182), + [anon_sym_LPAREN] = ACTIONS(1182), + [anon_sym_RPAREN] = ACTIONS(1182), + [anon_sym_PIPE] = ACTIONS(1182), + [anon_sym_SEMI_SEMI] = ACTIONS(1182), + [anon_sym_PIPE_AMP] = ACTIONS(1182), + [anon_sym_EQ_TILDE] = ACTIONS(1182), + [anon_sym_AMP_GT] = ACTIONS(1182), + [anon_sym_AMP_GT_GT] = ACTIONS(1182), + [anon_sym_LT_AMP] = ACTIONS(1182), + [anon_sym_GT_AMP] = ACTIONS(1182), + [anon_sym_GT_PIPE] = ACTIONS(1182), + [anon_sym_LT_AMP_DASH] = ACTIONS(1182), + [anon_sym_GT_AMP_DASH] = ACTIONS(1182), + [anon_sym_LT_LT_DASH] = ACTIONS(1182), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1184), + [anon_sym_LT_LT_LT] = ACTIONS(1182), + [anon_sym_AMP] = ACTIONS(1182), + [anon_sym_CARET] = ACTIONS(1182), + [anon_sym_QMARK] = ACTIONS(1182), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1182), + [aux_sym_concatenation_token1] = ACTIONS(1182), + [anon_sym_DOLLAR] = ACTIONS(1182), + [sym__special_character] = ACTIONS(1182), + [anon_sym_DQUOTE] = ACTIONS(1182), + [sym_raw_string] = ACTIONS(1182), + [sym_ansi_c_string] = ACTIONS(1182), + [aux_sym_number_token1] = ACTIONS(1182), + [aux_sym_number_token2] = ACTIONS(1182), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1182), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1182), + [anon_sym_BQUOTE] = ACTIONS(1182), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1182), + [anon_sym_LT_LPAREN] = ACTIONS(1182), + [anon_sym_GT_LPAREN] = ACTIONS(1182), [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(1184), + [sym__concat] = ACTIONS(1184), + [sym_test_operator] = ACTIONS(1184), + [sym__bare_dollar] = ACTIONS(1184), + [sym__brace_start] = ACTIONS(1184), }, [371] = { - [aux_sym__literal_repeat1] = STATE(370), - [sym_word] = ACTIONS(187), - [anon_sym_LPAREN_LPAREN] = ACTIONS(187), - [anon_sym_RPAREN_RPAREN] = ACTIONS(185), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), - [anon_sym_LT_LT_EQ] = ACTIONS(185), - [anon_sym_GT_GT_EQ] = ACTIONS(185), - [anon_sym_AMP_EQ] = ACTIONS(185), - [anon_sym_CARET_EQ] = ACTIONS(185), - [anon_sym_PIPE_EQ] = ACTIONS(185), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(185), - [anon_sym_LT_EQ] = ACTIONS(185), - [anon_sym_GT_EQ] = ACTIONS(185), - [anon_sym_AMP_AMP] = ACTIONS(189), - [anon_sym_PIPE_PIPE] = ACTIONS(189), - [anon_sym_LT_LT] = ACTIONS(189), - [anon_sym_GT_GT] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(187), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_SEMI_SEMI] = ACTIONS(187), - [anon_sym_PIPE_AMP] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_AMP_GT] = ACTIONS(187), - [anon_sym_AMP_GT_GT] = ACTIONS(187), - [anon_sym_LT_AMP] = ACTIONS(187), - [anon_sym_GT_AMP] = ACTIONS(187), - [anon_sym_GT_PIPE] = ACTIONS(187), - [anon_sym_LT_LT_DASH] = ACTIONS(187), - [aux_sym_heredoc_redirect_token1] = ACTIONS(218), - [anon_sym_LT_LT_LT] = ACTIONS(187), - [anon_sym_AMP] = ACTIONS(189), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [sym__special_character] = ACTIONS(1271), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym_raw_string] = ACTIONS(187), - [sym_ansi_c_string] = ACTIONS(187), - [aux_sym_number_token1] = ACTIONS(187), - [aux_sym_number_token2] = ACTIONS(187), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(187), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(187), - [anon_sym_BQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(187), - [anon_sym_LT_LPAREN] = ACTIONS(187), - [anon_sym_GT_LPAREN] = ACTIONS(187), + [sym_word] = ACTIONS(1186), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1186), + [anon_sym_SEMI] = ACTIONS(1186), + [anon_sym_EQ] = ACTIONS(1186), + [anon_sym_PLUS_PLUS] = ACTIONS(1186), + [anon_sym_DASH_DASH] = ACTIONS(1186), + [anon_sym_PLUS_EQ] = ACTIONS(1186), + [anon_sym_DASH_EQ] = ACTIONS(1186), + [anon_sym_STAR_EQ] = ACTIONS(1186), + [anon_sym_SLASH_EQ] = ACTIONS(1186), + [anon_sym_PERCENT_EQ] = ACTIONS(1186), + [anon_sym_LT_LT_EQ] = ACTIONS(1186), + [anon_sym_GT_GT_EQ] = ACTIONS(1186), + [anon_sym_AMP_EQ] = ACTIONS(1186), + [anon_sym_CARET_EQ] = ACTIONS(1186), + [anon_sym_PIPE_EQ] = ACTIONS(1186), + [anon_sym_EQ_EQ] = ACTIONS(1186), + [anon_sym_BANG_EQ] = ACTIONS(1186), + [anon_sym_LT_EQ] = ACTIONS(1186), + [anon_sym_GT_EQ] = ACTIONS(1186), + [anon_sym_AMP_AMP] = ACTIONS(1186), + [anon_sym_PIPE_PIPE] = ACTIONS(1186), + [anon_sym_LT_LT] = ACTIONS(1186), + [anon_sym_GT_GT] = ACTIONS(1186), + [anon_sym_PLUS] = ACTIONS(1186), + [anon_sym_DASH] = ACTIONS(1186), + [anon_sym_STAR] = ACTIONS(1186), + [anon_sym_SLASH] = ACTIONS(1186), + [anon_sym_PERCENT] = ACTIONS(1186), + [anon_sym_STAR_STAR] = ACTIONS(1186), + [anon_sym_LT] = ACTIONS(1186), + [anon_sym_GT] = ACTIONS(1186), + [anon_sym_LPAREN] = ACTIONS(1186), + [anon_sym_RPAREN] = ACTIONS(1186), + [anon_sym_PIPE] = ACTIONS(1186), + [anon_sym_SEMI_SEMI] = ACTIONS(1186), + [anon_sym_PIPE_AMP] = ACTIONS(1186), + [anon_sym_EQ_TILDE] = ACTIONS(1186), + [anon_sym_AMP_GT] = ACTIONS(1186), + [anon_sym_AMP_GT_GT] = ACTIONS(1186), + [anon_sym_LT_AMP] = ACTIONS(1186), + [anon_sym_GT_AMP] = ACTIONS(1186), + [anon_sym_GT_PIPE] = ACTIONS(1186), + [anon_sym_LT_AMP_DASH] = ACTIONS(1186), + [anon_sym_GT_AMP_DASH] = ACTIONS(1186), + [anon_sym_LT_LT_DASH] = ACTIONS(1186), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1188), + [anon_sym_LT_LT_LT] = ACTIONS(1186), + [anon_sym_AMP] = ACTIONS(1186), + [anon_sym_CARET] = ACTIONS(1186), + [anon_sym_QMARK] = ACTIONS(1186), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1186), + [aux_sym_concatenation_token1] = ACTIONS(1186), + [anon_sym_DOLLAR] = ACTIONS(1186), + [sym__special_character] = ACTIONS(1186), + [anon_sym_DQUOTE] = ACTIONS(1186), + [sym_raw_string] = ACTIONS(1186), + [sym_ansi_c_string] = ACTIONS(1186), + [aux_sym_number_token1] = ACTIONS(1186), + [aux_sym_number_token2] = ACTIONS(1186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1186), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1186), + [anon_sym_BQUOTE] = ACTIONS(1186), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1186), + [anon_sym_LT_LPAREN] = ACTIONS(1186), + [anon_sym_GT_LPAREN] = ACTIONS(1186), [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(1188), + [sym__concat] = ACTIONS(1188), + [sym_test_operator] = ACTIONS(1188), + [sym__bare_dollar] = ACTIONS(1188), + [sym__brace_start] = ACTIONS(1188), }, [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(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_AMP_DASH] = ACTIONS(1190), + [anon_sym_GT_AMP_DASH] = 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(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(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(1192), + [sym_test_operator] = ACTIONS(1192), + [sym__bare_dollar] = ACTIONS(1192), + [sym__brace_start] = ACTIONS(1192), }, [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(1194), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1194), + [anon_sym_SEMI] = ACTIONS(1194), + [anon_sym_EQ] = ACTIONS(1194), + [anon_sym_PLUS_PLUS] = ACTIONS(1194), + [anon_sym_DASH_DASH] = ACTIONS(1194), + [anon_sym_PLUS_EQ] = ACTIONS(1194), + [anon_sym_DASH_EQ] = ACTIONS(1194), + [anon_sym_STAR_EQ] = ACTIONS(1194), + [anon_sym_SLASH_EQ] = ACTIONS(1194), + [anon_sym_PERCENT_EQ] = ACTIONS(1194), + [anon_sym_LT_LT_EQ] = ACTIONS(1194), + [anon_sym_GT_GT_EQ] = ACTIONS(1194), + [anon_sym_AMP_EQ] = ACTIONS(1194), + [anon_sym_CARET_EQ] = ACTIONS(1194), + [anon_sym_PIPE_EQ] = ACTIONS(1194), + [anon_sym_EQ_EQ] = ACTIONS(1194), + [anon_sym_BANG_EQ] = ACTIONS(1194), + [anon_sym_LT_EQ] = ACTIONS(1194), + [anon_sym_GT_EQ] = ACTIONS(1194), + [anon_sym_AMP_AMP] = ACTIONS(1194), + [anon_sym_PIPE_PIPE] = ACTIONS(1194), + [anon_sym_LT_LT] = ACTIONS(1194), + [anon_sym_GT_GT] = ACTIONS(1194), + [anon_sym_PLUS] = ACTIONS(1194), + [anon_sym_DASH] = ACTIONS(1194), + [anon_sym_STAR] = ACTIONS(1194), + [anon_sym_SLASH] = ACTIONS(1194), + [anon_sym_PERCENT] = ACTIONS(1194), + [anon_sym_STAR_STAR] = ACTIONS(1194), + [anon_sym_LT] = ACTIONS(1194), + [anon_sym_GT] = ACTIONS(1194), + [anon_sym_LPAREN] = ACTIONS(1194), + [anon_sym_RPAREN] = ACTIONS(1194), + [anon_sym_PIPE] = ACTIONS(1194), + [anon_sym_SEMI_SEMI] = ACTIONS(1194), + [anon_sym_PIPE_AMP] = ACTIONS(1194), + [anon_sym_EQ_TILDE] = ACTIONS(1194), + [anon_sym_AMP_GT] = ACTIONS(1194), + [anon_sym_AMP_GT_GT] = ACTIONS(1194), + [anon_sym_LT_AMP] = ACTIONS(1194), + [anon_sym_GT_AMP] = ACTIONS(1194), + [anon_sym_GT_PIPE] = ACTIONS(1194), + [anon_sym_LT_AMP_DASH] = ACTIONS(1194), + [anon_sym_GT_AMP_DASH] = ACTIONS(1194), + [anon_sym_LT_LT_DASH] = ACTIONS(1194), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1196), + [anon_sym_LT_LT_LT] = ACTIONS(1194), + [anon_sym_AMP] = ACTIONS(1194), + [anon_sym_CARET] = ACTIONS(1194), + [anon_sym_QMARK] = ACTIONS(1194), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1194), + [aux_sym_concatenation_token1] = ACTIONS(1194), + [anon_sym_DOLLAR] = ACTIONS(1194), + [sym__special_character] = ACTIONS(1194), + [anon_sym_DQUOTE] = ACTIONS(1194), + [sym_raw_string] = ACTIONS(1194), + [sym_ansi_c_string] = ACTIONS(1194), + [aux_sym_number_token1] = ACTIONS(1194), + [aux_sym_number_token2] = ACTIONS(1194), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1194), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1194), + [anon_sym_BQUOTE] = ACTIONS(1194), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1194), + [anon_sym_LT_LPAREN] = ACTIONS(1194), + [anon_sym_GT_LPAREN] = ACTIONS(1194), [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(1196), + [sym__concat] = ACTIONS(1196), + [sym_test_operator] = ACTIONS(1196), + [sym__bare_dollar] = ACTIONS(1196), + [sym__brace_start] = ACTIONS(1196), }, [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(1198), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1198), + [anon_sym_SEMI] = ACTIONS(1198), + [anon_sym_EQ] = ACTIONS(1198), + [anon_sym_PLUS_PLUS] = ACTIONS(1198), + [anon_sym_DASH_DASH] = ACTIONS(1198), + [anon_sym_PLUS_EQ] = ACTIONS(1198), + [anon_sym_DASH_EQ] = ACTIONS(1198), + [anon_sym_STAR_EQ] = ACTIONS(1198), + [anon_sym_SLASH_EQ] = ACTIONS(1198), + [anon_sym_PERCENT_EQ] = ACTIONS(1198), + [anon_sym_LT_LT_EQ] = ACTIONS(1198), + [anon_sym_GT_GT_EQ] = ACTIONS(1198), + [anon_sym_AMP_EQ] = ACTIONS(1198), + [anon_sym_CARET_EQ] = ACTIONS(1198), + [anon_sym_PIPE_EQ] = ACTIONS(1198), + [anon_sym_EQ_EQ] = ACTIONS(1198), + [anon_sym_BANG_EQ] = ACTIONS(1198), + [anon_sym_LT_EQ] = ACTIONS(1198), + [anon_sym_GT_EQ] = ACTIONS(1198), + [anon_sym_AMP_AMP] = ACTIONS(1198), + [anon_sym_PIPE_PIPE] = ACTIONS(1198), + [anon_sym_LT_LT] = ACTIONS(1198), + [anon_sym_GT_GT] = ACTIONS(1198), + [anon_sym_PLUS] = ACTIONS(1198), + [anon_sym_DASH] = ACTIONS(1198), + [anon_sym_STAR] = ACTIONS(1198), + [anon_sym_SLASH] = ACTIONS(1198), + [anon_sym_PERCENT] = ACTIONS(1198), + [anon_sym_STAR_STAR] = ACTIONS(1198), + [anon_sym_LT] = ACTIONS(1198), + [anon_sym_GT] = ACTIONS(1198), + [anon_sym_LPAREN] = ACTIONS(1198), + [anon_sym_RPAREN] = ACTIONS(1198), + [anon_sym_PIPE] = ACTIONS(1198), + [anon_sym_SEMI_SEMI] = ACTIONS(1198), + [anon_sym_PIPE_AMP] = ACTIONS(1198), + [anon_sym_EQ_TILDE] = ACTIONS(1198), + [anon_sym_AMP_GT] = ACTIONS(1198), + [anon_sym_AMP_GT_GT] = ACTIONS(1198), + [anon_sym_LT_AMP] = ACTIONS(1198), + [anon_sym_GT_AMP] = ACTIONS(1198), + [anon_sym_GT_PIPE] = ACTIONS(1198), + [anon_sym_LT_AMP_DASH] = ACTIONS(1198), + [anon_sym_GT_AMP_DASH] = ACTIONS(1198), + [anon_sym_LT_LT_DASH] = ACTIONS(1198), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1200), + [anon_sym_LT_LT_LT] = ACTIONS(1198), + [anon_sym_AMP] = ACTIONS(1198), + [anon_sym_CARET] = ACTIONS(1198), + [anon_sym_QMARK] = ACTIONS(1198), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1198), + [aux_sym_concatenation_token1] = ACTIONS(1198), + [anon_sym_DOLLAR] = ACTIONS(1198), + [sym__special_character] = ACTIONS(1198), + [anon_sym_DQUOTE] = ACTIONS(1198), + [sym_raw_string] = ACTIONS(1198), + [sym_ansi_c_string] = ACTIONS(1198), + [aux_sym_number_token1] = ACTIONS(1198), + [aux_sym_number_token2] = ACTIONS(1198), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1198), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1198), + [anon_sym_BQUOTE] = ACTIONS(1198), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1198), + [anon_sym_LT_LPAREN] = ACTIONS(1198), + [anon_sym_GT_LPAREN] = ACTIONS(1198), [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(1200), + [sym__concat] = ACTIONS(1200), + [sym_test_operator] = ACTIONS(1200), + [sym__bare_dollar] = ACTIONS(1200), + [sym__brace_start] = ACTIONS(1200), }, [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(1202), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1202), + [anon_sym_SEMI] = ACTIONS(1202), + [anon_sym_EQ] = ACTIONS(1202), + [anon_sym_PLUS_PLUS] = ACTIONS(1202), + [anon_sym_DASH_DASH] = ACTIONS(1202), + [anon_sym_PLUS_EQ] = ACTIONS(1202), + [anon_sym_DASH_EQ] = ACTIONS(1202), + [anon_sym_STAR_EQ] = ACTIONS(1202), + [anon_sym_SLASH_EQ] = ACTIONS(1202), + [anon_sym_PERCENT_EQ] = ACTIONS(1202), + [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(1202), + [anon_sym_PIPE_EQ] = ACTIONS(1202), + [anon_sym_EQ_EQ] = ACTIONS(1202), + [anon_sym_BANG_EQ] = ACTIONS(1202), + [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(1202), + [anon_sym_GT_GT] = ACTIONS(1202), + [anon_sym_PLUS] = ACTIONS(1202), + [anon_sym_DASH] = ACTIONS(1202), + [anon_sym_STAR] = ACTIONS(1202), + [anon_sym_SLASH] = ACTIONS(1202), + [anon_sym_PERCENT] = ACTIONS(1202), + [anon_sym_STAR_STAR] = ACTIONS(1202), + [anon_sym_LT] = ACTIONS(1202), + [anon_sym_GT] = ACTIONS(1202), + [anon_sym_LPAREN] = ACTIONS(1202), + [anon_sym_RPAREN] = ACTIONS(1202), + [anon_sym_PIPE] = ACTIONS(1202), + [anon_sym_SEMI_SEMI] = ACTIONS(1202), + [anon_sym_PIPE_AMP] = ACTIONS(1202), + [anon_sym_EQ_TILDE] = ACTIONS(1202), + [anon_sym_AMP_GT] = ACTIONS(1202), + [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_AMP_DASH] = ACTIONS(1202), + [anon_sym_GT_AMP_DASH] = ACTIONS(1202), + [anon_sym_LT_LT_DASH] = ACTIONS(1202), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1204), + [anon_sym_LT_LT_LT] = ACTIONS(1202), + [anon_sym_AMP] = ACTIONS(1202), + [anon_sym_CARET] = ACTIONS(1202), + [anon_sym_QMARK] = ACTIONS(1202), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1202), + [aux_sym_concatenation_token1] = ACTIONS(1202), + [anon_sym_DOLLAR] = ACTIONS(1202), + [sym__special_character] = ACTIONS(1202), + [anon_sym_DQUOTE] = ACTIONS(1202), + [sym_raw_string] = ACTIONS(1202), + [sym_ansi_c_string] = ACTIONS(1202), + [aux_sym_number_token1] = ACTIONS(1202), + [aux_sym_number_token2] = ACTIONS(1202), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1202), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1202), + [anon_sym_BQUOTE] = ACTIONS(1202), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1202), + [anon_sym_LT_LPAREN] = ACTIONS(1202), + [anon_sym_GT_LPAREN] = ACTIONS(1202), [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(1204), + [sym__concat] = ACTIONS(1204), + [sym_test_operator] = ACTIONS(1204), + [sym__bare_dollar] = ACTIONS(1204), + [sym__brace_start] = ACTIONS(1204), }, [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(1206), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1206), + [anon_sym_SEMI] = ACTIONS(1206), + [anon_sym_EQ] = ACTIONS(1206), + [anon_sym_PLUS_PLUS] = ACTIONS(1206), + [anon_sym_DASH_DASH] = ACTIONS(1206), + [anon_sym_PLUS_EQ] = ACTIONS(1206), + [anon_sym_DASH_EQ] = ACTIONS(1206), + [anon_sym_STAR_EQ] = ACTIONS(1206), + [anon_sym_SLASH_EQ] = ACTIONS(1206), + [anon_sym_PERCENT_EQ] = ACTIONS(1206), + [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(1206), + [anon_sym_PIPE_EQ] = ACTIONS(1206), + [anon_sym_EQ_EQ] = ACTIONS(1206), + [anon_sym_BANG_EQ] = ACTIONS(1206), + [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(1206), + [anon_sym_GT_GT] = ACTIONS(1206), + [anon_sym_PLUS] = ACTIONS(1206), + [anon_sym_DASH] = ACTIONS(1206), + [anon_sym_STAR] = ACTIONS(1206), + [anon_sym_SLASH] = ACTIONS(1206), + [anon_sym_PERCENT] = ACTIONS(1206), + [anon_sym_STAR_STAR] = ACTIONS(1206), + [anon_sym_LT] = ACTIONS(1206), + [anon_sym_GT] = ACTIONS(1206), + [anon_sym_LPAREN] = ACTIONS(1206), + [anon_sym_RPAREN] = ACTIONS(1206), + [anon_sym_PIPE] = ACTIONS(1206), + [anon_sym_SEMI_SEMI] = ACTIONS(1206), + [anon_sym_PIPE_AMP] = ACTIONS(1206), + [anon_sym_EQ_TILDE] = ACTIONS(1206), + [anon_sym_AMP_GT] = ACTIONS(1206), + [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_AMP_DASH] = ACTIONS(1206), + [anon_sym_GT_AMP_DASH] = ACTIONS(1206), + [anon_sym_LT_LT_DASH] = ACTIONS(1206), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1208), + [anon_sym_LT_LT_LT] = ACTIONS(1206), + [anon_sym_AMP] = ACTIONS(1206), + [anon_sym_CARET] = ACTIONS(1206), + [anon_sym_QMARK] = ACTIONS(1206), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1206), + [aux_sym_concatenation_token1] = ACTIONS(1206), + [anon_sym_DOLLAR] = ACTIONS(1206), + [sym__special_character] = ACTIONS(1206), + [anon_sym_DQUOTE] = ACTIONS(1206), + [sym_raw_string] = ACTIONS(1206), + [sym_ansi_c_string] = ACTIONS(1206), + [aux_sym_number_token1] = ACTIONS(1206), + [aux_sym_number_token2] = ACTIONS(1206), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1206), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1206), + [anon_sym_BQUOTE] = ACTIONS(1206), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1206), + [anon_sym_LT_LPAREN] = ACTIONS(1206), + [anon_sym_GT_LPAREN] = ACTIONS(1206), [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(1208), + [sym__concat] = ACTIONS(1208), + [sym_test_operator] = ACTIONS(1208), + [sym__bare_dollar] = ACTIONS(1208), + [sym__brace_start] = ACTIONS(1208), }, [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), + [aux_sym__literal_repeat1] = STATE(378), + [sym_word] = ACTIONS(211), + [anon_sym_LPAREN_LPAREN] = ACTIONS(211), + [anon_sym_SEMI] = ACTIONS(211), + [anon_sym_EQ] = ACTIONS(213), + [anon_sym_PLUS_PLUS] = ACTIONS(213), + [anon_sym_DASH_DASH] = ACTIONS(213), + [anon_sym_PLUS_EQ] = ACTIONS(213), + [anon_sym_DASH_EQ] = ACTIONS(213), + [anon_sym_STAR_EQ] = ACTIONS(213), + [anon_sym_SLASH_EQ] = ACTIONS(213), + [anon_sym_PERCENT_EQ] = ACTIONS(213), + [anon_sym_LT_LT_EQ] = ACTIONS(213), + [anon_sym_GT_GT_EQ] = ACTIONS(213), + [anon_sym_AMP_EQ] = ACTIONS(213), + [anon_sym_CARET_EQ] = ACTIONS(213), + [anon_sym_PIPE_EQ] = ACTIONS(213), + [anon_sym_EQ_EQ] = ACTIONS(215), + [anon_sym_BANG_EQ] = ACTIONS(213), + [anon_sym_LT_EQ] = ACTIONS(213), + [anon_sym_GT_EQ] = ACTIONS(213), + [anon_sym_AMP_AMP] = ACTIONS(215), + [anon_sym_PIPE_PIPE] = ACTIONS(215), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_GT_GT] = ACTIONS(215), + [anon_sym_PLUS] = ACTIONS(213), + [anon_sym_DASH] = ACTIONS(213), + [anon_sym_STAR] = ACTIONS(213), + [anon_sym_SLASH] = ACTIONS(213), + [anon_sym_PERCENT] = ACTIONS(213), + [anon_sym_STAR_STAR] = ACTIONS(213), + [anon_sym_LT] = ACTIONS(215), + [anon_sym_GT] = ACTIONS(215), + [anon_sym_LPAREN] = ACTIONS(211), + [anon_sym_RPAREN] = ACTIONS(215), + [anon_sym_PIPE] = ACTIONS(215), + [anon_sym_SEMI_SEMI] = ACTIONS(211), + [anon_sym_PIPE_AMP] = ACTIONS(211), + [anon_sym_EQ_TILDE] = ACTIONS(215), + [anon_sym_AMP_GT] = ACTIONS(211), + [anon_sym_AMP_GT_GT] = ACTIONS(211), + [anon_sym_LT_AMP] = ACTIONS(211), + [anon_sym_GT_AMP] = ACTIONS(211), + [anon_sym_GT_PIPE] = ACTIONS(211), + [anon_sym_LT_AMP_DASH] = ACTIONS(211), + [anon_sym_GT_AMP_DASH] = ACTIONS(211), + [anon_sym_LT_LT_DASH] = ACTIONS(211), + [aux_sym_heredoc_redirect_token1] = ACTIONS(244), + [anon_sym_LT_LT_LT] = ACTIONS(211), + [anon_sym_AMP] = ACTIONS(215), + [anon_sym_CARET] = ACTIONS(213), + [anon_sym_QMARK] = ACTIONS(213), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(211), + [anon_sym_DOLLAR] = ACTIONS(211), + [sym__special_character] = ACTIONS(1210), + [anon_sym_DQUOTE] = ACTIONS(211), + [sym_raw_string] = ACTIONS(211), + [sym_ansi_c_string] = ACTIONS(211), + [aux_sym_number_token1] = ACTIONS(211), + [aux_sym_number_token2] = ACTIONS(211), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(211), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(211), + [anon_sym_BQUOTE] = ACTIONS(211), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(211), + [anon_sym_LT_LPAREN] = ACTIONS(211), + [anon_sym_GT_LPAREN] = ACTIONS(211), [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(244), + [sym_test_operator] = ACTIONS(262), + [sym__bare_dollar] = ACTIONS(244), + [sym__brace_start] = ACTIONS(244), }, [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), + [aux_sym__literal_repeat1] = STATE(378), + [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_AMP_DASH] = ACTIONS(1212), + [anon_sym_GT_AMP_DASH] = 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), + [anon_sym_DOLLAR] = ACTIONS(1212), + [sym__special_character] = ACTIONS(1216), + [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(1257), - [sym__concat] = ACTIONS(1257), - [sym_test_operator] = ACTIONS(1257), - [sym__bare_dollar] = ACTIONS(1257), - [sym__brace_start] = ACTIONS(1257), + [sym_file_descriptor] = ACTIONS(1214), + [sym_test_operator] = ACTIONS(1214), + [sym__bare_dollar] = ACTIONS(1214), + [sym__brace_start] = ACTIONS(1214), }, [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_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), + [aux_sym_concatenation_repeat1] = STATE(382), + [sym_word] = ACTIONS(1101), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1103), + [anon_sym_EQ] = ACTIONS(1101), + [anon_sym_PLUS_PLUS] = ACTIONS(1101), + [anon_sym_DASH_DASH] = ACTIONS(1101), + [anon_sym_PLUS_EQ] = ACTIONS(1101), + [anon_sym_DASH_EQ] = ACTIONS(1101), + [anon_sym_STAR_EQ] = ACTIONS(1101), + [anon_sym_SLASH_EQ] = ACTIONS(1101), + [anon_sym_PERCENT_EQ] = ACTIONS(1101), + [anon_sym_LT_LT_EQ] = ACTIONS(1103), + [anon_sym_GT_GT_EQ] = ACTIONS(1103), + [anon_sym_AMP_EQ] = ACTIONS(1103), + [anon_sym_CARET_EQ] = ACTIONS(1101), + [anon_sym_PIPE_EQ] = ACTIONS(1103), + [anon_sym_EQ_EQ] = ACTIONS(1101), + [anon_sym_BANG_EQ] = ACTIONS(1101), + [anon_sym_LT_EQ] = ACTIONS(1103), + [anon_sym_GT_EQ] = ACTIONS(1103), + [anon_sym_AMP_AMP] = ACTIONS(1103), + [anon_sym_PIPE_PIPE] = ACTIONS(1103), + [anon_sym_LT_LT] = ACTIONS(1101), + [anon_sym_GT_GT] = ACTIONS(1101), + [anon_sym_PLUS] = ACTIONS(1101), + [anon_sym_DASH] = ACTIONS(1101), + [anon_sym_STAR] = ACTIONS(1101), + [anon_sym_SLASH] = ACTIONS(1101), + [anon_sym_PERCENT] = ACTIONS(1101), + [anon_sym_STAR_STAR] = ACTIONS(1101), + [anon_sym_LT] = ACTIONS(1101), + [anon_sym_GT] = ACTIONS(1101), + [anon_sym_LPAREN] = ACTIONS(1101), + [anon_sym_PIPE] = ACTIONS(1101), + [anon_sym_PIPE_AMP] = ACTIONS(1103), + [anon_sym_RBRACK] = ACTIONS(1103), + [anon_sym_EQ_TILDE] = ACTIONS(1101), + [anon_sym_AMP_GT] = ACTIONS(1101), + [anon_sym_AMP_GT_GT] = ACTIONS(1103), + [anon_sym_LT_AMP] = ACTIONS(1101), + [anon_sym_GT_AMP] = ACTIONS(1101), + [anon_sym_GT_PIPE] = ACTIONS(1103), + [anon_sym_LT_AMP_DASH] = ACTIONS(1103), + [anon_sym_GT_AMP_DASH] = ACTIONS(1103), + [anon_sym_LT_LT_DASH] = ACTIONS(1103), + [anon_sym_LT_LT_LT] = ACTIONS(1103), + [anon_sym_AMP] = ACTIONS(1101), + [anon_sym_CARET] = ACTIONS(1101), + [anon_sym_QMARK] = ACTIONS(1101), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1103), + [aux_sym_concatenation_token1] = ACTIONS(269), + [anon_sym_DOLLAR] = ACTIONS(1101), + [sym__special_character] = ACTIONS(1101), + [anon_sym_DQUOTE] = ACTIONS(1103), + [sym_raw_string] = ACTIONS(1103), + [sym_ansi_c_string] = ACTIONS(1103), + [aux_sym_number_token1] = ACTIONS(1101), + [aux_sym_number_token2] = ACTIONS(1101), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1103), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1101), + [anon_sym_BQUOTE] = ACTIONS(1101), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1103), + [anon_sym_LT_LPAREN] = ACTIONS(1103), + [anon_sym_GT_LPAREN] = ACTIONS(1103), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1103), + [sym__concat] = ACTIONS(1219), + [sym_test_operator] = ACTIONS(1103), + [sym__bare_dollar] = ACTIONS(1103), + [sym__brace_start] = ACTIONS(1103), }, [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_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1275), - [sym_test_operator] = ACTIONS(1275), - [sym__bare_dollar] = ACTIONS(1275), - [sym__brace_start] = ACTIONS(1275), + [aux_sym_concatenation_repeat1] = STATE(386), + [sym_word] = ACTIONS(1127), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1137), + [anon_sym_EQ] = ACTIONS(1129), + [anon_sym_PLUS_PLUS] = ACTIONS(1129), + [anon_sym_DASH_DASH] = ACTIONS(1129), + [anon_sym_PLUS_EQ] = ACTIONS(1129), + [anon_sym_DASH_EQ] = ACTIONS(1129), + [anon_sym_STAR_EQ] = ACTIONS(1129), + [anon_sym_SLASH_EQ] = ACTIONS(1129), + [anon_sym_PERCENT_EQ] = ACTIONS(1129), + [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(1129), + [anon_sym_PIPE_EQ] = ACTIONS(1221), + [anon_sym_EQ_EQ] = ACTIONS(1131), + [anon_sym_BANG_EQ] = ACTIONS(1129), + [anon_sym_LT_EQ] = ACTIONS(1221), + [anon_sym_GT_EQ] = ACTIONS(1221), + [anon_sym_AMP_AMP] = ACTIONS(1139), + [anon_sym_PIPE_PIPE] = ACTIONS(1139), + [anon_sym_LT_LT] = ACTIONS(1131), + [anon_sym_GT_GT] = ACTIONS(1131), + [anon_sym_PLUS] = ACTIONS(1129), + [anon_sym_DASH] = ACTIONS(1129), + [anon_sym_STAR] = ACTIONS(1129), + [anon_sym_SLASH] = ACTIONS(1129), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_STAR_STAR] = ACTIONS(1129), + [anon_sym_LT] = ACTIONS(1131), + [anon_sym_GT] = ACTIONS(1131), + [anon_sym_LPAREN] = ACTIONS(1223), + [anon_sym_PIPE] = ACTIONS(1131), + [anon_sym_PIPE_AMP] = ACTIONS(1137), + [anon_sym_RBRACK] = ACTIONS(1221), + [anon_sym_EQ_TILDE] = ACTIONS(1131), + [anon_sym_AMP_GT] = ACTIONS(1127), + [anon_sym_AMP_GT_GT] = ACTIONS(1137), + [anon_sym_LT_AMP] = ACTIONS(1127), + [anon_sym_GT_AMP] = ACTIONS(1127), + [anon_sym_GT_PIPE] = ACTIONS(1137), + [anon_sym_LT_AMP_DASH] = ACTIONS(1137), + [anon_sym_GT_AMP_DASH] = ACTIONS(1137), + [anon_sym_LT_LT_DASH] = ACTIONS(1137), + [anon_sym_LT_LT_LT] = ACTIONS(1137), + [anon_sym_AMP] = ACTIONS(1129), + [anon_sym_CARET] = ACTIONS(1129), + [anon_sym_QMARK] = ACTIONS(1129), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1137), + [aux_sym_concatenation_token1] = ACTIONS(269), + [anon_sym_DOLLAR] = ACTIONS(1127), + [sym__special_character] = ACTIONS(1127), + [anon_sym_DQUOTE] = ACTIONS(1137), + [sym_raw_string] = ACTIONS(1137), + [sym_ansi_c_string] = ACTIONS(1137), + [aux_sym_number_token1] = ACTIONS(1127), + [aux_sym_number_token2] = ACTIONS(1127), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1137), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1127), + [anon_sym_BQUOTE] = ACTIONS(1127), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1137), + [anon_sym_LT_LPAREN] = ACTIONS(1137), + [anon_sym_GT_LPAREN] = ACTIONS(1137), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1137), + [sym__concat] = ACTIONS(269), + [sym_test_operator] = ACTIONS(1139), + [sym__bare_dollar] = ACTIONS(1137), + [sym__brace_start] = ACTIONS(1137), }, [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), + [aux_sym_concatenation_repeat1] = STATE(379), + [sym_word] = ACTIONS(1117), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1119), + [anon_sym_EQ] = ACTIONS(1117), + [anon_sym_PLUS_PLUS] = ACTIONS(1117), + [anon_sym_DASH_DASH] = ACTIONS(1117), + [anon_sym_PLUS_EQ] = ACTIONS(1117), + [anon_sym_DASH_EQ] = ACTIONS(1117), + [anon_sym_STAR_EQ] = ACTIONS(1117), + [anon_sym_SLASH_EQ] = ACTIONS(1117), + [anon_sym_PERCENT_EQ] = ACTIONS(1117), + [anon_sym_LT_LT_EQ] = ACTIONS(1119), + [anon_sym_GT_GT_EQ] = ACTIONS(1119), + [anon_sym_AMP_EQ] = ACTIONS(1119), + [anon_sym_CARET_EQ] = ACTIONS(1117), + [anon_sym_PIPE_EQ] = ACTIONS(1119), + [anon_sym_EQ_EQ] = ACTIONS(1117), + [anon_sym_BANG_EQ] = ACTIONS(1117), + [anon_sym_LT_EQ] = ACTIONS(1119), + [anon_sym_GT_EQ] = ACTIONS(1119), + [anon_sym_AMP_AMP] = ACTIONS(1119), + [anon_sym_PIPE_PIPE] = ACTIONS(1119), + [anon_sym_LT_LT] = ACTIONS(1117), + [anon_sym_GT_GT] = ACTIONS(1117), + [anon_sym_PLUS] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_STAR] = ACTIONS(1117), + [anon_sym_SLASH] = ACTIONS(1117), + [anon_sym_PERCENT] = ACTIONS(1117), + [anon_sym_STAR_STAR] = ACTIONS(1117), + [anon_sym_LT] = ACTIONS(1117), + [anon_sym_GT] = ACTIONS(1117), + [anon_sym_LPAREN] = ACTIONS(1117), + [anon_sym_PIPE] = ACTIONS(1117), + [anon_sym_PIPE_AMP] = ACTIONS(1119), + [anon_sym_RBRACK] = ACTIONS(1119), + [anon_sym_EQ_TILDE] = ACTIONS(1117), + [anon_sym_AMP_GT] = ACTIONS(1117), + [anon_sym_AMP_GT_GT] = ACTIONS(1119), + [anon_sym_LT_AMP] = ACTIONS(1117), + [anon_sym_GT_AMP] = ACTIONS(1117), + [anon_sym_GT_PIPE] = ACTIONS(1119), + [anon_sym_LT_AMP_DASH] = ACTIONS(1119), + [anon_sym_GT_AMP_DASH] = ACTIONS(1119), + [anon_sym_LT_LT_DASH] = ACTIONS(1119), + [anon_sym_LT_LT_LT] = ACTIONS(1119), + [anon_sym_AMP] = ACTIONS(1117), + [anon_sym_CARET] = ACTIONS(1117), + [anon_sym_QMARK] = ACTIONS(1117), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1119), + [aux_sym_concatenation_token1] = ACTIONS(269), + [anon_sym_DOLLAR] = ACTIONS(1117), + [sym__special_character] = ACTIONS(1117), + [anon_sym_DQUOTE] = ACTIONS(1119), + [sym_raw_string] = ACTIONS(1119), + [sym_ansi_c_string] = ACTIONS(1119), + [aux_sym_number_token1] = ACTIONS(1117), + [aux_sym_number_token2] = ACTIONS(1117), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1119), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1117), + [anon_sym_BQUOTE] = ACTIONS(1117), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1119), + [anon_sym_LT_LPAREN] = ACTIONS(1119), + [anon_sym_GT_LPAREN] = ACTIONS(1119), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1119), + [sym__concat] = ACTIONS(269), + [sym_test_operator] = ACTIONS(1119), + [sym__bare_dollar] = ACTIONS(1119), + [sym__brace_start] = ACTIONS(1119), }, [382] = { - [aux_sym__literal_repeat1] = STATE(380), - [sym_word] = ACTIONS(187), - [anon_sym_LPAREN_LPAREN] = ACTIONS(187), - [anon_sym_SEMI] = ACTIONS(187), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), - [anon_sym_LT_LT_EQ] = ACTIONS(185), - [anon_sym_GT_GT_EQ] = ACTIONS(185), - [anon_sym_AMP_EQ] = ACTIONS(185), - [anon_sym_CARET_EQ] = ACTIONS(185), - [anon_sym_PIPE_EQ] = ACTIONS(185), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(185), - [anon_sym_LT_EQ] = ACTIONS(185), - [anon_sym_GT_EQ] = ACTIONS(185), - [anon_sym_AMP_AMP] = ACTIONS(189), - [anon_sym_PIPE_PIPE] = ACTIONS(189), - [anon_sym_LT_LT] = ACTIONS(189), - [anon_sym_GT_GT] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_RPAREN] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_SEMI_SEMI] = ACTIONS(187), - [anon_sym_PIPE_AMP] = ACTIONS(187), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_AMP_GT] = ACTIONS(187), - [anon_sym_AMP_GT_GT] = ACTIONS(187), - [anon_sym_LT_AMP] = ACTIONS(187), - [anon_sym_GT_AMP] = ACTIONS(187), - [anon_sym_GT_PIPE] = ACTIONS(187), - [anon_sym_LT_LT_DASH] = ACTIONS(187), - [aux_sym_heredoc_redirect_token1] = ACTIONS(218), - [anon_sym_LT_LT_LT] = ACTIONS(187), - [anon_sym_AMP] = ACTIONS(189), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(187), - [anon_sym_DOLLAR] = ACTIONS(187), - [sym__special_character] = ACTIONS(1287), - [anon_sym_DQUOTE] = ACTIONS(187), - [sym_raw_string] = ACTIONS(187), - [sym_ansi_c_string] = ACTIONS(187), - [aux_sym_number_token1] = ACTIONS(187), - [aux_sym_number_token2] = ACTIONS(187), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(187), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(187), - [anon_sym_BQUOTE] = ACTIONS(187), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(187), - [anon_sym_LT_LPAREN] = ACTIONS(187), - [anon_sym_GT_LPAREN] = ACTIONS(187), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(218), - [sym_test_operator] = ACTIONS(352), - [sym__bare_dollar] = ACTIONS(218), - [sym__brace_start] = ACTIONS(218), + [aux_sym_concatenation_repeat1] = STATE(382), + [sym_word] = ACTIONS(1107), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1109), + [anon_sym_EQ] = ACTIONS(1107), + [anon_sym_PLUS_PLUS] = ACTIONS(1107), + [anon_sym_DASH_DASH] = ACTIONS(1107), + [anon_sym_PLUS_EQ] = ACTIONS(1107), + [anon_sym_DASH_EQ] = ACTIONS(1107), + [anon_sym_STAR_EQ] = ACTIONS(1107), + [anon_sym_SLASH_EQ] = ACTIONS(1107), + [anon_sym_PERCENT_EQ] = ACTIONS(1107), + [anon_sym_LT_LT_EQ] = ACTIONS(1109), + [anon_sym_GT_GT_EQ] = ACTIONS(1109), + [anon_sym_AMP_EQ] = ACTIONS(1109), + [anon_sym_CARET_EQ] = ACTIONS(1107), + [anon_sym_PIPE_EQ] = ACTIONS(1109), + [anon_sym_EQ_EQ] = ACTIONS(1107), + [anon_sym_BANG_EQ] = ACTIONS(1107), + [anon_sym_LT_EQ] = ACTIONS(1109), + [anon_sym_GT_EQ] = ACTIONS(1109), + [anon_sym_AMP_AMP] = ACTIONS(1109), + [anon_sym_PIPE_PIPE] = ACTIONS(1109), + [anon_sym_LT_LT] = ACTIONS(1107), + [anon_sym_GT_GT] = ACTIONS(1107), + [anon_sym_PLUS] = ACTIONS(1107), + [anon_sym_DASH] = ACTIONS(1107), + [anon_sym_STAR] = ACTIONS(1107), + [anon_sym_SLASH] = ACTIONS(1107), + [anon_sym_PERCENT] = ACTIONS(1107), + [anon_sym_STAR_STAR] = ACTIONS(1107), + [anon_sym_LT] = ACTIONS(1107), + [anon_sym_GT] = ACTIONS(1107), + [anon_sym_LPAREN] = ACTIONS(1107), + [anon_sym_PIPE] = ACTIONS(1107), + [anon_sym_PIPE_AMP] = ACTIONS(1109), + [anon_sym_RBRACK] = ACTIONS(1109), + [anon_sym_EQ_TILDE] = ACTIONS(1107), + [anon_sym_AMP_GT] = ACTIONS(1107), + [anon_sym_AMP_GT_GT] = ACTIONS(1109), + [anon_sym_LT_AMP] = ACTIONS(1107), + [anon_sym_GT_AMP] = ACTIONS(1107), + [anon_sym_GT_PIPE] = ACTIONS(1109), + [anon_sym_LT_AMP_DASH] = ACTIONS(1109), + [anon_sym_GT_AMP_DASH] = ACTIONS(1109), + [anon_sym_LT_LT_DASH] = ACTIONS(1109), + [anon_sym_LT_LT_LT] = ACTIONS(1109), + [anon_sym_AMP] = ACTIONS(1107), + [anon_sym_CARET] = ACTIONS(1107), + [anon_sym_QMARK] = ACTIONS(1107), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1109), + [aux_sym_concatenation_token1] = ACTIONS(1226), + [anon_sym_DOLLAR] = ACTIONS(1107), + [sym__special_character] = ACTIONS(1107), + [anon_sym_DQUOTE] = ACTIONS(1109), + [sym_raw_string] = ACTIONS(1109), + [sym_ansi_c_string] = ACTIONS(1109), + [aux_sym_number_token1] = ACTIONS(1107), + [aux_sym_number_token2] = ACTIONS(1107), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1109), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1107), + [anon_sym_BQUOTE] = ACTIONS(1107), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1109), + [anon_sym_LT_LPAREN] = ACTIONS(1109), + [anon_sym_GT_LPAREN] = ACTIONS(1109), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1109), + [sym__concat] = ACTIONS(1226), + [sym_test_operator] = ACTIONS(1109), + [sym__bare_dollar] = ACTIONS(1109), + [sym__brace_start] = ACTIONS(1109), }, [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(1117), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1117), + [anon_sym_SEMI] = ACTIONS(1117), + [anon_sym_EQ] = ACTIONS(1117), + [anon_sym_PLUS_PLUS] = ACTIONS(1117), + [anon_sym_DASH_DASH] = ACTIONS(1117), + [anon_sym_PLUS_EQ] = ACTIONS(1117), + [anon_sym_DASH_EQ] = ACTIONS(1117), + [anon_sym_STAR_EQ] = ACTIONS(1117), + [anon_sym_SLASH_EQ] = ACTIONS(1117), + [anon_sym_PERCENT_EQ] = ACTIONS(1117), + [anon_sym_LT_LT_EQ] = ACTIONS(1117), + [anon_sym_GT_GT_EQ] = ACTIONS(1117), + [anon_sym_AMP_EQ] = ACTIONS(1117), + [anon_sym_CARET_EQ] = ACTIONS(1117), + [anon_sym_PIPE_EQ] = ACTIONS(1117), + [anon_sym_EQ_EQ] = ACTIONS(1117), + [anon_sym_BANG_EQ] = ACTIONS(1117), + [anon_sym_LT_EQ] = ACTIONS(1117), + [anon_sym_GT_EQ] = ACTIONS(1117), + [anon_sym_AMP_AMP] = ACTIONS(1117), + [anon_sym_PIPE_PIPE] = ACTIONS(1117), + [anon_sym_LT_LT] = ACTIONS(1117), + [anon_sym_GT_GT] = ACTIONS(1117), + [anon_sym_PLUS] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_STAR] = ACTIONS(1117), + [anon_sym_SLASH] = ACTIONS(1117), + [anon_sym_PERCENT] = ACTIONS(1117), + [anon_sym_STAR_STAR] = ACTIONS(1117), + [anon_sym_LT] = ACTIONS(1117), + [anon_sym_GT] = ACTIONS(1117), + [anon_sym_LPAREN] = ACTIONS(1117), + [anon_sym_RPAREN] = ACTIONS(1117), + [anon_sym_PIPE] = ACTIONS(1117), + [anon_sym_SEMI_SEMI] = ACTIONS(1117), + [anon_sym_PIPE_AMP] = ACTIONS(1117), + [anon_sym_EQ_TILDE] = ACTIONS(1117), + [anon_sym_AMP_GT] = ACTIONS(1117), + [anon_sym_AMP_GT_GT] = ACTIONS(1117), + [anon_sym_LT_AMP] = ACTIONS(1117), + [anon_sym_GT_AMP] = ACTIONS(1117), + [anon_sym_GT_PIPE] = ACTIONS(1117), + [anon_sym_LT_AMP_DASH] = ACTIONS(1117), + [anon_sym_GT_AMP_DASH] = ACTIONS(1117), + [anon_sym_LT_LT_DASH] = ACTIONS(1117), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1119), + [anon_sym_LT_LT_LT] = ACTIONS(1117), + [anon_sym_AMP] = ACTIONS(1117), + [anon_sym_CARET] = ACTIONS(1117), + [anon_sym_QMARK] = ACTIONS(1117), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1117), + [anon_sym_DOLLAR] = ACTIONS(1117), + [sym__special_character] = ACTIONS(1117), + [anon_sym_DQUOTE] = ACTIONS(1117), + [sym_raw_string] = ACTIONS(1117), + [sym_ansi_c_string] = ACTIONS(1117), + [aux_sym_number_token1] = ACTIONS(1117), + [aux_sym_number_token2] = ACTIONS(1117), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1117), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1117), + [anon_sym_BQUOTE] = ACTIONS(1117), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1117), + [anon_sym_LT_LPAREN] = ACTIONS(1117), + [anon_sym_GT_LPAREN] = ACTIONS(1117), [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(1119), + [sym_test_operator] = ACTIONS(1119), + [sym__bare_dollar] = ACTIONS(1119), + [sym__brace_start] = ACTIONS(1119), }, [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), + [sym_word] = ACTIONS(1127), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1127), + [anon_sym_SEMI] = ACTIONS(1127), + [anon_sym_EQ] = ACTIONS(1129), + [anon_sym_PLUS_PLUS] = ACTIONS(1129), + [anon_sym_DASH_DASH] = ACTIONS(1129), + [anon_sym_PLUS_EQ] = ACTIONS(1129), + [anon_sym_DASH_EQ] = ACTIONS(1129), + [anon_sym_STAR_EQ] = ACTIONS(1129), + [anon_sym_SLASH_EQ] = ACTIONS(1129), + [anon_sym_PERCENT_EQ] = ACTIONS(1129), + [anon_sym_LT_LT_EQ] = ACTIONS(1129), + [anon_sym_GT_GT_EQ] = ACTIONS(1129), + [anon_sym_AMP_EQ] = ACTIONS(1129), + [anon_sym_CARET_EQ] = ACTIONS(1129), + [anon_sym_PIPE_EQ] = ACTIONS(1129), + [anon_sym_EQ_EQ] = ACTIONS(1131), + [anon_sym_BANG_EQ] = ACTIONS(1129), + [anon_sym_LT_EQ] = ACTIONS(1129), + [anon_sym_GT_EQ] = ACTIONS(1129), + [anon_sym_AMP_AMP] = ACTIONS(1131), + [anon_sym_PIPE_PIPE] = ACTIONS(1131), + [anon_sym_LT_LT] = ACTIONS(1131), + [anon_sym_GT_GT] = ACTIONS(1131), + [anon_sym_PLUS] = ACTIONS(1129), + [anon_sym_DASH] = ACTIONS(1129), + [anon_sym_STAR] = ACTIONS(1129), + [anon_sym_SLASH] = ACTIONS(1129), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_STAR_STAR] = ACTIONS(1129), + [anon_sym_LT] = ACTIONS(1131), + [anon_sym_GT] = ACTIONS(1131), + [anon_sym_LPAREN] = ACTIONS(1127), + [anon_sym_RPAREN] = ACTIONS(1131), + [anon_sym_PIPE] = ACTIONS(1131), + [anon_sym_SEMI_SEMI] = ACTIONS(1127), + [anon_sym_PIPE_AMP] = ACTIONS(1127), + [anon_sym_EQ_TILDE] = ACTIONS(1131), + [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_AMP_DASH] = ACTIONS(1127), + [anon_sym_GT_AMP_DASH] = ACTIONS(1127), + [anon_sym_LT_LT_DASH] = ACTIONS(1127), + [aux_sym_heredoc_redirect_token1] = ACTIONS(1137), + [anon_sym_LT_LT_LT] = ACTIONS(1127), + [anon_sym_AMP] = ACTIONS(1131), + [anon_sym_CARET] = ACTIONS(1129), + [anon_sym_QMARK] = ACTIONS(1129), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1127), + [anon_sym_DOLLAR] = ACTIONS(1127), + [sym__special_character] = ACTIONS(1127), + [anon_sym_DQUOTE] = ACTIONS(1127), + [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_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_test_operator] = ACTIONS(1158), - [sym__bare_dollar] = ACTIONS(1156), - [sym__brace_start] = ACTIONS(1156), + [sym_file_descriptor] = ACTIONS(1137), + [sym_test_operator] = ACTIONS(1139), + [sym__bare_dollar] = ACTIONS(1137), + [sym__brace_start] = ACTIONS(1137), }, [385] = { - [sym_word] = ACTIONS(1167), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1167), - [anon_sym_RPAREN_RPAREN] = ACTIONS(1167), - [anon_sym_SEMI] = ACTIONS(1167), - [anon_sym_EQ] = ACTIONS(1167), - [anon_sym_PLUS_PLUS] = ACTIONS(1167), - [anon_sym_DASH_DASH] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_EQ] = ACTIONS(1167), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1167), - [anon_sym_EQ_EQ] = ACTIONS(1167), - [anon_sym_BANG_EQ] = ACTIONS(1167), - [anon_sym_LT_EQ] = ACTIONS(1167), - [anon_sym_GT_EQ] = ACTIONS(1167), - [anon_sym_AMP_AMP] = ACTIONS(1167), - [anon_sym_PIPE_PIPE] = ACTIONS(1167), - [anon_sym_LT_LT] = ACTIONS(1167), - [anon_sym_GT_GT] = ACTIONS(1167), - [anon_sym_PLUS] = ACTIONS(1167), - [anon_sym_DASH] = ACTIONS(1167), - [anon_sym_STAR] = ACTIONS(1167), - [anon_sym_SLASH] = ACTIONS(1167), - [anon_sym_PERCENT] = ACTIONS(1167), - [anon_sym_STAR_STAR] = ACTIONS(1167), - [anon_sym_LT] = ACTIONS(1167), - [anon_sym_GT] = ACTIONS(1167), - [anon_sym_RPAREN] = ACTIONS(1167), - [anon_sym_PIPE] = ACTIONS(1167), - [anon_sym_SEMI_SEMI] = ACTIONS(1167), - [anon_sym_PIPE_AMP] = ACTIONS(1167), - [anon_sym_EQ_TILDE] = ACTIONS(1167), - [anon_sym_AMP_GT] = ACTIONS(1167), - [anon_sym_AMP_GT_GT] = ACTIONS(1167), - [anon_sym_LT_AMP] = ACTIONS(1167), - [anon_sym_GT_AMP] = ACTIONS(1167), - [anon_sym_GT_PIPE] = ACTIONS(1167), - [anon_sym_LT_LT_DASH] = ACTIONS(1167), - [aux_sym_heredoc_redirect_token1] = ACTIONS(1169), - [anon_sym_LT_LT_LT] = ACTIONS(1167), - [anon_sym_AMP] = ACTIONS(1167), - [anon_sym_CARET] = ACTIONS(1167), - [anon_sym_QMARK] = ACTIONS(1167), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1167), - [anon_sym_DOLLAR] = ACTIONS(1167), - [sym__special_character] = ACTIONS(1167), - [anon_sym_DQUOTE] = ACTIONS(1167), - [sym_raw_string] = ACTIONS(1167), - [sym_ansi_c_string] = ACTIONS(1167), - [aux_sym_number_token1] = ACTIONS(1167), - [aux_sym_number_token2] = ACTIONS(1167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1167), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1167), - [anon_sym_BQUOTE] = ACTIONS(1167), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1167), - [anon_sym_LT_LPAREN] = ACTIONS(1167), - [anon_sym_GT_LPAREN] = ACTIONS(1167), - [sym_comment] = ACTIONS(3), - [sym_file_descriptor] = ACTIONS(1169), - [sym_test_operator] = ACTIONS(1169), - [sym__bare_dollar] = ACTIONS(1169), - [sym__brace_start] = ACTIONS(1169), + [aux_sym_concatenation_repeat1] = STATE(386), + [sym_word] = ACTIONS(1127), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1137), + [anon_sym_EQ] = ACTIONS(1129), + [anon_sym_PLUS_PLUS] = ACTIONS(1129), + [anon_sym_DASH_DASH] = ACTIONS(1129), + [anon_sym_PLUS_EQ] = ACTIONS(1129), + [anon_sym_DASH_EQ] = ACTIONS(1129), + [anon_sym_STAR_EQ] = ACTIONS(1129), + [anon_sym_SLASH_EQ] = ACTIONS(1129), + [anon_sym_PERCENT_EQ] = ACTIONS(1129), + [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(1129), + [anon_sym_PIPE_EQ] = ACTIONS(1221), + [anon_sym_EQ_EQ] = ACTIONS(1131), + [anon_sym_BANG_EQ] = ACTIONS(1129), + [anon_sym_LT_EQ] = ACTIONS(1221), + [anon_sym_GT_EQ] = ACTIONS(1221), + [anon_sym_AMP_AMP] = ACTIONS(1139), + [anon_sym_PIPE_PIPE] = ACTIONS(1139), + [anon_sym_LT_LT] = ACTIONS(1131), + [anon_sym_GT_GT] = ACTIONS(1131), + [anon_sym_PLUS] = ACTIONS(1129), + [anon_sym_DASH] = ACTIONS(1129), + [anon_sym_STAR] = ACTIONS(1129), + [anon_sym_SLASH] = ACTIONS(1129), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_STAR_STAR] = ACTIONS(1129), + [anon_sym_LT] = ACTIONS(1131), + [anon_sym_GT] = ACTIONS(1131), + [anon_sym_LPAREN] = ACTIONS(1127), + [anon_sym_PIPE] = ACTIONS(1131), + [anon_sym_PIPE_AMP] = ACTIONS(1137), + [anon_sym_RBRACK] = ACTIONS(1221), + [anon_sym_EQ_TILDE] = ACTIONS(1131), + [anon_sym_AMP_GT] = ACTIONS(1127), + [anon_sym_AMP_GT_GT] = ACTIONS(1137), + [anon_sym_LT_AMP] = ACTIONS(1127), + [anon_sym_GT_AMP] = ACTIONS(1127), + [anon_sym_GT_PIPE] = ACTIONS(1137), + [anon_sym_LT_AMP_DASH] = ACTIONS(1137), + [anon_sym_GT_AMP_DASH] = ACTIONS(1137), + [anon_sym_LT_LT_DASH] = ACTIONS(1137), + [anon_sym_LT_LT_LT] = ACTIONS(1137), + [anon_sym_AMP] = ACTIONS(1129), + [anon_sym_CARET] = ACTIONS(1129), + [anon_sym_QMARK] = ACTIONS(1129), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1137), + [aux_sym_concatenation_token1] = ACTIONS(269), + [anon_sym_DOLLAR] = ACTIONS(1127), + [sym__special_character] = ACTIONS(1127), + [anon_sym_DQUOTE] = ACTIONS(1137), + [sym_raw_string] = ACTIONS(1137), + [sym_ansi_c_string] = ACTIONS(1137), + [aux_sym_number_token1] = ACTIONS(1127), + [aux_sym_number_token2] = ACTIONS(1127), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1137), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1127), + [anon_sym_BQUOTE] = ACTIONS(1127), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1137), + [anon_sym_LT_LPAREN] = ACTIONS(1137), + [anon_sym_GT_LPAREN] = ACTIONS(1137), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1137), + [sym__concat] = ACTIONS(269), + [sym_test_operator] = ACTIONS(1139), + [sym__bare_dollar] = ACTIONS(1137), + [sym__brace_start] = ACTIONS(1137), }, [386] = { - [aux_sym_concatenation_repeat1] = STATE(391), - [sym_word] = ACTIONS(1167), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1169), - [anon_sym_EQ] = ACTIONS(1167), - [anon_sym_PLUS_PLUS] = ACTIONS(1167), - [anon_sym_DASH_DASH] = ACTIONS(1167), - [anon_sym_PLUS_EQ] = ACTIONS(1167), - [anon_sym_DASH_EQ] = ACTIONS(1167), - [anon_sym_STAR_EQ] = ACTIONS(1167), - [anon_sym_SLASH_EQ] = ACTIONS(1167), - [anon_sym_PERCENT_EQ] = ACTIONS(1167), - [anon_sym_LT_LT_EQ] = ACTIONS(1169), - [anon_sym_GT_GT_EQ] = ACTIONS(1169), - [anon_sym_AMP_EQ] = ACTIONS(1169), - [anon_sym_CARET_EQ] = ACTIONS(1167), - [anon_sym_PIPE_EQ] = ACTIONS(1169), - [anon_sym_EQ_EQ] = ACTIONS(1167), - [anon_sym_BANG_EQ] = ACTIONS(1167), - [anon_sym_LT_EQ] = ACTIONS(1169), - [anon_sym_GT_EQ] = ACTIONS(1169), - [anon_sym_AMP_AMP] = ACTIONS(1169), - [anon_sym_PIPE_PIPE] = ACTIONS(1169), - [anon_sym_LT_LT] = ACTIONS(1167), - [anon_sym_GT_GT] = ACTIONS(1167), - [anon_sym_PLUS] = ACTIONS(1167), - [anon_sym_DASH] = ACTIONS(1167), - [anon_sym_STAR] = ACTIONS(1167), - [anon_sym_SLASH] = ACTIONS(1167), - [anon_sym_PERCENT] = ACTIONS(1167), - [anon_sym_STAR_STAR] = ACTIONS(1167), - [anon_sym_LT] = ACTIONS(1167), - [anon_sym_GT] = ACTIONS(1167), - [anon_sym_PIPE] = ACTIONS(1167), - [anon_sym_PIPE_AMP] = ACTIONS(1169), - [anon_sym_RBRACK] = ACTIONS(1169), - [anon_sym_EQ_TILDE] = ACTIONS(1167), - [anon_sym_AMP_GT] = ACTIONS(1167), - [anon_sym_AMP_GT_GT] = ACTIONS(1169), - [anon_sym_LT_AMP] = ACTIONS(1169), - [anon_sym_GT_AMP] = ACTIONS(1169), - [anon_sym_GT_PIPE] = ACTIONS(1169), - [anon_sym_LT_LT_DASH] = ACTIONS(1169), - [anon_sym_LT_LT_LT] = ACTIONS(1169), - [anon_sym_AMP] = ACTIONS(1167), - [anon_sym_CARET] = ACTIONS(1167), - [anon_sym_QMARK] = ACTIONS(1167), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1169), - [aux_sym_concatenation_token1] = ACTIONS(359), - [anon_sym_DOLLAR] = ACTIONS(1167), - [sym__special_character] = ACTIONS(1167), - [anon_sym_DQUOTE] = ACTIONS(1169), - [sym_raw_string] = ACTIONS(1169), - [sym_ansi_c_string] = ACTIONS(1169), - [aux_sym_number_token1] = ACTIONS(1167), - [aux_sym_number_token2] = ACTIONS(1167), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1169), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1167), - [anon_sym_BQUOTE] = ACTIONS(1167), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1169), - [anon_sym_LT_LPAREN] = ACTIONS(1169), - [anon_sym_GT_LPAREN] = ACTIONS(1169), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1169), - [sym__concat] = ACTIONS(359), - [sym_test_operator] = ACTIONS(1169), - [sym__bare_dollar] = ACTIONS(1169), - [sym__brace_start] = ACTIONS(1169), + [aux_sym_concatenation_repeat1] = STATE(382), + [sym_word] = ACTIONS(1121), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1123), + [anon_sym_EQ] = ACTIONS(1121), + [anon_sym_PLUS_PLUS] = ACTIONS(1121), + [anon_sym_DASH_DASH] = ACTIONS(1121), + [anon_sym_PLUS_EQ] = ACTIONS(1121), + [anon_sym_DASH_EQ] = ACTIONS(1121), + [anon_sym_STAR_EQ] = ACTIONS(1121), + [anon_sym_SLASH_EQ] = ACTIONS(1121), + [anon_sym_PERCENT_EQ] = ACTIONS(1121), + [anon_sym_LT_LT_EQ] = ACTIONS(1123), + [anon_sym_GT_GT_EQ] = ACTIONS(1123), + [anon_sym_AMP_EQ] = ACTIONS(1123), + [anon_sym_CARET_EQ] = ACTIONS(1121), + [anon_sym_PIPE_EQ] = ACTIONS(1123), + [anon_sym_EQ_EQ] = ACTIONS(1121), + [anon_sym_BANG_EQ] = ACTIONS(1121), + [anon_sym_LT_EQ] = ACTIONS(1123), + [anon_sym_GT_EQ] = ACTIONS(1123), + [anon_sym_AMP_AMP] = ACTIONS(1123), + [anon_sym_PIPE_PIPE] = ACTIONS(1123), + [anon_sym_LT_LT] = ACTIONS(1121), + [anon_sym_GT_GT] = ACTIONS(1121), + [anon_sym_PLUS] = ACTIONS(1121), + [anon_sym_DASH] = ACTIONS(1121), + [anon_sym_STAR] = ACTIONS(1121), + [anon_sym_SLASH] = ACTIONS(1121), + [anon_sym_PERCENT] = ACTIONS(1121), + [anon_sym_STAR_STAR] = ACTIONS(1121), + [anon_sym_LT] = ACTIONS(1121), + [anon_sym_GT] = ACTIONS(1121), + [anon_sym_LPAREN] = ACTIONS(1121), + [anon_sym_PIPE] = ACTIONS(1121), + [anon_sym_PIPE_AMP] = ACTIONS(1123), + [anon_sym_RBRACK] = ACTIONS(1123), + [anon_sym_EQ_TILDE] = ACTIONS(1121), + [anon_sym_AMP_GT] = ACTIONS(1121), + [anon_sym_AMP_GT_GT] = ACTIONS(1123), + [anon_sym_LT_AMP] = ACTIONS(1121), + [anon_sym_GT_AMP] = ACTIONS(1121), + [anon_sym_GT_PIPE] = ACTIONS(1123), + [anon_sym_LT_AMP_DASH] = ACTIONS(1123), + [anon_sym_GT_AMP_DASH] = ACTIONS(1123), + [anon_sym_LT_LT_DASH] = ACTIONS(1123), + [anon_sym_LT_LT_LT] = ACTIONS(1123), + [anon_sym_AMP] = ACTIONS(1121), + [anon_sym_CARET] = ACTIONS(1121), + [anon_sym_QMARK] = ACTIONS(1121), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1123), + [aux_sym_concatenation_token1] = ACTIONS(269), + [anon_sym_DOLLAR] = ACTIONS(1121), + [sym__special_character] = ACTIONS(1121), + [anon_sym_DQUOTE] = ACTIONS(1123), + [sym_raw_string] = ACTIONS(1123), + [sym_ansi_c_string] = ACTIONS(1123), + [aux_sym_number_token1] = ACTIONS(1121), + [aux_sym_number_token2] = ACTIONS(1121), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1123), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1121), + [anon_sym_BQUOTE] = ACTIONS(1121), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1123), + [anon_sym_LT_LPAREN] = ACTIONS(1123), + [anon_sym_GT_LPAREN] = ACTIONS(1123), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1123), + [sym__concat] = ACTIONS(1229), + [sym_test_operator] = ACTIONS(1123), + [sym__bare_dollar] = ACTIONS(1123), + [sym__brace_start] = ACTIONS(1123), }, [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), - [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_word] = ACTIONS(1107), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1109), + [anon_sym_EQ] = ACTIONS(1107), + [anon_sym_PLUS_PLUS] = ACTIONS(1107), + [anon_sym_DASH_DASH] = ACTIONS(1107), + [anon_sym_PLUS_EQ] = ACTIONS(1107), + [anon_sym_DASH_EQ] = ACTIONS(1107), + [anon_sym_STAR_EQ] = ACTIONS(1107), + [anon_sym_SLASH_EQ] = ACTIONS(1107), + [anon_sym_PERCENT_EQ] = ACTIONS(1107), + [anon_sym_LT_LT_EQ] = ACTIONS(1109), + [anon_sym_GT_GT_EQ] = ACTIONS(1109), + [anon_sym_AMP_EQ] = ACTIONS(1109), + [anon_sym_CARET_EQ] = ACTIONS(1107), + [anon_sym_PIPE_EQ] = ACTIONS(1109), + [anon_sym_EQ_EQ] = ACTIONS(1107), + [anon_sym_BANG_EQ] = ACTIONS(1107), + [anon_sym_LT_EQ] = ACTIONS(1109), + [anon_sym_GT_EQ] = ACTIONS(1109), + [anon_sym_AMP_AMP] = ACTIONS(1109), + [anon_sym_PIPE_PIPE] = ACTIONS(1109), + [anon_sym_LT_LT] = ACTIONS(1107), + [anon_sym_GT_GT] = ACTIONS(1107), + [anon_sym_PLUS] = ACTIONS(1107), + [anon_sym_DASH] = ACTIONS(1107), + [anon_sym_STAR] = ACTIONS(1107), + [anon_sym_SLASH] = ACTIONS(1107), + [anon_sym_PERCENT] = ACTIONS(1107), + [anon_sym_STAR_STAR] = ACTIONS(1107), + [anon_sym_LT] = ACTIONS(1107), + [anon_sym_GT] = ACTIONS(1107), + [anon_sym_LPAREN] = ACTIONS(1107), + [anon_sym_PIPE] = ACTIONS(1107), + [anon_sym_PIPE_AMP] = ACTIONS(1109), + [anon_sym_RBRACK] = ACTIONS(1109), + [anon_sym_EQ_TILDE] = ACTIONS(1107), + [anon_sym_AMP_GT] = ACTIONS(1107), + [anon_sym_AMP_GT_GT] = ACTIONS(1109), + [anon_sym_LT_AMP] = ACTIONS(1107), + [anon_sym_GT_AMP] = ACTIONS(1107), + [anon_sym_GT_PIPE] = ACTIONS(1109), + [anon_sym_LT_AMP_DASH] = ACTIONS(1109), + [anon_sym_GT_AMP_DASH] = ACTIONS(1109), + [anon_sym_LT_LT_DASH] = ACTIONS(1109), + [anon_sym_LT_LT_LT] = ACTIONS(1109), + [anon_sym_AMP] = ACTIONS(1107), + [anon_sym_CARET] = ACTIONS(1107), + [anon_sym_QMARK] = ACTIONS(1107), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1109), + [aux_sym_concatenation_token1] = ACTIONS(1109), + [anon_sym_DOLLAR] = ACTIONS(1107), + [sym__special_character] = ACTIONS(1107), + [anon_sym_DQUOTE] = ACTIONS(1109), + [sym_raw_string] = ACTIONS(1109), + [sym_ansi_c_string] = ACTIONS(1109), + [aux_sym_number_token1] = ACTIONS(1107), + [aux_sym_number_token2] = ACTIONS(1107), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1109), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1107), + [anon_sym_BQUOTE] = ACTIONS(1107), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1109), + [anon_sym_LT_LPAREN] = ACTIONS(1109), + [anon_sym_GT_LPAREN] = ACTIONS(1109), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1109), + [sym__concat] = ACTIONS(1109), + [sym_test_operator] = ACTIONS(1109), + [sym__bare_dollar] = ACTIONS(1109), + [sym__brace_start] = ACTIONS(1109), }, [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(1158), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1160), + [anon_sym_EQ] = ACTIONS(1158), + [anon_sym_PLUS_PLUS] = ACTIONS(1158), + [anon_sym_DASH_DASH] = ACTIONS(1158), + [anon_sym_PLUS_EQ] = ACTIONS(1158), + [anon_sym_DASH_EQ] = ACTIONS(1158), + [anon_sym_STAR_EQ] = ACTIONS(1158), + [anon_sym_SLASH_EQ] = ACTIONS(1158), + [anon_sym_PERCENT_EQ] = ACTIONS(1158), + [anon_sym_LT_LT_EQ] = ACTIONS(1160), + [anon_sym_GT_GT_EQ] = ACTIONS(1160), + [anon_sym_AMP_EQ] = ACTIONS(1160), + [anon_sym_CARET_EQ] = ACTIONS(1158), + [anon_sym_PIPE_EQ] = ACTIONS(1160), + [anon_sym_EQ_EQ] = ACTIONS(1158), + [anon_sym_BANG_EQ] = ACTIONS(1158), + [anon_sym_LT_EQ] = ACTIONS(1160), + [anon_sym_GT_EQ] = ACTIONS(1160), + [anon_sym_AMP_AMP] = ACTIONS(1160), + [anon_sym_PIPE_PIPE] = ACTIONS(1160), + [anon_sym_LT_LT] = ACTIONS(1158), + [anon_sym_GT_GT] = ACTIONS(1158), + [anon_sym_PLUS] = ACTIONS(1158), + [anon_sym_DASH] = ACTIONS(1158), + [anon_sym_STAR] = ACTIONS(1158), + [anon_sym_SLASH] = ACTIONS(1158), + [anon_sym_PERCENT] = ACTIONS(1158), + [anon_sym_STAR_STAR] = ACTIONS(1158), + [anon_sym_LT] = ACTIONS(1158), + [anon_sym_GT] = ACTIONS(1158), + [anon_sym_LPAREN] = ACTIONS(1158), + [anon_sym_PIPE] = ACTIONS(1158), + [anon_sym_PIPE_AMP] = ACTIONS(1160), + [anon_sym_RBRACK] = ACTIONS(1160), + [anon_sym_EQ_TILDE] = ACTIONS(1158), + [anon_sym_AMP_GT] = ACTIONS(1158), + [anon_sym_AMP_GT_GT] = ACTIONS(1160), + [anon_sym_LT_AMP] = ACTIONS(1158), + [anon_sym_GT_AMP] = ACTIONS(1158), + [anon_sym_GT_PIPE] = ACTIONS(1160), + [anon_sym_LT_AMP_DASH] = ACTIONS(1160), + [anon_sym_GT_AMP_DASH] = ACTIONS(1160), + [anon_sym_LT_LT_DASH] = ACTIONS(1160), + [anon_sym_LT_LT_LT] = ACTIONS(1160), + [anon_sym_AMP] = ACTIONS(1158), + [anon_sym_CARET] = ACTIONS(1158), + [anon_sym_QMARK] = ACTIONS(1158), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1160), + [aux_sym_concatenation_token1] = ACTIONS(1160), + [anon_sym_DOLLAR] = ACTIONS(1158), + [sym__special_character] = ACTIONS(1158), + [anon_sym_DQUOTE] = ACTIONS(1160), + [sym_raw_string] = ACTIONS(1160), + [sym_ansi_c_string] = ACTIONS(1160), + [aux_sym_number_token1] = ACTIONS(1158), + [aux_sym_number_token2] = ACTIONS(1158), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1160), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1158), + [anon_sym_BQUOTE] = ACTIONS(1158), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1160), + [anon_sym_LT_LPAREN] = ACTIONS(1160), + [anon_sym_GT_LPAREN] = ACTIONS(1160), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1160), + [sym__concat] = ACTIONS(1160), + [sym_test_operator] = ACTIONS(1160), + [sym__bare_dollar] = ACTIONS(1160), + [sym__brace_start] = ACTIONS(1160), }, [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_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), - [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_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(1190), + [anon_sym_GT_AMP] = ACTIONS(1190), + [anon_sym_GT_PIPE] = ACTIONS(1192), + [anon_sym_LT_AMP_DASH] = ACTIONS(1192), + [anon_sym_GT_AMP_DASH] = 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(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(1190), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1192), + [anon_sym_LT_LPAREN] = ACTIONS(1192), + [anon_sym_GT_LPAREN] = ACTIONS(1192), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1192), + [sym__concat] = ACTIONS(1192), + [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_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(1150), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1152), + [anon_sym_EQ] = ACTIONS(1150), + [anon_sym_PLUS_PLUS] = ACTIONS(1150), + [anon_sym_DASH_DASH] = ACTIONS(1150), + [anon_sym_PLUS_EQ] = ACTIONS(1150), + [anon_sym_DASH_EQ] = ACTIONS(1150), + [anon_sym_STAR_EQ] = ACTIONS(1150), + [anon_sym_SLASH_EQ] = ACTIONS(1150), + [anon_sym_PERCENT_EQ] = ACTIONS(1150), + [anon_sym_LT_LT_EQ] = ACTIONS(1152), + [anon_sym_GT_GT_EQ] = ACTIONS(1152), + [anon_sym_AMP_EQ] = ACTIONS(1152), + [anon_sym_CARET_EQ] = ACTIONS(1150), + [anon_sym_PIPE_EQ] = ACTIONS(1152), + [anon_sym_EQ_EQ] = ACTIONS(1150), + [anon_sym_BANG_EQ] = ACTIONS(1150), + [anon_sym_LT_EQ] = ACTIONS(1152), + [anon_sym_GT_EQ] = ACTIONS(1152), + [anon_sym_AMP_AMP] = ACTIONS(1152), + [anon_sym_PIPE_PIPE] = ACTIONS(1152), + [anon_sym_LT_LT] = ACTIONS(1150), + [anon_sym_GT_GT] = ACTIONS(1150), + [anon_sym_PLUS] = ACTIONS(1150), + [anon_sym_DASH] = ACTIONS(1150), + [anon_sym_STAR] = ACTIONS(1150), + [anon_sym_SLASH] = ACTIONS(1150), + [anon_sym_PERCENT] = ACTIONS(1150), + [anon_sym_STAR_STAR] = ACTIONS(1150), + [anon_sym_LT] = ACTIONS(1150), + [anon_sym_GT] = ACTIONS(1150), + [anon_sym_LPAREN] = ACTIONS(1150), + [anon_sym_PIPE] = ACTIONS(1150), + [anon_sym_PIPE_AMP] = ACTIONS(1152), + [anon_sym_RBRACK] = ACTIONS(1152), + [anon_sym_EQ_TILDE] = ACTIONS(1150), + [anon_sym_AMP_GT] = ACTIONS(1150), + [anon_sym_AMP_GT_GT] = ACTIONS(1152), + [anon_sym_LT_AMP] = ACTIONS(1150), + [anon_sym_GT_AMP] = ACTIONS(1150), + [anon_sym_GT_PIPE] = ACTIONS(1152), + [anon_sym_LT_AMP_DASH] = ACTIONS(1152), + [anon_sym_GT_AMP_DASH] = ACTIONS(1152), + [anon_sym_LT_LT_DASH] = ACTIONS(1152), + [anon_sym_LT_LT_LT] = ACTIONS(1152), + [anon_sym_AMP] = ACTIONS(1150), + [anon_sym_CARET] = ACTIONS(1150), + [anon_sym_QMARK] = ACTIONS(1150), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1152), + [aux_sym_concatenation_token1] = ACTIONS(1152), + [anon_sym_DOLLAR] = ACTIONS(1150), + [sym__special_character] = ACTIONS(1150), + [anon_sym_DQUOTE] = ACTIONS(1152), + [sym_raw_string] = ACTIONS(1152), + [sym_ansi_c_string] = ACTIONS(1152), + [aux_sym_number_token1] = ACTIONS(1150), + [aux_sym_number_token2] = ACTIONS(1150), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1152), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1150), + [anon_sym_BQUOTE] = ACTIONS(1150), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1152), + [anon_sym_LT_LPAREN] = ACTIONS(1152), + [anon_sym_GT_LPAREN] = ACTIONS(1152), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1152), + [sym__concat] = ACTIONS(1152), + [sym_test_operator] = ACTIONS(1152), + [sym__bare_dollar] = ACTIONS(1152), + [sym__brace_start] = ACTIONS(1152), }, [391] = { - [aux_sym_concatenation_repeat1] = STATE(388), - [sym_word] = ACTIONS(1171), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1173), - [anon_sym_EQ] = ACTIONS(1171), - [anon_sym_PLUS_PLUS] = ACTIONS(1171), - [anon_sym_DASH_DASH] = ACTIONS(1171), - [anon_sym_PLUS_EQ] = ACTIONS(1171), - [anon_sym_DASH_EQ] = ACTIONS(1171), - [anon_sym_STAR_EQ] = ACTIONS(1171), - [anon_sym_SLASH_EQ] = ACTIONS(1171), - [anon_sym_PERCENT_EQ] = ACTIONS(1171), - [anon_sym_LT_LT_EQ] = ACTIONS(1173), - [anon_sym_GT_GT_EQ] = ACTIONS(1173), - [anon_sym_AMP_EQ] = ACTIONS(1173), - [anon_sym_CARET_EQ] = ACTIONS(1171), - [anon_sym_PIPE_EQ] = ACTIONS(1173), - [anon_sym_EQ_EQ] = ACTIONS(1171), - [anon_sym_BANG_EQ] = ACTIONS(1171), - [anon_sym_LT_EQ] = ACTIONS(1173), - [anon_sym_GT_EQ] = ACTIONS(1173), - [anon_sym_AMP_AMP] = ACTIONS(1173), - [anon_sym_PIPE_PIPE] = ACTIONS(1173), - [anon_sym_LT_LT] = ACTIONS(1171), - [anon_sym_GT_GT] = ACTIONS(1171), - [anon_sym_PLUS] = ACTIONS(1171), - [anon_sym_DASH] = ACTIONS(1171), - [anon_sym_STAR] = ACTIONS(1171), - [anon_sym_SLASH] = ACTIONS(1171), - [anon_sym_PERCENT] = ACTIONS(1171), - [anon_sym_STAR_STAR] = ACTIONS(1171), - [anon_sym_LT] = ACTIONS(1171), - [anon_sym_GT] = ACTIONS(1171), - [anon_sym_PIPE] = ACTIONS(1171), - [anon_sym_PIPE_AMP] = ACTIONS(1173), - [anon_sym_RBRACK] = ACTIONS(1173), - [anon_sym_EQ_TILDE] = ACTIONS(1171), - [anon_sym_AMP_GT] = ACTIONS(1171), - [anon_sym_AMP_GT_GT] = ACTIONS(1173), - [anon_sym_LT_AMP] = ACTIONS(1173), - [anon_sym_GT_AMP] = ACTIONS(1173), - [anon_sym_GT_PIPE] = ACTIONS(1173), - [anon_sym_LT_LT_DASH] = ACTIONS(1173), - [anon_sym_LT_LT_LT] = ACTIONS(1173), - [anon_sym_AMP] = ACTIONS(1171), - [anon_sym_CARET] = ACTIONS(1171), - [anon_sym_QMARK] = ACTIONS(1171), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1173), - [aux_sym_concatenation_token1] = ACTIONS(359), - [anon_sym_DOLLAR] = ACTIONS(1171), - [sym__special_character] = ACTIONS(1171), - [anon_sym_DQUOTE] = ACTIONS(1173), - [sym_raw_string] = ACTIONS(1173), - [sym_ansi_c_string] = ACTIONS(1173), - [aux_sym_number_token1] = ACTIONS(1171), - [aux_sym_number_token2] = ACTIONS(1171), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1173), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1171), - [anon_sym_BQUOTE] = ACTIONS(1171), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1173), - [anon_sym_LT_LPAREN] = ACTIONS(1173), - [anon_sym_GT_LPAREN] = ACTIONS(1173), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1173), - [sym__concat] = ACTIONS(1294), - [sym_test_operator] = ACTIONS(1173), - [sym__bare_dollar] = ACTIONS(1173), - [sym__brace_start] = ACTIONS(1173), + [sym_word] = ACTIONS(1174), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1176), + [anon_sym_EQ] = ACTIONS(1174), + [anon_sym_PLUS_PLUS] = ACTIONS(1174), + [anon_sym_DASH_DASH] = ACTIONS(1174), + [anon_sym_PLUS_EQ] = ACTIONS(1174), + [anon_sym_DASH_EQ] = ACTIONS(1174), + [anon_sym_STAR_EQ] = ACTIONS(1174), + [anon_sym_SLASH_EQ] = ACTIONS(1174), + [anon_sym_PERCENT_EQ] = ACTIONS(1174), + [anon_sym_LT_LT_EQ] = ACTIONS(1176), + [anon_sym_GT_GT_EQ] = ACTIONS(1176), + [anon_sym_AMP_EQ] = ACTIONS(1176), + [anon_sym_CARET_EQ] = ACTIONS(1174), + [anon_sym_PIPE_EQ] = ACTIONS(1176), + [anon_sym_EQ_EQ] = ACTIONS(1174), + [anon_sym_BANG_EQ] = ACTIONS(1174), + [anon_sym_LT_EQ] = ACTIONS(1176), + [anon_sym_GT_EQ] = ACTIONS(1176), + [anon_sym_AMP_AMP] = ACTIONS(1176), + [anon_sym_PIPE_PIPE] = ACTIONS(1176), + [anon_sym_LT_LT] = ACTIONS(1174), + [anon_sym_GT_GT] = ACTIONS(1174), + [anon_sym_PLUS] = ACTIONS(1174), + [anon_sym_DASH] = ACTIONS(1174), + [anon_sym_STAR] = ACTIONS(1174), + [anon_sym_SLASH] = ACTIONS(1174), + [anon_sym_PERCENT] = ACTIONS(1174), + [anon_sym_STAR_STAR] = ACTIONS(1174), + [anon_sym_LT] = ACTIONS(1174), + [anon_sym_GT] = ACTIONS(1174), + [anon_sym_LPAREN] = ACTIONS(1174), + [anon_sym_PIPE] = ACTIONS(1174), + [anon_sym_PIPE_AMP] = ACTIONS(1176), + [anon_sym_RBRACK] = ACTIONS(1176), + [anon_sym_EQ_TILDE] = ACTIONS(1174), + [anon_sym_AMP_GT] = ACTIONS(1174), + [anon_sym_AMP_GT_GT] = ACTIONS(1176), + [anon_sym_LT_AMP] = ACTIONS(1174), + [anon_sym_GT_AMP] = ACTIONS(1174), + [anon_sym_GT_PIPE] = ACTIONS(1176), + [anon_sym_LT_AMP_DASH] = ACTIONS(1176), + [anon_sym_GT_AMP_DASH] = ACTIONS(1176), + [anon_sym_LT_LT_DASH] = ACTIONS(1176), + [anon_sym_LT_LT_LT] = ACTIONS(1176), + [anon_sym_AMP] = ACTIONS(1174), + [anon_sym_CARET] = ACTIONS(1174), + [anon_sym_QMARK] = ACTIONS(1174), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1176), + [aux_sym_concatenation_token1] = ACTIONS(1176), + [anon_sym_DOLLAR] = ACTIONS(1174), + [sym__special_character] = ACTIONS(1174), + [anon_sym_DQUOTE] = ACTIONS(1176), + [sym_raw_string] = ACTIONS(1176), + [sym_ansi_c_string] = ACTIONS(1176), + [aux_sym_number_token1] = ACTIONS(1174), + [aux_sym_number_token2] = ACTIONS(1174), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1176), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1174), + [anon_sym_BQUOTE] = ACTIONS(1174), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1176), + [anon_sym_LT_LPAREN] = ACTIONS(1176), + [anon_sym_GT_LPAREN] = ACTIONS(1176), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1176), + [sym__concat] = ACTIONS(1176), + [sym_test_operator] = ACTIONS(1176), + [sym__bare_dollar] = ACTIONS(1176), + [sym__brace_start] = ACTIONS(1176), }, [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), + [sym_word] = ACTIONS(1170), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1172), + [anon_sym_EQ] = ACTIONS(1170), + [anon_sym_PLUS_PLUS] = ACTIONS(1170), + [anon_sym_DASH_DASH] = ACTIONS(1170), + [anon_sym_PLUS_EQ] = ACTIONS(1170), + [anon_sym_DASH_EQ] = ACTIONS(1170), + [anon_sym_STAR_EQ] = ACTIONS(1170), + [anon_sym_SLASH_EQ] = ACTIONS(1170), + [anon_sym_PERCENT_EQ] = ACTIONS(1170), + [anon_sym_LT_LT_EQ] = ACTIONS(1172), + [anon_sym_GT_GT_EQ] = ACTIONS(1172), + [anon_sym_AMP_EQ] = ACTIONS(1172), + [anon_sym_CARET_EQ] = ACTIONS(1170), + [anon_sym_PIPE_EQ] = ACTIONS(1172), + [anon_sym_EQ_EQ] = ACTIONS(1170), + [anon_sym_BANG_EQ] = ACTIONS(1170), + [anon_sym_LT_EQ] = ACTIONS(1172), + [anon_sym_GT_EQ] = ACTIONS(1172), + [anon_sym_AMP_AMP] = ACTIONS(1172), + [anon_sym_PIPE_PIPE] = ACTIONS(1172), + [anon_sym_LT_LT] = ACTIONS(1170), + [anon_sym_GT_GT] = ACTIONS(1170), + [anon_sym_PLUS] = ACTIONS(1170), + [anon_sym_DASH] = ACTIONS(1170), + [anon_sym_STAR] = ACTIONS(1170), + [anon_sym_SLASH] = ACTIONS(1170), + [anon_sym_PERCENT] = ACTIONS(1170), + [anon_sym_STAR_STAR] = ACTIONS(1170), + [anon_sym_LT] = ACTIONS(1170), + [anon_sym_GT] = ACTIONS(1170), + [anon_sym_LPAREN] = ACTIONS(1170), + [anon_sym_PIPE] = ACTIONS(1170), + [anon_sym_PIPE_AMP] = ACTIONS(1172), + [anon_sym_RBRACK] = ACTIONS(1172), + [anon_sym_EQ_TILDE] = ACTIONS(1170), + [anon_sym_AMP_GT] = ACTIONS(1170), + [anon_sym_AMP_GT_GT] = ACTIONS(1172), + [anon_sym_LT_AMP] = ACTIONS(1170), + [anon_sym_GT_AMP] = ACTIONS(1170), + [anon_sym_GT_PIPE] = ACTIONS(1172), + [anon_sym_LT_AMP_DASH] = ACTIONS(1172), + [anon_sym_GT_AMP_DASH] = ACTIONS(1172), + [anon_sym_LT_LT_DASH] = ACTIONS(1172), + [anon_sym_LT_LT_LT] = ACTIONS(1172), + [anon_sym_AMP] = ACTIONS(1170), + [anon_sym_CARET] = ACTIONS(1170), + [anon_sym_QMARK] = ACTIONS(1170), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1172), + [aux_sym_concatenation_token1] = ACTIONS(1172), + [anon_sym_DOLLAR] = ACTIONS(1170), + [sym__special_character] = ACTIONS(1170), + [anon_sym_DQUOTE] = ACTIONS(1172), + [sym_raw_string] = ACTIONS(1172), + [sym_ansi_c_string] = ACTIONS(1172), + [aux_sym_number_token1] = ACTIONS(1170), + [aux_sym_number_token2] = ACTIONS(1170), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1172), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1170), + [anon_sym_BQUOTE] = ACTIONS(1170), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1172), + [anon_sym_LT_LPAREN] = ACTIONS(1172), + [anon_sym_GT_LPAREN] = ACTIONS(1172), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1172), + [sym__concat] = ACTIONS(1172), + [sym_test_operator] = ACTIONS(1172), + [sym__bare_dollar] = ACTIONS(1172), + [sym__brace_start] = ACTIONS(1172), }, [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), + [sym_word] = ACTIONS(1206), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1208), + [anon_sym_EQ] = ACTIONS(1206), + [anon_sym_PLUS_PLUS] = ACTIONS(1206), + [anon_sym_DASH_DASH] = ACTIONS(1206), + [anon_sym_PLUS_EQ] = ACTIONS(1206), + [anon_sym_DASH_EQ] = ACTIONS(1206), + [anon_sym_STAR_EQ] = ACTIONS(1206), + [anon_sym_SLASH_EQ] = ACTIONS(1206), + [anon_sym_PERCENT_EQ] = ACTIONS(1206), + [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(1206), + [anon_sym_PIPE_EQ] = ACTIONS(1208), + [anon_sym_EQ_EQ] = ACTIONS(1206), + [anon_sym_BANG_EQ] = ACTIONS(1206), + [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(1206), + [anon_sym_GT_GT] = ACTIONS(1206), + [anon_sym_PLUS] = ACTIONS(1206), + [anon_sym_DASH] = ACTIONS(1206), + [anon_sym_STAR] = ACTIONS(1206), + [anon_sym_SLASH] = ACTIONS(1206), + [anon_sym_PERCENT] = ACTIONS(1206), + [anon_sym_STAR_STAR] = ACTIONS(1206), + [anon_sym_LT] = ACTIONS(1206), + [anon_sym_GT] = ACTIONS(1206), + [anon_sym_LPAREN] = ACTIONS(1206), + [anon_sym_PIPE] = ACTIONS(1206), + [anon_sym_PIPE_AMP] = ACTIONS(1208), + [anon_sym_RBRACK] = ACTIONS(1208), + [anon_sym_EQ_TILDE] = ACTIONS(1206), + [anon_sym_AMP_GT] = ACTIONS(1206), + [anon_sym_AMP_GT_GT] = ACTIONS(1208), + [anon_sym_LT_AMP] = ACTIONS(1206), + [anon_sym_GT_AMP] = ACTIONS(1206), + [anon_sym_GT_PIPE] = ACTIONS(1208), + [anon_sym_LT_AMP_DASH] = ACTIONS(1208), + [anon_sym_GT_AMP_DASH] = ACTIONS(1208), + [anon_sym_LT_LT_DASH] = ACTIONS(1208), + [anon_sym_LT_LT_LT] = ACTIONS(1208), + [anon_sym_AMP] = ACTIONS(1206), + [anon_sym_CARET] = ACTIONS(1206), + [anon_sym_QMARK] = ACTIONS(1206), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1208), + [aux_sym_concatenation_token1] = ACTIONS(1208), + [anon_sym_DOLLAR] = ACTIONS(1206), + [sym__special_character] = ACTIONS(1206), + [anon_sym_DQUOTE] = ACTIONS(1208), + [sym_raw_string] = ACTIONS(1208), + [sym_ansi_c_string] = ACTIONS(1208), + [aux_sym_number_token1] = ACTIONS(1206), + [aux_sym_number_token2] = ACTIONS(1206), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1208), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1206), + [anon_sym_BQUOTE] = ACTIONS(1206), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1208), + [anon_sym_LT_LPAREN] = ACTIONS(1208), + [anon_sym_GT_LPAREN] = ACTIONS(1208), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1208), + [sym__concat] = ACTIONS(1208), + [sym_test_operator] = ACTIONS(1208), + [sym__bare_dollar] = ACTIONS(1208), + [sym__brace_start] = ACTIONS(1208), }, [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_word] = ACTIONS(1142), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1144), + [anon_sym_EQ] = ACTIONS(1142), + [anon_sym_PLUS_PLUS] = ACTIONS(1142), + [anon_sym_DASH_DASH] = ACTIONS(1142), + [anon_sym_PLUS_EQ] = ACTIONS(1142), + [anon_sym_DASH_EQ] = ACTIONS(1142), + [anon_sym_STAR_EQ] = ACTIONS(1142), + [anon_sym_SLASH_EQ] = ACTIONS(1142), + [anon_sym_PERCENT_EQ] = ACTIONS(1142), + [anon_sym_LT_LT_EQ] = ACTIONS(1144), + [anon_sym_GT_GT_EQ] = ACTIONS(1144), + [anon_sym_AMP_EQ] = ACTIONS(1144), + [anon_sym_CARET_EQ] = ACTIONS(1142), + [anon_sym_PIPE_EQ] = ACTIONS(1144), + [anon_sym_EQ_EQ] = ACTIONS(1142), + [anon_sym_BANG_EQ] = ACTIONS(1142), + [anon_sym_LT_EQ] = ACTIONS(1144), + [anon_sym_GT_EQ] = ACTIONS(1144), + [anon_sym_AMP_AMP] = ACTIONS(1144), + [anon_sym_PIPE_PIPE] = ACTIONS(1144), + [anon_sym_LT_LT] = ACTIONS(1142), + [anon_sym_GT_GT] = ACTIONS(1142), + [anon_sym_PLUS] = ACTIONS(1142), + [anon_sym_DASH] = ACTIONS(1142), + [anon_sym_STAR] = ACTIONS(1142), + [anon_sym_SLASH] = ACTIONS(1142), + [anon_sym_PERCENT] = ACTIONS(1142), + [anon_sym_STAR_STAR] = ACTIONS(1142), + [anon_sym_LT] = ACTIONS(1142), + [anon_sym_GT] = ACTIONS(1142), + [anon_sym_LPAREN] = ACTIONS(1142), + [anon_sym_PIPE] = ACTIONS(1142), + [anon_sym_PIPE_AMP] = ACTIONS(1144), + [anon_sym_RBRACK] = ACTIONS(1144), + [anon_sym_EQ_TILDE] = ACTIONS(1142), + [anon_sym_AMP_GT] = ACTIONS(1142), + [anon_sym_AMP_GT_GT] = ACTIONS(1144), + [anon_sym_LT_AMP] = ACTIONS(1142), + [anon_sym_GT_AMP] = ACTIONS(1142), + [anon_sym_GT_PIPE] = ACTIONS(1144), + [anon_sym_LT_AMP_DASH] = ACTIONS(1144), + [anon_sym_GT_AMP_DASH] = ACTIONS(1144), + [anon_sym_LT_LT_DASH] = ACTIONS(1144), + [anon_sym_LT_LT_LT] = ACTIONS(1144), + [anon_sym_AMP] = ACTIONS(1142), + [anon_sym_CARET] = ACTIONS(1142), + [anon_sym_QMARK] = ACTIONS(1142), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1144), + [aux_sym_concatenation_token1] = ACTIONS(1144), + [anon_sym_DOLLAR] = ACTIONS(1142), + [sym__special_character] = ACTIONS(1142), + [anon_sym_DQUOTE] = ACTIONS(1144), + [sym_raw_string] = ACTIONS(1144), + [sym_ansi_c_string] = ACTIONS(1144), + [aux_sym_number_token1] = ACTIONS(1142), + [aux_sym_number_token2] = ACTIONS(1142), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1144), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1142), + [anon_sym_BQUOTE] = ACTIONS(1142), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1144), + [anon_sym_LT_LPAREN] = ACTIONS(1144), + [anon_sym_GT_LPAREN] = ACTIONS(1144), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1144), + [sym__concat] = ACTIONS(1144), + [sym_test_operator] = ACTIONS(1144), + [sym__bare_dollar] = ACTIONS(1144), + [sym__brace_start] = ACTIONS(1144), }, [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), - [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_word] = ACTIONS(1150), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1152), + [anon_sym_EQ] = ACTIONS(1150), + [anon_sym_PLUS_PLUS] = ACTIONS(1150), + [anon_sym_DASH_DASH] = ACTIONS(1150), + [anon_sym_PLUS_EQ] = ACTIONS(1150), + [anon_sym_DASH_EQ] = ACTIONS(1150), + [anon_sym_STAR_EQ] = ACTIONS(1150), + [anon_sym_SLASH_EQ] = ACTIONS(1150), + [anon_sym_PERCENT_EQ] = ACTIONS(1150), + [anon_sym_LT_LT_EQ] = ACTIONS(1152), + [anon_sym_GT_GT_EQ] = ACTIONS(1152), + [anon_sym_AMP_EQ] = ACTIONS(1152), + [anon_sym_CARET_EQ] = ACTIONS(1150), + [anon_sym_PIPE_EQ] = ACTIONS(1152), + [anon_sym_EQ_EQ] = ACTIONS(1150), + [anon_sym_BANG_EQ] = ACTIONS(1150), + [anon_sym_LT_EQ] = ACTIONS(1152), + [anon_sym_GT_EQ] = ACTIONS(1152), + [anon_sym_AMP_AMP] = ACTIONS(1152), + [anon_sym_PIPE_PIPE] = ACTIONS(1152), + [anon_sym_LT_LT] = ACTIONS(1150), + [anon_sym_GT_GT] = ACTIONS(1150), + [anon_sym_PLUS] = ACTIONS(1150), + [anon_sym_DASH] = ACTIONS(1150), + [anon_sym_STAR] = ACTIONS(1150), + [anon_sym_SLASH] = ACTIONS(1150), + [anon_sym_PERCENT] = ACTIONS(1150), + [anon_sym_STAR_STAR] = ACTIONS(1150), + [anon_sym_LT] = ACTIONS(1150), + [anon_sym_GT] = ACTIONS(1150), + [anon_sym_LPAREN] = ACTIONS(1150), + [anon_sym_PIPE] = ACTIONS(1150), + [anon_sym_PIPE_AMP] = ACTIONS(1152), + [anon_sym_RBRACK] = ACTIONS(1152), + [anon_sym_EQ_TILDE] = ACTIONS(1150), + [anon_sym_AMP_GT] = ACTIONS(1150), + [anon_sym_AMP_GT_GT] = ACTIONS(1152), + [anon_sym_LT_AMP] = ACTIONS(1150), + [anon_sym_GT_AMP] = ACTIONS(1150), + [anon_sym_GT_PIPE] = ACTIONS(1152), + [anon_sym_LT_AMP_DASH] = ACTIONS(1152), + [anon_sym_GT_AMP_DASH] = ACTIONS(1152), + [anon_sym_LT_LT_DASH] = ACTIONS(1152), + [anon_sym_LT_LT_LT] = ACTIONS(1152), + [anon_sym_AMP] = ACTIONS(1150), + [anon_sym_CARET] = ACTIONS(1150), + [anon_sym_QMARK] = ACTIONS(1150), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1152), + [aux_sym_concatenation_token1] = ACTIONS(1152), + [anon_sym_DOLLAR] = ACTIONS(1150), + [sym__special_character] = ACTIONS(1150), + [anon_sym_DQUOTE] = ACTIONS(1152), + [sym_raw_string] = ACTIONS(1152), + [sym_ansi_c_string] = ACTIONS(1152), + [aux_sym_number_token1] = ACTIONS(1150), + [aux_sym_number_token2] = ACTIONS(1150), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1152), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1150), + [anon_sym_BQUOTE] = ACTIONS(1150), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1152), + [anon_sym_LT_LPAREN] = ACTIONS(1152), + [anon_sym_GT_LPAREN] = ACTIONS(1152), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1152), + [sym__concat] = ACTIONS(1152), + [sym_test_operator] = ACTIONS(1152), + [sym__bare_dollar] = ACTIONS(1152), + [sym__brace_start] = ACTIONS(1152), }, [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(1198), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1200), + [anon_sym_EQ] = ACTIONS(1198), + [anon_sym_PLUS_PLUS] = ACTIONS(1198), + [anon_sym_DASH_DASH] = ACTIONS(1198), + [anon_sym_PLUS_EQ] = ACTIONS(1198), + [anon_sym_DASH_EQ] = ACTIONS(1198), + [anon_sym_STAR_EQ] = ACTIONS(1198), + [anon_sym_SLASH_EQ] = ACTIONS(1198), + [anon_sym_PERCENT_EQ] = ACTIONS(1198), + [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(1198), + [anon_sym_PIPE_EQ] = ACTIONS(1200), + [anon_sym_EQ_EQ] = ACTIONS(1198), + [anon_sym_BANG_EQ] = ACTIONS(1198), + [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(1198), + [anon_sym_GT_GT] = ACTIONS(1198), + [anon_sym_PLUS] = ACTIONS(1198), + [anon_sym_DASH] = ACTIONS(1198), + [anon_sym_STAR] = ACTIONS(1198), + [anon_sym_SLASH] = ACTIONS(1198), + [anon_sym_PERCENT] = ACTIONS(1198), + [anon_sym_STAR_STAR] = ACTIONS(1198), + [anon_sym_LT] = ACTIONS(1198), + [anon_sym_GT] = ACTIONS(1198), + [anon_sym_LPAREN] = ACTIONS(1198), + [anon_sym_PIPE] = ACTIONS(1198), + [anon_sym_PIPE_AMP] = ACTIONS(1200), + [anon_sym_RBRACK] = ACTIONS(1200), + [anon_sym_EQ_TILDE] = ACTIONS(1198), + [anon_sym_AMP_GT] = ACTIONS(1198), + [anon_sym_AMP_GT_GT] = ACTIONS(1200), + [anon_sym_LT_AMP] = ACTIONS(1198), + [anon_sym_GT_AMP] = ACTIONS(1198), + [anon_sym_GT_PIPE] = ACTIONS(1200), + [anon_sym_LT_AMP_DASH] = ACTIONS(1200), + [anon_sym_GT_AMP_DASH] = ACTIONS(1200), + [anon_sym_LT_LT_DASH] = ACTIONS(1200), + [anon_sym_LT_LT_LT] = ACTIONS(1200), + [anon_sym_AMP] = ACTIONS(1198), + [anon_sym_CARET] = ACTIONS(1198), + [anon_sym_QMARK] = ACTIONS(1198), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1200), + [aux_sym_concatenation_token1] = ACTIONS(1200), + [anon_sym_DOLLAR] = ACTIONS(1198), + [sym__special_character] = ACTIONS(1198), + [anon_sym_DQUOTE] = ACTIONS(1200), + [sym_raw_string] = ACTIONS(1200), + [sym_ansi_c_string] = ACTIONS(1200), + [aux_sym_number_token1] = ACTIONS(1198), + [aux_sym_number_token2] = ACTIONS(1198), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1200), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1198), + [anon_sym_BQUOTE] = ACTIONS(1198), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1200), + [anon_sym_LT_LPAREN] = ACTIONS(1200), + [anon_sym_GT_LPAREN] = ACTIONS(1200), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1200), + [sym__concat] = ACTIONS(1200), + [sym_test_operator] = ACTIONS(1200), + [sym__bare_dollar] = ACTIONS(1200), + [sym__brace_start] = ACTIONS(1200), }, [397] = { - [sym_word] = ACTIONS(1239), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1241), - [anon_sym_EQ] = ACTIONS(1239), - [anon_sym_PLUS_PLUS] = ACTIONS(1239), - [anon_sym_DASH_DASH] = ACTIONS(1239), - [anon_sym_PLUS_EQ] = ACTIONS(1239), - [anon_sym_DASH_EQ] = ACTIONS(1239), - [anon_sym_STAR_EQ] = ACTIONS(1239), - [anon_sym_SLASH_EQ] = ACTIONS(1239), - [anon_sym_PERCENT_EQ] = ACTIONS(1239), - [anon_sym_LT_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_EQ] = ACTIONS(1241), - [anon_sym_CARET_EQ] = ACTIONS(1239), - [anon_sym_PIPE_EQ] = ACTIONS(1241), - [anon_sym_EQ_EQ] = ACTIONS(1239), - [anon_sym_BANG_EQ] = ACTIONS(1239), - [anon_sym_LT_EQ] = ACTIONS(1241), - [anon_sym_GT_EQ] = ACTIONS(1241), - [anon_sym_AMP_AMP] = ACTIONS(1241), - [anon_sym_PIPE_PIPE] = ACTIONS(1241), - [anon_sym_LT_LT] = ACTIONS(1239), - [anon_sym_GT_GT] = ACTIONS(1239), - [anon_sym_PLUS] = ACTIONS(1239), - [anon_sym_DASH] = ACTIONS(1239), - [anon_sym_STAR] = ACTIONS(1239), - [anon_sym_SLASH] = ACTIONS(1239), - [anon_sym_PERCENT] = ACTIONS(1239), - [anon_sym_STAR_STAR] = ACTIONS(1239), - [anon_sym_LT] = ACTIONS(1239), - [anon_sym_GT] = ACTIONS(1239), - [anon_sym_PIPE] = ACTIONS(1239), - [anon_sym_PIPE_AMP] = ACTIONS(1241), - [anon_sym_RBRACK] = ACTIONS(1241), - [anon_sym_EQ_TILDE] = ACTIONS(1239), - [anon_sym_AMP_GT] = ACTIONS(1239), - [anon_sym_AMP_GT_GT] = ACTIONS(1241), - [anon_sym_LT_AMP] = ACTIONS(1241), - [anon_sym_GT_AMP] = ACTIONS(1241), - [anon_sym_GT_PIPE] = ACTIONS(1241), - [anon_sym_LT_LT_DASH] = ACTIONS(1241), - [anon_sym_LT_LT_LT] = ACTIONS(1241), - [anon_sym_AMP] = ACTIONS(1239), - [anon_sym_CARET] = ACTIONS(1239), - [anon_sym_QMARK] = ACTIONS(1239), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1241), - [aux_sym_concatenation_token1] = ACTIONS(1241), - [anon_sym_DOLLAR] = ACTIONS(1239), - [sym__special_character] = ACTIONS(1239), - [anon_sym_DQUOTE] = ACTIONS(1241), - [sym_raw_string] = ACTIONS(1241), - [sym_ansi_c_string] = ACTIONS(1241), - [aux_sym_number_token1] = ACTIONS(1239), - [aux_sym_number_token2] = ACTIONS(1239), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1241), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1239), - [anon_sym_BQUOTE] = ACTIONS(1239), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1241), - [anon_sym_LT_LPAREN] = ACTIONS(1241), - [anon_sym_GT_LPAREN] = ACTIONS(1241), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1241), - [sym__concat] = ACTIONS(1241), - [sym_test_operator] = ACTIONS(1241), - [sym__bare_dollar] = ACTIONS(1241), - [sym__brace_start] = ACTIONS(1241), + [sym_word] = ACTIONS(1202), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1204), + [anon_sym_EQ] = ACTIONS(1202), + [anon_sym_PLUS_PLUS] = ACTIONS(1202), + [anon_sym_DASH_DASH] = ACTIONS(1202), + [anon_sym_PLUS_EQ] = ACTIONS(1202), + [anon_sym_DASH_EQ] = ACTIONS(1202), + [anon_sym_STAR_EQ] = ACTIONS(1202), + [anon_sym_SLASH_EQ] = ACTIONS(1202), + [anon_sym_PERCENT_EQ] = ACTIONS(1202), + [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(1202), + [anon_sym_PIPE_EQ] = ACTIONS(1204), + [anon_sym_EQ_EQ] = ACTIONS(1202), + [anon_sym_BANG_EQ] = ACTIONS(1202), + [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(1202), + [anon_sym_GT_GT] = ACTIONS(1202), + [anon_sym_PLUS] = ACTIONS(1202), + [anon_sym_DASH] = ACTIONS(1202), + [anon_sym_STAR] = ACTIONS(1202), + [anon_sym_SLASH] = ACTIONS(1202), + [anon_sym_PERCENT] = ACTIONS(1202), + [anon_sym_STAR_STAR] = ACTIONS(1202), + [anon_sym_LT] = ACTIONS(1202), + [anon_sym_GT] = ACTIONS(1202), + [anon_sym_LPAREN] = ACTIONS(1202), + [anon_sym_PIPE] = ACTIONS(1202), + [anon_sym_PIPE_AMP] = ACTIONS(1204), + [anon_sym_RBRACK] = ACTIONS(1204), + [anon_sym_EQ_TILDE] = ACTIONS(1202), + [anon_sym_AMP_GT] = ACTIONS(1202), + [anon_sym_AMP_GT_GT] = ACTIONS(1204), + [anon_sym_LT_AMP] = ACTIONS(1202), + [anon_sym_GT_AMP] = ACTIONS(1202), + [anon_sym_GT_PIPE] = ACTIONS(1204), + [anon_sym_LT_AMP_DASH] = ACTIONS(1204), + [anon_sym_GT_AMP_DASH] = ACTIONS(1204), + [anon_sym_LT_LT_DASH] = ACTIONS(1204), + [anon_sym_LT_LT_LT] = ACTIONS(1204), + [anon_sym_AMP] = ACTIONS(1202), + [anon_sym_CARET] = ACTIONS(1202), + [anon_sym_QMARK] = ACTIONS(1202), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1204), + [aux_sym_concatenation_token1] = ACTIONS(1204), + [anon_sym_DOLLAR] = ACTIONS(1202), + [sym__special_character] = ACTIONS(1202), + [anon_sym_DQUOTE] = ACTIONS(1204), + [sym_raw_string] = ACTIONS(1204), + [sym_ansi_c_string] = ACTIONS(1204), + [aux_sym_number_token1] = ACTIONS(1202), + [aux_sym_number_token2] = ACTIONS(1202), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1204), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1202), + [anon_sym_BQUOTE] = ACTIONS(1202), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1204), + [anon_sym_LT_LPAREN] = ACTIONS(1204), + [anon_sym_GT_LPAREN] = ACTIONS(1204), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1204), + [sym__concat] = ACTIONS(1204), + [sym_test_operator] = ACTIONS(1204), + [sym__bare_dollar] = ACTIONS(1204), + [sym__brace_start] = ACTIONS(1204), }, [398] = { - [sym_word] = ACTIONS(1255), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1257), - [anon_sym_EQ] = ACTIONS(1255), - [anon_sym_PLUS_PLUS] = ACTIONS(1255), - [anon_sym_DASH_DASH] = ACTIONS(1255), - [anon_sym_PLUS_EQ] = ACTIONS(1255), - [anon_sym_DASH_EQ] = ACTIONS(1255), - [anon_sym_STAR_EQ] = ACTIONS(1255), - [anon_sym_SLASH_EQ] = ACTIONS(1255), - [anon_sym_PERCENT_EQ] = ACTIONS(1255), - [anon_sym_LT_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_GT_EQ] = ACTIONS(1257), - [anon_sym_AMP_EQ] = ACTIONS(1257), - [anon_sym_CARET_EQ] = ACTIONS(1255), - [anon_sym_PIPE_EQ] = ACTIONS(1257), - [anon_sym_EQ_EQ] = ACTIONS(1255), - [anon_sym_BANG_EQ] = ACTIONS(1255), - [anon_sym_LT_EQ] = ACTIONS(1257), - [anon_sym_GT_EQ] = ACTIONS(1257), - [anon_sym_AMP_AMP] = ACTIONS(1257), - [anon_sym_PIPE_PIPE] = ACTIONS(1257), - [anon_sym_LT_LT] = ACTIONS(1255), - [anon_sym_GT_GT] = ACTIONS(1255), - [anon_sym_PLUS] = ACTIONS(1255), - [anon_sym_DASH] = ACTIONS(1255), - [anon_sym_STAR] = ACTIONS(1255), - [anon_sym_SLASH] = ACTIONS(1255), - [anon_sym_PERCENT] = ACTIONS(1255), - [anon_sym_STAR_STAR] = ACTIONS(1255), - [anon_sym_LT] = ACTIONS(1255), - [anon_sym_GT] = ACTIONS(1255), - [anon_sym_PIPE] = ACTIONS(1255), - [anon_sym_PIPE_AMP] = ACTIONS(1257), - [anon_sym_RBRACK] = ACTIONS(1257), - [anon_sym_EQ_TILDE] = ACTIONS(1255), - [anon_sym_AMP_GT] = ACTIONS(1255), - [anon_sym_AMP_GT_GT] = ACTIONS(1257), - [anon_sym_LT_AMP] = ACTIONS(1257), - [anon_sym_GT_AMP] = ACTIONS(1257), - [anon_sym_GT_PIPE] = ACTIONS(1257), - [anon_sym_LT_LT_DASH] = ACTIONS(1257), - [anon_sym_LT_LT_LT] = ACTIONS(1257), - [anon_sym_AMP] = ACTIONS(1255), - [anon_sym_CARET] = ACTIONS(1255), - [anon_sym_QMARK] = ACTIONS(1255), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1257), - [aux_sym_concatenation_token1] = ACTIONS(1257), - [anon_sym_DOLLAR] = ACTIONS(1255), - [sym__special_character] = ACTIONS(1255), - [anon_sym_DQUOTE] = ACTIONS(1257), - [sym_raw_string] = ACTIONS(1257), - [sym_ansi_c_string] = ACTIONS(1257), - [aux_sym_number_token1] = ACTIONS(1255), - [aux_sym_number_token2] = ACTIONS(1255), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1257), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1255), - [anon_sym_BQUOTE] = ACTIONS(1255), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1257), - [anon_sym_LT_LPAREN] = ACTIONS(1257), - [anon_sym_GT_LPAREN] = ACTIONS(1257), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1257), - [sym__concat] = ACTIONS(1257), - [sym_test_operator] = ACTIONS(1257), - [sym__bare_dollar] = ACTIONS(1257), - [sym__brace_start] = ACTIONS(1257), + [sym_word] = ACTIONS(1162), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1164), + [anon_sym_EQ] = ACTIONS(1162), + [anon_sym_PLUS_PLUS] = ACTIONS(1162), + [anon_sym_DASH_DASH] = ACTIONS(1162), + [anon_sym_PLUS_EQ] = ACTIONS(1162), + [anon_sym_DASH_EQ] = ACTIONS(1162), + [anon_sym_STAR_EQ] = ACTIONS(1162), + [anon_sym_SLASH_EQ] = ACTIONS(1162), + [anon_sym_PERCENT_EQ] = ACTIONS(1162), + [anon_sym_LT_LT_EQ] = ACTIONS(1164), + [anon_sym_GT_GT_EQ] = ACTIONS(1164), + [anon_sym_AMP_EQ] = ACTIONS(1164), + [anon_sym_CARET_EQ] = ACTIONS(1162), + [anon_sym_PIPE_EQ] = ACTIONS(1164), + [anon_sym_EQ_EQ] = ACTIONS(1162), + [anon_sym_BANG_EQ] = ACTIONS(1162), + [anon_sym_LT_EQ] = ACTIONS(1164), + [anon_sym_GT_EQ] = ACTIONS(1164), + [anon_sym_AMP_AMP] = ACTIONS(1164), + [anon_sym_PIPE_PIPE] = ACTIONS(1164), + [anon_sym_LT_LT] = ACTIONS(1162), + [anon_sym_GT_GT] = ACTIONS(1162), + [anon_sym_PLUS] = ACTIONS(1162), + [anon_sym_DASH] = ACTIONS(1162), + [anon_sym_STAR] = ACTIONS(1162), + [anon_sym_SLASH] = ACTIONS(1162), + [anon_sym_PERCENT] = ACTIONS(1162), + [anon_sym_STAR_STAR] = ACTIONS(1162), + [anon_sym_LT] = ACTIONS(1162), + [anon_sym_GT] = ACTIONS(1162), + [anon_sym_LPAREN] = ACTIONS(1162), + [anon_sym_PIPE] = ACTIONS(1162), + [anon_sym_PIPE_AMP] = ACTIONS(1164), + [anon_sym_RBRACK] = ACTIONS(1164), + [anon_sym_EQ_TILDE] = ACTIONS(1162), + [anon_sym_AMP_GT] = ACTIONS(1162), + [anon_sym_AMP_GT_GT] = ACTIONS(1164), + [anon_sym_LT_AMP] = ACTIONS(1162), + [anon_sym_GT_AMP] = ACTIONS(1162), + [anon_sym_GT_PIPE] = ACTIONS(1164), + [anon_sym_LT_AMP_DASH] = ACTIONS(1164), + [anon_sym_GT_AMP_DASH] = ACTIONS(1164), + [anon_sym_LT_LT_DASH] = ACTIONS(1164), + [anon_sym_LT_LT_LT] = ACTIONS(1164), + [anon_sym_AMP] = ACTIONS(1162), + [anon_sym_CARET] = ACTIONS(1162), + [anon_sym_QMARK] = ACTIONS(1162), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1164), + [aux_sym_concatenation_token1] = ACTIONS(1164), + [anon_sym_DOLLAR] = ACTIONS(1162), + [sym__special_character] = ACTIONS(1162), + [anon_sym_DQUOTE] = ACTIONS(1164), + [sym_raw_string] = ACTIONS(1164), + [sym_ansi_c_string] = ACTIONS(1164), + [aux_sym_number_token1] = ACTIONS(1162), + [aux_sym_number_token2] = ACTIONS(1162), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1164), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1162), + [anon_sym_BQUOTE] = ACTIONS(1162), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1164), + [anon_sym_LT_LPAREN] = ACTIONS(1164), + [anon_sym_GT_LPAREN] = ACTIONS(1164), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1164), + [sym__concat] = ACTIONS(1164), + [sym_test_operator] = ACTIONS(1164), + [sym__bare_dollar] = ACTIONS(1164), + [sym__brace_start] = ACTIONS(1164), }, [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_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_word] = ACTIONS(1178), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1180), + [anon_sym_EQ] = ACTIONS(1178), + [anon_sym_PLUS_PLUS] = ACTIONS(1178), + [anon_sym_DASH_DASH] = ACTIONS(1178), + [anon_sym_PLUS_EQ] = ACTIONS(1178), + [anon_sym_DASH_EQ] = ACTIONS(1178), + [anon_sym_STAR_EQ] = ACTIONS(1178), + [anon_sym_SLASH_EQ] = ACTIONS(1178), + [anon_sym_PERCENT_EQ] = ACTIONS(1178), + [anon_sym_LT_LT_EQ] = ACTIONS(1180), + [anon_sym_GT_GT_EQ] = ACTIONS(1180), + [anon_sym_AMP_EQ] = ACTIONS(1180), + [anon_sym_CARET_EQ] = ACTIONS(1178), + [anon_sym_PIPE_EQ] = ACTIONS(1180), + [anon_sym_EQ_EQ] = ACTIONS(1178), + [anon_sym_BANG_EQ] = ACTIONS(1178), + [anon_sym_LT_EQ] = ACTIONS(1180), + [anon_sym_GT_EQ] = ACTIONS(1180), + [anon_sym_AMP_AMP] = ACTIONS(1180), + [anon_sym_PIPE_PIPE] = ACTIONS(1180), + [anon_sym_LT_LT] = ACTIONS(1178), + [anon_sym_GT_GT] = ACTIONS(1178), + [anon_sym_PLUS] = ACTIONS(1178), + [anon_sym_DASH] = ACTIONS(1178), + [anon_sym_STAR] = ACTIONS(1178), + [anon_sym_SLASH] = ACTIONS(1178), + [anon_sym_PERCENT] = ACTIONS(1178), + [anon_sym_STAR_STAR] = ACTIONS(1178), + [anon_sym_LT] = ACTIONS(1178), + [anon_sym_GT] = ACTIONS(1178), + [anon_sym_LPAREN] = ACTIONS(1178), + [anon_sym_PIPE] = ACTIONS(1178), + [anon_sym_PIPE_AMP] = ACTIONS(1180), + [anon_sym_RBRACK] = ACTIONS(1180), + [anon_sym_EQ_TILDE] = ACTIONS(1178), + [anon_sym_AMP_GT] = ACTIONS(1178), + [anon_sym_AMP_GT_GT] = ACTIONS(1180), + [anon_sym_LT_AMP] = ACTIONS(1178), + [anon_sym_GT_AMP] = ACTIONS(1178), + [anon_sym_GT_PIPE] = ACTIONS(1180), + [anon_sym_LT_AMP_DASH] = ACTIONS(1180), + [anon_sym_GT_AMP_DASH] = ACTIONS(1180), + [anon_sym_LT_LT_DASH] = ACTIONS(1180), + [anon_sym_LT_LT_LT] = ACTIONS(1180), + [anon_sym_AMP] = ACTIONS(1178), + [anon_sym_CARET] = ACTIONS(1178), + [anon_sym_QMARK] = ACTIONS(1178), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1180), + [aux_sym_concatenation_token1] = ACTIONS(1180), + [anon_sym_DOLLAR] = ACTIONS(1178), + [sym__special_character] = ACTIONS(1178), + [anon_sym_DQUOTE] = ACTIONS(1180), + [sym_raw_string] = ACTIONS(1180), + [sym_ansi_c_string] = ACTIONS(1180), + [aux_sym_number_token1] = ACTIONS(1178), + [aux_sym_number_token2] = ACTIONS(1178), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1180), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1178), + [anon_sym_BQUOTE] = ACTIONS(1178), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1180), + [anon_sym_LT_LPAREN] = ACTIONS(1180), + [anon_sym_GT_LPAREN] = ACTIONS(1180), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1180), + [sym__concat] = ACTIONS(1180), + [sym_test_operator] = ACTIONS(1180), + [sym__bare_dollar] = ACTIONS(1180), + [sym__brace_start] = ACTIONS(1180), }, [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_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_word] = ACTIONS(1182), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1184), + [anon_sym_EQ] = ACTIONS(1182), + [anon_sym_PLUS_PLUS] = ACTIONS(1182), + [anon_sym_DASH_DASH] = ACTIONS(1182), + [anon_sym_PLUS_EQ] = ACTIONS(1182), + [anon_sym_DASH_EQ] = ACTIONS(1182), + [anon_sym_STAR_EQ] = ACTIONS(1182), + [anon_sym_SLASH_EQ] = ACTIONS(1182), + [anon_sym_PERCENT_EQ] = ACTIONS(1182), + [anon_sym_LT_LT_EQ] = ACTIONS(1184), + [anon_sym_GT_GT_EQ] = ACTIONS(1184), + [anon_sym_AMP_EQ] = ACTIONS(1184), + [anon_sym_CARET_EQ] = ACTIONS(1182), + [anon_sym_PIPE_EQ] = ACTIONS(1184), + [anon_sym_EQ_EQ] = ACTIONS(1182), + [anon_sym_BANG_EQ] = ACTIONS(1182), + [anon_sym_LT_EQ] = ACTIONS(1184), + [anon_sym_GT_EQ] = ACTIONS(1184), + [anon_sym_AMP_AMP] = ACTIONS(1184), + [anon_sym_PIPE_PIPE] = ACTIONS(1184), + [anon_sym_LT_LT] = ACTIONS(1182), + [anon_sym_GT_GT] = ACTIONS(1182), + [anon_sym_PLUS] = ACTIONS(1182), + [anon_sym_DASH] = ACTIONS(1182), + [anon_sym_STAR] = ACTIONS(1182), + [anon_sym_SLASH] = ACTIONS(1182), + [anon_sym_PERCENT] = ACTIONS(1182), + [anon_sym_STAR_STAR] = ACTIONS(1182), + [anon_sym_LT] = ACTIONS(1182), + [anon_sym_GT] = ACTIONS(1182), + [anon_sym_LPAREN] = ACTIONS(1182), + [anon_sym_PIPE] = ACTIONS(1182), + [anon_sym_PIPE_AMP] = ACTIONS(1184), + [anon_sym_RBRACK] = ACTIONS(1184), + [anon_sym_EQ_TILDE] = ACTIONS(1182), + [anon_sym_AMP_GT] = ACTIONS(1182), + [anon_sym_AMP_GT_GT] = ACTIONS(1184), + [anon_sym_LT_AMP] = ACTIONS(1182), + [anon_sym_GT_AMP] = ACTIONS(1182), + [anon_sym_GT_PIPE] = ACTIONS(1184), + [anon_sym_LT_AMP_DASH] = ACTIONS(1184), + [anon_sym_GT_AMP_DASH] = ACTIONS(1184), + [anon_sym_LT_LT_DASH] = ACTIONS(1184), + [anon_sym_LT_LT_LT] = ACTIONS(1184), + [anon_sym_AMP] = ACTIONS(1182), + [anon_sym_CARET] = ACTIONS(1182), + [anon_sym_QMARK] = ACTIONS(1182), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1184), + [aux_sym_concatenation_token1] = ACTIONS(1184), + [anon_sym_DOLLAR] = ACTIONS(1182), + [sym__special_character] = ACTIONS(1182), + [anon_sym_DQUOTE] = ACTIONS(1184), + [sym_raw_string] = ACTIONS(1184), + [sym_ansi_c_string] = ACTIONS(1184), + [aux_sym_number_token1] = ACTIONS(1182), + [aux_sym_number_token2] = ACTIONS(1182), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1184), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1182), + [anon_sym_BQUOTE] = ACTIONS(1182), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1184), + [anon_sym_LT_LPAREN] = ACTIONS(1184), + [anon_sym_GT_LPAREN] = ACTIONS(1184), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1184), + [sym__concat] = ACTIONS(1184), + [sym_test_operator] = ACTIONS(1184), + [sym__bare_dollar] = ACTIONS(1184), + [sym__brace_start] = ACTIONS(1184), }, [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_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_word] = ACTIONS(1186), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1188), + [anon_sym_EQ] = ACTIONS(1186), + [anon_sym_PLUS_PLUS] = ACTIONS(1186), + [anon_sym_DASH_DASH] = ACTIONS(1186), + [anon_sym_PLUS_EQ] = ACTIONS(1186), + [anon_sym_DASH_EQ] = ACTIONS(1186), + [anon_sym_STAR_EQ] = ACTIONS(1186), + [anon_sym_SLASH_EQ] = ACTIONS(1186), + [anon_sym_PERCENT_EQ] = ACTIONS(1186), + [anon_sym_LT_LT_EQ] = ACTIONS(1188), + [anon_sym_GT_GT_EQ] = ACTIONS(1188), + [anon_sym_AMP_EQ] = ACTIONS(1188), + [anon_sym_CARET_EQ] = ACTIONS(1186), + [anon_sym_PIPE_EQ] = ACTIONS(1188), + [anon_sym_EQ_EQ] = ACTIONS(1186), + [anon_sym_BANG_EQ] = ACTIONS(1186), + [anon_sym_LT_EQ] = ACTIONS(1188), + [anon_sym_GT_EQ] = ACTIONS(1188), + [anon_sym_AMP_AMP] = ACTIONS(1188), + [anon_sym_PIPE_PIPE] = ACTIONS(1188), + [anon_sym_LT_LT] = ACTIONS(1186), + [anon_sym_GT_GT] = ACTIONS(1186), + [anon_sym_PLUS] = ACTIONS(1186), + [anon_sym_DASH] = ACTIONS(1186), + [anon_sym_STAR] = ACTIONS(1186), + [anon_sym_SLASH] = ACTIONS(1186), + [anon_sym_PERCENT] = ACTIONS(1186), + [anon_sym_STAR_STAR] = ACTIONS(1186), + [anon_sym_LT] = ACTIONS(1186), + [anon_sym_GT] = ACTIONS(1186), + [anon_sym_LPAREN] = ACTIONS(1186), + [anon_sym_PIPE] = ACTIONS(1186), + [anon_sym_PIPE_AMP] = ACTIONS(1188), + [anon_sym_RBRACK] = ACTIONS(1188), + [anon_sym_EQ_TILDE] = ACTIONS(1186), + [anon_sym_AMP_GT] = ACTIONS(1186), + [anon_sym_AMP_GT_GT] = ACTIONS(1188), + [anon_sym_LT_AMP] = ACTIONS(1186), + [anon_sym_GT_AMP] = ACTIONS(1186), + [anon_sym_GT_PIPE] = ACTIONS(1188), + [anon_sym_LT_AMP_DASH] = ACTIONS(1188), + [anon_sym_GT_AMP_DASH] = ACTIONS(1188), + [anon_sym_LT_LT_DASH] = ACTIONS(1188), + [anon_sym_LT_LT_LT] = ACTIONS(1188), + [anon_sym_AMP] = ACTIONS(1186), + [anon_sym_CARET] = ACTIONS(1186), + [anon_sym_QMARK] = ACTIONS(1186), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1188), + [aux_sym_concatenation_token1] = ACTIONS(1188), + [anon_sym_DOLLAR] = ACTIONS(1186), + [sym__special_character] = ACTIONS(1186), + [anon_sym_DQUOTE] = ACTIONS(1188), + [sym_raw_string] = ACTIONS(1188), + [sym_ansi_c_string] = ACTIONS(1188), + [aux_sym_number_token1] = ACTIONS(1186), + [aux_sym_number_token2] = ACTIONS(1186), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1188), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1186), + [anon_sym_BQUOTE] = ACTIONS(1186), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1188), + [anon_sym_LT_LPAREN] = ACTIONS(1188), + [anon_sym_GT_LPAREN] = ACTIONS(1188), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1188), + [sym__concat] = ACTIONS(1188), + [sym_test_operator] = ACTIONS(1188), + [sym__bare_dollar] = ACTIONS(1188), + [sym__brace_start] = ACTIONS(1188), }, [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_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_word] = ACTIONS(1154), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1156), + [anon_sym_EQ] = ACTIONS(1154), + [anon_sym_PLUS_PLUS] = ACTIONS(1154), + [anon_sym_DASH_DASH] = ACTIONS(1154), + [anon_sym_PLUS_EQ] = ACTIONS(1154), + [anon_sym_DASH_EQ] = ACTIONS(1154), + [anon_sym_STAR_EQ] = ACTIONS(1154), + [anon_sym_SLASH_EQ] = ACTIONS(1154), + [anon_sym_PERCENT_EQ] = ACTIONS(1154), + [anon_sym_LT_LT_EQ] = ACTIONS(1156), + [anon_sym_GT_GT_EQ] = ACTIONS(1156), + [anon_sym_AMP_EQ] = ACTIONS(1156), + [anon_sym_CARET_EQ] = ACTIONS(1154), + [anon_sym_PIPE_EQ] = ACTIONS(1156), + [anon_sym_EQ_EQ] = ACTIONS(1154), + [anon_sym_BANG_EQ] = ACTIONS(1154), + [anon_sym_LT_EQ] = ACTIONS(1156), + [anon_sym_GT_EQ] = ACTIONS(1156), + [anon_sym_AMP_AMP] = ACTIONS(1156), + [anon_sym_PIPE_PIPE] = ACTIONS(1156), + [anon_sym_LT_LT] = ACTIONS(1154), + [anon_sym_GT_GT] = ACTIONS(1154), + [anon_sym_PLUS] = ACTIONS(1154), + [anon_sym_DASH] = ACTIONS(1154), + [anon_sym_STAR] = ACTIONS(1154), + [anon_sym_SLASH] = ACTIONS(1154), + [anon_sym_PERCENT] = ACTIONS(1154), + [anon_sym_STAR_STAR] = ACTIONS(1154), + [anon_sym_LT] = ACTIONS(1154), + [anon_sym_GT] = ACTIONS(1154), + [anon_sym_LPAREN] = ACTIONS(1154), + [anon_sym_PIPE] = ACTIONS(1154), + [anon_sym_PIPE_AMP] = ACTIONS(1156), + [anon_sym_RBRACK] = ACTIONS(1156), + [anon_sym_EQ_TILDE] = ACTIONS(1154), + [anon_sym_AMP_GT] = ACTIONS(1154), + [anon_sym_AMP_GT_GT] = ACTIONS(1156), + [anon_sym_LT_AMP] = ACTIONS(1154), + [anon_sym_GT_AMP] = ACTIONS(1154), + [anon_sym_GT_PIPE] = ACTIONS(1156), + [anon_sym_LT_AMP_DASH] = ACTIONS(1156), + [anon_sym_GT_AMP_DASH] = ACTIONS(1156), + [anon_sym_LT_LT_DASH] = ACTIONS(1156), + [anon_sym_LT_LT_LT] = ACTIONS(1156), + [anon_sym_AMP] = ACTIONS(1154), + [anon_sym_CARET] = ACTIONS(1154), + [anon_sym_QMARK] = ACTIONS(1154), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1156), + [aux_sym_concatenation_token1] = ACTIONS(1156), + [anon_sym_DOLLAR] = ACTIONS(1154), + [sym__special_character] = ACTIONS(1154), + [anon_sym_DQUOTE] = ACTIONS(1156), + [sym_raw_string] = ACTIONS(1156), + [sym_ansi_c_string] = ACTIONS(1156), + [aux_sym_number_token1] = ACTIONS(1154), + [aux_sym_number_token2] = ACTIONS(1154), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1156), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1154), + [anon_sym_BQUOTE] = ACTIONS(1154), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1156), + [anon_sym_LT_LPAREN] = ACTIONS(1156), + [anon_sym_GT_LPAREN] = ACTIONS(1156), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1156), + [sym__concat] = ACTIONS(1156), + [sym_test_operator] = ACTIONS(1156), + [sym__bare_dollar] = ACTIONS(1156), + [sym__brace_start] = ACTIONS(1156), }, [403] = { - [sym_word] = ACTIONS(1227), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1229), - [anon_sym_EQ] = ACTIONS(1227), - [anon_sym_PLUS_PLUS] = ACTIONS(1227), - [anon_sym_DASH_DASH] = ACTIONS(1227), - [anon_sym_PLUS_EQ] = ACTIONS(1227), - [anon_sym_DASH_EQ] = ACTIONS(1227), - [anon_sym_STAR_EQ] = ACTIONS(1227), - [anon_sym_SLASH_EQ] = ACTIONS(1227), - [anon_sym_PERCENT_EQ] = ACTIONS(1227), - [anon_sym_LT_LT_EQ] = ACTIONS(1229), - [anon_sym_GT_GT_EQ] = ACTIONS(1229), - [anon_sym_AMP_EQ] = ACTIONS(1229), - [anon_sym_CARET_EQ] = ACTIONS(1227), - [anon_sym_PIPE_EQ] = ACTIONS(1229), - [anon_sym_EQ_EQ] = ACTIONS(1227), - [anon_sym_BANG_EQ] = ACTIONS(1227), - [anon_sym_LT_EQ] = ACTIONS(1229), - [anon_sym_GT_EQ] = ACTIONS(1229), - [anon_sym_AMP_AMP] = ACTIONS(1229), - [anon_sym_PIPE_PIPE] = ACTIONS(1229), - [anon_sym_LT_LT] = ACTIONS(1227), - [anon_sym_GT_GT] = ACTIONS(1227), - [anon_sym_PLUS] = ACTIONS(1227), - [anon_sym_DASH] = ACTIONS(1227), - [anon_sym_STAR] = ACTIONS(1227), - [anon_sym_SLASH] = ACTIONS(1227), - [anon_sym_PERCENT] = ACTIONS(1227), - [anon_sym_STAR_STAR] = ACTIONS(1227), - [anon_sym_LT] = ACTIONS(1227), - [anon_sym_GT] = ACTIONS(1227), - [anon_sym_PIPE] = ACTIONS(1227), - [anon_sym_PIPE_AMP] = ACTIONS(1229), - [anon_sym_RBRACK] = ACTIONS(1229), - [anon_sym_EQ_TILDE] = ACTIONS(1227), - [anon_sym_AMP_GT] = ACTIONS(1227), - [anon_sym_AMP_GT_GT] = ACTIONS(1229), - [anon_sym_LT_AMP] = ACTIONS(1229), - [anon_sym_GT_AMP] = ACTIONS(1229), - [anon_sym_GT_PIPE] = ACTIONS(1229), - [anon_sym_LT_LT_DASH] = ACTIONS(1229), - [anon_sym_LT_LT_LT] = ACTIONS(1229), - [anon_sym_AMP] = ACTIONS(1227), - [anon_sym_CARET] = ACTIONS(1227), - [anon_sym_QMARK] = ACTIONS(1227), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1229), - [aux_sym_concatenation_token1] = ACTIONS(1229), - [anon_sym_DOLLAR] = ACTIONS(1227), - [sym__special_character] = ACTIONS(1227), - [anon_sym_DQUOTE] = ACTIONS(1229), - [sym_raw_string] = ACTIONS(1229), - [sym_ansi_c_string] = ACTIONS(1229), - [aux_sym_number_token1] = ACTIONS(1227), - [aux_sym_number_token2] = ACTIONS(1227), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1229), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1227), - [anon_sym_BQUOTE] = ACTIONS(1227), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1229), - [anon_sym_LT_LPAREN] = ACTIONS(1229), - [anon_sym_GT_LPAREN] = ACTIONS(1229), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1229), - [sym__concat] = ACTIONS(1229), - [sym_test_operator] = ACTIONS(1229), - [sym__bare_dollar] = ACTIONS(1229), - [sym__brace_start] = ACTIONS(1229), + [sym_word] = ACTIONS(1166), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1168), + [anon_sym_EQ] = ACTIONS(1166), + [anon_sym_PLUS_PLUS] = ACTIONS(1166), + [anon_sym_DASH_DASH] = ACTIONS(1166), + [anon_sym_PLUS_EQ] = ACTIONS(1166), + [anon_sym_DASH_EQ] = ACTIONS(1166), + [anon_sym_STAR_EQ] = ACTIONS(1166), + [anon_sym_SLASH_EQ] = ACTIONS(1166), + [anon_sym_PERCENT_EQ] = ACTIONS(1166), + [anon_sym_LT_LT_EQ] = ACTIONS(1168), + [anon_sym_GT_GT_EQ] = ACTIONS(1168), + [anon_sym_AMP_EQ] = ACTIONS(1168), + [anon_sym_CARET_EQ] = ACTIONS(1166), + [anon_sym_PIPE_EQ] = ACTIONS(1168), + [anon_sym_EQ_EQ] = ACTIONS(1166), + [anon_sym_BANG_EQ] = ACTIONS(1166), + [anon_sym_LT_EQ] = ACTIONS(1168), + [anon_sym_GT_EQ] = ACTIONS(1168), + [anon_sym_AMP_AMP] = ACTIONS(1168), + [anon_sym_PIPE_PIPE] = ACTIONS(1168), + [anon_sym_LT_LT] = ACTIONS(1166), + [anon_sym_GT_GT] = ACTIONS(1166), + [anon_sym_PLUS] = ACTIONS(1166), + [anon_sym_DASH] = ACTIONS(1166), + [anon_sym_STAR] = ACTIONS(1166), + [anon_sym_SLASH] = ACTIONS(1166), + [anon_sym_PERCENT] = ACTIONS(1166), + [anon_sym_STAR_STAR] = ACTIONS(1166), + [anon_sym_LT] = ACTIONS(1166), + [anon_sym_GT] = ACTIONS(1166), + [anon_sym_LPAREN] = ACTIONS(1166), + [anon_sym_PIPE] = ACTIONS(1166), + [anon_sym_PIPE_AMP] = ACTIONS(1168), + [anon_sym_RBRACK] = ACTIONS(1168), + [anon_sym_EQ_TILDE] = ACTIONS(1166), + [anon_sym_AMP_GT] = ACTIONS(1166), + [anon_sym_AMP_GT_GT] = ACTIONS(1168), + [anon_sym_LT_AMP] = ACTIONS(1166), + [anon_sym_GT_AMP] = ACTIONS(1166), + [anon_sym_GT_PIPE] = ACTIONS(1168), + [anon_sym_LT_AMP_DASH] = ACTIONS(1168), + [anon_sym_GT_AMP_DASH] = ACTIONS(1168), + [anon_sym_LT_LT_DASH] = ACTIONS(1168), + [anon_sym_LT_LT_LT] = ACTIONS(1168), + [anon_sym_AMP] = ACTIONS(1166), + [anon_sym_CARET] = ACTIONS(1166), + [anon_sym_QMARK] = ACTIONS(1166), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1168), + [aux_sym_concatenation_token1] = ACTIONS(1168), + [anon_sym_DOLLAR] = ACTIONS(1166), + [sym__special_character] = ACTIONS(1166), + [anon_sym_DQUOTE] = ACTIONS(1168), + [sym_raw_string] = ACTIONS(1168), + [sym_ansi_c_string] = ACTIONS(1168), + [aux_sym_number_token1] = ACTIONS(1166), + [aux_sym_number_token2] = ACTIONS(1166), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1168), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1166), + [anon_sym_BQUOTE] = ACTIONS(1166), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1168), + [anon_sym_LT_LPAREN] = ACTIONS(1168), + [anon_sym_GT_LPAREN] = ACTIONS(1168), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1168), + [sym__concat] = ACTIONS(1168), + [sym_test_operator] = ACTIONS(1168), + [sym__bare_dollar] = ACTIONS(1168), + [sym__brace_start] = ACTIONS(1168), }, [404] = { - [sym_word] = ACTIONS(1211), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1213), - [anon_sym_EQ] = ACTIONS(1211), - [anon_sym_PLUS_PLUS] = ACTIONS(1211), - [anon_sym_DASH_DASH] = ACTIONS(1211), - [anon_sym_PLUS_EQ] = ACTIONS(1211), - [anon_sym_DASH_EQ] = ACTIONS(1211), - [anon_sym_STAR_EQ] = ACTIONS(1211), - [anon_sym_SLASH_EQ] = ACTIONS(1211), - [anon_sym_PERCENT_EQ] = ACTIONS(1211), - [anon_sym_LT_LT_EQ] = ACTIONS(1213), - [anon_sym_GT_GT_EQ] = ACTIONS(1213), - [anon_sym_AMP_EQ] = ACTIONS(1213), - [anon_sym_CARET_EQ] = ACTIONS(1211), - [anon_sym_PIPE_EQ] = ACTIONS(1213), - [anon_sym_EQ_EQ] = ACTIONS(1211), - [anon_sym_BANG_EQ] = ACTIONS(1211), - [anon_sym_LT_EQ] = ACTIONS(1213), - [anon_sym_GT_EQ] = ACTIONS(1213), - [anon_sym_AMP_AMP] = ACTIONS(1213), - [anon_sym_PIPE_PIPE] = ACTIONS(1213), - [anon_sym_LT_LT] = ACTIONS(1211), - [anon_sym_GT_GT] = ACTIONS(1211), - [anon_sym_PLUS] = ACTIONS(1211), - [anon_sym_DASH] = ACTIONS(1211), - [anon_sym_STAR] = ACTIONS(1211), - [anon_sym_SLASH] = ACTIONS(1211), - [anon_sym_PERCENT] = ACTIONS(1211), - [anon_sym_STAR_STAR] = ACTIONS(1211), - [anon_sym_LT] = ACTIONS(1211), - [anon_sym_GT] = ACTIONS(1211), - [anon_sym_PIPE] = ACTIONS(1211), - [anon_sym_PIPE_AMP] = ACTIONS(1213), - [anon_sym_RBRACK] = ACTIONS(1213), - [anon_sym_EQ_TILDE] = ACTIONS(1211), - [anon_sym_AMP_GT] = ACTIONS(1211), - [anon_sym_AMP_GT_GT] = ACTIONS(1213), - [anon_sym_LT_AMP] = ACTIONS(1213), - [anon_sym_GT_AMP] = ACTIONS(1213), - [anon_sym_GT_PIPE] = ACTIONS(1213), - [anon_sym_LT_LT_DASH] = ACTIONS(1213), - [anon_sym_LT_LT_LT] = ACTIONS(1213), - [anon_sym_AMP] = ACTIONS(1211), - [anon_sym_CARET] = ACTIONS(1211), - [anon_sym_QMARK] = ACTIONS(1211), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1213), - [aux_sym_concatenation_token1] = ACTIONS(1213), - [anon_sym_DOLLAR] = ACTIONS(1211), - [sym__special_character] = ACTIONS(1211), - [anon_sym_DQUOTE] = ACTIONS(1213), - [sym_raw_string] = ACTIONS(1213), - [sym_ansi_c_string] = ACTIONS(1213), - [aux_sym_number_token1] = ACTIONS(1211), - [aux_sym_number_token2] = ACTIONS(1211), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1213), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1211), - [anon_sym_BQUOTE] = ACTIONS(1211), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1213), - [anon_sym_LT_LPAREN] = ACTIONS(1213), - [anon_sym_GT_LPAREN] = ACTIONS(1213), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1213), - [sym__concat] = ACTIONS(1213), - [sym_test_operator] = ACTIONS(1213), - [sym__bare_dollar] = ACTIONS(1213), - [sym__brace_start] = ACTIONS(1213), + [sym_word] = ACTIONS(1146), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1148), + [anon_sym_EQ] = ACTIONS(1146), + [anon_sym_PLUS_PLUS] = ACTIONS(1146), + [anon_sym_DASH_DASH] = ACTIONS(1146), + [anon_sym_PLUS_EQ] = ACTIONS(1146), + [anon_sym_DASH_EQ] = ACTIONS(1146), + [anon_sym_STAR_EQ] = ACTIONS(1146), + [anon_sym_SLASH_EQ] = ACTIONS(1146), + [anon_sym_PERCENT_EQ] = ACTIONS(1146), + [anon_sym_LT_LT_EQ] = ACTIONS(1148), + [anon_sym_GT_GT_EQ] = ACTIONS(1148), + [anon_sym_AMP_EQ] = ACTIONS(1148), + [anon_sym_CARET_EQ] = ACTIONS(1146), + [anon_sym_PIPE_EQ] = ACTIONS(1148), + [anon_sym_EQ_EQ] = ACTIONS(1146), + [anon_sym_BANG_EQ] = ACTIONS(1146), + [anon_sym_LT_EQ] = ACTIONS(1148), + [anon_sym_GT_EQ] = ACTIONS(1148), + [anon_sym_AMP_AMP] = ACTIONS(1148), + [anon_sym_PIPE_PIPE] = ACTIONS(1148), + [anon_sym_LT_LT] = ACTIONS(1146), + [anon_sym_GT_GT] = ACTIONS(1146), + [anon_sym_PLUS] = ACTIONS(1146), + [anon_sym_DASH] = ACTIONS(1146), + [anon_sym_STAR] = ACTIONS(1146), + [anon_sym_SLASH] = ACTIONS(1146), + [anon_sym_PERCENT] = ACTIONS(1146), + [anon_sym_STAR_STAR] = ACTIONS(1146), + [anon_sym_LT] = ACTIONS(1146), + [anon_sym_GT] = ACTIONS(1146), + [anon_sym_LPAREN] = ACTIONS(1146), + [anon_sym_PIPE] = ACTIONS(1146), + [anon_sym_PIPE_AMP] = ACTIONS(1148), + [anon_sym_RBRACK] = ACTIONS(1148), + [anon_sym_EQ_TILDE] = ACTIONS(1146), + [anon_sym_AMP_GT] = ACTIONS(1146), + [anon_sym_AMP_GT_GT] = ACTIONS(1148), + [anon_sym_LT_AMP] = ACTIONS(1146), + [anon_sym_GT_AMP] = ACTIONS(1146), + [anon_sym_GT_PIPE] = ACTIONS(1148), + [anon_sym_LT_AMP_DASH] = ACTIONS(1148), + [anon_sym_GT_AMP_DASH] = ACTIONS(1148), + [anon_sym_LT_LT_DASH] = ACTIONS(1148), + [anon_sym_LT_LT_LT] = ACTIONS(1148), + [anon_sym_AMP] = ACTIONS(1146), + [anon_sym_CARET] = ACTIONS(1146), + [anon_sym_QMARK] = ACTIONS(1146), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1148), + [aux_sym_concatenation_token1] = ACTIONS(1148), + [anon_sym_DOLLAR] = ACTIONS(1146), + [sym__special_character] = ACTIONS(1146), + [anon_sym_DQUOTE] = ACTIONS(1148), + [sym_raw_string] = ACTIONS(1148), + [sym_ansi_c_string] = ACTIONS(1148), + [aux_sym_number_token1] = ACTIONS(1146), + [aux_sym_number_token2] = ACTIONS(1146), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1148), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1146), + [anon_sym_BQUOTE] = ACTIONS(1146), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1148), + [anon_sym_LT_LPAREN] = ACTIONS(1148), + [anon_sym_GT_LPAREN] = ACTIONS(1148), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1148), + [sym__concat] = ACTIONS(1148), + [sym_test_operator] = ACTIONS(1148), + [sym__bare_dollar] = ACTIONS(1148), + [sym__brace_start] = ACTIONS(1148), }, [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_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_word] = ACTIONS(1194), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1196), + [anon_sym_EQ] = ACTIONS(1194), + [anon_sym_PLUS_PLUS] = ACTIONS(1194), + [anon_sym_DASH_DASH] = ACTIONS(1194), + [anon_sym_PLUS_EQ] = ACTIONS(1194), + [anon_sym_DASH_EQ] = ACTIONS(1194), + [anon_sym_STAR_EQ] = ACTIONS(1194), + [anon_sym_SLASH_EQ] = ACTIONS(1194), + [anon_sym_PERCENT_EQ] = ACTIONS(1194), + [anon_sym_LT_LT_EQ] = ACTIONS(1196), + [anon_sym_GT_GT_EQ] = ACTIONS(1196), + [anon_sym_AMP_EQ] = ACTIONS(1196), + [anon_sym_CARET_EQ] = ACTIONS(1194), + [anon_sym_PIPE_EQ] = ACTIONS(1196), + [anon_sym_EQ_EQ] = ACTIONS(1194), + [anon_sym_BANG_EQ] = ACTIONS(1194), + [anon_sym_LT_EQ] = ACTIONS(1196), + [anon_sym_GT_EQ] = ACTIONS(1196), + [anon_sym_AMP_AMP] = ACTIONS(1196), + [anon_sym_PIPE_PIPE] = ACTIONS(1196), + [anon_sym_LT_LT] = ACTIONS(1194), + [anon_sym_GT_GT] = ACTIONS(1194), + [anon_sym_PLUS] = ACTIONS(1194), + [anon_sym_DASH] = ACTIONS(1194), + [anon_sym_STAR] = ACTIONS(1194), + [anon_sym_SLASH] = ACTIONS(1194), + [anon_sym_PERCENT] = ACTIONS(1194), + [anon_sym_STAR_STAR] = ACTIONS(1194), + [anon_sym_LT] = ACTIONS(1194), + [anon_sym_GT] = ACTIONS(1194), + [anon_sym_LPAREN] = ACTIONS(1194), + [anon_sym_PIPE] = ACTIONS(1194), + [anon_sym_PIPE_AMP] = ACTIONS(1196), + [anon_sym_RBRACK] = ACTIONS(1196), + [anon_sym_EQ_TILDE] = ACTIONS(1194), + [anon_sym_AMP_GT] = ACTIONS(1194), + [anon_sym_AMP_GT_GT] = ACTIONS(1196), + [anon_sym_LT_AMP] = ACTIONS(1194), + [anon_sym_GT_AMP] = ACTIONS(1194), + [anon_sym_GT_PIPE] = ACTIONS(1196), + [anon_sym_LT_AMP_DASH] = ACTIONS(1196), + [anon_sym_GT_AMP_DASH] = ACTIONS(1196), + [anon_sym_LT_LT_DASH] = ACTIONS(1196), + [anon_sym_LT_LT_LT] = ACTIONS(1196), + [anon_sym_AMP] = ACTIONS(1194), + [anon_sym_CARET] = ACTIONS(1194), + [anon_sym_QMARK] = ACTIONS(1194), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1196), + [aux_sym_concatenation_token1] = ACTIONS(1196), + [anon_sym_DOLLAR] = ACTIONS(1194), + [sym__special_character] = ACTIONS(1194), + [anon_sym_DQUOTE] = ACTIONS(1196), + [sym_raw_string] = ACTIONS(1196), + [sym_ansi_c_string] = ACTIONS(1196), + [aux_sym_number_token1] = ACTIONS(1194), + [aux_sym_number_token2] = ACTIONS(1194), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1196), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1194), + [anon_sym_BQUOTE] = ACTIONS(1194), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1196), + [anon_sym_LT_LPAREN] = ACTIONS(1196), + [anon_sym_GT_LPAREN] = ACTIONS(1196), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1196), + [sym__concat] = ACTIONS(1196), + [sym_test_operator] = ACTIONS(1196), + [sym__bare_dollar] = ACTIONS(1196), + [sym__brace_start] = ACTIONS(1196), }, [406] = { - [sym_word] = ACTIONS(1263), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1265), - [anon_sym_EQ] = ACTIONS(1263), - [anon_sym_PLUS_PLUS] = ACTIONS(1263), - [anon_sym_DASH_DASH] = ACTIONS(1263), - [anon_sym_PLUS_EQ] = ACTIONS(1263), - [anon_sym_DASH_EQ] = ACTIONS(1263), - [anon_sym_STAR_EQ] = ACTIONS(1263), - [anon_sym_SLASH_EQ] = ACTIONS(1263), - [anon_sym_PERCENT_EQ] = ACTIONS(1263), - [anon_sym_LT_LT_EQ] = ACTIONS(1265), - [anon_sym_GT_GT_EQ] = ACTIONS(1265), - [anon_sym_AMP_EQ] = ACTIONS(1265), - [anon_sym_CARET_EQ] = ACTIONS(1263), - [anon_sym_PIPE_EQ] = ACTIONS(1265), - [anon_sym_EQ_EQ] = ACTIONS(1263), - [anon_sym_BANG_EQ] = ACTIONS(1263), - [anon_sym_LT_EQ] = ACTIONS(1265), - [anon_sym_GT_EQ] = ACTIONS(1265), - [anon_sym_AMP_AMP] = ACTIONS(1265), - [anon_sym_PIPE_PIPE] = ACTIONS(1265), - [anon_sym_LT_LT] = ACTIONS(1263), - [anon_sym_GT_GT] = ACTIONS(1263), - [anon_sym_PLUS] = ACTIONS(1263), - [anon_sym_DASH] = ACTIONS(1263), - [anon_sym_STAR] = ACTIONS(1263), - [anon_sym_SLASH] = ACTIONS(1263), - [anon_sym_PERCENT] = ACTIONS(1263), - [anon_sym_STAR_STAR] = ACTIONS(1263), - [anon_sym_LT] = ACTIONS(1263), - [anon_sym_GT] = ACTIONS(1263), - [anon_sym_PIPE] = ACTIONS(1263), - [anon_sym_PIPE_AMP] = ACTIONS(1265), - [anon_sym_RBRACK] = ACTIONS(1265), - [anon_sym_EQ_TILDE] = ACTIONS(1263), - [anon_sym_AMP_GT] = ACTIONS(1263), - [anon_sym_AMP_GT_GT] = ACTIONS(1265), - [anon_sym_LT_AMP] = ACTIONS(1265), - [anon_sym_GT_AMP] = ACTIONS(1265), - [anon_sym_GT_PIPE] = ACTIONS(1265), - [anon_sym_LT_LT_DASH] = ACTIONS(1265), - [anon_sym_LT_LT_LT] = ACTIONS(1265), - [anon_sym_AMP] = ACTIONS(1263), - [anon_sym_CARET] = ACTIONS(1263), - [anon_sym_QMARK] = ACTIONS(1263), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1265), - [aux_sym_concatenation_token1] = ACTIONS(1265), - [anon_sym_DOLLAR] = ACTIONS(1263), - [sym__special_character] = ACTIONS(1263), - [anon_sym_DQUOTE] = ACTIONS(1265), - [sym_raw_string] = ACTIONS(1265), - [sym_ansi_c_string] = ACTIONS(1265), - [aux_sym_number_token1] = ACTIONS(1263), - [aux_sym_number_token2] = ACTIONS(1263), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1265), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1263), - [anon_sym_BQUOTE] = ACTIONS(1263), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1265), - [anon_sym_LT_LPAREN] = ACTIONS(1265), - [anon_sym_GT_LPAREN] = ACTIONS(1265), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1265), - [sym__concat] = ACTIONS(1265), - [sym_test_operator] = ACTIONS(1265), - [sym__bare_dollar] = ACTIONS(1265), - [sym__brace_start] = ACTIONS(1265), + [aux_sym__literal_repeat1] = STATE(406), + [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(1212), + [anon_sym_GT_AMP] = ACTIONS(1212), + [anon_sym_GT_PIPE] = ACTIONS(1214), + [anon_sym_LT_AMP_DASH] = ACTIONS(1214), + [anon_sym_GT_AMP_DASH] = 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), + [anon_sym_DOLLAR] = ACTIONS(1212), + [sym__special_character] = ACTIONS(1231), + [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(1214), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1214), + [anon_sym_LT_LPAREN] = ACTIONS(1214), + [anon_sym_GT_LPAREN] = ACTIONS(1214), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1214), + [sym_test_operator] = ACTIONS(1214), + [sym__bare_dollar] = ACTIONS(1214), + [sym__brace_start] = ACTIONS(1214), }, [407] = { - [sym_word] = ACTIONS(1215), - [anon_sym_LPAREN_LPAREN] = ACTIONS(1217), - [anon_sym_EQ] = ACTIONS(1215), - [anon_sym_PLUS_PLUS] = ACTIONS(1215), - [anon_sym_DASH_DASH] = ACTIONS(1215), - [anon_sym_PLUS_EQ] = ACTIONS(1215), - [anon_sym_DASH_EQ] = ACTIONS(1215), - [anon_sym_STAR_EQ] = ACTIONS(1215), - [anon_sym_SLASH_EQ] = ACTIONS(1215), - [anon_sym_PERCENT_EQ] = ACTIONS(1215), - [anon_sym_LT_LT_EQ] = ACTIONS(1217), - [anon_sym_GT_GT_EQ] = ACTIONS(1217), - [anon_sym_AMP_EQ] = ACTIONS(1217), - [anon_sym_CARET_EQ] = ACTIONS(1215), - [anon_sym_PIPE_EQ] = ACTIONS(1217), - [anon_sym_EQ_EQ] = ACTIONS(1215), - [anon_sym_BANG_EQ] = ACTIONS(1215), - [anon_sym_LT_EQ] = ACTIONS(1217), - [anon_sym_GT_EQ] = ACTIONS(1217), - [anon_sym_AMP_AMP] = ACTIONS(1217), - [anon_sym_PIPE_PIPE] = ACTIONS(1217), - [anon_sym_LT_LT] = ACTIONS(1215), - [anon_sym_GT_GT] = ACTIONS(1215), - [anon_sym_PLUS] = ACTIONS(1215), - [anon_sym_DASH] = ACTIONS(1215), - [anon_sym_STAR] = ACTIONS(1215), - [anon_sym_SLASH] = ACTIONS(1215), - [anon_sym_PERCENT] = ACTIONS(1215), - [anon_sym_STAR_STAR] = ACTIONS(1215), - [anon_sym_LT] = ACTIONS(1215), - [anon_sym_GT] = ACTIONS(1215), - [anon_sym_PIPE] = ACTIONS(1215), - [anon_sym_PIPE_AMP] = ACTIONS(1217), - [anon_sym_RBRACK] = ACTIONS(1217), - [anon_sym_EQ_TILDE] = ACTIONS(1215), - [anon_sym_AMP_GT] = ACTIONS(1215), - [anon_sym_AMP_GT_GT] = ACTIONS(1217), - [anon_sym_LT_AMP] = ACTIONS(1217), - [anon_sym_GT_AMP] = ACTIONS(1217), - [anon_sym_GT_PIPE] = ACTIONS(1217), - [anon_sym_LT_LT_DASH] = ACTIONS(1217), - [anon_sym_LT_LT_LT] = ACTIONS(1217), - [anon_sym_AMP] = ACTIONS(1215), - [anon_sym_CARET] = ACTIONS(1215), - [anon_sym_QMARK] = ACTIONS(1215), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1217), - [aux_sym_concatenation_token1] = ACTIONS(1217), - [anon_sym_DOLLAR] = ACTIONS(1215), - [sym__special_character] = ACTIONS(1215), - [anon_sym_DQUOTE] = ACTIONS(1217), - [sym_raw_string] = ACTIONS(1217), - [sym_ansi_c_string] = ACTIONS(1217), - [aux_sym_number_token1] = ACTIONS(1215), - [aux_sym_number_token2] = ACTIONS(1215), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1217), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1215), - [anon_sym_BQUOTE] = ACTIONS(1215), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1217), - [anon_sym_LT_LPAREN] = ACTIONS(1217), - [anon_sym_GT_LPAREN] = ACTIONS(1217), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1217), - [sym__concat] = ACTIONS(1217), - [sym_test_operator] = ACTIONS(1217), - [sym__bare_dollar] = ACTIONS(1217), - [sym__brace_start] = ACTIONS(1217), + [aux_sym__literal_repeat1] = STATE(406), + [sym_word] = ACTIONS(211), + [anon_sym_LPAREN_LPAREN] = ACTIONS(244), + [anon_sym_EQ] = ACTIONS(213), + [anon_sym_PLUS_PLUS] = ACTIONS(213), + [anon_sym_DASH_DASH] = ACTIONS(213), + [anon_sym_PLUS_EQ] = ACTIONS(213), + [anon_sym_DASH_EQ] = ACTIONS(213), + [anon_sym_STAR_EQ] = ACTIONS(213), + [anon_sym_SLASH_EQ] = ACTIONS(213), + [anon_sym_PERCENT_EQ] = ACTIONS(213), + [anon_sym_LT_LT_EQ] = ACTIONS(260), + [anon_sym_GT_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_EQ] = ACTIONS(260), + [anon_sym_CARET_EQ] = ACTIONS(213), + [anon_sym_PIPE_EQ] = ACTIONS(260), + [anon_sym_EQ_EQ] = ACTIONS(215), + [anon_sym_BANG_EQ] = ACTIONS(213), + [anon_sym_LT_EQ] = ACTIONS(260), + [anon_sym_GT_EQ] = ACTIONS(260), + [anon_sym_AMP_AMP] = ACTIONS(262), + [anon_sym_PIPE_PIPE] = ACTIONS(262), + [anon_sym_LT_LT] = ACTIONS(215), + [anon_sym_GT_GT] = ACTIONS(215), + [anon_sym_PLUS] = ACTIONS(213), + [anon_sym_DASH] = ACTIONS(213), + [anon_sym_STAR] = ACTIONS(213), + [anon_sym_SLASH] = ACTIONS(213), + [anon_sym_PERCENT] = ACTIONS(213), + [anon_sym_STAR_STAR] = ACTIONS(213), + [anon_sym_LT] = ACTIONS(215), + [anon_sym_GT] = ACTIONS(215), + [anon_sym_LPAREN] = ACTIONS(211), + [anon_sym_PIPE] = ACTIONS(215), + [anon_sym_PIPE_AMP] = ACTIONS(244), + [anon_sym_RBRACK] = ACTIONS(260), + [anon_sym_EQ_TILDE] = ACTIONS(215), + [anon_sym_AMP_GT] = ACTIONS(211), + [anon_sym_AMP_GT_GT] = ACTIONS(244), + [anon_sym_LT_AMP] = ACTIONS(211), + [anon_sym_GT_AMP] = ACTIONS(211), + [anon_sym_GT_PIPE] = ACTIONS(244), + [anon_sym_LT_AMP_DASH] = ACTIONS(244), + [anon_sym_GT_AMP_DASH] = ACTIONS(244), + [anon_sym_LT_LT_DASH] = ACTIONS(244), + [anon_sym_LT_LT_LT] = ACTIONS(244), + [anon_sym_AMP] = ACTIONS(213), + [anon_sym_CARET] = ACTIONS(213), + [anon_sym_QMARK] = ACTIONS(213), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(244), + [anon_sym_DOLLAR] = ACTIONS(211), + [sym__special_character] = ACTIONS(1234), + [anon_sym_DQUOTE] = ACTIONS(244), + [sym_raw_string] = ACTIONS(244), + [sym_ansi_c_string] = ACTIONS(244), + [aux_sym_number_token1] = ACTIONS(211), + [aux_sym_number_token2] = ACTIONS(211), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(244), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(211), + [anon_sym_BQUOTE] = ACTIONS(244), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(244), + [anon_sym_LT_LPAREN] = ACTIONS(244), + [anon_sym_GT_LPAREN] = ACTIONS(244), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(244), + [sym_test_operator] = ACTIONS(262), + [sym__bare_dollar] = ACTIONS(244), + [sym__brace_start] = ACTIONS(244), }, [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), + [sym_word] = ACTIONS(1127), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1137), + [anon_sym_EQ] = ACTIONS(1129), + [anon_sym_PLUS_PLUS] = ACTIONS(1129), + [anon_sym_DASH_DASH] = ACTIONS(1129), + [anon_sym_PLUS_EQ] = ACTIONS(1129), + [anon_sym_DASH_EQ] = ACTIONS(1129), + [anon_sym_STAR_EQ] = ACTIONS(1129), + [anon_sym_SLASH_EQ] = ACTIONS(1129), + [anon_sym_PERCENT_EQ] = ACTIONS(1129), [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_CARET_EQ] = ACTIONS(1129), [anon_sym_PIPE_EQ] = ACTIONS(1221), - [anon_sym_EQ_EQ] = ACTIONS(1219), - [anon_sym_BANG_EQ] = ACTIONS(1219), + [anon_sym_EQ_EQ] = ACTIONS(1131), + [anon_sym_BANG_EQ] = ACTIONS(1129), [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_AMP_AMP] = ACTIONS(1139), + [anon_sym_PIPE_PIPE] = ACTIONS(1139), + [anon_sym_LT_LT] = ACTIONS(1131), + [anon_sym_GT_GT] = ACTIONS(1131), + [anon_sym_PLUS] = ACTIONS(1129), + [anon_sym_DASH] = ACTIONS(1129), + [anon_sym_STAR] = ACTIONS(1129), + [anon_sym_SLASH] = ACTIONS(1129), + [anon_sym_PERCENT] = ACTIONS(1129), + [anon_sym_STAR_STAR] = ACTIONS(1129), + [anon_sym_LT] = ACTIONS(1131), + [anon_sym_GT] = ACTIONS(1131), + [anon_sym_LPAREN] = ACTIONS(1127), + [anon_sym_PIPE] = ACTIONS(1131), + [anon_sym_PIPE_AMP] = ACTIONS(1137), [anon_sym_RBRACK] = ACTIONS(1221), - [anon_sym_EQ_TILDE] = ACTIONS(1219), - [anon_sym_AMP_GT] = ACTIONS(1219), - [anon_sym_AMP_GT_GT] = ACTIONS(1221), - [anon_sym_LT_AMP] = ACTIONS(1221), - [anon_sym_GT_AMP] = ACTIONS(1221), - [anon_sym_GT_PIPE] = ACTIONS(1221), - [anon_sym_LT_LT_DASH] = ACTIONS(1221), - [anon_sym_LT_LT_LT] = ACTIONS(1221), - [anon_sym_AMP] = ACTIONS(1219), - [anon_sym_CARET] = ACTIONS(1219), - [anon_sym_QMARK] = ACTIONS(1219), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1221), - [aux_sym_concatenation_token1] = ACTIONS(1221), - [anon_sym_DOLLAR] = ACTIONS(1219), - [sym__special_character] = ACTIONS(1219), - [anon_sym_DQUOTE] = ACTIONS(1221), - [sym_raw_string] = ACTIONS(1221), - [sym_ansi_c_string] = ACTIONS(1221), - [aux_sym_number_token1] = ACTIONS(1219), - [aux_sym_number_token2] = ACTIONS(1219), - [anon_sym_DOLLAR_LBRACE] = ACTIONS(1221), - [anon_sym_DOLLAR_LPAREN] = ACTIONS(1219), - [anon_sym_BQUOTE] = ACTIONS(1219), - [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1221), - [anon_sym_LT_LPAREN] = ACTIONS(1221), - [anon_sym_GT_LPAREN] = ACTIONS(1221), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1221), - [sym__concat] = ACTIONS(1221), - [sym_test_operator] = ACTIONS(1221), - [sym__bare_dollar] = ACTIONS(1221), - [sym__brace_start] = ACTIONS(1221), + [anon_sym_EQ_TILDE] = ACTIONS(1131), + [anon_sym_AMP_GT] = ACTIONS(1127), + [anon_sym_AMP_GT_GT] = ACTIONS(1137), + [anon_sym_LT_AMP] = ACTIONS(1127), + [anon_sym_GT_AMP] = ACTIONS(1127), + [anon_sym_GT_PIPE] = ACTIONS(1137), + [anon_sym_LT_AMP_DASH] = ACTIONS(1137), + [anon_sym_GT_AMP_DASH] = ACTIONS(1137), + [anon_sym_LT_LT_DASH] = ACTIONS(1137), + [anon_sym_LT_LT_LT] = ACTIONS(1137), + [anon_sym_AMP] = ACTIONS(1129), + [anon_sym_CARET] = ACTIONS(1129), + [anon_sym_QMARK] = ACTIONS(1129), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1137), + [anon_sym_DOLLAR] = ACTIONS(1127), + [sym__special_character] = ACTIONS(1127), + [anon_sym_DQUOTE] = ACTIONS(1137), + [sym_raw_string] = ACTIONS(1137), + [sym_ansi_c_string] = ACTIONS(1137), + [aux_sym_number_token1] = ACTIONS(1127), + [aux_sym_number_token2] = ACTIONS(1127), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1137), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1127), + [anon_sym_BQUOTE] = ACTIONS(1137), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1137), + [anon_sym_LT_LPAREN] = ACTIONS(1137), + [anon_sym_GT_LPAREN] = ACTIONS(1137), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1137), + [sym_test_operator] = ACTIONS(1139), + [sym__bare_dollar] = ACTIONS(1137), + [sym__brace_start] = ACTIONS(1137), }, [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_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_word] = ACTIONS(1117), + [anon_sym_LPAREN_LPAREN] = ACTIONS(1119), + [anon_sym_EQ] = ACTIONS(1117), + [anon_sym_PLUS_PLUS] = ACTIONS(1117), + [anon_sym_DASH_DASH] = ACTIONS(1117), + [anon_sym_PLUS_EQ] = ACTIONS(1117), + [anon_sym_DASH_EQ] = ACTIONS(1117), + [anon_sym_STAR_EQ] = ACTIONS(1117), + [anon_sym_SLASH_EQ] = ACTIONS(1117), + [anon_sym_PERCENT_EQ] = ACTIONS(1117), + [anon_sym_LT_LT_EQ] = ACTIONS(1119), + [anon_sym_GT_GT_EQ] = ACTIONS(1119), + [anon_sym_AMP_EQ] = ACTIONS(1119), + [anon_sym_CARET_EQ] = ACTIONS(1117), + [anon_sym_PIPE_EQ] = ACTIONS(1119), + [anon_sym_EQ_EQ] = ACTIONS(1117), + [anon_sym_BANG_EQ] = ACTIONS(1117), + [anon_sym_LT_EQ] = ACTIONS(1119), + [anon_sym_GT_EQ] = ACTIONS(1119), + [anon_sym_AMP_AMP] = ACTIONS(1119), + [anon_sym_PIPE_PIPE] = ACTIONS(1119), + [anon_sym_LT_LT] = ACTIONS(1117), + [anon_sym_GT_GT] = ACTIONS(1117), + [anon_sym_PLUS] = ACTIONS(1117), + [anon_sym_DASH] = ACTIONS(1117), + [anon_sym_STAR] = ACTIONS(1117), + [anon_sym_SLASH] = ACTIONS(1117), + [anon_sym_PERCENT] = ACTIONS(1117), + [anon_sym_STAR_STAR] = ACTIONS(1117), + [anon_sym_LT] = ACTIONS(1117), + [anon_sym_GT] = ACTIONS(1117), + [anon_sym_LPAREN] = ACTIONS(1117), + [anon_sym_PIPE] = ACTIONS(1117), + [anon_sym_PIPE_AMP] = ACTIONS(1119), + [anon_sym_RBRACK] = ACTIONS(1119), + [anon_sym_EQ_TILDE] = ACTIONS(1117), + [anon_sym_AMP_GT] = ACTIONS(1117), + [anon_sym_AMP_GT_GT] = ACTIONS(1119), + [anon_sym_LT_AMP] = ACTIONS(1117), + [anon_sym_GT_AMP] = ACTIONS(1117), + [anon_sym_GT_PIPE] = ACTIONS(1119), + [anon_sym_LT_AMP_DASH] = ACTIONS(1119), + [anon_sym_GT_AMP_DASH] = ACTIONS(1119), + [anon_sym_LT_LT_DASH] = ACTIONS(1119), + [anon_sym_LT_LT_LT] = ACTIONS(1119), + [anon_sym_AMP] = ACTIONS(1117), + [anon_sym_CARET] = ACTIONS(1117), + [anon_sym_QMARK] = ACTIONS(1117), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(1119), + [anon_sym_DOLLAR] = ACTIONS(1117), + [sym__special_character] = ACTIONS(1117), + [anon_sym_DQUOTE] = ACTIONS(1119), + [sym_raw_string] = ACTIONS(1119), + [sym_ansi_c_string] = ACTIONS(1119), + [aux_sym_number_token1] = ACTIONS(1117), + [aux_sym_number_token2] = ACTIONS(1117), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(1119), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(1117), + [anon_sym_BQUOTE] = ACTIONS(1119), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(1119), + [anon_sym_LT_LPAREN] = ACTIONS(1119), + [anon_sym_GT_LPAREN] = ACTIONS(1119), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1119), + [sym_test_operator] = ACTIONS(1119), + [sym__bare_dollar] = ACTIONS(1119), + [sym__brace_start] = ACTIONS(1119), }, [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_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_subshell] = STATE(3237), + [sym_test_command] = STATE(3237), + [sym_command] = STATE(3235), + [sym_command_name] = STATE(430), + [sym_variable_assignment] = STATE(1551), + [sym_subscript] = STATE(4518), + [sym_file_redirect] = STATE(2538), + [sym__expression] = STATE(2175), + [sym_binary_expression] = STATE(2221), + [sym_ternary_expression] = STATE(2221), + [sym_unary_expression] = STATE(2221), + [sym_postfix_expression] = STATE(2221), + [sym_parenthesized_expression] = STATE(2221), + [sym_arithmetic_expansion] = STATE(357), + [sym_brace_expression] = STATE(357), + [sym_concatenation] = STATE(384), + [sym_string] = STATE(357), + [sym_translated_string] = STATE(357), + [sym_number] = STATE(357), + [sym_simple_expansion] = STATE(357), + [sym_expansion] = STATE(357), + [sym_command_substitution] = STATE(357), + [sym_process_substitution] = STATE(357), + [aux_sym_command_repeat1] = STATE(1024), + [aux_sym__literal_repeat1] = STATE(377), + [sym_word] = ACTIONS(1236), + [anon_sym_LPAREN_LPAREN] = ACTIONS(79), + [anon_sym_GT_GT] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_GT] = ACTIONS(1240), + [anon_sym_LPAREN] = ACTIONS(85), + [anon_sym_BANG] = ACTIONS(220), + [anon_sym_LBRACK] = ACTIONS(33), + [anon_sym_LBRACK_LBRACK] = ACTIONS(35), + [anon_sym_AMP_GT] = ACTIONS(1240), + [anon_sym_AMP_GT_GT] = ACTIONS(1238), + [anon_sym_LT_AMP] = ACTIONS(1240), + [anon_sym_GT_AMP] = ACTIONS(1240), + [anon_sym_GT_PIPE] = ACTIONS(1238), + [anon_sym_LT_AMP_DASH] = ACTIONS(1242), + [anon_sym_GT_AMP_DASH] = ACTIONS(1242), + [anon_sym_DASH2] = ACTIONS(97), + [anon_sym_PLUS2] = ACTIONS(97), + [anon_sym_TILDE] = ACTIONS(99), + [anon_sym_PLUS_PLUS2] = ACTIONS(99), + [anon_sym_DASH_DASH2] = ACTIONS(99), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(101), + [anon_sym_DOLLAR] = ACTIONS(103), + [sym__special_character] = ACTIONS(105), + [anon_sym_DQUOTE] = ACTIONS(107), + [sym_raw_string] = ACTIONS(109), + [sym_ansi_c_string] = ACTIONS(109), + [aux_sym_number_token1] = ACTIONS(111), + [aux_sym_number_token2] = ACTIONS(113), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(115), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(117), + [anon_sym_BQUOTE] = ACTIONS(119), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(121), + [anon_sym_LT_LPAREN] = ACTIONS(123), + [anon_sym_GT_LPAREN] = ACTIONS(123), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1244), + [sym_variable_name] = ACTIONS(127), + [sym_test_operator] = ACTIONS(129), + [sym__brace_start] = ACTIONS(131), }, [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_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), - }, - [412] = { - [aux_sym__literal_repeat1] = STATE(413), - [sym_word] = ACTIONS(187), - [anon_sym_LPAREN_LPAREN] = ACTIONS(218), - [anon_sym_EQ] = ACTIONS(185), - [anon_sym_PLUS_PLUS] = ACTIONS(185), - [anon_sym_DASH_DASH] = ACTIONS(185), - [anon_sym_PLUS_EQ] = ACTIONS(185), - [anon_sym_DASH_EQ] = ACTIONS(185), - [anon_sym_STAR_EQ] = ACTIONS(185), - [anon_sym_SLASH_EQ] = ACTIONS(185), - [anon_sym_PERCENT_EQ] = ACTIONS(185), - [anon_sym_LT_LT_EQ] = ACTIONS(350), - [anon_sym_GT_GT_EQ] = ACTIONS(350), - [anon_sym_AMP_EQ] = ACTIONS(350), - [anon_sym_CARET_EQ] = ACTIONS(185), - [anon_sym_PIPE_EQ] = ACTIONS(350), - [anon_sym_EQ_EQ] = ACTIONS(189), - [anon_sym_BANG_EQ] = ACTIONS(185), - [anon_sym_LT_EQ] = ACTIONS(350), - [anon_sym_GT_EQ] = ACTIONS(350), - [anon_sym_AMP_AMP] = ACTIONS(352), - [anon_sym_PIPE_PIPE] = ACTIONS(352), - [anon_sym_LT_LT] = ACTIONS(189), - [anon_sym_GT_GT] = ACTIONS(189), - [anon_sym_PLUS] = ACTIONS(185), - [anon_sym_DASH] = ACTIONS(185), - [anon_sym_STAR] = ACTIONS(185), - [anon_sym_SLASH] = ACTIONS(185), - [anon_sym_PERCENT] = ACTIONS(185), - [anon_sym_STAR_STAR] = ACTIONS(185), - [anon_sym_LT] = ACTIONS(189), - [anon_sym_GT] = ACTIONS(189), - [anon_sym_PIPE] = ACTIONS(189), - [anon_sym_PIPE_AMP] = ACTIONS(218), - [anon_sym_RBRACK] = ACTIONS(350), - [anon_sym_EQ_TILDE] = ACTIONS(189), - [anon_sym_AMP_GT] = ACTIONS(187), - [anon_sym_AMP_GT_GT] = ACTIONS(218), - [anon_sym_LT_AMP] = ACTIONS(218), - [anon_sym_GT_AMP] = ACTIONS(218), - [anon_sym_GT_PIPE] = ACTIONS(218), - [anon_sym_LT_LT_DASH] = ACTIONS(218), - [anon_sym_LT_LT_LT] = ACTIONS(218), - [anon_sym_AMP] = ACTIONS(185), - [anon_sym_CARET] = ACTIONS(185), - [anon_sym_QMARK] = ACTIONS(185), - [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(218), - [anon_sym_DOLLAR] = ACTIONS(187), - [sym__special_character] = ACTIONS(1296), - [anon_sym_DQUOTE] = ACTIONS(218), - [sym_raw_string] = ACTIONS(218), - [sym_ansi_c_string] = ACTIONS(218), - [aux_sym_number_token1] = ACTIONS(187), + [sym_subshell] = STATE(3588), + [sym_test_command] = STATE(3588), + [sym_command] = STATE(3589), + [sym_command_name] = STATE(524), + [sym_variable_assignment] = STATE(2041), + [sym_subscript] = STATE(4497), + [sym_file_redirect] = STATE(2538), + [sym__expression] = STATE(2182), + [sym_binary_expression] = STATE(2219), + [sym_ternary_expression] = STATE(2219), + [sym_unary_expression] = STATE(2219), + [sym_postfix_expression] = STATE(2219), + [sym_parenthesized_expression] = STATE(2219), + [sym_arithmetic_expansion] = STATE(385), + [sym_brace_expression] = STATE(385), + [sym_concatenation] = STATE(408), + [sym_string] = STATE(385), + [sym_translated_string] = STATE(385), + [sym_number] = STATE(385), + [sym_simple_expansion] = STATE(385), + [sym_expansion] = STATE(385), + [sym_command_substitution] = STATE(385), + [sym_process_substitution] = STATE(385), + [aux_sym_command_repeat1] = STATE(1007), + [aux_sym__literal_repeat1] = STATE(407), + [sym_word] = ACTIONS(1246), + [anon_sym_LPAREN_LPAREN] = ACTIONS(139), + [anon_sym_GT_GT] = ACTIONS(1238), + [anon_sym_LT] = ACTIONS(1240), + [anon_sym_GT] = ACTIONS(1240), + [anon_sym_LPAREN] = ACTIONS(145), + [anon_sym_BANG] = ACTIONS(267), + [anon_sym_LBRACK] = ACTIONS(159), + [anon_sym_LBRACK_LBRACK] = ACTIONS(163), + [anon_sym_AMP_GT] = ACTIONS(1240), + [anon_sym_AMP_GT_GT] = ACTIONS(1238), + [anon_sym_LT_AMP] = ACTIONS(1240), + [anon_sym_GT_AMP] = ACTIONS(1240), + [anon_sym_GT_PIPE] = ACTIONS(1238), + [anon_sym_LT_AMP_DASH] = ACTIONS(1242), + [anon_sym_GT_AMP_DASH] = ACTIONS(1242), + [anon_sym_DASH2] = ACTIONS(171), + [anon_sym_PLUS2] = ACTIONS(171), + [anon_sym_TILDE] = ACTIONS(173), + [anon_sym_PLUS_PLUS2] = ACTIONS(173), + [anon_sym_DASH_DASH2] = ACTIONS(173), + [anon_sym_DOLLAR_LPAREN_LPAREN] = ACTIONS(175), + [anon_sym_DOLLAR] = ACTIONS(177), + [sym__special_character] = ACTIONS(179), + [anon_sym_DQUOTE] = ACTIONS(181), + [sym_raw_string] = ACTIONS(183), + [sym_ansi_c_string] = ACTIONS(183), + [aux_sym_number_token1] = ACTIONS(185), [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), - [sym_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(218), - [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_comment] = ACTIONS(63), - [sym_file_descriptor] = ACTIONS(1275), - [sym_test_operator] = ACTIONS(1275), - [sym__bare_dollar] = ACTIONS(1275), - [sym__brace_start] = ACTIONS(1275), + [anon_sym_DOLLAR_LBRACE] = ACTIONS(189), + [anon_sym_DOLLAR_LPAREN] = ACTIONS(191), + [anon_sym_BQUOTE] = ACTIONS(193), + [anon_sym_DOLLAR_BQUOTE] = ACTIONS(195), + [anon_sym_LT_LPAREN] = ACTIONS(197), + [anon_sym_GT_LPAREN] = ACTIONS(197), + [sym_comment] = ACTIONS(67), + [sym_file_descriptor] = ACTIONS(1244), + [sym_variable_name] = ACTIONS(201), + [sym_test_operator] = ACTIONS(203), + [sym__brace_start] = ACTIONS(205), }, }; static const uint16_t ts_small_parse_table[] = { - [0] = 7, - ACTIONS(63), 1, + [0] = 25, + ACTIONS(3), 1, sym_comment, - ACTIONS(1158), 3, - sym_test_operator, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(1147), 7, - anon_sym_AMP_GT, + ACTIONS(375), 1, + anon_sym_LPAREN, + ACTIONS(407), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(415), 1, aux_sym_number_token1, + ACTIONS(417), 1, aux_sym_number_token2, + ACTIONS(421), 1, anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(1151), 7, + ACTIONS(435), 1, + sym__brace_start, + ACTIONS(1258), 1, + sym__special_character, + ACTIONS(1260), 1, + anon_sym_DQUOTE, + ACTIONS(1262), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1264), 1, + anon_sym_BQUOTE, + ACTIONS(1266), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1270), 1, + sym_test_operator, + ACTIONS(1272), 1, + sym__bare_dollar, + STATE(422), 1, + aux_sym_command_repeat2, + STATE(795), 1, + aux_sym__literal_repeat1, + STATE(974), 1, + sym_concatenation, + STATE(3056), 1, + sym_subshell, + ACTIONS(1250), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1254), 2, anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1256), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1268), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1248), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(686), 9, + 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(1252), 23, + anon_sym_SEMI, + 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_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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_AMP, + [112] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(375), 1, + anon_sym_LPAREN, + ACTIONS(407), 1, + anon_sym_DOLLAR, + ACTIONS(415), 1, + aux_sym_number_token1, + ACTIONS(417), 1, + aux_sym_number_token2, + ACTIONS(421), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(435), 1, + sym__brace_start, + ACTIONS(1258), 1, + sym__special_character, + ACTIONS(1260), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(1262), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(1264), 1, anon_sym_BQUOTE, + ACTIONS(1266), 1, 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, + ACTIONS(1270), 1, sym_test_operator, + ACTIONS(1272), 1, sym__bare_dollar, - sym__brace_start, + STATE(428), 1, + aux_sym_command_repeat2, + STATE(795), 1, + aux_sym__literal_repeat1, + STATE(974), 1, + sym_concatenation, + STATE(3234), 1, + sym_subshell, + ACTIONS(1250), 2, 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_DOLLAR_LPAREN_LPAREN, + ACTIONS(1254), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1268), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1276), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1248), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(686), 9, + 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(1274), 23, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_RBRACK, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_AMP, + [224] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(375), 1, + anon_sym_LPAREN, + ACTIONS(637), 1, + anon_sym_DOLLAR, + ACTIONS(645), 1, + aux_sym_number_token1, + ACTIONS(647), 1, + aux_sym_number_token2, + ACTIONS(651), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(665), 1, + sym__brace_start, + ACTIONS(1284), 1, + sym__special_character, + ACTIONS(1286), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(1288), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(1290), 1, anon_sym_BQUOTE, + ACTIONS(1292), 1, 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, - ACTIONS(33), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, - sym_comment, - ACTIONS(97), 1, - anon_sym_DOLLAR, - ACTIONS(99), 1, - sym__special_character, - 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(121), 1, - sym_variable_name, - ACTIONS(123), 1, + ACTIONS(1296), 1, sym_test_operator, - ACTIONS(125), 1, - sym__brace_start, - ACTIONS(194), 1, - anon_sym_BANG, - ACTIONS(1301), 1, - sym_word, - ACTIONS(1307), 1, - anon_sym_LPAREN, - ACTIONS(1309), 1, - sym_file_descriptor, - STATE(364), 1, + ACTIONS(1298), 1, + sym__bare_dollar, + STATE(438), 1, + aux_sym_command_repeat2, + STATE(982), 1, aux_sym__literal_repeat1, - STATE(383), 1, + STATE(1119), 1, sym_concatenation, - STATE(456), 1, - sym_command_name, - STATE(808), 1, - aux_sym_command_repeat1, - STATE(1391), 1, - sym_variable_assignment, - STATE(1636), 1, - sym__expression, - STATE(2409), 1, - sym_file_redirect, - STATE(2768), 1, - sym_command, - STATE(3939), 1, - sym_subscript, - ACTIONS(75), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(93), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(103), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(117), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2770), 2, + STATE(3056), 1, sym_subshell, - sym_test_command, - ACTIONS(95), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(1520), 5, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - STATE(328), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [290] = 38, - ACTIONS(33), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, - sym_comment, - ACTIONS(97), 1, - anon_sym_DOLLAR, - ACTIONS(99), 1, - sym__special_character, - 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(121), 1, - sym_variable_name, - ACTIONS(125), 1, - sym__brace_start, - ACTIONS(139), 1, - sym_test_operator, - ACTIONS(230), 1, - anon_sym_BANG, - ACTIONS(1307), 1, - anon_sym_LPAREN, - ACTIONS(1309), 1, + ACTIONS(1256), 2, sym_file_descriptor, - ACTIONS(1311), 1, - sym_word, - STATE(371), 1, - aux_sym__literal_repeat1, - STATE(384), 1, - sym_concatenation, - STATE(456), 1, - sym_command_name, - STATE(808), 1, - aux_sym_command_repeat1, - STATE(1391), 1, - sym_variable_assignment, - STATE(1783), 1, - sym__expression, - STATE(2409), 1, - sym_file_redirect, - STATE(2768), 1, - sym_command, - STATE(3939), 1, - sym_subscript, - ACTIONS(75), 2, + aux_sym_heredoc_redirect_token1, + ACTIONS(1280), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(117), 2, + ACTIONS(1282), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1294), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(133), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(137), 2, + ACTIONS(1278), 3, sym_raw_string, sym_ansi_c_string, - STATE(2770), 2, - sym_subshell, - sym_test_command, - ACTIONS(135), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(1520), 5, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - STATE(327), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [430] = 38, - ACTIONS(33), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, - sym_comment, - ACTIONS(121), 1, - sym_variable_name, - ACTIONS(155), 1, - anon_sym_DOLLAR, - ACTIONS(157), 1, - sym__special_character, - ACTIONS(159), 1, - anon_sym_DQUOTE, - ACTIONS(163), 1, - aux_sym_number_token1, - ACTIONS(165), 1, - aux_sym_number_token2, - ACTIONS(167), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(169), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(171), 1, - anon_sym_BQUOTE, - ACTIONS(173), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(177), 1, - sym_test_operator, - ACTIONS(179), 1, - sym__brace_start, - ACTIONS(314), 1, - anon_sym_BANG, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(1313), 1, sym_word, - ACTIONS(1315), 1, - anon_sym_LPAREN, - STATE(382), 1, - aux_sym__literal_repeat1, - STATE(387), 1, - sym_concatenation, - STATE(456), 1, - sym_command_name, - STATE(808), 1, - aux_sym_command_repeat1, - STATE(1391), 1, - sym_variable_assignment, - STATE(1813), 1, - sym__expression, - STATE(2409), 1, - sym_file_redirect, - STATE(2768), 1, - sym_command, - STATE(3939), 1, - sym_subscript, - ACTIONS(145), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(151), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(161), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(175), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2770), 2, - sym_subshell, - sym_test_command, - ACTIONS(153), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(1763), 5, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - STATE(341), 9, + STATE(726), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55163,159 +57533,80 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [570] = 38, - ACTIONS(63), 1, - sym_comment, - ACTIONS(248), 1, - anon_sym_LPAREN, - ACTIONS(262), 1, - anon_sym_LBRACK, - ACTIONS(266), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(276), 1, - anon_sym_DOLLAR, - ACTIONS(278), 1, - sym__special_character, - ACTIONS(280), 1, - anon_sym_DQUOTE, - ACTIONS(284), 1, - aux_sym_number_token1, - ACTIONS(286), 1, - aux_sym_number_token2, - ACTIONS(288), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(290), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(292), 1, - anon_sym_BQUOTE, - ACTIONS(294), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(300), 1, - sym_variable_name, - ACTIONS(302), 1, - sym_test_operator, - ACTIONS(304), 1, - sym__brace_start, - ACTIONS(357), 1, - anon_sym_BANG, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(1317), 1, - sym_word, - STATE(412), 1, - aux_sym__literal_repeat1, - STATE(414), 1, - sym_concatenation, - STATE(546), 1, - sym_command_name, - STATE(897), 1, - aux_sym_command_repeat1, - STATE(1819), 1, - sym__expression, - STATE(1870), 1, - sym_variable_assignment, - STATE(2409), 1, - sym_file_redirect, - STATE(3199), 1, - sym_command, - STATE(3974), 1, - sym_subscript, - ACTIONS(242), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(272), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(282), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(296), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(3188), 2, - sym_subshell, - sym_test_command, - ACTIONS(274), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - ACTIONS(1305), 3, + ACTIONS(1252), 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_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - STATE(1773), 5, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - STATE(390), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [710] = 23, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [335] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1327), 1, + ACTIONS(1310), 1, anon_sym_DOLLAR, - ACTIONS(1329), 1, + ACTIONS(1313), 1, sym__special_character, - ACTIONS(1331), 1, + ACTIONS(1316), 1, anon_sym_DQUOTE, - ACTIONS(1333), 1, + ACTIONS(1319), 1, aux_sym_number_token1, - ACTIONS(1335), 1, + ACTIONS(1322), 1, aux_sym_number_token2, - ACTIONS(1337), 1, + ACTIONS(1325), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1339), 1, + ACTIONS(1328), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1341), 1, + ACTIONS(1331), 1, anon_sym_BQUOTE, - ACTIONS(1343), 1, + ACTIONS(1334), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1347), 1, + ACTIONS(1340), 1, aux_sym__simple_variable_name_token1, - ACTIONS(1349), 1, + ACTIONS(1343), 1, sym_variable_name, - ACTIONS(1351), 1, + ACTIONS(1346), 1, sym_test_operator, - ACTIONS(1353), 1, + ACTIONS(1349), 1, sym__brace_start, - STATE(852), 1, + STATE(959), 1, aux_sym__literal_repeat1, - STATE(3966), 1, + STATE(4505), 1, sym_subscript, - ACTIONS(1321), 2, + ACTIONS(1303), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1325), 2, + ACTIONS(1308), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1345), 2, + ACTIONS(1337), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1319), 3, + ACTIONS(1300), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(422), 3, + STATE(415), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(660), 9, + STATE(755), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55325,7 +57616,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1323), 21, + ACTIONS(1306), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55344,60 +57635,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [815] = 23, + [442] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1327), 1, + ACTIONS(375), 1, + anon_sym_LPAREN, + ACTIONS(637), 1, anon_sym_DOLLAR, - ACTIONS(1329), 1, - sym__special_character, - ACTIONS(1331), 1, - anon_sym_DQUOTE, - ACTIONS(1333), 1, + ACTIONS(645), 1, aux_sym_number_token1, - ACTIONS(1335), 1, + ACTIONS(647), 1, aux_sym_number_token2, - ACTIONS(1337), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1339), 1, + ACTIONS(651), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1341), 1, + ACTIONS(665), 1, + sym__brace_start, + ACTIONS(1284), 1, + sym__special_character, + ACTIONS(1286), 1, + anon_sym_DQUOTE, + ACTIONS(1288), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1290), 1, anon_sym_BQUOTE, - ACTIONS(1343), 1, + ACTIONS(1292), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1349), 1, - sym_variable_name, - ACTIONS(1351), 1, + ACTIONS(1296), 1, sym_test_operator, - ACTIONS(1353), 1, - sym__brace_start, - ACTIONS(1359), 1, - aux_sym__simple_variable_name_token1, - STATE(852), 1, + ACTIONS(1298), 1, + sym__bare_dollar, + STATE(446), 1, + aux_sym_command_repeat2, + STATE(982), 1, aux_sym__literal_repeat1, - STATE(3966), 1, - sym_subscript, - ACTIONS(1321), 2, + STATE(1119), 1, + sym_concatenation, + STATE(3234), 1, + sym_subshell, + ACTIONS(1276), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1280), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1345), 2, + ACTIONS(1282), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1294), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1357), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1319), 3, + ACTIONS(1278), 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(726), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55407,7 +57703,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1355), 21, + ACTIONS(1274), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55415,7 +57711,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, @@ -55426,60 +57721,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [920] = 23, + [553] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1371), 1, + ACTIONS(1360), 1, anon_sym_DOLLAR, - ACTIONS(1374), 1, + ACTIONS(1362), 1, sym__special_character, - ACTIONS(1377), 1, + ACTIONS(1364), 1, anon_sym_DQUOTE, - ACTIONS(1380), 1, + ACTIONS(1366), 1, aux_sym_number_token1, - ACTIONS(1383), 1, + ACTIONS(1368), 1, aux_sym_number_token2, - ACTIONS(1386), 1, + ACTIONS(1370), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1389), 1, + ACTIONS(1372), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1392), 1, + ACTIONS(1374), 1, anon_sym_BQUOTE, - ACTIONS(1395), 1, + ACTIONS(1376), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1401), 1, + ACTIONS(1380), 1, aux_sym__simple_variable_name_token1, - ACTIONS(1404), 1, + ACTIONS(1382), 1, sym_variable_name, - ACTIONS(1407), 1, + ACTIONS(1384), 1, sym_test_operator, - ACTIONS(1410), 1, + ACTIONS(1386), 1, sym__brace_start, - STATE(852), 1, + STATE(959), 1, aux_sym__literal_repeat1, - STATE(3966), 1, + STATE(4505), 1, sym_subscript, - ACTIONS(1364), 2, + ACTIONS(1354), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1369), 2, + ACTIONS(1358), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1398), 2, + ACTIONS(1378), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1361), 3, + ACTIONS(1352), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(422), 3, + STATE(418), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(660), 9, + STATE(755), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55489,7 +57786,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1367), 21, + ACTIONS(1356), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55508,59 +57805,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1025] = 23, + [660] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1426), 1, + ACTIONS(1360), 1, anon_sym_DOLLAR, - ACTIONS(1429), 1, + ACTIONS(1362), 1, sym__special_character, - ACTIONS(1432), 1, + ACTIONS(1364), 1, anon_sym_DQUOTE, - ACTIONS(1435), 1, + ACTIONS(1366), 1, aux_sym_number_token1, - ACTIONS(1438), 1, + ACTIONS(1368), 1, aux_sym_number_token2, - ACTIONS(1441), 1, + ACTIONS(1370), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1444), 1, + ACTIONS(1372), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1447), 1, + ACTIONS(1374), 1, anon_sym_BQUOTE, - ACTIONS(1450), 1, + ACTIONS(1376), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1456), 1, + ACTIONS(1382), 1, + sym_variable_name, + ACTIONS(1384), 1, sym_test_operator, - ACTIONS(1459), 1, - sym__bare_dollar, - ACTIONS(1462), 1, + ACTIONS(1386), 1, sym__brace_start, - STATE(423), 1, - aux_sym_command_repeat2, - STATE(697), 1, + ACTIONS(1392), 1, + aux_sym__simple_variable_name_token1, + STATE(959), 1, aux_sym__literal_repeat1, - STATE(876), 1, - sym_concatenation, - ACTIONS(1416), 2, + STATE(4505), 1, + sym_subscript, + ACTIONS(1354), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1421), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(1424), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1453), 2, + ACTIONS(1378), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1413), 3, + ACTIONS(1390), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1352), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(587), 9, + STATE(415), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(755), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55570,7 +57870,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1419), 21, + ACTIONS(1388), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55589,60 +57889,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1129] = 23, + [767] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 1, + ACTIONS(1398), 1, anon_sym_DOLLAR, - ACTIONS(1471), 1, + ACTIONS(1400), 1, sym__special_character, - ACTIONS(1473), 1, + ACTIONS(1402), 1, anon_sym_DQUOTE, - ACTIONS(1475), 1, + ACTIONS(1404), 1, aux_sym_number_token1, - ACTIONS(1477), 1, + ACTIONS(1406), 1, aux_sym_number_token2, - ACTIONS(1479), 1, + ACTIONS(1408), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1481), 1, + ACTIONS(1410), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1483), 1, + ACTIONS(1412), 1, anon_sym_BQUOTE, - ACTIONS(1485), 1, + ACTIONS(1414), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1489), 1, + ACTIONS(1418), 1, aux_sym__simple_variable_name_token1, - ACTIONS(1491), 1, + ACTIONS(1420), 1, sym_variable_name, - ACTIONS(1493), 1, + ACTIONS(1422), 1, sym_test_operator, - ACTIONS(1495), 1, + ACTIONS(1424), 1, sym__brace_start, - STATE(991), 1, + STATE(1078), 1, aux_sym__literal_repeat1, - STATE(3949), 1, + STATE(4496), 1, sym_subscript, - ACTIONS(1325), 2, + ACTIONS(1358), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1467), 2, + ACTIONS(1396), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1487), 2, + ACTIONS(1416), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1465), 3, + ACTIONS(1394), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(426), 3, + STATE(425), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(675), 9, + STATE(903), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55652,7 +57954,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1323), 20, + ACTIONS(1356), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55670,59 +57972,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1233] = 23, + [873] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(491), 1, + ACTIONS(19), 1, + anon_sym_LPAREN, + ACTIONS(45), 1, anon_sym_DOLLAR, - ACTIONS(493), 1, - sym__special_character, - ACTIONS(499), 1, + ACTIONS(53), 1, aux_sym_number_token1, - ACTIONS(501), 1, + ACTIONS(55), 1, aux_sym_number_token2, - ACTIONS(505), 1, + ACTIONS(59), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(519), 1, + ACTIONS(75), 1, sym__brace_start, - ACTIONS(1507), 1, + ACTIONS(1432), 1, + sym__special_character, + ACTIONS(1434), 1, anon_sym_DQUOTE, - ACTIONS(1509), 1, + ACTIONS(1436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1511), 1, + ACTIONS(1438), 1, anon_sym_BQUOTE, - ACTIONS(1513), 1, + ACTIONS(1440), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1517), 1, + ACTIONS(1444), 1, sym_test_operator, - ACTIONS(1519), 1, + ACTIONS(1446), 1, sym__bare_dollar, - STATE(430), 1, + STATE(466), 1, aux_sym_command_repeat2, - STATE(697), 1, + STATE(1180), 1, aux_sym__literal_repeat1, - STATE(876), 1, + STATE(1303), 1, sym_concatenation, - ACTIONS(1499), 2, + STATE(3225), 1, + sym_subshell, + ACTIONS(1428), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1503), 2, + ACTIONS(1430), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1505), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1515), 2, + ACTIONS(1442), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1497), 3, + ACTIONS(1276), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1426), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(587), 9, + STATE(823), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55732,7 +58041,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 21, + ACTIONS(1274), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55740,71 +58049,70 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1337] = 23, + [983] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1527), 1, + ACTIONS(1454), 1, anon_sym_DOLLAR, - ACTIONS(1530), 1, + ACTIONS(1457), 1, sym__special_character, - ACTIONS(1533), 1, + ACTIONS(1460), 1, anon_sym_DQUOTE, - ACTIONS(1536), 1, + ACTIONS(1463), 1, aux_sym_number_token1, - ACTIONS(1539), 1, + ACTIONS(1466), 1, aux_sym_number_token2, - ACTIONS(1542), 1, + ACTIONS(1469), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1545), 1, + ACTIONS(1472), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1548), 1, + ACTIONS(1475), 1, anon_sym_BQUOTE, - ACTIONS(1551), 1, + ACTIONS(1478), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1557), 1, + ACTIONS(1484), 1, aux_sym__simple_variable_name_token1, - ACTIONS(1560), 1, + ACTIONS(1487), 1, sym_variable_name, - ACTIONS(1563), 1, + ACTIONS(1490), 1, sym_test_operator, - ACTIONS(1566), 1, + ACTIONS(1493), 1, sym__brace_start, - STATE(991), 1, + STATE(1078), 1, aux_sym__literal_repeat1, - STATE(3949), 1, + STATE(4496), 1, sym_subscript, - ACTIONS(1369), 2, + ACTIONS(1308), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1524), 2, + ACTIONS(1451), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1554), 2, + ACTIONS(1481), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1521), 3, + ACTIONS(1448), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(426), 3, + STATE(421), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(675), 9, + STATE(903), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55814,7 +58122,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1367), 20, + ACTIONS(1306), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55832,59 +58140,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1441] = 23, + [1089] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(491), 1, + ACTIONS(407), 1, anon_sym_DOLLAR, - ACTIONS(493), 1, - sym__special_character, - ACTIONS(499), 1, + ACTIONS(415), 1, aux_sym_number_token1, - ACTIONS(501), 1, + ACTIONS(417), 1, aux_sym_number_token2, - ACTIONS(505), 1, + ACTIONS(421), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(519), 1, + ACTIONS(435), 1, sym__brace_start, - ACTIONS(1507), 1, + ACTIONS(1258), 1, + sym__special_character, + ACTIONS(1260), 1, anon_sym_DQUOTE, - ACTIONS(1509), 1, + ACTIONS(1262), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1511), 1, + ACTIONS(1264), 1, anon_sym_BQUOTE, - ACTIONS(1513), 1, + ACTIONS(1266), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1517), 1, + ACTIONS(1270), 1, sym_test_operator, - ACTIONS(1519), 1, + ACTIONS(1272), 1, sym__bare_dollar, - STATE(423), 1, + STATE(424), 1, aux_sym_command_repeat2, - STATE(697), 1, + STATE(795), 1, aux_sym__literal_repeat1, - STATE(876), 1, + STATE(974), 1, sym_concatenation, - ACTIONS(1499), 2, + ACTIONS(1250), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1503), 2, + ACTIONS(1254), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1515), 2, + ACTIONS(1268), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1571), 2, + ACTIONS(1498), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1497), 3, + ACTIONS(1248), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(587), 9, + STATE(686), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -55894,7 +58204,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 21, + ACTIONS(1496), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -55913,140 +58223,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1545] = 23, + [1195] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1469), 1, + ACTIONS(19), 1, + anon_sym_LPAREN, + ACTIONS(45), 1, anon_sym_DOLLAR, - ACTIONS(1471), 1, - sym__special_character, - ACTIONS(1473), 1, - anon_sym_DQUOTE, - ACTIONS(1475), 1, + ACTIONS(53), 1, aux_sym_number_token1, - ACTIONS(1477), 1, + ACTIONS(55), 1, aux_sym_number_token2, - ACTIONS(1479), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1481), 1, + ACTIONS(59), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1483), 1, - anon_sym_BQUOTE, - ACTIONS(1485), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1491), 1, - sym_variable_name, - ACTIONS(1493), 1, - sym_test_operator, - ACTIONS(1495), 1, + ACTIONS(75), 1, sym__brace_start, - ACTIONS(1573), 1, - aux_sym__simple_variable_name_token1, - STATE(991), 1, - aux_sym__literal_repeat1, - STATE(3949), 1, - sym_subscript, - ACTIONS(1357), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1467), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1487), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1465), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(424), 3, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - STATE(675), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1355), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [1649] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(491), 1, - anon_sym_DOLLAR, - ACTIONS(493), 1, + ACTIONS(1432), 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(1434), 1, anon_sym_DQUOTE, - ACTIONS(1509), 1, + ACTIONS(1436), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1511), 1, + ACTIONS(1438), 1, anon_sym_BQUOTE, - ACTIONS(1513), 1, + ACTIONS(1440), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1517), 1, + ACTIONS(1444), 1, sym_test_operator, - ACTIONS(1519), 1, + ACTIONS(1446), 1, sym__bare_dollar, - STATE(427), 1, + STATE(454), 1, aux_sym_command_repeat2, - STATE(697), 1, + STATE(1180), 1, aux_sym__literal_repeat1, - STATE(876), 1, + STATE(1303), 1, sym_concatenation, - ACTIONS(1499), 2, + STATE(3177), 1, + sym_subshell, + ACTIONS(1428), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1503), 2, + ACTIONS(1430), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1515), 2, + ACTIONS(1442), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1577), 2, + ACTIONS(1256), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1497), 3, + ACTIONS(1426), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(587), 9, + STATE(823), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56056,7 +58292,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1575), 21, + ACTIONS(1252), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56064,70 +58300,69 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1753] = 23, + [1305] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(491), 1, + ACTIONS(1513), 1, anon_sym_DOLLAR, - ACTIONS(493), 1, + ACTIONS(1516), 1, sym__special_character, - ACTIONS(499), 1, + ACTIONS(1519), 1, + anon_sym_DQUOTE, + ACTIONS(1522), 1, aux_sym_number_token1, - ACTIONS(501), 1, + ACTIONS(1525), 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(1528), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1511), 1, + ACTIONS(1531), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1534), 1, anon_sym_BQUOTE, - ACTIONS(1513), 1, + ACTIONS(1537), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1517), 1, + ACTIONS(1543), 1, sym_test_operator, - ACTIONS(1519), 1, + ACTIONS(1546), 1, sym__bare_dollar, - STATE(423), 1, + ACTIONS(1549), 1, + sym__brace_start, + STATE(424), 1, aux_sym_command_repeat2, - STATE(697), 1, + STATE(795), 1, aux_sym__literal_repeat1, - STATE(876), 1, + STATE(974), 1, sym_concatenation, - ACTIONS(1499), 2, + ACTIONS(1503), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1503), 2, + ACTIONS(1508), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1515), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1581), 2, + ACTIONS(1511), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1497), 3, + ACTIONS(1540), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1500), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(587), 9, + STATE(686), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56137,7 +58372,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1579), 21, + ACTIONS(1506), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56156,59 +58391,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1857] = 23, + [1411] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(709), 1, + ACTIONS(1398), 1, anon_sym_DOLLAR, - ACTIONS(711), 1, + ACTIONS(1400), 1, sym__special_character, - ACTIONS(717), 1, + ACTIONS(1402), 1, + anon_sym_DQUOTE, + ACTIONS(1404), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(1406), 1, aux_sym_number_token2, - ACTIONS(723), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(737), 1, - sym__brace_start, - ACTIONS(1589), 1, - anon_sym_DQUOTE, - ACTIONS(1591), 1, + ACTIONS(1408), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1593), 1, + ACTIONS(1410), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1412), 1, anon_sym_BQUOTE, - ACTIONS(1595), 1, + ACTIONS(1414), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1599), 1, + ACTIONS(1420), 1, + sym_variable_name, + ACTIONS(1422), 1, sym_test_operator, - ACTIONS(1601), 1, - sym__bare_dollar, - STATE(441), 1, - aux_sym_command_repeat2, - STATE(810), 1, + ACTIONS(1424), 1, + sym__brace_start, + ACTIONS(1552), 1, + aux_sym__simple_variable_name_token1, + STATE(1078), 1, aux_sym__literal_repeat1, - STATE(987), 1, - sym_concatenation, - ACTIONS(1577), 2, + STATE(4496), 1, + sym_subscript, + ACTIONS(1390), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1585), 2, + ACTIONS(1396), 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(1416), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1583), 3, + ACTIONS(1394), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(635), 9, + STATE(421), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(903), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56218,7 +58456,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1575), 20, + ACTIONS(1388), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56236,140 +58474,132 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [1960] = 23, + [1517] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1612), 1, - anon_sym_DOLLAR, - ACTIONS(1615), 1, - sym__special_character, - ACTIONS(1618), 1, + ACTIONS(1260), 1, anon_sym_DQUOTE, - ACTIONS(1621), 1, - aux_sym_number_token1, - ACTIONS(1624), 1, - aux_sym_number_token2, - ACTIONS(1627), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1630), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1633), 1, - anon_sym_BQUOTE, - ACTIONS(1636), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1642), 1, + STATE(681), 1, + sym_string, + ACTIONS(1556), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 4, + sym_file_descriptor, sym_test_operator, - ACTIONS(1645), 1, sym__bare_dollar, - ACTIONS(1648), 1, sym__brace_start, - STATE(432), 1, - aux_sym_command_repeat2, - STATE(810), 1, - aux_sym__literal_repeat1, - STATE(987), 1, - sym_concatenation, - ACTIONS(1424), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1606), 2, + ACTIONS(1554), 9, + anon_sym_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(1081), 41, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1609), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(1639), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1603), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(635), 9, - 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), 20, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [2063] = 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, + [1591] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1657), 1, + ACTIONS(19), 1, + anon_sym_LPAREN, + ACTIONS(323), 1, anon_sym_DOLLAR, - ACTIONS(1660), 1, - sym__special_character, - ACTIONS(1663), 1, - anon_sym_DQUOTE, - ACTIONS(1666), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(1669), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(1672), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1675), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1678), 1, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(1564), 1, + sym__special_character, + ACTIONS(1566), 1, + anon_sym_DQUOTE, + ACTIONS(1568), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1570), 1, anon_sym_BQUOTE, - ACTIONS(1681), 1, + ACTIONS(1572), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1687), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(1690), 1, - sym_variable_name, - ACTIONS(1693), 1, + ACTIONS(1576), 1, sym_test_operator, - ACTIONS(1696), 1, - sym__brace_start, - STATE(1096), 1, + ACTIONS(1578), 1, + sym__bare_dollar, + STATE(458), 1, + aux_sym_command_repeat2, + STATE(1132), 1, aux_sym__literal_repeat1, - STATE(3989), 1, - sym_subscript, - ACTIONS(1369), 2, + STATE(1368), 1, + sym_concatenation, + STATE(3177), 1, + sym_subshell, + ACTIONS(1256), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1654), 2, + ACTIONS(1560), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1684), 2, + ACTIONS(1562), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1574), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1651), 3, + ACTIONS(1558), 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(832), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56379,7 +58609,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1367), 19, + ACTIONS(1252), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56396,59 +58626,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [2166] = 23, + [1701] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(709), 1, + ACTIONS(407), 1, anon_sym_DOLLAR, - ACTIONS(711), 1, - sym__special_character, - ACTIONS(717), 1, + ACTIONS(415), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(417), 1, aux_sym_number_token2, - ACTIONS(723), 1, + ACTIONS(421), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(737), 1, + ACTIONS(435), 1, sym__brace_start, - ACTIONS(1589), 1, + ACTIONS(1258), 1, + sym__special_character, + ACTIONS(1260), 1, anon_sym_DQUOTE, - ACTIONS(1591), 1, + ACTIONS(1262), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1593), 1, + ACTIONS(1264), 1, anon_sym_BQUOTE, - ACTIONS(1595), 1, + ACTIONS(1266), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1599), 1, + ACTIONS(1270), 1, sym_test_operator, - ACTIONS(1601), 1, + ACTIONS(1272), 1, sym__bare_dollar, - STATE(443), 1, + STATE(424), 1, aux_sym_command_repeat2, - STATE(810), 1, + STATE(795), 1, aux_sym__literal_repeat1, - STATE(987), 1, + STATE(974), 1, sym_concatenation, - ACTIONS(1505), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1585), 2, + ACTIONS(1250), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1587), 2, + ACTIONS(1254), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1597), 2, + ACTIONS(1268), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1583), 3, + ACTIONS(1582), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1248), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(635), 9, + STATE(686), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56458,7 +58690,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 20, + ACTIONS(1580), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56466,6 +58698,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, @@ -56476,141 +58709,132 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [2269] = 23, + [1807] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, - anon_sym_DOLLAR, - ACTIONS(1705), 1, - sym__special_character, - ACTIONS(1707), 1, + ACTIONS(1260), 1, anon_sym_DQUOTE, - ACTIONS(1709), 1, - aux_sym_number_token1, - ACTIONS(1711), 1, - aux_sym_number_token2, - ACTIONS(1713), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1717), 1, - anon_sym_BQUOTE, - ACTIONS(1719), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1723), 1, + STATE(681), 1, + sym_string, + ACTIONS(1556), 2, aux_sym__simple_variable_name_token1, - ACTIONS(1725), 1, - sym_variable_name, - ACTIONS(1727), 1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 4, + sym_file_descriptor, sym_test_operator, - ACTIONS(1729), 1, + sym__bare_dollar, sym__brace_start, - STATE(1096), 1, - aux_sym__literal_repeat1, - STATE(3989), 1, - sym_subscript, - ACTIONS(1325), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, + ACTIONS(1554), 9, + anon_sym_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(1091), 41, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1699), 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, - 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_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, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [2372] = 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, + [1881] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1737), 1, + ACTIONS(19), 1, + anon_sym_LPAREN, + ACTIONS(323), 1, anon_sym_DOLLAR, - ACTIONS(1740), 1, - sym__special_character, - ACTIONS(1743), 1, - anon_sym_DQUOTE, - ACTIONS(1746), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(1749), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(1752), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1755), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1758), 1, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(1564), 1, + sym__special_character, + ACTIONS(1566), 1, + anon_sym_DQUOTE, + ACTIONS(1568), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1570), 1, anon_sym_BQUOTE, - ACTIONS(1761), 1, + ACTIONS(1572), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1767), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(1770), 1, - sym_variable_name, - ACTIONS(1773), 1, + ACTIONS(1576), 1, sym_test_operator, - ACTIONS(1776), 1, - sym__brace_start, - STATE(1080), 1, + ACTIONS(1578), 1, + sym__bare_dollar, + STATE(449), 1, + aux_sym_command_repeat2, + STATE(1132), 1, aux_sym__literal_repeat1, - STATE(3933), 1, - sym_subscript, - ACTIONS(1734), 2, + STATE(1368), 1, + sym_concatenation, + STATE(3225), 1, + sym_subshell, + ACTIONS(1276), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1560), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1764), 2, + ACTIONS(1562), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1574), 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(1558), 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(832), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56620,7 +58844,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1367), 18, + ACTIONS(1274), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56628,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, @@ -56636,25 +58861,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [2475] = 7, + [1991] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1507), 1, + ACTIONS(1260), 1, anon_sym_DQUOTE, - STATE(620), 1, + STATE(681), 1, sym_string, - ACTIONS(1781), 2, + ACTIONS(1556), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(1093), 4, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - ACTIONS(1779), 9, + ACTIONS(1554), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -56664,7 +58891,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 38, + ACTIONS(1091), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -56686,6 +58913,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -56703,57 +58932,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [2546] = 23, + [2064] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(1593), 1, anon_sym_DOLLAR, - ACTIONS(1705), 1, + ACTIONS(1596), 1, sym__special_character, - ACTIONS(1707), 1, + ACTIONS(1599), 1, anon_sym_DQUOTE, - ACTIONS(1709), 1, + ACTIONS(1602), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(1605), 1, aux_sym_number_token2, - ACTIONS(1713), 1, + ACTIONS(1608), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, + ACTIONS(1611), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1717), 1, + ACTIONS(1614), 1, anon_sym_BQUOTE, - ACTIONS(1719), 1, + ACTIONS(1617), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1725), 1, - sym_variable_name, - ACTIONS(1727), 1, + ACTIONS(1623), 1, sym_test_operator, - ACTIONS(1729), 1, + ACTIONS(1626), 1, + sym__bare_dollar, + ACTIONS(1629), 1, sym__brace_start, - ACTIONS(1783), 1, - aux_sym__simple_variable_name_token1, - STATE(1096), 1, + STATE(432), 1, + aux_sym_command_repeat2, + STATE(982), 1, aux_sym__literal_repeat1, - STATE(3989), 1, - sym_subscript, - ACTIONS(1357), 2, + STATE(1119), 1, + sym_concatenation, + ACTIONS(1511), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, + ACTIONS(1587), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, + ACTIONS(1590), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1620), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1699), 3, + ACTIONS(1584), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(435), 3, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - STATE(774), 9, + STATE(726), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56763,7 +58991,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1355), 19, + ACTIONS(1506), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56771,70 +58999,75 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [2649] = 23, + [2169] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1789), 1, + ACTIONS(19), 1, + anon_sym_LPAREN, + ACTIONS(323), 1, anon_sym_DOLLAR, - ACTIONS(1791), 1, - sym__special_character, - ACTIONS(1793), 1, - anon_sym_DQUOTE, - ACTIONS(1795), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(1797), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(1799), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1801), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1803), 1, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(1566), 1, + anon_sym_DQUOTE, + ACTIONS(1568), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1570), 1, anon_sym_BQUOTE, - ACTIONS(1805), 1, + ACTIONS(1572), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1809), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(1811), 1, - sym_variable_name, - ACTIONS(1813), 1, + ACTIONS(1578), 1, + sym__bare_dollar, + ACTIONS(1636), 1, + sym__special_character, + ACTIONS(1638), 1, sym_test_operator, - ACTIONS(1815), 1, - sym__brace_start, - STATE(1080), 1, + STATE(468), 1, + aux_sym_command_repeat2, + STATE(1132), 1, aux_sym__literal_repeat1, - STATE(3933), 1, - sym_subscript, - ACTIONS(1787), 2, + STATE(1368), 1, + sym_concatenation, + STATE(3225), 1, + sym_subshell, + ACTIONS(1276), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1560), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1807), 2, + ACTIONS(1574), 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(1634), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1632), 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(941), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56844,7 +59077,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1323), 18, + ACTIONS(1274), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56860,123 +59093,144 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [2752] = 7, + [2278] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1507), 1, + ACTIONS(1646), 1, + anon_sym_DOLLAR, + ACTIONS(1649), 1, + sym__special_character, + ACTIONS(1652), 1, anon_sym_DQUOTE, - STATE(620), 1, - sym_string, - ACTIONS(1781), 2, + ACTIONS(1655), 1, + aux_sym_number_token1, + ACTIONS(1658), 1, + aux_sym_number_token2, + ACTIONS(1661), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1664), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1667), 1, + anon_sym_BQUOTE, + ACTIONS(1670), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1676), 1, aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, - sym_file_descriptor, + ACTIONS(1679), 1, + sym_variable_name, + ACTIONS(1682), 1, sym_test_operator, - sym__bare_dollar, + ACTIONS(1685), 1, sym__brace_start, - ACTIONS(1779), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 38, + STATE(1264), 1, + aux_sym__literal_repeat1, + STATE(4531), 1, + sym_subscript, + ACTIONS(1643), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1673), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1308), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1640), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(434), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(938), 9, + 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(1306), 20, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [2823] = 23, + [2383] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(709), 1, + ACTIONS(1694), 1, anon_sym_DOLLAR, - ACTIONS(711), 1, + ACTIONS(1697), 1, sym__special_character, - ACTIONS(717), 1, + ACTIONS(1700), 1, + anon_sym_DQUOTE, + ACTIONS(1703), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(1706), 1, aux_sym_number_token2, - ACTIONS(723), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(737), 1, - sym__brace_start, - ACTIONS(1589), 1, - anon_sym_DQUOTE, - ACTIONS(1591), 1, + ACTIONS(1709), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1593), 1, + ACTIONS(1712), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1715), 1, anon_sym_BQUOTE, - ACTIONS(1595), 1, + ACTIONS(1718), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1599), 1, + ACTIONS(1724), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(1727), 1, + sym_variable_name, + ACTIONS(1730), 1, sym_test_operator, - ACTIONS(1601), 1, - sym__bare_dollar, - STATE(432), 1, - aux_sym_command_repeat2, - STATE(810), 1, + ACTIONS(1733), 1, + sym__brace_start, + STATE(1373), 1, aux_sym__literal_repeat1, - STATE(987), 1, - sym_concatenation, - ACTIONS(1571), 2, + STATE(4522), 1, + sym_subscript, + ACTIONS(1308), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1585), 2, + ACTIONS(1691), 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(1721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1583), 3, + ACTIONS(1688), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(635), 9, + STATE(435), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1009), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -56986,7 +59240,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 20, + ACTIONS(1306), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -56994,71 +59248,71 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [2926] = 23, + [2488] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1789), 1, + ACTIONS(1740), 1, anon_sym_DOLLAR, - ACTIONS(1791), 1, + ACTIONS(1742), 1, sym__special_character, - ACTIONS(1793), 1, + ACTIONS(1744), 1, anon_sym_DQUOTE, - ACTIONS(1795), 1, + ACTIONS(1746), 1, aux_sym_number_token1, - ACTIONS(1797), 1, + ACTIONS(1748), 1, aux_sym_number_token2, - ACTIONS(1799), 1, + ACTIONS(1750), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1801), 1, + ACTIONS(1752), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1803), 1, + ACTIONS(1754), 1, anon_sym_BQUOTE, - ACTIONS(1805), 1, + ACTIONS(1756), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1811), 1, + ACTIONS(1760), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(1762), 1, sym_variable_name, - ACTIONS(1813), 1, + ACTIONS(1764), 1, sym_test_operator, - ACTIONS(1815), 1, + ACTIONS(1766), 1, sym__brace_start, - ACTIONS(1817), 1, - aux_sym__simple_variable_name_token1, - STATE(1080), 1, + STATE(1373), 1, aux_sym__literal_repeat1, - STATE(3933), 1, + STATE(4522), 1, sym_subscript, - ACTIONS(1787), 2, + ACTIONS(1358), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1738), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1807), 2, + ACTIONS(1758), 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(1736), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(439), 3, + STATE(447), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(771), 9, + STATE(1009), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57068,7 +59322,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1355), 18, + ACTIONS(1356), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57076,6 +59330,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, @@ -57084,59 +59339,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [3029] = 23, + [2593] = 24, ACTIONS(3), 1, sym_comment, - ACTIONS(709), 1, + ACTIONS(19), 1, + anon_sym_LPAREN, + ACTIONS(323), 1, anon_sym_DOLLAR, - ACTIONS(711), 1, - sym__special_character, - ACTIONS(717), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(723), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(737), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(1589), 1, + ACTIONS(1566), 1, anon_sym_DQUOTE, - ACTIONS(1591), 1, + ACTIONS(1568), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1593), 1, - anon_sym_BQUOTE, - ACTIONS(1595), 1, + ACTIONS(1572), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1599), 1, - sym_test_operator, - ACTIONS(1601), 1, + ACTIONS(1578), 1, sym__bare_dollar, - STATE(432), 1, + ACTIONS(1636), 1, + sym__special_character, + ACTIONS(1638), 1, + sym_test_operator, + STATE(471), 1, aux_sym_command_repeat2, - STATE(810), 1, + STATE(1132), 1, aux_sym__literal_repeat1, - STATE(987), 1, + STATE(1368), 1, sym_concatenation, - ACTIONS(1581), 2, + STATE(3177), 1, + sym_subshell, + ACTIONS(1256), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1585), 2, + ACTIONS(1560), 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(1574), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1583), 3, + ACTIONS(1634), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1632), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(635), 9, + STATE(941), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57146,7 +59405,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1579), 20, + ACTIONS(1252), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57156,63 +59415,68 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [3132] = 21, + anon_sym_BQUOTE, + [2700] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(637), 1, anon_sym_DOLLAR, - ACTIONS(1829), 1, - sym__special_character, - ACTIONS(1831), 1, - anon_sym_DQUOTE, - ACTIONS(1833), 1, + ACTIONS(645), 1, aux_sym_number_token1, - ACTIONS(1835), 1, + ACTIONS(647), 1, aux_sym_number_token2, - ACTIONS(1837), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1839), 1, + ACTIONS(651), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1841), 1, + ACTIONS(665), 1, + sym__brace_start, + ACTIONS(1284), 1, + sym__special_character, + ACTIONS(1286), 1, + anon_sym_DQUOTE, + ACTIONS(1288), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1290), 1, anon_sym_BQUOTE, - ACTIONS(1843), 1, + ACTIONS(1292), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1847), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(1849), 1, + ACTIONS(1296), 1, sym_test_operator, - ACTIONS(1851), 1, - sym__brace_start, - STATE(1038), 1, + ACTIONS(1298), 1, + sym__bare_dollar, + STATE(432), 1, + aux_sym_command_repeat2, + STATE(982), 1, aux_sym__literal_repeat1, - ACTIONS(1821), 2, + STATE(1119), 1, + sym_concatenation, + ACTIONS(1280), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1825), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1845), 2, + ACTIONS(1282), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1294), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(453), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(1819), 3, + ACTIONS(1498), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1278), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(681), 9, + STATE(726), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57222,7 +59486,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1823), 21, + ACTIONS(1496), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57230,7 +59494,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, @@ -57241,55 +59504,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [3230] = 21, + [2805] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, + ACTIONS(19), 1, + anon_sym_LPAREN, + ACTIONS(323), 1, anon_sym_DOLLAR, - ACTIONS(1829), 1, - sym__special_character, - ACTIONS(1831), 1, - anon_sym_DQUOTE, - ACTIONS(1833), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(1835), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(1837), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1839), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1841), 1, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(1566), 1, + anon_sym_DQUOTE, + ACTIONS(1568), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1570), 1, anon_sym_BQUOTE, - ACTIONS(1843), 1, + ACTIONS(1572), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1849), 1, + ACTIONS(1578), 1, + sym__bare_dollar, + ACTIONS(1636), 1, + sym__special_character, + ACTIONS(1638), 1, sym_test_operator, - ACTIONS(1851), 1, - sym__brace_start, - ACTIONS(1857), 1, - aux_sym__simple_variable_name_token1, - STATE(1038), 1, + STATE(486), 1, + aux_sym_command_repeat2, + STATE(1132), 1, aux_sym__literal_repeat1, - ACTIONS(1821), 2, + STATE(1368), 1, + sym_concatenation, + STATE(3177), 1, + sym_subshell, + ACTIONS(1256), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1560), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1845), 2, + ACTIONS(1574), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1855), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - STATE(444), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(1819), 3, + ACTIONS(1634), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1632), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(681), 9, + STATE(941), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57299,7 +59572,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1853), 21, + ACTIONS(1252), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57307,36 +59580,35 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [3328] = 7, + [2914] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1589), 1, + ACTIONS(1260), 1, anon_sym_DQUOTE, - STATE(762), 1, + STATE(681), 1, sym_string, - ACTIONS(1861), 2, + ACTIONS(1556), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(1089), 4, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - ACTIONS(1859), 9, + ACTIONS(1554), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -57346,7 +59618,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 37, + ACTIONS(1081), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -57356,6 +59628,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, @@ -57367,6 +59640,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -57384,59 +59659,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [3398] = 23, + [2987] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, + ACTIONS(1772), 1, anon_sym_DOLLAR, - ACTIONS(43), 1, + ACTIONS(1774), 1, sym__special_character, - ACTIONS(49), 1, + ACTIONS(1776), 1, + anon_sym_DQUOTE, + ACTIONS(1778), 1, aux_sym_number_token1, - ACTIONS(51), 1, + ACTIONS(1780), 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(1782), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1873), 1, + ACTIONS(1784), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1786), 1, anon_sym_BQUOTE, - ACTIONS(1875), 1, + ACTIONS(1788), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1879), 1, + ACTIONS(1792), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(1794), 1, + sym_variable_name, + ACTIONS(1796), 1, sym_test_operator, - ACTIONS(1881), 1, - sym__bare_dollar, - STATE(451), 1, - aux_sym_command_repeat2, - STATE(965), 1, + ACTIONS(1798), 1, + sym__brace_start, + STATE(1264), 1, aux_sym__literal_repeat1, - STATE(1127), 1, - sym_concatenation, - ACTIONS(1865), 2, + STATE(4531), 1, + sym_subscript, + ACTIONS(1770), 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(1790), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1505), 3, + ACTIONS(1390), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1863), 3, + ACTIONS(1768), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(700), 9, - sym_arithmetic_expansion, - sym_brace_expression, + STATE(434), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(938), 9, + sym_arithmetic_expansion, + sym_brace_expression, sym_string, sym_translated_string, sym_number, @@ -57444,7 +59720,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 18, + ACTIONS(1388), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57460,60 +59736,129 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [3500] = 23, + [3092] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, + ACTIONS(1286), 1, + anon_sym_DQUOTE, + STATE(710), 1, + sym_string, + ACTIONS(1802), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 4, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + ACTIONS(1800), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, anon_sym_DOLLAR, - ACTIONS(43), 1, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1091), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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(49), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(51), 1, aux_sym_number_token2, - ACTIONS(55), 1, + anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, - ACTIONS(71), 1, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [3165] = 24, + ACTIONS(3), 1, + sym_comment, + ACTIONS(19), 1, + anon_sym_LPAREN, + ACTIONS(323), 1, + anon_sym_DOLLAR, + ACTIONS(331), 1, + aux_sym_number_token1, + ACTIONS(333), 1, + aux_sym_number_token2, + ACTIONS(337), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(1869), 1, + ACTIONS(1566), 1, anon_sym_DQUOTE, - ACTIONS(1871), 1, + ACTIONS(1568), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1873), 1, - anon_sym_BQUOTE, - ACTIONS(1875), 1, + ACTIONS(1572), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1879), 1, - sym_test_operator, - ACTIONS(1881), 1, + ACTIONS(1578), 1, sym__bare_dollar, - STATE(455), 1, + ACTIONS(1636), 1, + sym__special_character, + ACTIONS(1638), 1, + sym_test_operator, + STATE(489), 1, aux_sym_command_repeat2, - STATE(965), 1, + STATE(1132), 1, aux_sym__literal_repeat1, - STATE(1127), 1, + STATE(1368), 1, sym_concatenation, - ACTIONS(1865), 2, + STATE(3225), 1, + sym_subshell, + ACTIONS(1276), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1560), 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(1574), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1571), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1863), 3, + ACTIONS(1634), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1632), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(700), 9, + STATE(941), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57523,7 +59868,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 18, + ACTIONS(1274), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57539,25 +59884,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [3602] = 7, + anon_sym_BQUOTE, + [3272] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1589), 1, + ACTIONS(1286), 1, anon_sym_DQUOTE, - STATE(762), 1, + STATE(710), 1, sym_string, - ACTIONS(1861), 2, + ACTIONS(1802), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(1089), 4, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - ACTIONS(1859), 9, + ACTIONS(1800), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -57567,7 +59915,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 37, + ACTIONS(1081), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -57577,6 +59925,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, @@ -57588,6 +59937,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -57605,57 +59956,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [3672] = 23, + [3345] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1657), 1, + ACTIONS(1772), 1, anon_sym_DOLLAR, - ACTIONS(1663), 1, + ACTIONS(1774), 1, + sym__special_character, + ACTIONS(1776), 1, anon_sym_DQUOTE, - ACTIONS(1666), 1, + ACTIONS(1778), 1, aux_sym_number_token1, - ACTIONS(1669), 1, + ACTIONS(1780), 1, aux_sym_number_token2, - ACTIONS(1672), 1, + ACTIONS(1782), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1675), 1, + ACTIONS(1784), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1678), 1, + ACTIONS(1786), 1, anon_sym_BQUOTE, - ACTIONS(1681), 1, + ACTIONS(1788), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1696), 1, - sym__brace_start, - ACTIONS(1886), 1, - sym__special_character, - ACTIONS(1889), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(1892), 1, + ACTIONS(1794), 1, sym_variable_name, - ACTIONS(1895), 1, + ACTIONS(1796), 1, sym_test_operator, - STATE(1096), 1, + ACTIONS(1798), 1, + sym__brace_start, + ACTIONS(1804), 1, + aux_sym__simple_variable_name_token1, + STATE(1264), 1, aux_sym__literal_repeat1, - STATE(3998), 1, + STATE(4531), 1, sym_subscript, - ACTIONS(1369), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1654), 2, + ACTIONS(1770), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1684), 2, + ACTIONS(1790), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1883), 3, + ACTIONS(1358), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1768), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(450), 3, + STATE(441), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(1034), 9, + STATE(938), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57665,7 +60017,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1367), 18, + ACTIONS(1356), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57681,60 +60033,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [3774] = 23, + [3450] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(41), 1, + ACTIONS(637), 1, anon_sym_DOLLAR, - ACTIONS(43), 1, - sym__special_character, - ACTIONS(49), 1, + ACTIONS(645), 1, aux_sym_number_token1, - ACTIONS(51), 1, + ACTIONS(647), 1, aux_sym_number_token2, - ACTIONS(55), 1, + ACTIONS(651), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(71), 1, + ACTIONS(665), 1, sym__brace_start, - ACTIONS(1869), 1, + ACTIONS(1284), 1, + sym__special_character, + ACTIONS(1286), 1, anon_sym_DQUOTE, - ACTIONS(1871), 1, + ACTIONS(1288), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1873), 1, + ACTIONS(1290), 1, anon_sym_BQUOTE, - ACTIONS(1875), 1, + ACTIONS(1292), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1879), 1, + ACTIONS(1296), 1, sym_test_operator, - ACTIONS(1881), 1, + ACTIONS(1298), 1, sym__bare_dollar, - STATE(455), 1, + STATE(432), 1, aux_sym_command_repeat2, - STATE(965), 1, + STATE(982), 1, aux_sym__literal_repeat1, - STATE(1127), 1, + STATE(1119), 1, sym_concatenation, - ACTIONS(1865), 2, + ACTIONS(1280), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1867), 2, + ACTIONS(1282), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(1877), 2, + ACTIONS(1294), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1581), 3, + ACTIONS(1582), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1863), 3, + ACTIONS(1278), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(700), 9, + STATE(726), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57744,7 +60097,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1579), 18, + ACTIONS(1580), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57754,65 +60107,70 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [3876] = 23, + [3555] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1907), 1, + ACTIONS(1740), 1, anon_sym_DOLLAR, - ACTIONS(1910), 1, + ACTIONS(1742), 1, sym__special_character, - ACTIONS(1913), 1, + ACTIONS(1744), 1, anon_sym_DQUOTE, - ACTIONS(1916), 1, + ACTIONS(1746), 1, aux_sym_number_token1, - ACTIONS(1919), 1, + ACTIONS(1748), 1, aux_sym_number_token2, - ACTIONS(1922), 1, + ACTIONS(1750), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1925), 1, + ACTIONS(1752), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1928), 1, + ACTIONS(1754), 1, anon_sym_BQUOTE, - ACTIONS(1931), 1, + ACTIONS(1756), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1937), 1, + ACTIONS(1762), 1, + sym_variable_name, + ACTIONS(1764), 1, sym_test_operator, - ACTIONS(1940), 1, - sym__bare_dollar, - ACTIONS(1943), 1, + ACTIONS(1766), 1, sym__brace_start, - STATE(452), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + ACTIONS(1806), 1, + aux_sym__simple_variable_name_token1, + STATE(1373), 1, aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1424), 2, + STATE(4522), 1, + sym_subscript, + ACTIONS(1390), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1901), 2, + ACTIONS(1738), 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(1758), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1898), 3, + ACTIONS(1736), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(759), 9, + STATE(435), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1009), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57822,7 +60180,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1419), 19, + ACTIONS(1388), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57839,136 +60197,126 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [3978] = 21, + [3660] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1956), 1, - anon_sym_DOLLAR, - ACTIONS(1959), 1, - sym__special_character, - ACTIONS(1962), 1, + ACTIONS(1434), 1, anon_sym_DQUOTE, - ACTIONS(1965), 1, - aux_sym_number_token1, - ACTIONS(1968), 1, - aux_sym_number_token2, - ACTIONS(1971), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1974), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1977), 1, - anon_sym_BQUOTE, - ACTIONS(1980), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1986), 1, + STATE(812), 1, + sym_string, + ACTIONS(1810), 2, aux_sym__simple_variable_name_token1, - ACTIONS(1989), 1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 5, + sym_file_descriptor, sym_test_operator, - ACTIONS(1992), 1, + sym__bare_dollar, sym__brace_start, - STATE(1038), 1, - aux_sym__literal_repeat1, - ACTIONS(1949), 2, + ts_builtin_sym_end, + ACTIONS(1808), 9, + anon_sym_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(1091), 38, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1954), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1983), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(453), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(1946), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(681), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1952), 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_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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [4076] = 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, + [3732] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(323), 1, anon_sym_DOLLAR, - ACTIONS(417), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(423), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(437), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(775), 1, + ACTIONS(1564), 1, sym__special_character, - ACTIONS(2001), 1, + ACTIONS(1566), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(1568), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(1570), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(1572), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2011), 1, + ACTIONS(1576), 1, sym_test_operator, - ACTIONS(2013), 1, + ACTIONS(1578), 1, sym__bare_dollar, - STATE(452), 1, + STATE(451), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1132), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1368), 1, sym_concatenation, - ACTIONS(1581), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1560), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1999), 2, + ACTIONS(1562), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2009), 2, + ACTIONS(1574), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1995), 3, + ACTIONS(1582), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1558), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(759), 9, + STATE(832), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -57978,7 +60326,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1579), 19, + ACTIONS(1580), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -57995,60 +60343,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [4178] = 23, + [3836] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(2024), 1, + ACTIONS(1740), 1, anon_sym_DOLLAR, - ACTIONS(2027), 1, - sym__special_character, - ACTIONS(2030), 1, + ACTIONS(1744), 1, anon_sym_DQUOTE, - ACTIONS(2033), 1, + ACTIONS(1746), 1, aux_sym_number_token1, - ACTIONS(2036), 1, + ACTIONS(1748), 1, aux_sym_number_token2, - ACTIONS(2039), 1, + ACTIONS(1750), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2042), 1, + ACTIONS(1752), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2045), 1, - anon_sym_BQUOTE, - ACTIONS(2048), 1, + ACTIONS(1756), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2054), 1, - sym_test_operator, - ACTIONS(2057), 1, - sym__bare_dollar, - ACTIONS(2060), 1, + ACTIONS(1766), 1, sym__brace_start, - STATE(455), 1, - aux_sym_command_repeat2, - STATE(965), 1, + ACTIONS(1814), 1, + sym__special_character, + ACTIONS(1816), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(1818), 1, + sym_variable_name, + ACTIONS(1820), 1, + sym_test_operator, + STATE(1373), 1, aux_sym__literal_repeat1, - STATE(1127), 1, - sym_concatenation, - ACTIONS(2018), 2, + STATE(4519), 1, + sym_subscript, + ACTIONS(1390), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1738), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2021), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2051), 2, + ACTIONS(1758), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1424), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(2015), 3, + ACTIONS(1812), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(700), 9, + STATE(463), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1182), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58058,7 +60406,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1419), 18, + ACTIONS(1388), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58074,59 +60422,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [4280] = 23, + anon_sym_BQUOTE, + [3938] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(1831), 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(1834), 1, sym__special_character, - ACTIONS(2001), 1, + ACTIONS(1837), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(1840), 1, + aux_sym_number_token1, + ACTIONS(1843), 1, + aux_sym_number_token2, + ACTIONS(1846), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(1849), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1852), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(1855), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2011), 1, + ACTIONS(1861), 1, sym_test_operator, - ACTIONS(2013), 1, + ACTIONS(1864), 1, sym__bare_dollar, - STATE(461), 1, + ACTIONS(1867), 1, + sym__brace_start, + STATE(451), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1132), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1368), 1, sym_concatenation, - ACTIONS(1577), 2, + ACTIONS(1511), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1825), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1999), 2, + ACTIONS(1828), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2009), 2, + ACTIONS(1858), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1995), 3, + ACTIONS(1822), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(759), 9, + STATE(832), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58136,7 +60487,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1575), 19, + ACTIONS(1506), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58153,59 +60504,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [4382] = 23, + [4042] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(1879), 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(1882), 1, sym__special_character, - ACTIONS(2001), 1, + ACTIONS(1885), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(1888), 1, + aux_sym_number_token1, + ACTIONS(1891), 1, + aux_sym_number_token2, + ACTIONS(1894), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(1897), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1900), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(1903), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2011), 1, + ACTIONS(1909), 1, sym_test_operator, - ACTIONS(2013), 1, + ACTIONS(1912), 1, sym__bare_dollar, - STATE(454), 1, + ACTIONS(1915), 1, + sym__brace_start, + STATE(452), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1180), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1303), 1, sym_concatenation, - ACTIONS(1505), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1873), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1999), 2, + ACTIONS(1876), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2009), 2, + ACTIONS(1906), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1995), 3, + ACTIONS(1511), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1870), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(759), 9, + STATE(823), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58215,7 +60569,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 19, + ACTIONS(1506), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58223,7 +60577,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, @@ -58232,60 +60585,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [4484] = 23, + [4146] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(1928), 1, anon_sym_DOLLAR, - ACTIONS(1707), 1, + ACTIONS(1931), 1, + sym__special_character, + ACTIONS(1934), 1, anon_sym_DQUOTE, - ACTIONS(1709), 1, + ACTIONS(1937), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(1940), 1, aux_sym_number_token2, - ACTIONS(1713), 1, + ACTIONS(1943), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, + ACTIONS(1946), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1717), 1, + ACTIONS(1949), 1, anon_sym_BQUOTE, - ACTIONS(1719), 1, + ACTIONS(1952), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1729), 1, - sym__brace_start, - ACTIONS(2065), 1, - sym__special_character, - ACTIONS(2067), 1, + ACTIONS(1958), 1, aux_sym__simple_variable_name_token1, - ACTIONS(2069), 1, - sym_variable_name, - ACTIONS(2071), 1, + ACTIONS(1961), 1, sym_test_operator, - STATE(1096), 1, + ACTIONS(1964), 1, + sym__brace_start, + STATE(1149), 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(1921), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, + ACTIONS(1926), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1955), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2063), 3, + STATE(453), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(1918), 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, + STATE(821), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58295,7 +60645,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1355), 18, + ACTIONS(1924), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58303,66 +60653,73 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [4586] = 22, + [4246] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(45), 1, anon_sym_DOLLAR, - ACTIONS(1707), 1, - anon_sym_DQUOTE, - ACTIONS(1709), 1, + ACTIONS(53), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(55), 1, aux_sym_number_token2, - ACTIONS(1713), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, + ACTIONS(59), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1719), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1729), 1, + ACTIONS(75), 1, sym__brace_start, - ACTIONS(2065), 1, + ACTIONS(1432), 1, sym__special_character, - ACTIONS(2069), 1, - sym_variable_name, - ACTIONS(2071), 1, + ACTIONS(1434), 1, + anon_sym_DQUOTE, + ACTIONS(1436), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1438), 1, + anon_sym_BQUOTE, + ACTIONS(1440), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1444), 1, sym_test_operator, - ACTIONS(2073), 1, - aux_sym__simple_variable_name_token1, - STATE(1096), 1, + ACTIONS(1446), 1, + sym__bare_dollar, + STATE(452), 1, + aux_sym_command_repeat2, + STATE(1180), 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(1303), 1, + sym_concatenation, + ACTIONS(1428), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, + ACTIONS(1430), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1442), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2063), 3, + ACTIONS(1426), 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, + ACTIONS(1498), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + STATE(823), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58372,7 +60729,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1355), 19, + ACTIONS(1496), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58388,61 +60745,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [4686] = 23, + [4350] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(1740), 1, anon_sym_DOLLAR, - ACTIONS(1707), 1, + ACTIONS(1744), 1, anon_sym_DQUOTE, - ACTIONS(1709), 1, + ACTIONS(1746), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(1748), 1, aux_sym_number_token2, - ACTIONS(1713), 1, + ACTIONS(1750), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, + ACTIONS(1752), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1717), 1, + ACTIONS(1754), 1, anon_sym_BQUOTE, - ACTIONS(1719), 1, + ACTIONS(1756), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1729), 1, + ACTIONS(1766), 1, sym__brace_start, - ACTIONS(2065), 1, + ACTIONS(1814), 1, sym__special_character, - ACTIONS(2069), 1, + ACTIONS(1816), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(1818), 1, sym_variable_name, - ACTIONS(2071), 1, + ACTIONS(1820), 1, sym_test_operator, - ACTIONS(2075), 1, - aux_sym__simple_variable_name_token1, - STATE(1096), 1, + STATE(1373), 1, aux_sym__literal_repeat1, - STATE(3998), 1, + STATE(4519), 1, sym_subscript, - ACTIONS(1325), 2, + ACTIONS(1390), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, + ACTIONS(1738), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, + ACTIONS(1758), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2063), 3, + ACTIONS(1812), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(450), 3, + STATE(463), 3, sym_variable_assignment, sym_concatenation, aux_sym_declaration_command_repeat1, - STATE(1034), 9, + STATE(1182), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58452,7 +60810,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1323), 18, + ACTIONS(1388), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58468,150 +60826,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [4788] = 23, + [4454] = 7, 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(775), 1, - sym__special_character, - ACTIONS(2001), 1, + ACTIONS(1286), 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, + STATE(710), 1, + sym_string, + ACTIONS(1802), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 4, + sym_file_descriptor, sym_test_operator, - ACTIONS(2013), 1, sym__bare_dollar, - STATE(452), 1, - aux_sym_command_repeat2, - STATE(1056), 1, - aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1571), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + sym__brace_start, + ACTIONS(1800), 9, + anon_sym_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(1081), 39, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1999), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2009), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1995), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(759), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1569), 19, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [4890] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(41), 1, - anon_sym_DOLLAR, - ACTIONS(43), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, - ACTIONS(49), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(51), 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, anon_sym_DOLLAR_LBRACE, - ACTIONS(1873), 1, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - ACTIONS(1875), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1879), 1, - sym_test_operator, - ACTIONS(1881), 1, - sym__bare_dollar, - STATE(448), 1, - aux_sym_command_repeat2, - STATE(965), 1, - aux_sym__literal_repeat1, - STATE(1127), 1, - sym_concatenation, - ACTIONS(1865), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1867), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(1877), 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, - sym_raw_string, - sym_ansi_c_string, sym_word, - STATE(700), 9, - sym_arithmetic_expansion, - sym_brace_expression, + [4526] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1286), 1, + anon_sym_DQUOTE, + STATE(710), 1, sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1575), 18, + ACTIONS(1802), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 4, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + ACTIONS(1800), 9, + anon_sym_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(1091), 39, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -58620,143 +60933,84 @@ 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [4992] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1703), 1, - anon_sym_DOLLAR, - ACTIONS(1707), 1, - anon_sym_DQUOTE, - ACTIONS(1709), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(1711), 1, aux_sym_number_token2, - ACTIONS(1713), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1719), 1, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1729), 1, - sym__brace_start, - ACTIONS(2065), 1, - sym__special_character, - ACTIONS(2069), 1, - sym_variable_name, - ACTIONS(2071), 1, - sym_test_operator, - ACTIONS(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, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1323), 19, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - 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, - [5092] = 23, + [4598] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(323), 1, anon_sym_DOLLAR, - ACTIONS(411), 1, - sym__special_character, - ACTIONS(417), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(423), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(437), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(2001), 1, + ACTIONS(1564), 1, + sym__special_character, + ACTIONS(1566), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(1568), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(1570), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(1572), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(1576), 1, sym_test_operator, - STATE(479), 1, + ACTIONS(1578), 1, + sym__bare_dollar, + STATE(451), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1132), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1368), 1, sym_concatenation, - ACTIONS(1571), 2, + ACTIONS(1498), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1560), 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(1562), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + ACTIONS(1574), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1558), 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 +61020,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 18, + ACTIONS(1496), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58774,6 +61028,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, @@ -58782,59 +61037,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [5193] = 23, + [4702] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(1740), 1, anon_sym_DOLLAR, - ACTIONS(411), 1, - sym__special_character, - ACTIONS(417), 1, + ACTIONS(1744), 1, + anon_sym_DQUOTE, + ACTIONS(1746), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(1748), 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(1750), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, - anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(1752), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1756), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(1766), 1, + sym__brace_start, + ACTIONS(1814), 1, + sym__special_character, + ACTIONS(1818), 1, + sym_variable_name, + ACTIONS(1820), 1, sym_test_operator, - STATE(479), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + ACTIONS(1967), 1, + aux_sym__simple_variable_name_token1, + STATE(1373), 1, aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1581), 2, + STATE(4519), 1, + sym_subscript, + ACTIONS(1358), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1738), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(1758), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2079), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + ACTIONS(1812), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(450), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1182), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58844,7 +61100,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1579), 18, + ACTIONS(1356), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58860,25 +61116,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [5294] = 7, + anon_sym_BQUOTE, + [4804] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2085), 1, + ACTIONS(1566), 1, anon_sym_DQUOTE, - STATE(812), 1, + STATE(816), 1, sym_string, - ACTIONS(2087), 2, + ACTIONS(1971), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(1089), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2083), 9, + ACTIONS(1969), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -58888,26 +61147,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 36, + ACTIONS(1081), 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -58925,54 +61187,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [5363] = 22, + [4876] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(1981), 1, anon_sym_DOLLAR, - ACTIONS(411), 1, + ACTIONS(1983), 1, sym__special_character, - ACTIONS(417), 1, + ACTIONS(1985), 1, + anon_sym_DQUOTE, + ACTIONS(1987), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(1989), 1, aux_sym_number_token2, - ACTIONS(423), 1, + ACTIONS(1991), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1993), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(437), 1, - sym__brace_start, + ACTIONS(1995), 1, + anon_sym_BQUOTE, + ACTIONS(1997), 1, + anon_sym_DOLLAR_BQUOTE, ACTIONS(2001), 1, - anon_sym_DQUOTE, + aux_sym__simple_variable_name_token1, ACTIONS(2003), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2007), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2081), 1, sym_test_operator, - STATE(479), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + ACTIONS(2005), 1, + sym__brace_start, + STATE(1149), 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(1975), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(1979), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1999), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2079), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + STATE(453), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(1973), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(821), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -58982,7 +61242,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 19, + ACTIONS(1977), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -58990,34 +61250,39 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [5462] = 7, + [4976] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, + ACTIONS(1434), 1, anon_sym_DQUOTE, - STATE(872), 1, + STATE(812), 1, sym_string, - ACTIONS(2091), 2, + ACTIONS(1810), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(1089), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - ACTIONS(2089), 9, + ts_builtin_sym_end, + ACTIONS(1808), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -59027,7 +61292,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 36, + ACTIONS(1081), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -59037,7 +61302,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, @@ -59047,6 +61312,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -59064,33 +61331,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [5531] = 7, + [5048] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1331), 1, + ACTIONS(1694), 1, + anon_sym_DOLLAR, + ACTIONS(1700), 1, anon_sym_DQUOTE, - STATE(719), 1, - sym_string, - ACTIONS(2095), 2, + ACTIONS(1703), 1, + aux_sym_number_token1, + ACTIONS(1706), 1, + aux_sym_number_token2, + ACTIONS(1709), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1712), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1715), 1, + anon_sym_BQUOTE, + ACTIONS(1718), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1733), 1, + sym__brace_start, + ACTIONS(2010), 1, + sym__special_character, + ACTIONS(2013), 1, aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, - sym_file_descriptor, + ACTIONS(2016), 1, sym_variable_name, + ACTIONS(2019), 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, + STATE(1373), 1, + aux_sym__literal_repeat1, + STATE(4519), 1, + sym_subscript, + ACTIONS(1308), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1691), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1721), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2007), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(463), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1182), 9, + 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(1306), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59098,50 +61399,35 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [5600] = 7, + [5152] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2085), 1, + ACTIONS(1566), 1, anon_sym_DQUOTE, - STATE(812), 1, + STATE(816), 1, sym_string, - ACTIONS(2087), 2, + ACTIONS(1971), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(1093), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2083), 9, + ACTIONS(1969), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -59151,26 +61437,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 36, + ACTIONS(1091), 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -59188,52 +61477,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [5669] = 21, + [5224] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2101), 1, + ACTIONS(1981), 1, anon_sym_DOLLAR, - ACTIONS(2103), 1, + ACTIONS(1983), 1, sym__special_character, - ACTIONS(2105), 1, + ACTIONS(1985), 1, anon_sym_DQUOTE, - ACTIONS(2107), 1, + ACTIONS(1987), 1, aux_sym_number_token1, - ACTIONS(2109), 1, + ACTIONS(1989), 1, aux_sym_number_token2, - ACTIONS(2111), 1, + ACTIONS(1991), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2113), 1, + ACTIONS(1993), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2115), 1, + ACTIONS(1995), 1, anon_sym_BQUOTE, - ACTIONS(2117), 1, + ACTIONS(1997), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2121), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2123), 1, + ACTIONS(2003), 1, sym_test_operator, - ACTIONS(2125), 1, + ACTIONS(2005), 1, sym__brace_start, - STATE(1082), 1, + ACTIONS(2026), 1, + aux_sym__simple_variable_name_token1, + STATE(1149), 1, aux_sym__literal_repeat1, - ACTIONS(1855), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2099), 2, + ACTIONS(1975), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2119), 2, + ACTIONS(1999), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(474), 2, + ACTIONS(2024), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(461), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(2097), 3, + ACTIONS(1973), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(890), 9, + STATE(821), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59243,7 +61532,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1853), 20, + ACTIONS(2022), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59251,6 +61540,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, @@ -59261,36 +61551,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [5766] = 7, + [5324] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(1331), 1, + ACTIONS(45), 1, + anon_sym_DOLLAR, + ACTIONS(53), 1, + aux_sym_number_token1, + ACTIONS(55), 1, + aux_sym_number_token2, + ACTIONS(59), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(75), 1, + sym__brace_start, + ACTIONS(1432), 1, + sym__special_character, + ACTIONS(1434), 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(1135), 4, - sym_file_descriptor, - sym_variable_name, + ACTIONS(1436), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1438), 1, + anon_sym_BQUOTE, + ACTIONS(1440), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1444), 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(1127), 36, + ACTIONS(1446), 1, + sym__bare_dollar, + STATE(452), 1, + aux_sym_command_repeat2, + STATE(1180), 1, + aux_sym__literal_repeat1, + STATE(1303), 1, + sym_concatenation, + ACTIONS(1428), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1430), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1442), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1426), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(1582), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + STATE(823), 9, + 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(1580), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59298,82 +61624,70 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [5835] = 22, + [5428] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(1740), 1, anon_sym_DOLLAR, - ACTIONS(411), 1, - sym__special_character, - ACTIONS(417), 1, + ACTIONS(1744), 1, + anon_sym_DQUOTE, + ACTIONS(1746), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(1748), 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(1750), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2007), 1, + ACTIONS(1752), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1754), 1, + anon_sym_BQUOTE, + ACTIONS(1756), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(1766), 1, + sym__brace_start, + ACTIONS(1814), 1, + sym__special_character, + ACTIONS(1818), 1, + sym_variable_name, + ACTIONS(1820), 1, sym_test_operator, - STATE(482), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + ACTIONS(2028), 1, + aux_sym__simple_variable_name_token1, + STATE(1373), 1, aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1505), 2, + STATE(4519), 1, + sym_subscript, + ACTIONS(1358), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1738), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(1758), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2079), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + ACTIONS(1812), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(455), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1182), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59383,7 +61697,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 19, + ACTIONS(1356), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59399,56 +61713,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [5934] = 21, + [5532] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2101), 1, + ACTIONS(323), 1, anon_sym_DOLLAR, - ACTIONS(2103), 1, - sym__special_character, - ACTIONS(2105), 1, - anon_sym_DQUOTE, - ACTIONS(2107), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(2109), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(2111), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2113), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2115), 1, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(1566), 1, + anon_sym_DQUOTE, + ACTIONS(1568), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1570), 1, anon_sym_BQUOTE, - ACTIONS(2117), 1, + ACTIONS(1572), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2123), 1, + ACTIONS(1578), 1, + sym__bare_dollar, + ACTIONS(1636), 1, + sym__special_character, + ACTIONS(1638), 1, sym_test_operator, - ACTIONS(2125), 1, - sym__brace_start, - ACTIONS(2127), 1, - aux_sym__simple_variable_name_token1, - STATE(1082), 1, + STATE(488), 1, + aux_sym_command_repeat2, + STATE(1132), 1, aux_sym__literal_repeat1, - ACTIONS(1825), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2099), 2, + STATE(1368), 1, + sym_concatenation, + ACTIONS(1560), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2119), 2, + ACTIONS(1574), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(478), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2097), 3, + ACTIONS(1582), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1634), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1632), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(890), 9, + STATE(941), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59458,7 +61777,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1823), 20, + ACTIONS(1580), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59468,96 +61787,110 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [6031] = 7, + [5635] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, + ACTIONS(2038), 1, + anon_sym_DOLLAR, + ACTIONS(2040), 1, + sym__special_character, + ACTIONS(2042), 1, anon_sym_DQUOTE, - STATE(872), 1, - sym_string, - ACTIONS(2091), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, - sym_file_descriptor, + ACTIONS(2044), 1, + aux_sym_number_token1, + ACTIONS(2046), 1, + aux_sym_number_token2, + ACTIONS(2048), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2050), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2052), 1, + anon_sym_BQUOTE, + ACTIONS(2054), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2058), 1, sym_test_operator, - sym__bare_dollar, + ACTIONS(2060), 1, sym__brace_start, - ACTIONS(2089), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 36, + STATE(1376), 1, + aux_sym__literal_repeat1, + ACTIONS(2032), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2036), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2056), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(479), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2030), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(999), 9, + 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(2034), 23, anon_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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [6100] = 7, + [5732] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1869), 1, + ACTIONS(1566), 1, anon_sym_DQUOTE, - STATE(767), 1, + STATE(816), 1, sym_string, - ACTIONS(2131), 2, + ACTIONS(1971), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 5, + ACTIONS(1093), 4, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, - ACTIONS(2129), 9, + ACTIONS(1969), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -59567,7 +61900,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 35, + ACTIONS(1091), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -59577,6 +61910,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, @@ -59586,6 +61920,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -59603,54 +61939,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [6169] = 22, + [5803] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(323), 1, anon_sym_DOLLAR, - ACTIONS(411), 1, - sym__special_character, - ACTIONS(417), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(423), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(437), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(2001), 1, + ACTIONS(1566), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(1568), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2007), 1, + ACTIONS(1572), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, + ACTIONS(1578), 1, sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(1636), 1, + sym__special_character, + ACTIONS(1638), 1, sym_test_operator, - STATE(467), 1, + STATE(488), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1132), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1368), 1, sym_concatenation, - ACTIONS(1577), 2, + ACTIONS(1498), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1560), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(1574), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2079), 2, + ACTIONS(1634), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + ACTIONS(1632), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(941), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59660,7 +61996,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1575), 19, + ACTIONS(1496), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59676,56 +62012,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [6268] = 21, + [5904] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2139), 1, + ACTIONS(2068), 1, anon_sym_DOLLAR, - ACTIONS(2142), 1, + ACTIONS(2071), 1, sym__special_character, - ACTIONS(2145), 1, + ACTIONS(2074), 1, anon_sym_DQUOTE, - ACTIONS(2148), 1, + ACTIONS(2077), 1, aux_sym_number_token1, - ACTIONS(2151), 1, + ACTIONS(2080), 1, aux_sym_number_token2, - ACTIONS(2154), 1, + ACTIONS(2083), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2157), 1, + ACTIONS(2086), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2160), 1, + ACTIONS(2089), 1, anon_sym_BQUOTE, - ACTIONS(2163), 1, + ACTIONS(2092), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2169), 1, + ACTIONS(2098), 1, aux_sym__simple_variable_name_token1, - ACTIONS(2172), 1, + ACTIONS(2101), 1, sym_test_operator, - ACTIONS(2175), 1, + ACTIONS(2104), 1, sym__brace_start, - STATE(1082), 1, + STATE(1377), 1, aux_sym__literal_repeat1, - ACTIONS(1954), 2, + ACTIONS(1926), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2136), 2, + ACTIONS(2065), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2166), 2, + ACTIONS(2095), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(478), 2, + STATE(472), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(2133), 3, + ACTIONS(2062), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(890), 9, + STATE(1000), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59735,7 +62073,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1952), 20, + ACTIONS(1924), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59753,59 +62091,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [6365] = 23, + [6003] = 6, 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(2184), 1, - sym__special_character, - ACTIONS(2187), 1, - sym_test_operator, - STATE(479), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1167), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1229), 1, sym_concatenation, - ACTIONS(1424), 2, + ACTIONS(2109), 5, sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1901), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1934), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(2181), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2178), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(820), 9, + STATE(830), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59815,7 +62119,8 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1419), 18, + ACTIONS(2107), 39, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59823,67 +62128,81 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [6466] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(409), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - ACTIONS(411), 1, sym__special_character, - ACTIONS(417), 1, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(423), 1, + anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(2001), 1, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [6072] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2038), 1, + anon_sym_DOLLAR, + ACTIONS(2040), 1, + sym__special_character, + ACTIONS(2042), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(2044), 1, + aux_sym_number_token1, + ACTIONS(2046), 1, + aux_sym_number_token2, + ACTIONS(2048), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(2050), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2052), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(2054), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(2058), 1, sym_test_operator, - STATE(465), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + ACTIONS(2060), 1, + sym__brace_start, + STATE(1376), 1, aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1505), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(2032), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(2056), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2079), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + ACTIONS(2113), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(479), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2030), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(999), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59893,7 +62212,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 18, + ACTIONS(2111), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59901,67 +62220,100 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [6567] = 23, + [6169] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(1566), 1, + anon_sym_DQUOTE, + STATE(816), 1, + sym_string, + ACTIONS(1971), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 4, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + ACTIONS(1969), 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(1081), 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, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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(417), 1, + 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(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(2081), 1, - sym_test_operator, - STATE(464), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [6240] = 6, + ACTIONS(3), 1, + sym_comment, + STATE(1128), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1257), 1, sym_concatenation, - ACTIONS(1577), 2, + ACTIONS(2117), 5, sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, 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(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, + STATE(798), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -59971,7 +62323,8 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1575), 18, + ACTIONS(2115), 39, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -59979,65 +62332,83 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [6668] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(409), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - ACTIONS(411), 1, sym__special_character, - ACTIONS(417), 1, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(423), 1, + anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(2001), 1, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [6309] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2123), 1, + anon_sym_DOLLAR, + ACTIONS(2125), 1, + sym__special_character, + ACTIONS(2127), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(2129), 1, + aux_sym_number_token1, + ACTIONS(2131), 1, + aux_sym_number_token2, + ACTIONS(2133), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2007), 1, + ACTIONS(2135), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2137), 1, + anon_sym_BQUOTE, + ACTIONS(2139), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2081), 1, + ACTIONS(2143), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2145), 1, sym_test_operator, - STATE(479), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + ACTIONS(2147), 1, + sym__brace_start, + STATE(1377), 1, aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1581), 2, + ACTIONS(2024), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(2121), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(2141), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2079), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2077), 3, + STATE(485), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2119), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(820), 9, + STATE(1000), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -60047,7 +62418,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1579), 19, + ACTIONS(2022), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -60057,33 +62428,36 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [6767] = 7, + [6408] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1869), 1, + ACTIONS(1434), 1, anon_sym_DQUOTE, - STATE(767), 1, + STATE(812), 1, sym_string, - ACTIONS(2131), 2, + ACTIONS(1810), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 5, + ACTIONS(1089), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, ts_builtin_sym_end, - ACTIONS(2129), 9, + ACTIONS(1808), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60093,7 +62467,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 35, + ACTIONS(1081), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -60112,6 +62486,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -60129,79 +62505,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [6836] = 3, - ACTIONS(63), 1, + [6479] = 20, + ACTIONS(3), 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, + ACTIONS(2159), 1, + anon_sym_DOLLAR, + ACTIONS(2162), 1, + sym__special_character, + ACTIONS(2165), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2168), 1, + aux_sym_number_token1, + ACTIONS(2171), 1, + aux_sym_number_token2, + ACTIONS(2174), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2177), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2180), 1, anon_sym_BQUOTE, + ACTIONS(2183), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(2189), 1, + sym_test_operator, + ACTIONS(2192), 1, + sym__brace_start, + STATE(1376), 1, + aux_sym__literal_repeat1, + ACTIONS(2152), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2157), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2186), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(585), 31, - anon_sym_for, - anon_sym_select, + STATE(479), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2149), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(999), 9, + 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(2155), 23, + anon_sym_SEMI, + 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_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_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, - anon_sym_DOLLAR, - sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - [6896] = 7, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [6576] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1473), 1, + ACTIONS(1434), 1, anon_sym_DQUOTE, - STATE(900), 1, + STATE(812), 1, sym_string, - ACTIONS(2192), 2, + ACTIONS(1810), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(1093), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2190), 9, + ts_builtin_sym_end, + ACTIONS(1808), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60211,9 +62608,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 35, + ACTIONS(1091), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -60222,14 +62620,15 @@ 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -60247,22 +62646,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [6964] = 7, + [6647] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1473), 1, + ACTIONS(2197), 1, anon_sym_DQUOTE, - STATE(900), 1, + STATE(907), 1, sym_string, - ACTIONS(2192), 2, + ACTIONS(2199), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(1093), 4, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2190), 9, + ACTIONS(2195), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60272,7 +62671,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 35, + ACTIONS(1091), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -60281,6 +62680,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, @@ -60291,6 +62691,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -60308,22 +62710,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [7032] = 7, + [6718] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2196), 1, + ACTIONS(2197), 1, anon_sym_DQUOTE, - STATE(950), 1, + STATE(907), 1, sym_string, - ACTIONS(2198), 2, + ACTIONS(2199), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(1089), 4, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2194), 9, + ACTIONS(2195), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60333,7 +62735,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 35, + ACTIONS(1081), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -60342,6 +62744,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, @@ -60352,6 +62755,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -60369,63 +62774,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [7100] = 21, + [6789] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2204), 1, - anon_sym_DOLLAR, - ACTIONS(2206), 1, - sym__special_character, - ACTIONS(2208), 1, + ACTIONS(1364), 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, + STATE(883), 1, + sym_string, + ACTIONS(2203), 2, aux_sym__simple_variable_name_token1, - ACTIONS(2226), 1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 4, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(2228), 1, sym__brace_start, - STATE(1284), 1, - aux_sym__literal_repeat1, - ACTIONS(2202), 2, + ACTIONS(2201), 9, + anon_sym_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(1091), 38, 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, @@ -60433,33 +62808,52 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [7196] = 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, + [6860] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2196), 1, + ACTIONS(1364), 1, anon_sym_DQUOTE, - STATE(950), 1, + STATE(883), 1, sym_string, - ACTIONS(2198), 2, + ACTIONS(2203), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(1089), 4, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2194), 9, + ACTIONS(2201), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60469,7 +62863,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 35, + ACTIONS(1081), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -60478,6 +62872,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, @@ -60488,6 +62883,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -60505,52 +62902,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [7264] = 21, + [6931] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2123), 1, anon_sym_DOLLAR, - ACTIONS(2239), 1, + ACTIONS(2125), 1, sym__special_character, - ACTIONS(2242), 1, + ACTIONS(2127), 1, anon_sym_DQUOTE, - ACTIONS(2245), 1, + ACTIONS(2129), 1, aux_sym_number_token1, - ACTIONS(2248), 1, + ACTIONS(2131), 1, aux_sym_number_token2, - ACTIONS(2251), 1, + ACTIONS(2133), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2254), 1, + ACTIONS(2135), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2257), 1, + ACTIONS(2137), 1, anon_sym_BQUOTE, - ACTIONS(2260), 1, + ACTIONS(2139), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2266), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2269), 1, + ACTIONS(2145), 1, sym_test_operator, - ACTIONS(2272), 1, + ACTIONS(2147), 1, sym__brace_start, - STATE(1285), 1, + ACTIONS(2205), 1, + aux_sym__simple_variable_name_token1, + STATE(1377), 1, aux_sym__literal_repeat1, - ACTIONS(1954), 2, + ACTIONS(1979), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2233), 2, + ACTIONS(2121), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2263), 2, + ACTIONS(2141), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(490), 2, + STATE(472), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(2230), 3, + ACTIONS(2119), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1060), 9, + STATE(1000), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -60560,7 +62957,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1952), 19, + ACTIONS(1977), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -60568,64 +62965,71 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [7360] = 21, + [7030] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(323), 1, anon_sym_DOLLAR, - ACTIONS(2281), 1, - sym__special_character, - ACTIONS(2283), 1, - anon_sym_DQUOTE, - ACTIONS(2285), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(2289), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2293), 1, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(1566), 1, + anon_sym_DQUOTE, + ACTIONS(1568), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1570), 1, anon_sym_BQUOTE, - ACTIONS(2295), 1, + ACTIONS(1572), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2299), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2301), 1, + ACTIONS(1578), 1, + sym__bare_dollar, + ACTIONS(1636), 1, + sym__special_character, + ACTIONS(1638), 1, sym_test_operator, - ACTIONS(2303), 1, - sym__brace_start, - STATE(1285), 1, + STATE(488), 1, + aux_sym_command_repeat2, + STATE(1132), 1, aux_sym__literal_repeat1, - ACTIONS(1825), 2, + STATE(1368), 1, + sym_concatenation, + ACTIONS(1498), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + ACTIONS(1560), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, + ACTIONS(1574), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(490), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2275), 3, + ACTIONS(1634), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1632), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1060), 9, + STATE(941), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -60635,7 +63039,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1823), 19, + ACTIONS(1496), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -60643,7 +63047,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, @@ -60652,55 +63055,203 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [7456] = 21, + [7133] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(1566), 1, + anon_sym_DQUOTE, + STATE(816), 1, + sym_string, + ACTIONS(1971), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 4, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + ACTIONS(1969), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, anon_sym_DOLLAR, - ACTIONS(2281), 1, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1081), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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(2283), 1, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [7204] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1831), 1, + anon_sym_DOLLAR, + ACTIONS(1837), 1, anon_sym_DQUOTE, - ACTIONS(2285), 1, + ACTIONS(1840), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(1843), 1, aux_sym_number_token2, - ACTIONS(2289), 1, + ACTIONS(1846), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, + ACTIONS(1849), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2293), 1, + ACTIONS(1852), 1, anon_sym_BQUOTE, - ACTIONS(2295), 1, + ACTIONS(1855), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2301), 1, - sym_test_operator, - ACTIONS(2303), 1, + ACTIONS(1864), 1, + sym__bare_dollar, + ACTIONS(1867), 1, sym__brace_start, - ACTIONS(2305), 1, - aux_sym__simple_variable_name_token1, - STATE(1285), 1, + ACTIONS(2213), 1, + sym__special_character, + ACTIONS(2216), 1, + sym_test_operator, + STATE(488), 1, + aux_sym_command_repeat2, + STATE(1132), 1, aux_sym__literal_repeat1, - ACTIONS(1855), 2, + STATE(1368), 1, + sym_concatenation, + ACTIONS(1511), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + ACTIONS(1825), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, + ACTIONS(1858), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(491), 2, + ACTIONS(2210), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2207), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(941), 9, + 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(1506), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [7307] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(323), 1, + anon_sym_DOLLAR, + ACTIONS(331), 1, + aux_sym_number_token1, + ACTIONS(333), 1, + aux_sym_number_token2, + ACTIONS(337), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(1566), 1, + anon_sym_DQUOTE, + ACTIONS(1568), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1572), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1578), 1, + sym__bare_dollar, + ACTIONS(1636), 1, + sym__special_character, + ACTIONS(1638), 1, + sym_test_operator, + STATE(488), 1, + aux_sym_command_repeat2, + STATE(1132), 1, + aux_sym__literal_repeat1, + STATE(1368), 1, sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2275), 3, + ACTIONS(1560), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1574), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1582), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1634), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(1632), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1060), 9, + STATE(941), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -60710,7 +63261,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1853), 19, + ACTIONS(1580), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -60718,7 +63269,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, @@ -60727,25 +63277,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [7552] = 7, + anon_sym_BQUOTE, + [7408] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, + ACTIONS(1566), 1, anon_sym_DQUOTE, - STATE(872), 1, + STATE(816), 1, sym_string, - ACTIONS(2091), 2, + ACTIONS(1971), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(1093), 4, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - ACTIONS(2089), 9, + ACTIONS(1969), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60755,7 +63308,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 35, + ACTIONS(1091), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -60765,6 +63318,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, @@ -60774,6 +63328,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -60791,21 +63347,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [7620] = 7, + [7479] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1831), 1, + ACTIONS(2042), 1, anon_sym_DQUOTE, - STATE(873), 1, + STATE(1114), 1, sym_string, - ACTIONS(2309), 2, + ACTIONS(2221), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 3, + ACTIONS(1093), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - ACTIONS(2307), 9, + ACTIONS(2219), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60815,7 +63371,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 36, + ACTIONS(1091), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -60835,6 +63391,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -60852,21 +63410,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [7688] = 7, + [7549] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1831), 1, + ACTIONS(1402), 1, anon_sym_DQUOTE, - STATE(873), 1, + STATE(1035), 1, sym_string, - ACTIONS(2309), 2, + ACTIONS(2225), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 3, + ACTIONS(1093), 4, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2307), 9, + ACTIONS(2223), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -60876,7 +63435,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 36, + ACTIONS(1091), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -60885,7 +63444,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, @@ -60896,6 +63454,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -60913,53 +63473,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [7756] = 21, + [7619] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2204), 1, + ACTIONS(2231), 1, anon_sym_DOLLAR, - ACTIONS(2206), 1, + ACTIONS(2233), 1, sym__special_character, - ACTIONS(2208), 1, + ACTIONS(2235), 1, anon_sym_DQUOTE, - ACTIONS(2210), 1, + ACTIONS(2237), 1, aux_sym_number_token1, - ACTIONS(2212), 1, + ACTIONS(2239), 1, aux_sym_number_token2, - ACTIONS(2214), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2216), 1, + ACTIONS(2243), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2218), 1, + ACTIONS(2245), 1, anon_sym_BQUOTE, - ACTIONS(2220), 1, + ACTIONS(2247), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2226), 1, + ACTIONS(2251), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2253), 1, sym_test_operator, - ACTIONS(2228), 1, + ACTIONS(2255), 1, sym__brace_start, - ACTIONS(2311), 1, - aux_sym__simple_variable_name_token1, - STATE(1284), 1, + STATE(1448), 1, aux_sym__literal_repeat1, - ACTIONS(2202), 2, + ACTIONS(2229), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2222), 2, + ACTIONS(2249), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(498), 2, + STATE(495), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(1825), 3, + ACTIONS(1979), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2200), 3, + ACTIONS(2227), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(964), 9, + STATE(1188), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -60969,7 +63529,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1823), 18, + ACTIONS(1977), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -60985,25 +63545,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [7852] = 7, + [7717] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, + ACTIONS(2042), 1, anon_sym_DQUOTE, - STATE(872), 1, + STATE(1114), 1, sym_string, - ACTIONS(2091), 2, + ACTIONS(2221), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(1089), 3, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ACTIONS(2089), 9, + ACTIONS(2219), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -61013,25 +63574,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 35, + ACTIONS(1081), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -61049,53 +63613,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [7920] = 21, + [7787] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2319), 1, + ACTIONS(2263), 1, anon_sym_DOLLAR, - ACTIONS(2322), 1, + ACTIONS(2266), 1, sym__special_character, - ACTIONS(2325), 1, + ACTIONS(2269), 1, anon_sym_DQUOTE, - ACTIONS(2328), 1, + ACTIONS(2272), 1, aux_sym_number_token1, - ACTIONS(2331), 1, + ACTIONS(2275), 1, aux_sym_number_token2, - ACTIONS(2334), 1, + ACTIONS(2278), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2337), 1, + ACTIONS(2281), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2340), 1, + ACTIONS(2284), 1, anon_sym_BQUOTE, - ACTIONS(2343), 1, + ACTIONS(2287), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2349), 1, + ACTIONS(2293), 1, aux_sym__simple_variable_name_token1, - ACTIONS(2352), 1, + ACTIONS(2296), 1, sym_test_operator, - ACTIONS(2355), 1, + ACTIONS(2299), 1, sym__brace_start, - STATE(1284), 1, + STATE(1448), 1, aux_sym__literal_repeat1, - ACTIONS(2316), 2, + ACTIONS(2260), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2346), 2, + ACTIONS(2290), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(498), 2, + STATE(495), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(1954), 3, + ACTIONS(1926), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2313), 3, + ACTIONS(2257), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(964), 9, + STATE(1188), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -61105,7 +63669,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1952), 18, + ACTIONS(1924), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -61121,36 +63685,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [8016] = 7, + [7885] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2360), 1, + ACTIONS(2306), 1, + anon_sym_DOLLAR, + ACTIONS(2308), 1, + sym__special_character, + ACTIONS(2310), 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, + ACTIONS(2312), 1, + aux_sym_number_token1, + ACTIONS(2314), 1, + aux_sym_number_token2, + ACTIONS(2316), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2318), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2320), 1, + anon_sym_BQUOTE, + ACTIONS(2322), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2326), 1, sym_test_operator, + ACTIONS(2328), 1, sym__brace_start, - ACTIONS(2358), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 34, + STATE(1414), 1, + aux_sym__literal_repeat1, + ACTIONS(2036), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2304), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2324), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(510), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2302), 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(2034), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -61158,48 +63751,36 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [8083] = 7, + [7981] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2360), 1, + ACTIONS(1985), 1, anon_sym_DQUOTE, - STATE(1196), 1, + STATE(919), 1, sym_string, - ACTIONS(2362), 2, + ACTIONS(2332), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(1089), 3, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2358), 9, + ACTIONS(2330), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -61209,7 +63790,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 34, + ACTIONS(1081), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -61218,15 +63799,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -61244,96 +63829,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [8150] = 21, + [8051] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2236), 1, - anon_sym_DOLLAR, - ACTIONS(2242), 1, + ACTIONS(2336), 1, anon_sym_DQUOTE, - ACTIONS(2245), 1, - aux_sym_number_token1, - ACTIONS(2248), 1, - aux_sym_number_token2, - ACTIONS(2251), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2254), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2257), 1, - anon_sym_BQUOTE, - ACTIONS(2260), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2272), 1, - sym__brace_start, - ACTIONS(2367), 1, - sym__special_character, - ACTIONS(2370), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2373), 1, - sym_test_operator, - STATE(1285), 1, - aux_sym__literal_repeat1, - ACTIONS(1954), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2233), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2263), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(501), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2364), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(1177), 9, - sym_arithmetic_expansion, - sym_brace_expression, + STATE(1054), 1, sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1952), 18, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [8245] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1707), 1, - anon_sym_DQUOTE, - STATE(985), 1, - sym_string, - ACTIONS(2378), 2, + ACTIONS(2338), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(1093), 4, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2376), 9, + ACTIONS(2334), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -61343,7 +63854,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 34, + ACTIONS(1091), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -61352,15 +63863,18 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -61378,16 +63892,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [8312] = 5, - ACTIONS(63), 1, + [8121] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(2384), 2, - anon_sym_esac, - anon_sym_SEMI_SEMI, - ACTIONS(2386), 2, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - ACTIONS(2382), 21, + ACTIONS(725), 21, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -61397,9 +63905,9 @@ static const uint16_t ts_small_parse_table[] = { 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_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DQUOTE, sym_raw_string, @@ -61409,7 +63917,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(477), 33, anon_sym_for, anon_sym_select, anon_sym_LT, @@ -61417,7 +63925,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, @@ -61430,28 +63943,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unset, anon_sym_unsetenv, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - [8375] = 7, + [8183] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1707), 1, + ACTIONS(1985), 1, anon_sym_DQUOTE, - STATE(985), 1, + STATE(919), 1, sym_string, - ACTIONS(2378), 2, + ACTIONS(2332), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(1093), 3, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2376), 9, + ACTIONS(2330), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -61461,7 +63975,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 34, + ACTIONS(1091), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -61470,15 +63984,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -61496,57 +64014,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [8442] = 23, + [8253] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(2306), 1, anon_sym_DOLLAR, - ACTIONS(1707), 1, + ACTIONS(2308), 1, + sym__special_character, + ACTIONS(2310), 1, anon_sym_DQUOTE, - ACTIONS(1709), 1, + ACTIONS(2312), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(2314), 1, aux_sym_number_token2, - ACTIONS(1713), 1, + ACTIONS(2316), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, + ACTIONS(2318), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1717), 1, + ACTIONS(2320), 1, anon_sym_BQUOTE, - ACTIONS(1719), 1, + ACTIONS(2322), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1729), 1, - sym__brace_start, - ACTIONS(2390), 1, - sym__special_character, - ACTIONS(2392), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2394), 1, - sym_variable_name, - ACTIONS(2396), 1, + ACTIONS(2326), 1, sym_test_operator, - STATE(1096), 1, + ACTIONS(2328), 1, + sym__brace_start, + STATE(1414), 1, aux_sym__literal_repeat1, - STATE(3950), 1, - sym_subscript, - ACTIONS(1357), 2, + ACTIONS(2113), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1701), 2, + ACTIONS(2304), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1721), 2, + ACTIONS(2324), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2388), 3, + STATE(510), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2302), 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(1060), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -61556,108 +64067,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1355), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_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, - [8541] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1793), 1, - anon_sym_DQUOTE, - STATE(957), 1, - sym_string, - ACTIONS(2400), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 5, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ts_builtin_sym_end, - ACTIONS(2398), 9, - anon_sym_DASH, - anon_sym_STAR, - 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, - [8608] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2105), 1, - anon_sym_DQUOTE, - STATE(972), 1, - sym_string, - ACTIONS(2404), 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(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, - anon_sym_LPAREN_LPAREN, + ACTIONS(2111), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -61675,40 +64085,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, + [8349] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1793), 1, + ACTIONS(2336), 1, anon_sym_DQUOTE, - STATE(957), 1, + STATE(1054), 1, sym_string, - ACTIONS(2400), 2, + ACTIONS(2338), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 5, + ACTIONS(1089), 4, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, - ACTIONS(2398), 9, + ACTIONS(2334), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -61718,7 +64115,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 33, + ACTIONS(1081), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -61729,12 +64126,16 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -61752,188 +64153,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [8742] = 23, + [8419] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, - anon_sym_DOLLAR, - ACTIONS(1707), 1, - anon_sym_DQUOTE, - ACTIONS(1709), 1, - aux_sym_number_token1, - ACTIONS(1711), 1, - aux_sym_number_token2, - ACTIONS(1713), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1715), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1717), 1, - anon_sym_BQUOTE, - ACTIONS(1719), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1729), 1, - sym__brace_start, - ACTIONS(2390), 1, - sym__special_character, - ACTIONS(2394), 1, - sym_variable_name, - ACTIONS(2396), 1, - sym_test_operator, - ACTIONS(2406), 1, - aux_sym__simple_variable_name_token1, - STATE(1096), 1, - aux_sym__literal_repeat1, - STATE(3950), 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(2388), 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, - 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), 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, - [8841] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2105), 1, - anon_sym_DQUOTE, - STATE(972), 1, - sym_string, - ACTIONS(2404), 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, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, + ACTIONS(2346), 1, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 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, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2349), 1, 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, - [8908] = 21, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2279), 1, - anon_sym_DOLLAR, - ACTIONS(2283), 1, + ACTIONS(2352), 1, anon_sym_DQUOTE, - ACTIONS(2285), 1, + ACTIONS(2355), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(2358), 1, aux_sym_number_token2, - ACTIONS(2289), 1, + ACTIONS(2361), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, + ACTIONS(2364), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2293), 1, + ACTIONS(2367), 1, anon_sym_BQUOTE, - ACTIONS(2295), 1, + ACTIONS(2370), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2303), 1, - sym__brace_start, - ACTIONS(2410), 1, - sym__special_character, - ACTIONS(2412), 1, + ACTIONS(2376), 1, aux_sym__simple_variable_name_token1, - ACTIONS(2414), 1, + ACTIONS(2379), 1, sym_test_operator, - STATE(1285), 1, + ACTIONS(2382), 1, + sym__brace_start, + STATE(1379), 1, aux_sym__literal_repeat1, - ACTIONS(1825), 2, + ACTIONS(1926), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + ACTIONS(2343), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, + ACTIONS(2373), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(501), 2, + STATE(503), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(2408), 3, + ACTIONS(2340), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1177), 9, + STATE(1083), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -61943,7 +64208,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1823), 18, + ACTIONS(1924), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -61951,6 +64216,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, @@ -61959,113 +64225,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [9003] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(2384), 1, - anon_sym_SEMI_SEMI, - ACTIONS(2386), 3, - anon_sym_RPAREN, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - ACTIONS(2382), 21, - sym_file_descriptor, - 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, - [9066] = 21, + [8517] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(2389), 1, anon_sym_DOLLAR, - ACTIONS(2283), 1, + ACTIONS(2391), 1, + sym__special_character, + ACTIONS(2393), 1, anon_sym_DQUOTE, - ACTIONS(2285), 1, + ACTIONS(2395), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(2397), 1, aux_sym_number_token2, - ACTIONS(2289), 1, + ACTIONS(2399), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, + ACTIONS(2401), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2293), 1, + ACTIONS(2403), 1, anon_sym_BQUOTE, - ACTIONS(2295), 1, + ACTIONS(2405), 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, + ACTIONS(2409), 1, aux_sym__simple_variable_name_token1, - STATE(1285), 1, + ACTIONS(2411), 1, + sym_test_operator, + ACTIONS(2413), 1, + sym__brace_start, + STATE(1379), 1, aux_sym__literal_repeat1, - ACTIONS(1855), 2, + ACTIONS(2024), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + ACTIONS(2387), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, + ACTIONS(2407), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(511), 2, + STATE(513), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(2408), 3, + ACTIONS(2385), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1177), 9, + STATE(1083), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -62075,7 +64285,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1853), 18, + ACTIONS(2022), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -62083,6 +64293,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, @@ -62091,84 +64302,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [9161] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(2418), 2, - anon_sym_esac, - anon_sym_SEMI_SEMI, - ACTIONS(2420), 2, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - ACTIONS(2382), 21, - 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, - [9224] = 7, + [8615] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2424), 1, + ACTIONS(1402), 1, anon_sym_DQUOTE, - STATE(1093), 1, + STATE(1035), 1, sym_string, - ACTIONS(2426), 2, + ACTIONS(2225), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 5, + ACTIONS(1089), 4, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, - ACTIONS(2422), 9, + ACTIONS(2223), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -62178,7 +64332,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 33, + ACTIONS(1081), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -62189,12 +64343,16 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -62212,50 +64370,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [9291] = 20, + [8685] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(2231), 1, anon_sym_DOLLAR, - ACTIONS(2283), 1, + ACTIONS(2233), 1, + sym__special_character, + ACTIONS(2235), 1, anon_sym_DQUOTE, - ACTIONS(2285), 1, + ACTIONS(2237), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(2239), 1, aux_sym_number_token2, - ACTIONS(2289), 1, + ACTIONS(2241), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, + ACTIONS(2243), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2295), 1, + ACTIONS(2245), 1, + anon_sym_BQUOTE, + ACTIONS(2247), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2303), 1, - sym__brace_start, - ACTIONS(2410), 1, - sym__special_character, - ACTIONS(2414), 1, + ACTIONS(2253), 1, sym_test_operator, - ACTIONS(2428), 1, + ACTIONS(2255), 1, + sym__brace_start, + ACTIONS(2415), 1, aux_sym__simple_variable_name_token1, - STATE(1285), 1, + STATE(1448), 1, aux_sym__literal_repeat1, - ACTIONS(1855), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + ACTIONS(2229), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, + ACTIONS(2249), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(518), 2, + STATE(493), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(2408), 3, + ACTIONS(2024), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2227), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1177), 9, + STATE(1188), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -62265,7 +64426,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1853), 19, + ACTIONS(2022), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -62281,27 +64442,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [9384] = 7, + [8783] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2424), 1, + ACTIONS(1566), 1, anon_sym_DQUOTE, - STATE(1093), 1, + STATE(816), 1, sym_string, - ACTIONS(2426), 2, + ACTIONS(1971), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 5, + ACTIONS(1093), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, - ACTIONS(2422), 9, + ACTIONS(1969), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -62311,9 +64472,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 33, + ACTIONS(1091), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -62323,11 +64485,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -62345,50 +64510,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [9451] = 20, + [8853] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, - anon_sym_DOLLAR, - ACTIONS(2283), 1, - anon_sym_DQUOTE, - ACTIONS(2285), 1, - aux_sym_number_token1, - ACTIONS(2287), 1, - aux_sym_number_token2, - ACTIONS(2289), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2295), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2303), 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(1285), 1, + STATE(1228), 1, aux_sym__literal_repeat1, - ACTIONS(1825), 2, + STATE(1466), 1, + sym_concatenation, + ACTIONS(2109), 5, sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, 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(501), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2408), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - STATE(1177), 9, + STATE(951), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -62398,7 +64533,8 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1823), 19, + ACTIONS(2107), 38, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -62408,67 +64544,48 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [9544] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1657), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - ACTIONS(1663), 1, + sym__special_character, anon_sym_DQUOTE, - ACTIONS(1666), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(1669), 1, aux_sym_number_token2, - ACTIONS(1672), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1675), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1678), 1, anon_sym_BQUOTE, - ACTIONS(1681), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1696), 1, - sym__brace_start, - ACTIONS(2433), 1, - sym__special_character, - ACTIONS(2436), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2439), 1, - sym_variable_name, - ACTIONS(2442), 1, - sym_test_operator, - STATE(1096), 1, - aux_sym__literal_repeat1, - STATE(3950), 1, - sym_subscript, - ACTIONS(1369), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1654), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1684), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2430), 3, - sym_raw_string, - sym_ansi_c_string, sym_word, - STATE(519), 3, - sym_variable_assignment, + [8921] = 6, + ACTIONS(3), 1, + sym_comment, + STATE(1224), 1, + aux_sym__literal_repeat1, + STATE(1403), 1, sym_concatenation, - aux_sym_declaration_command_repeat1, - STATE(1326), 9, + ACTIONS(2117), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + STATE(946), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -62478,7 +64595,9 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1367), 15, + ACTIONS(2115), 38, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -62486,233 +64605,79 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [9643] = 5, - ACTIONS(63), 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, - 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_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, - [9706] = 33, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(33), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, + [8989] = 20, + ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(2423), 1, anon_sym_DOLLAR, - ACTIONS(411), 1, + ACTIONS(2426), 1, sym__special_character, - ACTIONS(413), 1, + ACTIONS(2429), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(2432), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(2435), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(2438), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(2441), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(2444), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(2447), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(433), 1, - sym_variable_name, - ACTIONS(435), 1, + ACTIONS(2453), 1, sym_test_operator, - ACTIONS(437), 1, + ACTIONS(2456), 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, + STATE(1414), 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(2157), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2420), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(415), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(429), 2, + ACTIONS(2450), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2770), 2, - sym_subshell, - sym_test_command, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(809), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [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, - sym__special_character, - 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(67), 1, - 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, + STATE(510), 2, 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_DOLLAR_LPAREN_LPAREN, - ACTIONS(47), 2, + aux_sym_for_statement_repeat1, + ACTIONS(2417), 3, sym_raw_string, sym_ansi_c_string, - ACTIONS(61), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2770), 2, - sym_subshell, - sym_test_command, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(720), 9, + sym_word, + STATE(1060), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -62722,32 +64687,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [9942] = 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, - 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), 34, - anon_sym_LPAREN_LPAREN, + ACTIONS(2155), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -62755,119 +64695,85 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [10008] = 7, + [9085] = 25, 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(1135), 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, + ACTIONS(19), 1, + anon_sym_LPAREN, + ACTIONS(323), 1, 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_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, + ACTIONS(331), 1, aux_sym_number_token1, + ACTIONS(333), 1, aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(1566), 1, + anon_sym_DQUOTE, + ACTIONS(1568), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1570), 1, anon_sym_BQUOTE, + ACTIONS(1572), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(1578), 1, + sym__bare_dollar, + ACTIONS(2463), 1, + sym__special_character, + ACTIONS(2465), 1, + sym_test_operator, + STATE(580), 1, + aux_sym_command_repeat2, + STATE(1132), 1, + aux_sym__literal_repeat1, + STATE(1368), 1, + sym_concatenation, + STATE(3225), 1, + sym_subshell, + ACTIONS(1276), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1560), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1574), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + ACTIONS(2461), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2459), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [10074] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1707), 1, - anon_sym_DQUOTE, - STATE(985), 1, + STATE(1469), 9, + sym_arithmetic_expansion, + sym_brace_expression, sym_string, - ACTIONS(2378), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, - sym_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(1127), 33, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1274), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -62875,46 +64781,32 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [10140] = 7, + [9191] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1707), 1, + ACTIONS(1566), 1, anon_sym_DQUOTE, - STATE(985), 1, + STATE(816), 1, sym_string, - ACTIONS(2378), 2, + ACTIONS(1971), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(1089), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2376), 9, + ACTIONS(1969), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -62924,9 +64816,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 33, + ACTIONS(1081), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -62936,11 +64829,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -62958,61 +64854,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [10206] = 24, - ACTIONS(63), 1, + [9261] = 21, + ACTIONS(3), 1, sym_comment, - ACTIONS(2457), 1, - sym_word, - ACTIONS(2461), 1, + ACTIONS(2389), 1, anon_sym_DOLLAR, - ACTIONS(2463), 1, + ACTIONS(2391), 1, sym__special_character, - ACTIONS(2465), 1, + ACTIONS(2393), 1, anon_sym_DQUOTE, - ACTIONS(2469), 1, + ACTIONS(2395), 1, aux_sym_number_token1, - ACTIONS(2471), 1, + ACTIONS(2397), 1, aux_sym_number_token2, - ACTIONS(2473), 1, + ACTIONS(2399), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2475), 1, + ACTIONS(2401), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2477), 1, + ACTIONS(2403), 1, anon_sym_BQUOTE, - ACTIONS(2479), 1, + ACTIONS(2405), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2483), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2485), 1, - sym_variable_name, - ACTIONS(2487), 1, + ACTIONS(2411), 1, sym_test_operator, - ACTIONS(2489), 1, + ACTIONS(2413), 1, sym__brace_start, - STATE(1714), 1, + ACTIONS(2467), 1, + aux_sym__simple_variable_name_token1, + STATE(1379), 1, aux_sym__literal_repeat1, - STATE(4007), 1, - sym_subscript, - ACTIONS(2459), 2, + ACTIONS(1979), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2387), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2467), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(2481), 2, + ACTIONS(2407), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(529), 3, - sym_variable_assignment, + STATE(503), 2, sym_concatenation, - aux_sym_declaration_command_repeat1, - ACTIONS(1323), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - STATE(1422), 9, + aux_sym_unset_command_repeat1, + ACTIONS(2385), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1083), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63022,45 +64909,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1325), 11, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [10306] = 7, - 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(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), 33, - anon_sym_LPAREN_LPAREN, + ACTIONS(1977), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -63068,6 +64917,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, @@ -63076,78 +64926,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [10372] = 24, - ACTIONS(63), 1, + [9359] = 20, + ACTIONS(3), 1, sym_comment, - ACTIONS(2491), 1, - sym_word, - ACTIONS(2497), 1, + ACTIONS(2473), 1, anon_sym_DOLLAR, - ACTIONS(2500), 1, + ACTIONS(2475), 1, sym__special_character, - ACTIONS(2503), 1, + ACTIONS(2477), 1, anon_sym_DQUOTE, - ACTIONS(2509), 1, + ACTIONS(2479), 1, aux_sym_number_token1, - ACTIONS(2512), 1, + ACTIONS(2481), 1, aux_sym_number_token2, - ACTIONS(2515), 1, + ACTIONS(2483), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2518), 1, + ACTIONS(2485), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2521), 1, + ACTIONS(2487), 1, anon_sym_BQUOTE, - ACTIONS(2524), 1, + ACTIONS(2489), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2530), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2533), 1, - sym_variable_name, - ACTIONS(2536), 1, + ACTIONS(2493), 1, sym_test_operator, - ACTIONS(2539), 1, + ACTIONS(2495), 1, sym__brace_start, - STATE(1714), 1, + STATE(2912), 1, aux_sym__literal_repeat1, - STATE(4007), 1, - sym_subscript, - ACTIONS(2494), 2, + STATE(3156), 1, + sym_concatenation, + ACTIONS(2117), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2471), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2506), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(2527), 2, + ACTIONS(2491), 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_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - STATE(1422), 9, + ACTIONS(2469), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(2824), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63157,68 +64983,73 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1369), 11, - sym_file_descriptor, + ACTIONS(2115), 23, + anon_sym_SEMI, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [10472] = 23, + anon_sym_AMP, + [9455] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(2473), 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(1017), 1, + ACTIONS(2475), 1, sym__special_character, - ACTIONS(2001), 1, + ACTIONS(2477), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(2479), 1, + aux_sym_number_token1, + ACTIONS(2481), 1, + aux_sym_number_token2, + ACTIONS(2483), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(2485), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2487), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(2489), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2546), 1, + ACTIONS(2495), 1, + sym__brace_start, + ACTIONS(2499), 1, sym_test_operator, - STATE(532), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + STATE(2939), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(3202), 1, sym_concatenation, - ACTIONS(1577), 2, + ACTIONS(2109), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(2471), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(2491), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2544), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2542), 3, + ACTIONS(2497), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1283), 9, + STATE(2806), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63228,72 +65059,84 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1575), 15, + ACTIONS(2107), 23, + anon_sym_SEMI, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [10570] = 23, + anon_sym_AMP, + [9551] = 25, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(19), 1, + anon_sym_LPAREN, + ACTIONS(323), 1, anon_sym_DOLLAR, - ACTIONS(417), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(423), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(437), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(1017), 1, - sym__special_character, - ACTIONS(2001), 1, + ACTIONS(1566), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(1568), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(1570), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(1572), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, + ACTIONS(1578), 1, sym__bare_dollar, - ACTIONS(2546), 1, + ACTIONS(2463), 1, + sym__special_character, + ACTIONS(2465), 1, sym_test_operator, - STATE(534), 1, + STATE(596), 1, aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1132), 1, aux_sym__literal_repeat1, - STATE(1087), 1, + STATE(1368), 1, sym_concatenation, - ACTIONS(1505), 2, + STATE(3177), 1, + sym_subshell, + ACTIONS(1256), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(1560), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(1574), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2544), 2, + ACTIONS(2461), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2542), 3, + ACTIONS(2459), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1283), 9, + STATE(1469), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63303,7 +65146,7 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1501), 15, + ACTIONS(1252), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -63317,58 +65160,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [10668] = 23, + [9657] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(2507), 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(1017), 1, + ACTIONS(2510), 1, sym__special_character, - ACTIONS(2001), 1, + ACTIONS(2513), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(2516), 1, + aux_sym_number_token1, + ACTIONS(2519), 1, + aux_sym_number_token2, + ACTIONS(2522), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(2525), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2528), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(2531), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2546), 1, + ACTIONS(2537), 1, sym_test_operator, - STATE(540), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + ACTIONS(2540), 1, + sym__brace_start, + STATE(1479), 1, aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1571), 2, + ACTIONS(2157), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(2504), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(2534), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2544), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2542), 3, + STATE(517), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2501), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1283), 9, + STATE(1292), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63378,98 +65217,121 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1569), 15, + ACTIONS(2155), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [10766] = 33, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(33), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, + anon_sym_AMP, + [9752] = 23, + ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(1694), 1, anon_sym_DOLLAR, - ACTIONS(413), 1, + ACTIONS(1700), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(1703), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(1706), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(1709), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(1712), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(1715), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(1718), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, + ACTIONS(1733), 1, sym__brace_start, - ACTIONS(1017), 1, + ACTIONS(2546), 1, sym__special_character, - ACTIONS(1023), 1, + ACTIONS(2549), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2552), 1, sym_variable_name, - ACTIONS(1025), 1, + ACTIONS(2555), 1, sym_test_operator, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2548), 1, - sym_word, - STATE(530), 1, - sym_command_name, - STATE(877), 1, - aux_sym_command_repeat1, - STATE(1044), 1, + STATE(1373), 1, aux_sym__literal_repeat1, - STATE(1134), 1, - sym_concatenation, - STATE(1391), 1, - sym_variable_assignment, - STATE(2409), 1, - sym_file_redirect, - STATE(2768), 1, - sym_command, - STATE(3972), 1, + STATE(4509), 1, sym_subscript, - ACTIONS(389), 2, + ACTIONS(1308), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1691), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(1721), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(1019), 2, + ACTIONS(2543), 3, sym_raw_string, sym_ansi_c_string, - STATE(2770), 2, - sym_subshell, - sym_test_command, - ACTIONS(1305), 3, + sym_word, + STATE(518), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1501), 9, + 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(1306), 17, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, - ACTIONS(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, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [9853] = 6, + ACTIONS(3), 1, + sym_comment, + STATE(1461), 1, + aux_sym__literal_repeat1, + STATE(1510), 1, + sym_concatenation, + ACTIONS(2117), 6, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + STATE(1197), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63479,56 +65341,89 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [10884] = 23, - ACTIONS(3), 1, - sym_comment, - ACTIONS(409), 1, + ACTIONS(2115), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - ACTIONS(417), 1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(423), 1, + anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(1017), 1, - sym__special_character, - ACTIONS(2001), 1, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [9920] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2389), 1, + anon_sym_DOLLAR, + ACTIONS(2393), 1, anon_sym_DQUOTE, - ACTIONS(2003), 1, + ACTIONS(2395), 1, + aux_sym_number_token1, + ACTIONS(2397), 1, + aux_sym_number_token2, + ACTIONS(2399), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2005), 1, + ACTIONS(2401), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2403), 1, anon_sym_BQUOTE, - ACTIONS(2007), 1, + ACTIONS(2405), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2013), 1, - sym__bare_dollar, - ACTIONS(2546), 1, + ACTIONS(2413), 1, + sym__brace_start, + ACTIONS(2560), 1, + sym__special_character, + ACTIONS(2562), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2564), 1, sym_test_operator, - STATE(540), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1379), 1, aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1581), 2, + ACTIONS(1979), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1997), 2, + ACTIONS(2387), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2009), 2, + ACTIONS(2407), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2544), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2542), 3, + STATE(549), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2558), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1283), 9, + STATE(1287), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63538,7 +65433,8 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1579), 15, + ACTIONS(1977), 20, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -63546,175 +65442,158 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [10982] = 33, - ACTIONS(63), 1, + anon_sym_AMP, + [10017] = 34, + ACTIONS(67), 1, sym_comment, - ACTIONS(262), 1, - anon_sym_LBRACK, - ACTIONS(266), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(300), 1, - sym_variable_name, - ACTIONS(971), 1, - anon_sym_LPAREN, - ACTIONS(975), 1, + ACTIONS(161), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(985), 1, anon_sym_DOLLAR, - ACTIONS(977), 1, - sym__special_character, - ACTIONS(979), 1, + ACTIONS(989), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(993), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(995), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(997), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(999), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, - anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(1003), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(999), 1, - sym_test_operator, - ACTIONS(1001), 1, + ACTIONS(1009), 1, sym__brace_start, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2550), 1, + ACTIONS(1049), 1, sym_word, - STATE(546), 1, - sym_command_name, - STATE(897), 1, - aux_sym_command_repeat1, - STATE(1547), 1, + ACTIONS(1057), 1, + sym__special_character, + ACTIONS(1061), 1, + sym_test_operator, + ACTIONS(2566), 1, + anon_sym_LPAREN, + ACTIONS(2568), 1, + anon_sym_BANG, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(2576), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2578), 1, + sym_variable_name, + STATE(1728), 1, + sym_command_substitution, + STATE(1901), 1, aux_sym__literal_repeat1, - STATE(1749), 1, - sym_concatenation, - STATE(1870), 1, - sym_variable_assignment, - STATE(2409), 1, - sym_file_redirect, - STATE(3199), 1, - sym_command, - STATE(3974), 1, - sym_subscript, - ACTIONS(965), 2, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + STATE(2179), 1, + sym__expression, + ACTIONS(973), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(981), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(995), 2, + ACTIONS(1005), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3188), 2, - sym_subshell, - sym_test_command, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(1330), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(1059), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(2570), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2572), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1727), 4, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, - sym_command_substitution, + STATE(1873), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, sym_process_substitution, - [11100] = 33, - ACTIONS(63), 1, + STATE(2062), 4, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [10140] = 23, + ACTIONS(3), 1, sym_comment, - ACTIONS(461), 1, - anon_sym_LPAREN, - ACTIONS(483), 1, - anon_sym_LBRACK, - ACTIONS(485), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(491), 1, + ACTIONS(1740), 1, anon_sym_DOLLAR, - ACTIONS(493), 1, - sym__special_character, - ACTIONS(495), 1, + ACTIONS(1744), 1, anon_sym_DQUOTE, - ACTIONS(499), 1, + ACTIONS(1746), 1, aux_sym_number_token1, - ACTIONS(501), 1, + ACTIONS(1748), 1, aux_sym_number_token2, - ACTIONS(503), 1, + ACTIONS(1750), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(505), 1, + ACTIONS(1752), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(507), 1, + ACTIONS(1754), 1, anon_sym_BQUOTE, - ACTIONS(509), 1, + ACTIONS(1756), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(515), 1, + ACTIONS(1766), 1, + sym__brace_start, + ACTIONS(2582), 1, + sym__special_character, + ACTIONS(2584), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2586), 1, sym_variable_name, - ACTIONS(517), 1, + ACTIONS(2588), 1, sym_test_operator, - ACTIONS(519), 1, - sym__brace_start, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2552), 1, - sym_word, - STATE(429), 1, - sym_command_name, - STATE(707), 1, + STATE(1373), 1, aux_sym__literal_repeat1, - STATE(830), 1, - sym_concatenation, - STATE(837), 1, - aux_sym_command_repeat1, - STATE(1104), 1, - sym_variable_assignment, - STATE(2409), 1, - sym_file_redirect, - STATE(2806), 1, - sym_command, - STATE(4022), 1, + STATE(4509), 1, sym_subscript, - ACTIONS(455), 2, + ACTIONS(1358), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1738), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(497), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(511), 2, + ACTIONS(1758), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2764), 2, - sym_subshell, - sym_test_command, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(586), 9, + ACTIONS(2580), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(528), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1501), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63724,34 +65603,7 @@ 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, + ACTIONS(1356), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -63759,85 +65611,165 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, + [10241] = 34, + ACTIONS(67), 1, + sym_comment, + ACTIONS(254), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, aux_sym_number_token1, + ACTIONS(995), 1, aux_sym_number_token2, + ACTIONS(997), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(1003), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1049), 1, + sym_word, + ACTIONS(1057), 1, + sym__special_character, + ACTIONS(1061), 1, + sym_test_operator, + ACTIONS(2566), 1, + anon_sym_LPAREN, + ACTIONS(2568), 1, + anon_sym_BANG, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(2590), 1, + aux_sym__simple_variable_name_token1, + STATE(1728), 1, + sym_command_substitution, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + STATE(2201), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [11284] = 24, - ACTIONS(63), 1, + ACTIONS(1059), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(2570), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2572), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1727), 4, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + STATE(1873), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, + sym_process_substitution, + STATE(2121), 4, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [10364] = 26, + ACTIONS(67), 1, sym_comment, - ACTIONS(2457), 1, - sym_word, - ACTIONS(2461), 1, + ACTIONS(909), 1, + anon_sym_LPAREN, + ACTIONS(917), 1, anon_sym_DOLLAR, - ACTIONS(2463), 1, - sym__special_character, - ACTIONS(2465), 1, + ACTIONS(921), 1, anon_sym_DQUOTE, - ACTIONS(2469), 1, + ACTIONS(925), 1, aux_sym_number_token1, - ACTIONS(2471), 1, + ACTIONS(927), 1, aux_sym_number_token2, - ACTIONS(2473), 1, + ACTIONS(929), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2475), 1, + ACTIONS(931), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2477), 1, + ACTIONS(933), 1, anon_sym_BQUOTE, - ACTIONS(2479), 1, + ACTIONS(935), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2485), 1, - sym_variable_name, - ACTIONS(2487), 1, - sym_test_operator, - ACTIONS(2489), 1, + ACTIONS(943), 1, sym__brace_start, - ACTIONS(2554), 1, - aux_sym__simple_variable_name_token1, - STATE(1714), 1, + ACTIONS(2592), 1, + sym_word, + ACTIONS(2596), 1, + sym__special_character, + ACTIONS(2600), 1, + sym_test_operator, + ACTIONS(2602), 1, + sym__bare_dollar, + STATE(619), 1, + aux_sym_command_repeat2, + STATE(1722), 1, aux_sym__literal_repeat1, - STATE(4007), 1, - sym_subscript, - ACTIONS(2459), 2, + STATE(1878), 1, + sym_concatenation, + STATE(3600), 1, + sym_subshell, + ACTIONS(915), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2467), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(2481), 2, + ACTIONS(937), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(527), 3, - sym_variable_assignment, - sym_concatenation, - aux_sym_declaration_command_repeat1, - ACTIONS(1355), 5, + ACTIONS(2594), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2598), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1274), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - STATE(1422), 9, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(1499), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63847,127 +65779,62 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1357), 11, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [11384] = 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(1135), 3, + ACTIONS(1276), 11, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, + [10471] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1907), 1, + ACTIONS(2389), 1, anon_sym_DOLLAR, - ACTIONS(1913), 1, + ACTIONS(2393), 1, anon_sym_DQUOTE, - ACTIONS(1916), 1, + ACTIONS(2395), 1, aux_sym_number_token1, - ACTIONS(1919), 1, + ACTIONS(2397), 1, aux_sym_number_token2, - ACTIONS(1922), 1, + ACTIONS(2399), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1925), 1, + ACTIONS(2401), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1928), 1, - anon_sym_BQUOTE, - ACTIONS(1931), 1, + ACTIONS(2405), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1940), 1, - sym__bare_dollar, - ACTIONS(1943), 1, + ACTIONS(2413), 1, sym__brace_start, - ACTIONS(2562), 1, + ACTIONS(2560), 1, sym__special_character, - ACTIONS(2565), 1, + ACTIONS(2562), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2564), 1, sym_test_operator, - STATE(540), 1, - aux_sym_command_repeat2, - STATE(1056), 1, + STATE(1379), 1, aux_sym__literal_repeat1, - STATE(1087), 1, - sym_concatenation, - ACTIONS(1424), 2, + ACTIONS(1979), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1901), 2, + ACTIONS(2387), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1934), 2, + ACTIONS(2407), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2559), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2556), 3, + STATE(549), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2558), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1283), 9, + STATE(1287), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -63977,7 +65844,8 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1419), 15, + ACTIONS(1977), 21, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -63985,115 +65853,98 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [11548] = 33, - ACTIONS(19), 1, - anon_sym_LPAREN, - ACTIONS(33), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, + anon_sym_AMP, + anon_sym_BQUOTE, + [10566] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(121), 1, - sym_variable_name, - ACTIONS(409), 1, - anon_sym_DOLLAR, - ACTIONS(413), 1, + ACTIONS(2606), 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(775), 1, - sym__special_character, - ACTIONS(779), 1, - sym_test_operator, - ACTIONS(1309), 1, + STATE(1351), 1, + sym_string, + ACTIONS(2608), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 5, sym_file_descriptor, - ACTIONS(2568), 1, - sym_word, - STATE(456), 1, - sym_command_name, - STATE(808), 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(3939), 1, - sym_subscript, - ACTIONS(389), 2, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + ACTIONS(2604), 9, + anon_sym_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(1081), 35, 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(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(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, - [11666] = 7, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [10635] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2360), 1, + ACTIONS(1776), 1, anon_sym_DQUOTE, - STATE(1196), 1, + STATE(1150), 1, sym_string, - ACTIONS(2362), 2, + ACTIONS(2612), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(1093), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2358), 9, + ts_builtin_sym_end, + ACTIONS(2610), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -64103,7 +65954,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 33, + ACTIONS(1091), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -64120,6 +65971,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -64137,82 +65990,57 @@ 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, + [10704] = 23, + ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(1740), 1, anon_sym_DOLLAR, - ACTIONS(411), 1, - sym__special_character, - ACTIONS(413), 1, + ACTIONS(1744), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(1746), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(1748), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(1750), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(1752), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(1754), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(1756), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(433), 1, + ACTIONS(1766), 1, + sym__brace_start, + ACTIONS(2582), 1, + sym__special_character, + ACTIONS(2586), 1, sym_variable_name, - ACTIONS(435), 1, + ACTIONS(2588), 1, 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, + ACTIONS(2614), 1, + aux_sym__simple_variable_name_token1, + STATE(1373), 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, + STATE(4509), 1, sym_subscript, - ACTIONS(389), 2, + ACTIONS(1390), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1738), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(415), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(429), 2, + ACTIONS(1758), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2770), 2, - sym_subshell, - sym_test_command, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(809), 9, + ACTIONS(2580), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(518), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + STATE(1501), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -64222,145 +66050,173 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [11850] = 33, - ACTIONS(63), 1, + ACTIONS(1388), 17, + anon_sym_AMP_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [10805] = 34, + ACTIONS(67), 1, sym_comment, - ACTIONS(461), 1, - anon_sym_LPAREN, - ACTIONS(483), 1, - anon_sym_LBRACK, - ACTIONS(485), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(709), 1, + ACTIONS(161), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(985), 1, anon_sym_DOLLAR, - ACTIONS(711), 1, - sym__special_character, - ACTIONS(713), 1, + ACTIONS(989), 1, anon_sym_DQUOTE, - ACTIONS(717), 1, + ACTIONS(993), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(995), 1, aux_sym_number_token2, - ACTIONS(721), 1, + ACTIONS(997), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(723), 1, + ACTIONS(999), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(725), 1, - anon_sym_BQUOTE, - ACTIONS(727), 1, + ACTIONS(1003), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(733), 1, - sym_variable_name, - ACTIONS(735), 1, - sym_test_operator, - ACTIONS(737), 1, + ACTIONS(1009), 1, sym__brace_start, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2570), 1, + ACTIONS(1049), 1, sym_word, - STATE(431), 1, - sym_command_name, - STATE(829), 1, + ACTIONS(1057), 1, + sym__special_character, + ACTIONS(1061), 1, + sym_test_operator, + ACTIONS(2566), 1, + anon_sym_LPAREN, + ACTIONS(2568), 1, + anon_sym_BANG, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(2616), 1, + aux_sym__simple_variable_name_token1, + STATE(1728), 1, + sym_command_substitution, + STATE(1901), 1, aux_sym__literal_repeat1, - STATE(833), 1, - aux_sym_command_repeat1, - STATE(996), 1, - sym_concatenation, - STATE(1275), 1, - sym_variable_assignment, - STATE(2409), 1, - sym_file_redirect, - STATE(2806), 1, - sym_command, - STATE(3959), 1, - sym_subscript, - ACTIONS(693), 2, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + STATE(2179), 1, + sym__expression, + ACTIONS(973), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(715), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(729), 2, + ACTIONS(1005), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2764), 2, - sym_subshell, - sym_test_command, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(670), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(1059), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(2570), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2572), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1727), 4, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, - sym_command_substitution, + STATE(1873), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, sym_process_substitution, - [11968] = 24, - ACTIONS(63), 1, + STATE(2082), 4, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [10928] = 26, + ACTIONS(67), 1, sym_comment, - ACTIONS(975), 1, + ACTIONS(909), 1, + anon_sym_LPAREN, + ACTIONS(917), 1, anon_sym_DOLLAR, - ACTIONS(979), 1, + ACTIONS(921), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(925), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(927), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(929), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(931), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, + ACTIONS(933), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(935), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, + ACTIONS(943), 1, sym__brace_start, - ACTIONS(2572), 1, + ACTIONS(2592), 1, sym_word, - ACTIONS(2576), 1, + ACTIONS(2596), 1, sym__special_character, - ACTIONS(2580), 1, + ACTIONS(2600), 1, sym_test_operator, - ACTIONS(2582), 1, + ACTIONS(2602), 1, sym__bare_dollar, - STATE(550), 1, + STATE(625), 1, aux_sym_command_repeat2, - STATE(1588), 1, + STATE(1722), 1, aux_sym__literal_repeat1, - STATE(1672), 1, + STATE(1878), 1, sym_concatenation, - ACTIONS(965), 2, + STATE(3617), 1, + sym_subshell, + ACTIONS(915), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, + ACTIONS(937), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2574), 2, + ACTIONS(2594), 2, anon_sym_EQ_EQ, anon_sym_EQ_TILDE, - ACTIONS(2578), 2, + ACTIONS(2598), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1579), 5, + ACTIONS(1252), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - STATE(1294), 9, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(1499), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -64370,208 +66226,158 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1581), 11, + ACTIONS(1256), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [12067] = 24, - ACTIONS(63), 1, + [11035] = 34, + ACTIONS(67), 1, sym_comment, - ACTIONS(975), 1, + ACTIONS(252), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(985), 1, anon_sym_DOLLAR, - ACTIONS(979), 1, + ACTIONS(989), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(993), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(995), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(997), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(999), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, - anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(1003), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, + ACTIONS(1009), 1, sym__brace_start, - ACTIONS(2572), 1, + ACTIONS(1049), 1, sym_word, - ACTIONS(2576), 1, + ACTIONS(1057), 1, sym__special_character, - ACTIONS(2580), 1, + ACTIONS(1061), 1, sym_test_operator, - ACTIONS(2582), 1, - sym__bare_dollar, - STATE(549), 1, - aux_sym_command_repeat2, - STATE(1588), 1, + ACTIONS(2566), 1, + anon_sym_LPAREN, + ACTIONS(2568), 1, + anon_sym_BANG, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(2618), 1, + aux_sym__simple_variable_name_token1, + STATE(1728), 1, + sym_command_substitution, + STATE(1901), 1, aux_sym__literal_repeat1, - STATE(1672), 1, - sym_concatenation, - ACTIONS(965), 2, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + STATE(2202), 1, + sym__expression, + ACTIONS(973), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, + ACTIONS(1005), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2574), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2578), 2, + ACTIONS(1059), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(1575), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - STATE(1294), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(2570), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2572), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1727), 4, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, - sym_command_substitution, + STATE(1873), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, sym_process_substitution, - ACTIONS(1577), 11, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [12166] = 10, + STATE(2134), 4, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [11158] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2594), 1, - sym_variable_name, - STATE(3963), 1, - sym_subscript, - ACTIONS(2588), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2437), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(2310), 1, + anon_sym_DQUOTE, + STATE(1261), 1, + sym_string, + ACTIONS(2622), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - STATE(2427), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 11, + ACTIONS(2620), 9, + anon_sym_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(1081), 37, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_esac, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(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, - [12237] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2594), 1, - sym_variable_name, - ACTIONS(2605), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2607), 1, - anon_sym_LT_LT_LT, - STATE(3963), 1, - sym_subscript, - ACTIONS(2588), 2, anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2597), 2, - anon_sym_SEMI, - anon_sym_AMP, - ACTIONS(2599), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2601), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - STATE(2437), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - ACTIONS(2603), 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, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, @@ -64583,60 +66389,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [12316] = 24, - ACTIONS(63), 1, + [11227] = 21, + ACTIONS(3), 1, sym_comment, - ACTIONS(975), 1, + ACTIONS(2389), 1, anon_sym_DOLLAR, - ACTIONS(979), 1, + ACTIONS(2393), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(2395), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(2397), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(2399), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(2401), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, + ACTIONS(2403), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(2405), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, + ACTIONS(2413), 1, sym__brace_start, - ACTIONS(2572), 1, - sym_word, - ACTIONS(2576), 1, + ACTIONS(2560), 1, sym__special_character, - ACTIONS(2580), 1, + ACTIONS(2564), 1, sym_test_operator, - ACTIONS(2582), 1, - sym__bare_dollar, - STATE(550), 1, - aux_sym_command_repeat2, - STATE(1588), 1, + ACTIONS(2624), 1, + aux_sym__simple_variable_name_token1, + STATE(1379), 1, aux_sym__literal_repeat1, - STATE(1672), 1, - sym_concatenation, - ACTIONS(965), 2, + ACTIONS(2024), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2387), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, + ACTIONS(2407), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2574), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2578), 2, + STATE(520), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2558), 3, 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_word, + STATE(1287), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -64646,108 +66444,42 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1571), 11, - sym_file_descriptor, + ACTIONS(2022), 20, + anon_sym_SEMI, 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, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2627), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(2648), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1419), 5, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, - STATE(1294), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1424), 11, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [12514] = 7, + anon_sym_AMP, + [11324] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2283), 1, + ACTIONS(2310), 1, anon_sym_DQUOTE, - STATE(1244), 1, + STATE(1261), 1, sym_string, - ACTIONS(2451), 2, + ACTIONS(2622), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 3, + ACTIONS(1093), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - ACTIONS(2449), 9, + ACTIONS(2620), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -64757,7 +66489,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 33, + ACTIONS(1091), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -64768,12 +66500,16 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -64791,22 +66527,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [12579] = 7, + [11393] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2632), 1, + anon_sym_SEMI_SEMI, + ACTIONS(2630), 3, + anon_sym_RPAREN, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(2628), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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(2626), 28, + 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_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + [11458] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, + ACTIONS(2606), 1, anon_sym_DQUOTE, - STATE(872), 1, + STATE(1351), 1, sym_string, - ACTIONS(2091), 2, + ACTIONS(2608), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(1093), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ACTIONS(2089), 9, + ts_builtin_sym_end, + ACTIONS(2604), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -64816,9 +66613,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 32, + ACTIONS(1091), 35, anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -64826,16 +66623,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, + anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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 +66649,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [12644] = 7, + [11527] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2283), 1, + ACTIONS(2127), 1, anon_sym_DQUOTE, - STATE(1244), 1, + STATE(1081), 1, sym_string, - ACTIONS(2451), 2, + ACTIONS(2636), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 3, + ACTIONS(1089), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - ACTIONS(2449), 9, + ACTIONS(2634), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -64873,7 +66673,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 33, + ACTIONS(1081), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -64884,12 +66684,16 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, @@ -64907,22 +66711,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [12709] = 7, + [11596] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, + ACTIONS(2127), 1, anon_sym_DQUOTE, - STATE(872), 1, + STATE(1081), 1, sym_string, - ACTIONS(2091), 2, + ACTIONS(2636), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(1093), 3, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ACTIONS(2089), 9, + ACTIONS(2634), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -64932,9 +66735,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 32, + ACTIONS(1091), 37, anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -64942,16 +66745,21 @@ 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -64965,45 +66773,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [12774] = 9, + [11665] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2594), 1, - sym_variable_name, - STATE(3963), 1, - sym_subscript, - ACTIONS(2592), 2, - sym_test_operator, - sym__brace_start, - ACTIONS(2662), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - STATE(2437), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - STATE(2427), 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(2642), 1, anon_sym_DOLLAR, + ACTIONS(2644), 1, sym__special_character, + ACTIONS(2646), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2648), 1, aux_sym_number_token1, + ACTIONS(2650), 1, aux_sym_number_token2, + ACTIONS(2652), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2654), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2656), 1, anon_sym_BQUOTE, + ACTIONS(2658), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(2662), 1, + sym_test_operator, + ACTIONS(2664), 1, + sym__brace_start, + STATE(1540), 1, + aux_sym__literal_repeat1, + ACTIONS(2640), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2660), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(548), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2036), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2638), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - ACTIONS(2660), 21, + STATE(1363), 9, + 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(2034), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -65011,74 +66835,63 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [12843] = 24, - ACTIONS(63), 1, + [11760] = 20, + ACTIONS(3), 1, sym_comment, - ACTIONS(975), 1, + ACTIONS(2670), 1, anon_sym_DOLLAR, - ACTIONS(979), 1, + ACTIONS(2672), 1, + sym__special_character, + ACTIONS(2674), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(2676), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(2678), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(2680), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(2682), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, + ACTIONS(2684), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(2686), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, - sym__brace_start, - ACTIONS(2572), 1, - sym_word, - ACTIONS(2576), 1, - sym__special_character, - ACTIONS(2580), 1, + ACTIONS(2690), 1, sym_test_operator, - ACTIONS(2582), 1, - sym__bare_dollar, - STATE(545), 1, - aux_sym_command_repeat2, - STATE(1588), 1, + ACTIONS(2692), 1, + sym__brace_start, + STATE(1479), 1, aux_sym__literal_repeat1, - STATE(1672), 1, - sym_concatenation, - ACTIONS(965), 2, + ACTIONS(2113), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2668), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, + ACTIONS(2688), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2574), 2, - anon_sym_EQ_EQ, - anon_sym_EQ_TILDE, - ACTIONS(2578), 2, + STATE(517), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2666), 3, sym_raw_string, sym_ansi_c_string, - ACTIONS(1501), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - STATE(1294), 9, + sym_word, + STATE(1292), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -65088,72 +66901,79 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1505), 11, - sym_file_descriptor, + ACTIONS(2111), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [12942] = 14, + anon_sym_AMP, + [11855] = 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(1776), 1, + anon_sym_DQUOTE, + STATE(1150), 1, + sym_string, + ACTIONS(2612), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, 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, + ts_builtin_sym_end, + ACTIONS(2610), 9, + anon_sym_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(1081), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, @@ -65165,45 +66985,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [13021] = 9, + [11924] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2668), 1, + ACTIONS(2696), 1, + anon_sym_DQUOTE, + STATE(1221), 1, + sym_string, + ACTIONS(2698), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 4, + 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, - aux_sym_heredoc_redirect_token1, - STATE(2455), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - STATE(2461), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2694), 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), 20, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1091), 36, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -65211,64 +67019,80 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [13089] = 10, + 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, + [11993] = 6, 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, + STATE(1384), 1, + aux_sym__literal_repeat1, + STATE(1555), 1, + sym_concatenation, + ACTIONS(2117), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, - STATE(2461), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 10, + aux_sym_heredoc_redirect_token1, + STATE(1066), 9, + 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(2115), 37, + 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_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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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,22 +67108,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [13159] = 7, + [12060] = 34, + ACTIONS(67), 1, + sym_comment, + ACTIONS(254), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1049), 1, + sym_word, + ACTIONS(1057), 1, + sym__special_character, + ACTIONS(1061), 1, + sym_test_operator, + ACTIONS(2566), 1, + anon_sym_LPAREN, + ACTIONS(2568), 1, + anon_sym_BANG, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(2700), 1, + aux_sym__simple_variable_name_token1, + STATE(1728), 1, + sym_command_substitution, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + STATE(2201), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1059), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(2570), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2572), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1727), 4, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + STATE(1873), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, + sym_process_substitution, + STATE(2126), 4, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [12183] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2675), 1, + ACTIONS(1744), 1, anon_sym_DQUOTE, - STATE(1496), 1, + STATE(1177), 1, sym_string, - ACTIONS(2677), 2, + ACTIONS(2704), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(1089), 4, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ACTIONS(2673), 9, + ACTIONS(2702), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -65309,25 +67222,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 31, + ACTIONS(1081), 36, anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -65341,22 +67259,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [13223] = 7, + [12252] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2675), 1, + ACTIONS(1744), 1, anon_sym_DQUOTE, - STATE(1496), 1, + STATE(1177), 1, sym_string, - ACTIONS(2677), 2, + ACTIONS(2704), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(1093), 4, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ACTIONS(2673), 9, + ACTIONS(2702), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -65366,25 +67284,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 31, + ACTIONS(1091), 36, anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -65398,106 +67321,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [13287] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(2420), 1, - ts_builtin_sym_end, - 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, - [13345] = 21, + [12321] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(2473), 1, anon_sym_DOLLAR, - ACTIONS(2283), 1, + ACTIONS(2477), 1, anon_sym_DQUOTE, - ACTIONS(2285), 1, + ACTIONS(2479), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(2481), 1, aux_sym_number_token2, - ACTIONS(2289), 1, + ACTIONS(2483), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, + ACTIONS(2485), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2293), 1, + ACTIONS(2487), 1, anon_sym_BQUOTE, - ACTIONS(2295), 1, + ACTIONS(2489), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2303), 1, + ACTIONS(2495), 1, sym__brace_start, - ACTIONS(2681), 1, + ACTIONS(2708), 1, sym__special_character, - ACTIONS(2683), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2685), 1, + ACTIONS(2710), 1, sym_test_operator, - STATE(1285), 1, + STATE(2939), 1, aux_sym__literal_repeat1, - ACTIONS(1825), 2, + STATE(3202), 1, + sym_concatenation, + ACTIONS(2109), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + ACTIONS(2471), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, + ACTIONS(2491), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(565), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2679), 3, + ACTIONS(2706), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1472), 9, + STATE(2974), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -65507,7 +67373,8 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1823), 15, + ACTIONS(2107), 22, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -65515,124 +67382,215 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [13437] = 14, + anon_sym_AMP, + [12416] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2668), 1, - sym_variable_name, - ACTIONS(2691), 1, + ACTIONS(2718), 1, + anon_sym_DOLLAR, + ACTIONS(2721), 1, + sym__special_character, + ACTIONS(2724), 1, + anon_sym_DQUOTE, + ACTIONS(2727), 1, + aux_sym_number_token1, + ACTIONS(2730), 1, + aux_sym_number_token2, + ACTIONS(2733), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2736), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2739), 1, + anon_sym_BQUOTE, + ACTIONS(2742), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2748), 1, + sym_test_operator, + ACTIONS(2751), 1, + sym__brace_start, + STATE(1540), 1, + aux_sym__literal_repeat1, + ACTIONS(2715), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2745), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(548), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2157), 3, + sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2693), 1, - anon_sym_LT_LT_LT, - 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(2687), 2, + ACTIONS(2712), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1363), 9, + 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(2155), 20, anon_sym_SEMI, - anon_sym_AMP, - ACTIONS(2689), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - STATE(2455), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - ACTIONS(2603), 3, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - STATE(2461), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, - anon_sym_LPAREN_LPAREN, + 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_DOLLAR_LPAREN_LPAREN, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [12511] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2346), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(2352), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2355), 1, aux_sym_number_token1, + ACTIONS(2358), 1, aux_sym_number_token2, + ACTIONS(2361), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2364), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2367), 1, anon_sym_BQUOTE, + ACTIONS(2370), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(2382), 1, + sym__brace_start, + ACTIONS(2757), 1, + sym__special_character, + ACTIONS(2760), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2763), 1, + sym_test_operator, + STATE(1379), 1, + aux_sym__literal_repeat1, + ACTIONS(1926), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2343), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2373), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(549), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2754), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [13515] = 21, + STATE(1287), 9, + 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(1924), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [12608] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2389), 1, anon_sym_DOLLAR, - ACTIONS(2242), 1, + ACTIONS(2393), 1, anon_sym_DQUOTE, - ACTIONS(2245), 1, + ACTIONS(2395), 1, aux_sym_number_token1, - ACTIONS(2248), 1, + ACTIONS(2397), 1, aux_sym_number_token2, - ACTIONS(2251), 1, + ACTIONS(2399), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2254), 1, + ACTIONS(2401), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2257), 1, - anon_sym_BQUOTE, - ACTIONS(2260), 1, + ACTIONS(2405), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2272), 1, + ACTIONS(2413), 1, sym__brace_start, - ACTIONS(2698), 1, + ACTIONS(2560), 1, sym__special_character, - ACTIONS(2701), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2704), 1, + ACTIONS(2564), 1, sym_test_operator, - STATE(1285), 1, + ACTIONS(2766), 1, + aux_sym__simple_variable_name_token1, + STATE(1379), 1, aux_sym__literal_repeat1, - ACTIONS(1954), 2, + ACTIONS(2024), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2233), 2, + ACTIONS(2387), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2263), 2, + ACTIONS(2407), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(565), 2, + STATE(525), 2, sym_concatenation, aux_sym_unset_command_repeat1, - ACTIONS(2695), 3, + ACTIONS(2558), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1472), 9, + STATE(1287), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -65642,7 +67600,8 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1952), 15, + ACTIONS(2022), 21, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -65650,18 +67609,29 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [13607] = 3, - ACTIONS(63), 1, + anon_sym_AMP, + anon_sym_BQUOTE, + [12703] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(813), 22, + ACTIONS(2768), 2, + anon_sym_esac, + anon_sym_SEMI_SEMI, + ACTIONS(2770), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(2628), 21, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -65669,12 +67639,11 @@ 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, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DQUOTE, sym_raw_string, @@ -65684,7 +67653,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(585), 26, + ACTIONS(2626), 28, anon_sym_for, anon_sym_select, anon_sym_LT, @@ -65705,104 +67674,57 @@ static const uint16_t ts_small_parse_table[] = { 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, - 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), 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, - [13719] = 7, + [12768] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2707), 1, - anon_sym_LPAREN, - ACTIONS(2709), 1, - aux_sym_concatenation_token1, - ACTIONS(2711), 1, - sym__concat, - STATE(574), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, + STATE(1421), 1, + aux_sym__literal_repeat1, + STATE(1526), 1, + sym_concatenation, + ACTIONS(2109), 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(1147), 39, + STATE(1168), 9, + 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(2107), 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -65821,76 +67743,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [13783] = 14, + [12835] = 20, 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, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - STATE(2461), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(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, + ACTIONS(2642), 1, anon_sym_DOLLAR, + ACTIONS(2644), 1, sym__special_character, + ACTIONS(2646), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2648), 1, aux_sym_number_token1, + ACTIONS(2650), 1, aux_sym_number_token2, + ACTIONS(2652), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2654), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2656), 1, anon_sym_BQUOTE, + ACTIONS(2658), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(2662), 1, + sym_test_operator, + ACTIONS(2664), 1, + sym__brace_start, + STATE(1540), 1, + aux_sym__literal_repeat1, + ACTIONS(2640), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2660), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(548), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2113), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2638), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [13861] = 4, - ACTIONS(63), 1, + STATE(1363), 9, + 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(2111), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [12930] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(2386), 1, - ts_builtin_sym_end, - ACTIONS(2382), 21, + ACTIONS(2768), 1, + anon_sym_SEMI_SEMI, + ACTIONS(2770), 3, + anon_sym_RPAREN, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(2628), 21, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -65900,9 +67837,9 @@ static const uint16_t ts_small_parse_table[] = { 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_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DQUOTE, sym_raw_string, @@ -65912,7 +67849,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(2626), 28, anon_sym_for, anon_sym_select, anon_sym_LT, @@ -65933,58 +67870,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_unset, anon_sym_unsetenv, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - [13919] = 21, + [12995] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(2473), 1, anon_sym_DOLLAR, - ACTIONS(2283), 1, + ACTIONS(2477), 1, anon_sym_DQUOTE, - ACTIONS(2285), 1, + ACTIONS(2479), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(2481), 1, aux_sym_number_token2, - ACTIONS(2289), 1, + ACTIONS(2483), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2291), 1, + ACTIONS(2485), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2293), 1, + ACTIONS(2487), 1, anon_sym_BQUOTE, - ACTIONS(2295), 1, + ACTIONS(2489), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2303), 1, + ACTIONS(2495), 1, sym__brace_start, - ACTIONS(2681), 1, + ACTIONS(2708), 1, sym__special_character, - ACTIONS(2685), 1, + ACTIONS(2774), 1, sym_test_operator, - ACTIONS(2717), 1, - aux_sym__simple_variable_name_token1, - STATE(1285), 1, + STATE(2912), 1, aux_sym__literal_repeat1, - ACTIONS(1855), 2, + STATE(3156), 1, + sym_concatenation, + ACTIONS(2117), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2277), 2, + ACTIONS(2471), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2297), 2, + ACTIONS(2491), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(563), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(2679), 3, + ACTIONS(2772), 3, sym_raw_string, sym_ansi_c_string, sym_word, - STATE(1472), 9, + STATE(2972), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -65994,7 +67930,8 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1853), 15, + ACTIONS(2115), 22, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -66002,30 +67939,36 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [14011] = 7, + anon_sym_AMP, + [13090] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1707), 1, + ACTIONS(2696), 1, anon_sym_DQUOTE, - STATE(985), 1, + STATE(1221), 1, sym_string, - ACTIONS(2378), 2, + ACTIONS(2698), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(1089), 4, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2376), 9, + ACTIONS(2694), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -66035,24 +67978,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 30, + ACTIONS(1081), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -66066,99 +68015,124 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [14074] = 7, + [13159] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(202), 1, + ACTIONS(2670), 1, + anon_sym_DOLLAR, + ACTIONS(2672), 1, + sym__special_character, + ACTIONS(2674), 1, anon_sym_DQUOTE, - ACTIONS(1139), 1, + ACTIONS(2676), 1, + aux_sym_number_token1, + ACTIONS(2678), 1, + aux_sym_number_token2, + ACTIONS(2680), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2682), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2684), 1, + anon_sym_BQUOTE, + ACTIONS(2686), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2690), 1, sym_test_operator, - STATE(1444), 1, + ACTIONS(2692), 1, + sym__brace_start, + STATE(1479), 1, + aux_sym__literal_repeat1, + ACTIONS(2036), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2668), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2688), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(517), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2666), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1292), 9, + sym_arithmetic_expansion, + sym_brace_expression, 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, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(2034), 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_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_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - [14137] = 6, + [13254] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2709), 1, - aux_sym_concatenation_token1, - ACTIONS(2723), 1, - sym__concat, - STATE(605), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + STATE(1442), 1, + aux_sym__literal_repeat1, + STATE(1546), 1, + sym_concatenation, + ACTIONS(2109), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 39, + STATE(1174), 9, + 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(2107), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -66177,313 +68151,349 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [14198] = 7, - ACTIONS(3), 1, + [13321] = 34, + ACTIONS(67), 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, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(2376), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, + ACTIONS(254), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(985), 1, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 30, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_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, - sym__special_character, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, aux_sym_number_token1, + ACTIONS(995), 1, aux_sym_number_token2, + ACTIONS(997), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(1003), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1049), 1, + sym_word, + ACTIONS(1057), 1, + sym__special_character, + ACTIONS(1061), 1, + sym_test_operator, + ACTIONS(2566), 1, + anon_sym_LPAREN, + ACTIONS(2568), 1, + anon_sym_BANG, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(2776), 1, + aux_sym__simple_variable_name_token1, + STATE(1728), 1, + sym_command_substitution, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + STATE(2201), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [14261] = 6, - ACTIONS(3), 1, + ACTIONS(1059), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(2570), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2572), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1727), 4, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + STATE(1873), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, + sym_process_substitution, + STATE(2051), 4, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [13444] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(2709), 1, - aux_sym_concatenation_token1, - ACTIONS(2725), 1, - sym__concat, - STATE(605), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(2630), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(2632), 2, + anon_sym_esac, + anon_sym_SEMI_SEMI, + ACTIONS(2628), 21, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 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_LBRACE, + anon_sym_LBRACK_LBRACK, anon_sym_AMP_GT_GT, - anon_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_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [14322] = 10, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2729), 1, - sym_variable_name, - STATE(3964), 1, - sym_subscript, - ACTIONS(2590), 2, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(2727), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2636), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, - sym_file_descriptor, - 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, + ACTIONS(2626), 28, + 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_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, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + [13509] = 34, + ACTIONS(67), 1, + sym_comment, + ACTIONS(252), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(993), 1, aux_sym_number_token1, + ACTIONS(995), 1, aux_sym_number_token2, + ACTIONS(997), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(1003), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1049), 1, sym_word, - [14391] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2729), 1, + ACTIONS(1057), 1, + sym__special_character, + ACTIONS(1061), 1, + sym_test_operator, + ACTIONS(2566), 1, + anon_sym_LPAREN, + ACTIONS(2568), 1, + anon_sym_BANG, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(2578), 1, sym_variable_name, - STATE(3964), 1, + ACTIONS(2778), 1, + aux_sym__simple_variable_name_token1, + STATE(1728), 1, + sym_command_substitution, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + STATE(2202), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1059), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(2570), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2572), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1727), 4, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + STATE(1873), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, + sym_process_substitution, + STATE(2110), 4, sym_subscript, - ACTIONS(2592), 2, - sym_test_operator, - sym__brace_start, - STATE(2636), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2662), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - STATE(2623), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 16, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [13632] = 35, + ACTIONS(67), 1, + sym_comment, + ACTIONS(369), 1, anon_sym_LPAREN_LPAREN, + ACTIONS(375), 1, + anon_sym_LPAREN, + ACTIONS(395), 1, + anon_sym_LBRACK, + ACTIONS(397), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(405), 1, anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(407), 1, anon_sym_DOLLAR, + ACTIONS(409), 1, sym__special_character, + ACTIONS(411), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(415), 1, aux_sym_number_token1, + ACTIONS(417), 1, aux_sym_number_token2, + ACTIONS(419), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(421), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(423), 1, anon_sym_BQUOTE, + ACTIONS(425), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - ACTIONS(2660), 18, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - 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, - [14458] = 14, - 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, + ACTIONS(431), 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, - sym_file_descriptor, + ACTIONS(433), 1, sym_test_operator, + ACTIONS(435), 1, sym__brace_start, - ACTIONS(2713), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2619), 4, + ACTIONS(1244), 1, + sym_file_descriptor, + ACTIONS(2780), 1, + sym_word, + STATE(413), 1, + sym_command_name, + STATE(733), 1, + aux_sym__literal_repeat1, + STATE(858), 1, + sym_concatenation, + STATE(929), 1, + aux_sym_command_repeat1, + STATE(1369), 1, + sym_variable_assignment, + STATE(2538), 1, sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, - anon_sym_LPAREN_LPAREN, + STATE(3227), 1, + sym_command, + STATE(4511), 1, + sym_subscript, + ACTIONS(413), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(427), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1242), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3063), 2, + sym_subshell, + sym_test_command, + ACTIONS(1238), 3, anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(1240), 5, anon_sym_LT, 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, - [14535] = 7, + STATE(638), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [13756] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2745), 1, + ACTIONS(2235), 1, anon_sym_DQUOTE, - STATE(1534), 1, + STATE(1339), 1, sym_string, - ACTIONS(2747), 2, + ACTIONS(2784), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(1089), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2743), 9, + ts_builtin_sym_end, + ACTIONS(2782), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -66493,8 +68503,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 30, + ACTIONS(1081), 35, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -66502,15 +68513,19 @@ 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -66524,22 +68539,195 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [14598] = 7, - ACTIONS(3), 1, + [13824] = 33, + ACTIONS(67), 1, sym_comment, - ACTIONS(2745), 1, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, anon_sym_DQUOTE, - STATE(1534), 1, - sym_string, - ACTIONS(2747), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1049), 1, + sym_word, + ACTIONS(1057), 1, + sym__special_character, + ACTIONS(1061), 1, + sym_test_operator, + ACTIONS(2566), 1, + anon_sym_LPAREN, + ACTIONS(2568), 1, + anon_sym_BANG, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(2786), 1, + aux_sym__simple_variable_name_token1, + STATE(1728), 1, + sym_command_substitution, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + STATE(2171), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1059), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(2570), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2572), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1727), 4, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + STATE(1873), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, + sym_process_substitution, + STATE(2111), 4, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [13944] = 33, + ACTIONS(67), 1, + sym_comment, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1049), 1, + sym_word, + ACTIONS(1057), 1, + sym__special_character, + ACTIONS(1061), 1, + sym_test_operator, + ACTIONS(2566), 1, + anon_sym_LPAREN, + ACTIONS(2568), 1, + anon_sym_BANG, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(2788), 1, + aux_sym__simple_variable_name_token1, + STATE(1728), 1, + sym_command_substitution, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + STATE(2167), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1059), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(2570), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2572), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1727), 4, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + STATE(1873), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, + sym_process_substitution, + STATE(2113), 4, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [14064] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2674), 1, + anon_sym_DQUOTE, + STATE(1405), 1, + sym_string, + ACTIONS(2792), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 3, + sym_file_descriptor, + sym_test_operator, sym__brace_start, - ACTIONS(2743), 9, + ACTIONS(2790), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -66549,24 +68737,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 30, + ACTIONS(1091), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -66580,111 +68774,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [14661] = 4, - ACTIONS(63), 1, + [14132] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(2386), 1, - anon_sym_BQUOTE, - ACTIONS(2382), 20, + ACTIONS(2393), 1, + anon_sym_DQUOTE, + STATE(1235), 1, + sym_string, + ACTIONS(2796), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 3, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK_LBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(2380), 26, - anon_sym_for, - anon_sym_select, - anon_sym_LT, - anon_sym_GT, - anon_sym_LPAREN, - anon_sym_while, - anon_sym_until, - anon_sym_if, - anon_sym_case, - anon_sym_function, + ACTIONS(2794), 9, + anon_sym_DASH, + anon_sym_STAR, 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_QMARK, anon_sym_DOLLAR, - sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - [14718] = 14, - 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_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1081), 36, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, 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, - sym_file_descriptor, - sym_test_operator, - 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, - anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, @@ -66696,122 +68835,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [14795] = 22, - ACTIONS(63), 1, + [14200] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(2749), 1, - sym_word, - ACTIONS(2755), 1, - anon_sym_DOLLAR, - ACTIONS(2758), 1, - sym__special_character, - ACTIONS(2761), 1, + ACTIONS(2393), 1, anon_sym_DQUOTE, - ACTIONS(2767), 1, - aux_sym_number_token1, - ACTIONS(2770), 1, - aux_sym_number_token2, - ACTIONS(2773), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2776), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2779), 1, - anon_sym_BQUOTE, - ACTIONS(2782), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2788), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(2791), 1, - sym_test_operator, - ACTIONS(2794), 1, - sym__brace_start, - STATE(1808), 1, - aux_sym__literal_repeat1, - ACTIONS(2752), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2764), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(2785), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(584), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(1952), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - STATE(1559), 9, - sym_arithmetic_expansion, - sym_brace_expression, + STATE(1235), 1, sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - ACTIONS(1954), 11, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [14888] = 7, - 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(2796), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 3, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 38, + ACTIONS(2794), 9, + anon_sym_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(1091), 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -66823,43 +68896,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [14951] = 6, + [14268] = 6, 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, + STATE(1384), 1, + aux_sym__literal_repeat1, + STATE(1555), 1, + sym_concatenation, + ACTIONS(2117), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 39, + STATE(1290), 9, + 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(2115), 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -66878,240 +68956,424 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [15012] = 6, + [14334] = 20, 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, - sym_file_descriptor, + ACTIONS(2802), 1, + anon_sym_DOLLAR, + ACTIONS(2804), 1, + sym__special_character, + ACTIONS(2806), 1, + anon_sym_DQUOTE, + ACTIONS(2808), 1, + aux_sym_number_token1, + ACTIONS(2810), 1, + aux_sym_number_token2, + ACTIONS(2812), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2814), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2816), 1, + anon_sym_BQUOTE, + ACTIONS(2818), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2822), 1, sym_test_operator, - sym__bare_dollar, + ACTIONS(2824), 1, sym__brace_start, + STATE(2904), 1, + aux_sym__literal_repeat1, + STATE(3143), 1, + sym_concatenation, + ACTIONS(2109), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 39, + ACTIONS(2800), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2820), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2798), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(3013), 9, + 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(2107), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + [14428] = 35, + ACTIONS(19), 1, + anon_sym_LPAREN, + ACTIONS(33), 1, + anon_sym_LBRACK, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(67), 1, + sym_comment, + ACTIONS(127), 1, + sym_variable_name, + ACTIONS(299), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(321), 1, anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(323), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(327), 1, anon_sym_DQUOTE, + ACTIONS(331), 1, + aux_sym_number_token1, + ACTIONS(333), 1, + aux_sym_number_token2, + ACTIONS(335), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(337), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(339), 1, + anon_sym_BQUOTE, + ACTIONS(341), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(699), 1, + sym__special_character, + ACTIONS(703), 1, + sym_test_operator, + ACTIONS(1244), 1, + sym_file_descriptor, + ACTIONS(2826), 1, + sym_word, + STATE(430), 1, + sym_command_name, + STATE(1023), 1, + aux_sym__literal_repeat1, + STATE(1024), 1, + aux_sym_command_repeat1, + STATE(1056), 1, + sym_concatenation, + STATE(1551), 1, + sym_variable_assignment, + STATE(2538), 1, + sym_file_redirect, + STATE(3235), 1, + sym_command, + STATE(4518), 1, + sym_subscript, + ACTIONS(343), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(701), 2, sym_raw_string, sym_ansi_c_string, + ACTIONS(1242), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3237), 2, + sym_subshell, + sym_test_command, + ACTIONS(1238), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(1240), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(763), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [14552] = 35, + ACTIONS(67), 1, + sym_comment, + ACTIONS(159), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(201), 1, + sym_variable_name, + ACTIONS(903), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(909), 1, + anon_sym_LPAREN, + ACTIONS(915), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(917), 1, + anon_sym_DOLLAR, + ACTIONS(919), 1, + sym__special_character, + ACTIONS(921), 1, + anon_sym_DQUOTE, + ACTIONS(925), 1, aux_sym_number_token1, + ACTIONS(927), 1, aux_sym_number_token2, + ACTIONS(929), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(931), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(933), 1, anon_sym_BQUOTE, + ACTIONS(935), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(941), 1, + sym_test_operator, + ACTIONS(943), 1, + sym__brace_start, + ACTIONS(1244), 1, + sym_file_descriptor, + ACTIONS(2828), 1, + sym_word, + STATE(524), 1, + sym_command_name, + STATE(1007), 1, + aux_sym_command_repeat1, + STATE(1652), 1, + aux_sym__literal_repeat1, + STATE(1748), 1, + sym_concatenation, + STATE(2041), 1, + sym_variable_assignment, + STATE(2538), 1, + sym_file_redirect, + STATE(3589), 1, + sym_command, + STATE(4497), 1, + sym_subscript, + ACTIONS(923), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(937), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [15073] = 6, + ACTIONS(1242), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3588), 2, + sym_subshell, + sym_test_command, + ACTIONS(1238), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(1240), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(1382), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [14676] = 19, 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, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, + ACTIONS(2670), 1, + anon_sym_DOLLAR, + ACTIONS(2674), 1, + anon_sym_DQUOTE, + ACTIONS(2676), 1, + aux_sym_number_token1, + ACTIONS(2678), 1, + aux_sym_number_token2, + ACTIONS(2680), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2682), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2686), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2692), 1, sym__brace_start, + ACTIONS(2832), 1, + sym__special_character, + ACTIONS(2834), 1, + sym_test_operator, + STATE(1479), 1, + aux_sym__literal_repeat1, + ACTIONS(2036), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 39, + ACTIONS(2668), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2688), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(589), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2830), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1458), 9, + 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(2034), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_BQUOTE, + [14768] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2836), 1, + sym_word, + ACTIONS(2840), 1, anon_sym_DOLLAR, + ACTIONS(2842), 1, sym__special_character, + ACTIONS(2844), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2848), 1, aux_sym_number_token1, + ACTIONS(2850), 1, aux_sym_number_token2, + ACTIONS(2852), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2854), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2856), 1, anon_sym_BQUOTE, + ACTIONS(2858), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [15134] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(2382), 21, - sym_file_descriptor, + ACTIONS(2862), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2864), 1, sym_variable_name, + ACTIONS(2866), 1, sym_test_operator, + ACTIONS(2868), 1, sym__brace_start, + STATE(1864), 1, + aux_sym__literal_repeat1, + STATE(4516), 1, + sym_subscript, + ACTIONS(2838), 2, anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK_LBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, + ACTIONS(2846), 2, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(2860), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2380), 26, - anon_sym_for, - anon_sym_select, + STATE(582), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + ACTIONS(1388), 7, + anon_sym_LT_LT, 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_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, - [15189] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(202), 1, - anon_sym_DQUOTE, - ACTIONS(1135), 1, - sym_test_operator, - STATE(1444), 1, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(1690), 9, + sym_arithmetic_expansion, + sym_brace_expression, 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, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(1390), 11, + sym_file_descriptor, 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, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [14870] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2360), 1, + ACTIONS(2674), 1, anon_sym_DQUOTE, - STATE(1196), 1, + STATE(1405), 1, sym_string, - ACTIONS(2362), 2, + ACTIONS(2792), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(1089), 3, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2358), 9, + ACTIONS(2790), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -67121,24 +69383,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 30, + ACTIONS(1081), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -67152,104 +69420,138 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [15315] = 10, - ACTIONS(3), 1, + [14938] = 24, + ACTIONS(67), 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, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - STATE(2619), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 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(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, + ACTIONS(2836), 1, + sym_word, + ACTIONS(2840), 1, anon_sym_DOLLAR, + ACTIONS(2842), 1, sym__special_character, + ACTIONS(2844), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2848), 1, aux_sym_number_token1, + ACTIONS(2850), 1, aux_sym_number_token2, + ACTIONS(2852), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2854), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2856), 1, anon_sym_BQUOTE, + ACTIONS(2858), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [15384] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2740), 1, + ACTIONS(2864), 1, sym_variable_name, - STATE(3993), 1, - sym_subscript, - ACTIONS(2592), 2, + ACTIONS(2866), 1, sym_test_operator, + ACTIONS(2868), 1, sym__brace_start, - ACTIONS(2662), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - STATE(2620), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - STATE(2619), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 16, + ACTIONS(2870), 1, + aux_sym__simple_variable_name_token1, + STATE(1864), 1, + aux_sym__literal_repeat1, + STATE(4516), 1, + sym_subscript, + ACTIONS(2838), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, + ACTIONS(2846), 2, sym_raw_string, sym_ansi_c_string, + ACTIONS(2860), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(574), 3, + sym_variable_assignment, + sym_concatenation, + aux_sym_declaration_command_repeat1, + ACTIONS(1356), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(1690), 9, + 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(1358), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [15040] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2802), 1, + anon_sym_DOLLAR, + ACTIONS(2806), 1, + anon_sym_DQUOTE, + ACTIONS(2808), 1, aux_sym_number_token1, + ACTIONS(2810), 1, aux_sym_number_token2, + ACTIONS(2812), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2814), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2816), 1, anon_sym_BQUOTE, + ACTIONS(2818), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(2824), 1, + sym__brace_start, + ACTIONS(2874), 1, + sym__special_character, + ACTIONS(2876), 1, + sym_test_operator, + STATE(2904), 1, + aux_sym__literal_repeat1, + STATE(3143), 1, + sym_concatenation, + ACTIONS(2800), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2820), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + ACTIONS(2109), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2872), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - ACTIONS(2660), 19, + STATE(3035), 9, + 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(2107), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -67257,7 +69559,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, @@ -67266,23 +69567,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [15451] = 7, + [15134] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2813), 1, + ACTIONS(1744), 1, anon_sym_DQUOTE, - STATE(1531), 1, + STATE(1177), 1, sym_string, - ACTIONS(1139), 2, - sym__concat, - sym_test_operator, - ACTIONS(2815), 2, + ACTIONS(2704), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2811), 9, + ACTIONS(1089), 4, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(2702), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -67292,83 +69597,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 32, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - 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, - 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, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 39, + ACTIONS(1081), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -67380,50 +69633,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [15575] = 6, + [15202] = 7, 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(2235), 1, + anon_sym_DQUOTE, + STATE(1339), 1, + sym_string, + ACTIONS(2784), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 4, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 39, + ts_builtin_sym_end, + ACTIONS(2782), 9, + anon_sym_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(1091), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -67435,73 +69694,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [15636] = 4, - ACTIONS(63), 1, + [15270] = 23, + ACTIONS(3), 1, sym_comment, - ACTIONS(2420), 1, - anon_sym_BQUOTE, - ACTIONS(2382), 20, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, + ACTIONS(323), 1, + anon_sym_DOLLAR, + ACTIONS(331), 1, + aux_sym_number_token1, + ACTIONS(333), 1, + aux_sym_number_token2, + ACTIONS(337), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(351), 1, sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_LBRACE, - anon_sym_LBRACK_LBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1566), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(1568), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(1570), 1, + anon_sym_BQUOTE, + ACTIONS(1572), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(1578), 1, + sym__bare_dollar, + ACTIONS(2463), 1, + sym__special_character, + ACTIONS(2465), 1, + sym_test_operator, + STATE(597), 1, + aux_sym_command_repeat2, + STATE(1132), 1, + aux_sym__literal_repeat1, + STATE(1368), 1, + sym_concatenation, + ACTIONS(1560), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1574), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(2380), 26, - anon_sym_for, - anon_sym_select, + ACTIONS(1582), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2461), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2459), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1469), 9, + 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(1580), 17, + 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_PIPE, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, - anon_sym_DOLLAR, - sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - [15693] = 7, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [15370] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2813), 1, + ACTIONS(1744), 1, anon_sym_DQUOTE, - STATE(1531), 1, + STATE(1177), 1, sym_string, - ACTIONS(1135), 2, - sym__concat, - sym_test_operator, - ACTIONS(2815), 2, + ACTIONS(2704), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2811), 9, + ACTIONS(1093), 4, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(2702), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -67511,83 +69796,31 @@ 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, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - [15756] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2709), 1, - aux_sym_concatenation_token1, - ACTIONS(2711), 1, - sym__concat, - STATE(576), 1, - aux_sym_concatenation_repeat1, - ACTIONS(218), 5, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(187), 39, + ACTIONS(1091), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -67599,56 +69832,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [15817] = 22, - ACTIONS(63), 1, + [15438] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(2825), 1, + ACTIONS(2878), 1, sym_word, - ACTIONS(2829), 1, + ACTIONS(2884), 1, anon_sym_DOLLAR, - ACTIONS(2831), 1, + ACTIONS(2887), 1, sym__special_character, - ACTIONS(2833), 1, + ACTIONS(2890), 1, anon_sym_DQUOTE, - ACTIONS(2837), 1, + ACTIONS(2896), 1, aux_sym_number_token1, - ACTIONS(2839), 1, + ACTIONS(2899), 1, aux_sym_number_token2, - ACTIONS(2841), 1, + ACTIONS(2902), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2843), 1, + ACTIONS(2905), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2845), 1, + ACTIONS(2908), 1, anon_sym_BQUOTE, - ACTIONS(2847), 1, + ACTIONS(2911), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2851), 1, + ACTIONS(2917), 1, aux_sym__simple_variable_name_token1, - ACTIONS(2853), 1, + ACTIONS(2920), 1, + sym_variable_name, + ACTIONS(2923), 1, sym_test_operator, - ACTIONS(2855), 1, + ACTIONS(2926), 1, sym__brace_start, - STATE(1808), 1, + STATE(1864), 1, aux_sym__literal_repeat1, - ACTIONS(2827), 2, + STATE(4516), 1, + sym_subscript, + ACTIONS(2881), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2835), 2, + ACTIONS(2893), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(2849), 2, + ACTIONS(2914), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(584), 2, + STATE(582), 3, + sym_variable_assignment, sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(1823), 5, + aux_sym_declaration_command_repeat1, + ACTIONS(1306), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - STATE(1559), 9, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(1690), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -67658,108 +69898,73 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1825), 11, + ACTIONS(1308), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [15910] = 14, + [15540] = 20, 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, - sym_file_descriptor, - sym_test_operator, - 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, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2802), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(2806), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2808), 1, aux_sym_number_token1, + ACTIONS(2810), 1, aux_sym_number_token2, + ACTIONS(2812), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2814), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2816), 1, anon_sym_BQUOTE, + ACTIONS(2818), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(2824), 1, + sym__brace_start, + ACTIONS(2874), 1, + sym__special_character, + ACTIONS(2931), 1, + sym_test_operator, + STATE(2911), 1, + aux_sym__literal_repeat1, + STATE(3113), 1, + sym_concatenation, + ACTIONS(2800), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2820), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [15987] = 7, - 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(1139), 4, + ACTIONS(2117), 3, 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), 30, - anon_sym_LPAREN_LPAREN, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2929), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(3041), 9, + 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(2115), 20, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -67767,109 +69972,223 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, + anon_sym_AMP, + [15634] = 35, + ACTIONS(19), 1, + anon_sym_LPAREN, + ACTIONS(33), 1, + anon_sym_LBRACK, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(67), 1, + sym_comment, + ACTIONS(299), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(321), 1, anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(323), 1, + anon_sym_DOLLAR, + ACTIONS(327), 1, + anon_sym_DQUOTE, + ACTIONS(331), 1, aux_sym_number_token1, + ACTIONS(333), 1, aux_sym_number_token2, + ACTIONS(335), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(339), 1, anon_sym_BQUOTE, + ACTIONS(341), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [16050] = 14, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2729), 1, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(891), 1, + sym__special_character, + ACTIONS(897), 1, sym_variable_name, - ACTIONS(2863), 1, - anon_sym_LT_LT_LT, - ACTIONS(2865), 1, - ts_builtin_sym_end, - ACTIONS(2869), 1, - aux_sym_heredoc_redirect_token1, - 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, - sym_file_descriptor, + ACTIONS(899), 1, sym_test_operator, - sym__brace_start, - ACTIONS(2867), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2623), 4, + ACTIONS(1244), 1, + sym_file_descriptor, + ACTIONS(2933), 1, + sym_word, + STATE(511), 1, + sym_command_name, + STATE(924), 1, + aux_sym_command_repeat1, + STATE(1023), 1, + aux_sym__literal_repeat1, + STATE(1056), 1, + sym_concatenation, + STATE(1551), 1, + sym_variable_assignment, + STATE(2538), 1, sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, - anon_sym_LPAREN_LPAREN, + STATE(3235), 1, + sym_command, + STATE(4422), 1, + sym_subscript, + ACTIONS(343), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(893), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1242), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3237), 2, + sym_subshell, + sym_test_command, + ACTIONS(1238), 3, anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(1240), 5, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, + STATE(1239), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [15758] = 35, + ACTIONS(19), 1, + anon_sym_LPAREN, + ACTIONS(33), 1, + anon_sym_LBRACK, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(67), 1, + sym_comment, + ACTIONS(299), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(321), 1, anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(323), 1, anon_sym_DOLLAR, + ACTIONS(325), 1, sym__special_character, + ACTIONS(327), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(331), 1, aux_sym_number_token1, + ACTIONS(333), 1, aux_sym_number_token2, + ACTIONS(335), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(339), 1, anon_sym_BQUOTE, + ACTIONS(341), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(347), 1, + sym_variable_name, + ACTIONS(349), 1, + sym_test_operator, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(1244), 1, + sym_file_descriptor, + ACTIONS(2935), 1, + sym_word, + STATE(433), 1, + sym_command_name, + STATE(983), 1, + aux_sym_command_repeat1, + STATE(1023), 1, + aux_sym__literal_repeat1, + STATE(1056), 1, + sym_concatenation, + STATE(1551), 1, + sym_variable_assignment, + STATE(2538), 1, + sym_file_redirect, + STATE(3235), 1, + sym_command, + STATE(4435), 1, + sym_subscript, + ACTIONS(329), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [16127] = 6, + ACTIONS(1242), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3237), 2, + sym_subshell, + sym_test_command, + ACTIONS(1238), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(1240), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(882), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [15882] = 7, 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(1169), 5, + ACTIONS(1566), 1, + anon_sym_DQUOTE, + STATE(816), 1, + sym_string, + ACTIONS(1971), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 4, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 39, + ACTIONS(1969), 9, + anon_sym_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(1081), 35, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -67877,11 +70196,8 @@ 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, @@ -67889,13 +70205,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -67907,24 +70223,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16188] = 6, + [15950] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2871), 1, - aux_sym_concatenation_token1, - ACTIONS(2874), 1, - sym__concat, - STATE(605), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + ACTIONS(1566), 1, + anon_sym_DQUOTE, + STATE(816), 1, + sym_string, + ACTIONS(1971), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 4, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 39, + ACTIONS(1969), 9, + anon_sym_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(1091), 35, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -67932,11 +70257,8 @@ 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, @@ -67944,13 +70266,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -67962,56 +70284,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16249] = 22, - ACTIONS(63), 1, + [16018] = 35, + ACTIONS(67), 1, sym_comment, - ACTIONS(2825), 1, - sym_word, - ACTIONS(2829), 1, + ACTIONS(375), 1, + anon_sym_LPAREN, + ACTIONS(395), 1, + anon_sym_LBRACK, + ACTIONS(397), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(617), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(635), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(637), 1, anon_sym_DOLLAR, - ACTIONS(2831), 1, + ACTIONS(639), 1, sym__special_character, - ACTIONS(2833), 1, + ACTIONS(641), 1, anon_sym_DQUOTE, - ACTIONS(2837), 1, + ACTIONS(645), 1, aux_sym_number_token1, - ACTIONS(2839), 1, + ACTIONS(647), 1, aux_sym_number_token2, - ACTIONS(2841), 1, + ACTIONS(649), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2843), 1, + ACTIONS(651), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2845), 1, + ACTIONS(653), 1, anon_sym_BQUOTE, - ACTIONS(2847), 1, + ACTIONS(655), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2853), 1, + ACTIONS(661), 1, + sym_variable_name, + ACTIONS(663), 1, sym_test_operator, - ACTIONS(2855), 1, + ACTIONS(665), 1, sym__brace_start, - ACTIONS(2877), 1, - aux_sym__simple_variable_name_token1, - STATE(1808), 1, + ACTIONS(1244), 1, + sym_file_descriptor, + ACTIONS(2937), 1, + sym_word, + STATE(416), 1, + sym_command_name, + STATE(874), 1, aux_sym__literal_repeat1, - ACTIONS(2827), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2835), 2, + STATE(1027), 1, + aux_sym_command_repeat1, + STATE(1028), 1, + sym_concatenation, + STATE(1445), 1, + sym_variable_assignment, + STATE(2538), 1, + sym_file_redirect, + STATE(3227), 1, + sym_command, + STATE(4501), 1, + sym_subscript, + ACTIONS(643), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(2849), 2, + ACTIONS(657), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(600), 2, - sym_concatenation, - aux_sym_unset_command_repeat1, - ACTIONS(1853), 5, - anon_sym_LT_LT, + ACTIONS(1242), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3063), 2, + sym_subshell, + sym_test_command, + ACTIONS(1238), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(1240), 5, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - STATE(1559), 9, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(648), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -68021,57 +70373,223 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - ACTIONS(1855), 11, + [16142] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2507), 1, + anon_sym_DOLLAR, + ACTIONS(2513), 1, + anon_sym_DQUOTE, + ACTIONS(2516), 1, + aux_sym_number_token1, + ACTIONS(2519), 1, + aux_sym_number_token2, + ACTIONS(2522), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2525), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2528), 1, + anon_sym_BQUOTE, + ACTIONS(2531), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2540), 1, + sym__brace_start, + ACTIONS(2942), 1, + sym__special_character, + ACTIONS(2945), 1, + sym_test_operator, + STATE(1479), 1, + aux_sym__literal_repeat1, + ACTIONS(2157), 2, sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2504), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2534), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(589), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2939), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1458), 9, + 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(2155), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [16342] = 9, - ACTIONS(3), 1, + anon_sym_AMP, + [16236] = 35, + ACTIONS(19), 1, + anon_sym_LPAREN, + ACTIONS(33), 1, + anon_sym_LBRACK, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(67), 1, sym_comment, - ACTIONS(2879), 1, + ACTIONS(299), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(321), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(323), 1, + anon_sym_DOLLAR, + ACTIONS(325), 1, + sym__special_character, + ACTIONS(327), 1, + anon_sym_DQUOTE, + ACTIONS(331), 1, + aux_sym_number_token1, + ACTIONS(333), 1, + aux_sym_number_token2, + ACTIONS(335), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(337), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(339), 1, + anon_sym_BQUOTE, + ACTIONS(341), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(347), 1, sym_variable_name, - STATE(4001), 1, - sym_subscript, - ACTIONS(2592), 2, + ACTIONS(349), 1, sym_test_operator, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(2662), 2, + ACTIONS(1244), 1, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - STATE(2697), 2, + ACTIONS(2935), 1, + sym_word, + STATE(443), 1, + sym_command_name, + STATE(1015), 1, + aux_sym_command_repeat1, + STATE(1023), 1, + aux_sym__literal_repeat1, + STATE(1056), 1, + sym_concatenation, + STATE(1687), 1, sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - STATE(2703), 4, + STATE(2538), 1, sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, + STATE(3235), 1, + sym_command, + STATE(4435), 1, + sym_subscript, + ACTIONS(329), 2, sym_raw_string, sym_ansi_c_string, + ACTIONS(343), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1242), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3237), 2, + sym_subshell, + sym_test_command, + ACTIONS(1238), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(1240), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(882), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [16360] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2670), 1, + anon_sym_DOLLAR, + ACTIONS(2674), 1, + anon_sym_DQUOTE, + ACTIONS(2676), 1, aux_sym_number_token1, + ACTIONS(2678), 1, aux_sym_number_token2, + ACTIONS(2680), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2682), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2684), 1, anon_sym_BQUOTE, + ACTIONS(2686), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(2692), 1, + sym__brace_start, + ACTIONS(2832), 1, + sym__special_character, + ACTIONS(2834), 1, + sym_test_operator, + STATE(1479), 1, + aux_sym__literal_repeat1, + ACTIONS(2113), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2668), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2688), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + STATE(589), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2830), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - ACTIONS(2660), 18, + STATE(1458), 9, + 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(2111), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -68087,28 +70605,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [16408] = 6, + [16454] = 19, 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, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, + ACTIONS(2670), 1, + anon_sym_DOLLAR, + ACTIONS(2674), 1, + anon_sym_DQUOTE, + ACTIONS(2676), 1, + aux_sym_number_token1, + ACTIONS(2678), 1, + aux_sym_number_token2, + ACTIONS(2680), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2682), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2686), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2692), 1, sym__brace_start, + ACTIONS(2832), 1, + sym__special_character, + ACTIONS(2834), 1, + sym_test_operator, + STATE(1479), 1, + aux_sym__literal_repeat1, + ACTIONS(2113), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 38, + ACTIONS(2668), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2688), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(589), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2830), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1458), 9, + 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(2111), 21, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -68117,103 +70671,195 @@ 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_BQUOTE, + [16546] = 33, + ACTIONS(67), 1, + sym_comment, + ACTIONS(207), 1, + sym_word, + ACTIONS(224), 1, anon_sym_DOLLAR, + ACTIONS(230), 1, + aux_sym_number_token1, + ACTIONS(232), 1, + aux_sym_number_token2, + ACTIONS(236), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(248), 1, + sym_test_operator, + ACTIONS(250), 1, + sym__brace_start, + ACTIONS(1015), 1, sym__special_character, + ACTIONS(1017), 1, anon_sym_DQUOTE, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1023), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2948), 1, + anon_sym_LPAREN, + ACTIONS(2950), 1, + anon_sym_BANG, + ACTIONS(2956), 1, + anon_sym_BQUOTE, + ACTIONS(2958), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2960), 1, + sym_variable_name, + STATE(1888), 1, + sym_command_substitution, + STATE(1996), 1, + aux_sym__literal_repeat1, + STATE(2170), 1, + sym__expression, + STATE(2232), 1, + sym__arithmetic_postfix_expression, + STATE(2234), 1, + sym__arithmetic_unary_expression, + STATE(2235), 1, + sym__arithmetic_ternary_expression, + STATE(2236), 1, + sym__arithmetic_binary_expression, + ACTIONS(1011), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1019), 2, sym_raw_string, sym_ansi_c_string, + ACTIONS(1025), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2952), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2954), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1890), 4, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + STATE(1897), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, + sym_process_substitution, + STATE(2255), 4, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(2221), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [16666] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2802), 1, + anon_sym_DOLLAR, + ACTIONS(2804), 1, + sym__special_character, + ACTIONS(2806), 1, + anon_sym_DQUOTE, + ACTIONS(2808), 1, aux_sym_number_token1, + ACTIONS(2810), 1, aux_sym_number_token2, + ACTIONS(2812), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2814), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2816), 1, anon_sym_BQUOTE, + ACTIONS(2818), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [16468] = 6, - 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(2819), 5, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, + ACTIONS(2824), 1, sym__brace_start, + ACTIONS(2964), 1, + sym_test_operator, + STATE(2911), 1, + aux_sym__literal_repeat1, + STATE(3113), 1, + sym_concatenation, + ACTIONS(2117), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 38, + ACTIONS(2800), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2820), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2962), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(3016), 9, + 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(2115), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [16528] = 7, + [16760] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2886), 1, + ACTIONS(2646), 1, anon_sym_DQUOTE, - STATE(1687), 1, + STATE(1388), 1, sym_string, - ACTIONS(2888), 2, + ACTIONS(2968), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(1089), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2884), 9, + ts_builtin_sym_end, + ACTIONS(2966), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -68223,8 +70869,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 29, + ACTIONS(1081), 35, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -68232,14 +70879,19 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -68253,80 +70905,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16590] = 7, + [16828] = 23, ACTIONS(3), 1, sym_comment, - ACTIONS(322), 1, + ACTIONS(323), 1, + anon_sym_DOLLAR, + ACTIONS(331), 1, + aux_sym_number_token1, + ACTIONS(333), 1, + aux_sym_number_token2, + ACTIONS(337), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(1566), 1, anon_sym_DQUOTE, - ACTIONS(1135), 1, + ACTIONS(1568), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1570), 1, + anon_sym_BQUOTE, + ACTIONS(1572), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1578), 1, + sym__bare_dollar, + ACTIONS(2463), 1, + sym__special_character, + ACTIONS(2465), 1, sym_test_operator, - STATE(1382), 1, - sym_string, - ACTIONS(2892), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(2890), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 32, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - [16652] = 6, - 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, + STATE(597), 1, + aux_sym_command_repeat2, + STATE(1132), 1, + aux_sym__literal_repeat1, + STATE(1368), 1, + sym_concatenation, + ACTIONS(1498), 2, sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 38, + ACTIONS(1560), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1574), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2461), 2, anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2459), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1469), 9, + 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(1496), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -68334,53 +70972,76 @@ 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, + [16928] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1831), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(1837), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(1840), 1, aux_sym_number_token1, + ACTIONS(1843), 1, aux_sym_number_token2, + ACTIONS(1846), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(1849), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(1852), 1, anon_sym_BQUOTE, + ACTIONS(1855), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [16712] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2799), 1, - aux_sym_concatenation_token1, - ACTIONS(2801), 1, - sym__concat, - STATE(608), 1, - aux_sym_concatenation_repeat1, - ACTIONS(218), 5, - sym_file_descriptor, - sym_test_operator, + ACTIONS(1864), 1, sym__bare_dollar, + ACTIONS(1867), 1, sym__brace_start, + ACTIONS(2976), 1, + sym__special_character, + ACTIONS(2979), 1, + sym_test_operator, + STATE(597), 1, + aux_sym_command_repeat2, + STATE(1132), 1, + aux_sym__literal_repeat1, + STATE(1368), 1, + sym_concatenation, + ACTIONS(1511), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 38, + ACTIONS(1825), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1858), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2973), 2, anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(2970), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1469), 9, + 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(1506), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -68388,74 +71049,155 @@ 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, + [17028] = 35, + ACTIONS(13), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(19), 1, + anon_sym_LPAREN, + ACTIONS(33), 1, + anon_sym_LBRACK, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(43), 1, anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(45), 1, anon_sym_DOLLAR, + ACTIONS(47), 1, sym__special_character, + ACTIONS(49), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(53), 1, aux_sym_number_token1, + ACTIONS(55), 1, aux_sym_number_token2, + ACTIONS(57), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(59), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(61), 1, anon_sym_BQUOTE, + ACTIONS(63), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(67), 1, + sym_comment, + ACTIONS(71), 1, + sym_variable_name, + ACTIONS(73), 1, + sym_test_operator, + ACTIONS(75), 1, + sym__brace_start, + ACTIONS(1244), 1, + sym_file_descriptor, + ACTIONS(2982), 1, + sym_word, + STATE(420), 1, + sym_command_name, + STATE(917), 1, + aux_sym_command_repeat1, + STATE(918), 1, + aux_sym__literal_repeat1, + STATE(1207), 1, + sym_concatenation, + STATE(1512), 1, + sym_variable_assignment, + STATE(2538), 1, + sym_file_redirect, + STATE(3235), 1, + sym_command, + STATE(4434), 1, + sym_subscript, + ACTIONS(51), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(65), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [16772] = 3, + ACTIONS(1242), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3237), 2, + sym_subshell, + sym_test_command, + ACTIONS(1238), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(1240), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(751), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [17152] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, + ACTIONS(2646), 1, + anon_sym_DQUOTE, + STATE(1388), 1, + sym_string, + ACTIONS(2968), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 4, sym_file_descriptor, - sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 40, + ts_builtin_sym_end, + ACTIONS(2966), 9, + anon_sym_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(1091), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -68467,46 +71209,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16826] = 3, + [17220] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(2696), 1, + anon_sym_DQUOTE, + STATE(1221), 1, + sym_string, + ACTIONS(2698), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 4, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 40, + ACTIONS(2694), 9, + anon_sym_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(1081), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -68518,43 +71270,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16880] = 3, + [17288] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + STATE(1442), 1, + aux_sym__literal_repeat1, + STATE(1546), 1, + sym_concatenation, + ACTIONS(2109), 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), 40, + STATE(1272), 9, + 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(2107), 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -68569,70 +71330,196 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [16934] = 3, - ACTIONS(3), 1, + [17354] = 33, + ACTIONS(67), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, - sym__concat, + ACTIONS(207), 1, + sym_word, + ACTIONS(224), 1, + anon_sym_DOLLAR, + ACTIONS(230), 1, + aux_sym_number_token1, + ACTIONS(232), 1, + aux_sym_number_token2, + ACTIONS(236), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(248), 1, sym_test_operator, - sym__bare_dollar, + ACTIONS(250), 1, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 40, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - anon_sym_DOLLAR, + ACTIONS(1015), 1, sym__special_character, + ACTIONS(1017), 1, anon_sym_DQUOTE, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1023), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2948), 1, + anon_sym_LPAREN, + ACTIONS(2950), 1, + anon_sym_BANG, + ACTIONS(2956), 1, + anon_sym_BQUOTE, + ACTIONS(2960), 1, + sym_variable_name, + ACTIONS(2984), 1, + aux_sym__simple_variable_name_token1, + STATE(1888), 1, + sym_command_substitution, + STATE(1996), 1, + aux_sym__literal_repeat1, + STATE(2175), 1, + sym__expression, + STATE(2232), 1, + sym__arithmetic_postfix_expression, + STATE(2234), 1, + sym__arithmetic_unary_expression, + STATE(2235), 1, + sym__arithmetic_ternary_expression, + STATE(2236), 1, + sym__arithmetic_binary_expression, + ACTIONS(1011), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1019), 2, sym_raw_string, sym_ansi_c_string, + ACTIONS(1025), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2952), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2954), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1890), 4, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + STATE(1897), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, + sym_process_substitution, + STATE(2263), 4, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(2221), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [17474] = 33, + ACTIONS(67), 1, + sym_comment, + ACTIONS(207), 1, + sym_word, + ACTIONS(224), 1, + anon_sym_DOLLAR, + ACTIONS(230), 1, aux_sym_number_token1, + ACTIONS(232), 1, aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, + ACTIONS(236), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(248), 1, + sym_test_operator, + ACTIONS(250), 1, + sym__brace_start, + ACTIONS(1015), 1, + sym__special_character, + ACTIONS(1017), 1, + anon_sym_DQUOTE, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1023), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(2948), 1, + anon_sym_LPAREN, + ACTIONS(2950), 1, + anon_sym_BANG, + ACTIONS(2956), 1, + anon_sym_BQUOTE, + ACTIONS(2960), 1, + sym_variable_name, + ACTIONS(2986), 1, + aux_sym__simple_variable_name_token1, + STATE(1888), 1, + sym_command_substitution, + STATE(1996), 1, + aux_sym__literal_repeat1, + STATE(2164), 1, + sym__expression, + STATE(2232), 1, + sym__arithmetic_postfix_expression, + STATE(2234), 1, + sym__arithmetic_unary_expression, + STATE(2235), 1, + sym__arithmetic_ternary_expression, + STATE(2236), 1, + sym__arithmetic_binary_expression, + ACTIONS(1011), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1019), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1025), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [16988] = 7, + ACTIONS(2952), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2954), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1890), 4, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + STATE(1897), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, + sym_process_substitution, + STATE(2265), 4, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(2221), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [17594] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(322), 1, + ACTIONS(2696), 1, anon_sym_DQUOTE, - ACTIONS(1139), 1, - sym_test_operator, - STATE(1382), 1, + STATE(1221), 1, sym_string, - ACTIONS(2892), 2, + ACTIONS(2698), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2890), 9, + ACTIONS(1093), 4, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(2694), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -68642,79 +71529,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 32, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - 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, - [17050] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1237), 6, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 40, + ACTIONS(1091), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -68726,75 +71565,194 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17104] = 3, + [17662] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, + ACTIONS(2670), 1, + anon_sym_DOLLAR, + ACTIONS(2674), 1, + anon_sym_DQUOTE, + ACTIONS(2676), 1, + aux_sym_number_token1, + ACTIONS(2678), 1, + aux_sym_number_token2, + ACTIONS(2680), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2682), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2684), 1, + anon_sym_BQUOTE, + ACTIONS(2686), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2692), 1, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 40, + ACTIONS(2832), 1, + sym__special_character, + ACTIONS(2834), 1, + sym_test_operator, + STATE(1479), 1, + aux_sym__literal_repeat1, + ACTIONS(2036), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2668), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2688), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(589), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2830), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1458), 9, + 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(2034), 20, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + [17756] = 33, + ACTIONS(67), 1, + sym_comment, + ACTIONS(207), 1, + sym_word, + ACTIONS(224), 1, anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(230), 1, aux_sym_number_token1, + ACTIONS(232), 1, aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, + ACTIONS(236), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(248), 1, + sym_test_operator, + ACTIONS(250), 1, + sym__brace_start, + ACTIONS(1015), 1, + sym__special_character, + ACTIONS(1017), 1, + anon_sym_DQUOTE, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1023), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(2948), 1, + anon_sym_LPAREN, + ACTIONS(2950), 1, + anon_sym_BANG, + ACTIONS(2956), 1, + anon_sym_BQUOTE, + ACTIONS(2960), 1, + sym_variable_name, + ACTIONS(2988), 1, + aux_sym__simple_variable_name_token1, + STATE(1888), 1, + sym_command_substitution, + STATE(1996), 1, + aux_sym__literal_repeat1, + STATE(2154), 1, + sym__expression, + STATE(2232), 1, + sym__arithmetic_postfix_expression, + STATE(2234), 1, + sym__arithmetic_unary_expression, + STATE(2235), 1, + sym__arithmetic_ternary_expression, + STATE(2236), 1, + sym__arithmetic_binary_expression, + ACTIONS(1011), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1019), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1025), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [17158] = 6, + ACTIONS(2952), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(2954), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1890), 4, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + STATE(1897), 4, + sym_arithmetic_expansion, + sym_brace_expression, + sym_translated_string, + sym_process_substitution, + STATE(2268), 4, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + STATE(2221), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + [17876] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2799), 1, - aux_sym_concatenation_token1, - ACTIONS(2894), 1, - sym__concat, - STATE(634), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(2992), 1, + anon_sym_DQUOTE, + STATE(1492), 1, + sym_string, + ACTIONS(2994), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 4, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 38, + ACTIONS(2990), 9, + anon_sym_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(1091), 34, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -68802,10 +71760,8 @@ 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, @@ -68813,13 +71769,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -68831,56 +71786,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17218] = 13, + [17943] = 7, 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(2674), 1, + anon_sym_DQUOTE, + STATE(1405), 1, + sym_string, + ACTIONS(2792), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - ACTIONS(2896), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2703), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, + ACTIONS(2790), 9, + anon_sym_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(1091), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, @@ -68892,19 +71846,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17292] = 3, + [18010] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, + ACTIONS(2992), 1, + anon_sym_DQUOTE, + STATE(1492), 1, + sym_string, + ACTIONS(2994), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 4, sym_file_descriptor, - sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 40, + ACTIONS(2990), 9, + anon_sym_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(1081), 34, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -68912,11 +71880,8 @@ 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, @@ -68924,14 +71889,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -68943,155 +71906,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17346] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1139), 1, - sym_test_operator, - ACTIONS(2813), 1, - anon_sym_DQUOTE, - STATE(1531), 1, - sym_string, - ACTIONS(2815), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(2811), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 32, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_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, - sym_test_operator, - ACTIONS(2813), 1, - anon_sym_DQUOTE, - STATE(1531), 1, - sym_string, - ACTIONS(2815), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(2811), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 32, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_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, - [17470] = 14, + [18077] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2603), 1, - anon_sym_BQUOTE, - ACTIONS(2912), 1, + ACTIONS(3006), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2914), 1, + ACTIONS(3008), 1, anon_sym_LT_LT_LT, - ACTIONS(2916), 1, + ACTIONS(3012), 1, sym_variable_name, - STATE(4016), 1, + STATE(4503), 1, sym_subscript, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2908), 2, + ACTIONS(2998), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(3000), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(2910), 2, + ACTIONS(3002), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3004), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - STATE(2561), 2, + STATE(2607), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(3010), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - ACTIONS(2906), 3, - anon_sym_SEMI, + ACTIONS(2768), 4, + anon_sym_esac, anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2562), 4, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + STATE(2597), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 23, + ACTIONS(2996), 26, anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, @@ -69101,6 +71956,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -69111,48 +71968,62 @@ 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, + [18158] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(2916), 1, - sym_variable_name, - STATE(4016), 1, - sym_subscript, - ACTIONS(2592), 2, - sym_test_operator, - 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, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2802), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(2806), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2808), 1, aux_sym_number_token1, + ACTIONS(2810), 1, aux_sym_number_token2, + ACTIONS(2812), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2814), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2818), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(2824), 1, + sym__brace_start, + ACTIONS(3017), 1, + sym__special_character, + ACTIONS(3019), 1, + sym_test_operator, + STATE(2904), 1, + aux_sym__literal_repeat1, + STATE(3143), 1, + sym_concatenation, + ACTIONS(2109), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2800), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2820), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + ACTIONS(3015), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - ACTIONS(2660), 19, + STATE(3001), 9, + 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(2107), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -69168,50 +72039,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [17612] = 3, + [18249] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(2674), 1, + anon_sym_DQUOTE, + STATE(1405), 1, + sym_string, + ACTIONS(2792), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 3, sym_file_descriptor, - sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 40, + ACTIONS(2790), 9, + anon_sym_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(1081), 35, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -69223,43 +72105,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17666] = 3, + [18316] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, + ACTIONS(3008), 1, + anon_sym_LT_LT_LT, + ACTIONS(3012), 1, + sym_variable_name, + ACTIONS(3025), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 40, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, + STATE(4503), 1, + sym_subscript, + ACTIONS(3000), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + ACTIONS(3002), 2, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, + anon_sym_LT_LT_DASH, + ACTIONS(3004), 2, anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3021), 2, + anon_sym_SEMI, + anon_sym_AMP, + STATE(2607), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3010), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ACTIONS(3023), 4, + anon_sym_esac, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, + STATE(2597), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2996), 26, + 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_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -69274,152 +72172,189 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17720] = 3, + [18397] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, + ACTIONS(2802), 1, + anon_sym_DOLLAR, + ACTIONS(2806), 1, + anon_sym_DQUOTE, + ACTIONS(2808), 1, + aux_sym_number_token1, + ACTIONS(2810), 1, + aux_sym_number_token2, + ACTIONS(2812), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2814), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2816), 1, + anon_sym_BQUOTE, + ACTIONS(2818), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2824), 1, sym__brace_start, + ACTIONS(3029), 1, + sym__special_character, + ACTIONS(3031), 1, + sym_test_operator, + STATE(2911), 1, + aux_sym__literal_repeat1, + STATE(3113), 1, + sym_concatenation, + ACTIONS(2117), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 40, + ACTIONS(2800), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2820), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(3027), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(3116), 9, + 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(2115), 20, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + [18490] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2802), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(2806), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2808), 1, aux_sym_number_token1, + ACTIONS(2810), 1, aux_sym_number_token2, + ACTIONS(2812), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2814), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2816), 1, anon_sym_BQUOTE, + ACTIONS(2818), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(2824), 1, + sym__brace_start, + ACTIONS(3029), 1, + sym__special_character, + ACTIONS(3035), 1, + sym_test_operator, + STATE(2904), 1, + aux_sym__literal_repeat1, + STATE(3143), 1, + sym_concatenation, + ACTIONS(2109), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2800), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2820), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + ACTIONS(3033), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [17774] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2879), 1, - sym_variable_name, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - ACTIONS(2921), 1, - aux_sym_heredoc_redirect_token1, - STATE(4001), 1, - sym_subscript, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2898), 2, + STATE(3108), 9, + 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(2107), 20, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(2900), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2697), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - ACTIONS(2919), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2703), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, - anon_sym_LPAREN_LPAREN, + 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_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, - [17848] = 10, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [18583] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2916), 1, + ACTIONS(3012), 1, sym_variable_name, - STATE(4016), 1, + ACTIONS(3039), 1, + aux_sym_heredoc_redirect_token1, + STATE(4503), 1, sym_subscript, - ACTIONS(2910), 2, + ACTIONS(3004), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - STATE(2561), 2, + STATE(2607), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(3010), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - STATE(2562), 4, + STATE(2597), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 8, + ACTIONS(3037), 11, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_esac, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - ACTIONS(2584), 24, + ACTIONS(2996), 26, anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, @@ -69429,6 +72364,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -69444,43 +72381,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17916] = 3, + [18656] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, + ACTIONS(2802), 1, + anon_sym_DOLLAR, + ACTIONS(2806), 1, + anon_sym_DQUOTE, + ACTIONS(2808), 1, + aux_sym_number_token1, + ACTIONS(2810), 1, + aux_sym_number_token2, + ACTIONS(2812), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2814), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2818), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2824), 1, sym__brace_start, + ACTIONS(3017), 1, + sym__special_character, + ACTIONS(3043), 1, + sym_test_operator, + STATE(2911), 1, + aux_sym__literal_repeat1, + STATE(3113), 1, + sym_concatenation, + ACTIONS(2117), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 40, + ACTIONS(2800), 2, anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2820), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(3041), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(3003), 9, + 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(2115), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + anon_sym_BQUOTE, + [18747] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3012), 1, + sym_variable_name, + STATE(4503), 1, + sym_subscript, + ACTIONS(3010), 2, + sym_test_operator, + sym__brace_start, + ACTIONS(3047), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2607), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(2597), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2996), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -69495,130 +72491,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [17970] = 6, - 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, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 38, - anon_sym_LPAREN_LPAREN, + ACTIONS(3045), 23, anon_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, + [18818] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(917), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(921), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(925), 1, aux_sym_number_token1, + ACTIONS(927), 1, aux_sym_number_token2, + ACTIONS(929), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(931), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(933), 1, anon_sym_BQUOTE, + ACTIONS(935), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, + ACTIONS(943), 1, + sym__brace_start, + ACTIONS(2592), 1, sym_word, - [18030] = 6, - 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, - sym_file_descriptor, + ACTIONS(2596), 1, + sym__special_character, + ACTIONS(2600), 1, sym_test_operator, + ACTIONS(2602), 1, sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 38, + STATE(622), 1, + aux_sym_command_repeat2, + STATE(1722), 1, + aux_sym__literal_repeat1, + STATE(1878), 1, + sym_concatenation, + ACTIONS(915), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(937), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2594), 2, anon_sym_EQ_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_EQ_TILDE, + ACTIONS(2598), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1580), 7, 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, + 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, + ACTIONS(1582), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [18090] = 7, + [18919] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2886), 1, + ACTIONS(1566), 1, anon_sym_DQUOTE, - STATE(1687), 1, + STATE(816), 1, sym_string, - ACTIONS(2888), 2, + ACTIONS(1971), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(1093), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2884), 9, + ACTIONS(1969), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -69628,8 +72617,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 29, + ACTIONS(1091), 34, anon_sym_LPAREN_LPAREN, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -69638,12 +72628,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, @@ -69658,19 +72652,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18152] = 3, + [18986] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, + ACTIONS(1566), 1, + anon_sym_DQUOTE, + STATE(816), 1, + sym_string, + ACTIONS(1971), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 4, sym_file_descriptor, - sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 40, + ACTIONS(1969), 9, + anon_sym_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(1081), 34, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -69678,11 +72686,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, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -69690,14 +72694,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -69709,191 +72712,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18206] = 6, - ACTIONS(3), 1, + [19053] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(2929), 1, - aux_sym_concatenation_token1, - ACTIONS(2931), 1, - sym__concat, - STATE(640), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 38, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_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(3049), 1, + sym_word, + ACTIONS(3058), 1, anon_sym_DOLLAR, + ACTIONS(3061), 1, sym__special_character, + ACTIONS(3064), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3070), 1, aux_sym_number_token1, + ACTIONS(3073), 1, aux_sym_number_token2, + ACTIONS(3076), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3079), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3082), 1, anon_sym_BQUOTE, + ACTIONS(3085), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [18266] = 13, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2879), 1, - sym_variable_name, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - ACTIONS(2935), 1, - aux_sym_heredoc_redirect_token1, - STATE(4001), 1, - sym_subscript, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2898), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2900), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2697), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, - sym_file_descriptor, + ACTIONS(3091), 1, sym_test_operator, + ACTIONS(3094), 1, + sym__bare_dollar, + ACTIONS(3097), 1, sym__brace_start, - ACTIONS(2933), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2703), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, + STATE(622), 1, + aux_sym_command_repeat2, + STATE(1722), 1, + aux_sym__literal_repeat1, + STATE(1878), 1, + sym_concatenation, + ACTIONS(3052), 2, 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, + ACTIONS(3055), 2, + anon_sym_EQ_EQ, + anon_sym_EQ_TILDE, + ACTIONS(3067), 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(3088), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [18340] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2937), 1, - aux_sym_concatenation_token1, - ACTIONS(2940), 1, - sym__concat, - STATE(640), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 38, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(1506), 7, 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, + 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, + ACTIONS(1511), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [18400] = 7, + [19154] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2945), 1, + ACTIONS(2393), 1, anon_sym_DQUOTE, - STATE(1592), 1, + STATE(1235), 1, sym_string, - ACTIONS(2947), 2, + ACTIONS(2796), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 4, + ACTIONS(1093), 3, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2943), 9, + ACTIONS(2794), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -69903,8 +72813,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 29, + ACTIONS(1091), 35, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -69912,14 +72823,19 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -69933,22 +72849,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18462] = 7, + [19221] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2945), 1, + ACTIONS(2393), 1, anon_sym_DQUOTE, - STATE(1592), 1, + STATE(1235), 1, sym_string, - ACTIONS(2947), 2, + ACTIONS(2796), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + ACTIONS(1089), 3, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2943), 9, + ACTIONS(2794), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -69958,8 +72873,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 29, + ACTIONS(1081), 35, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -69967,14 +72883,19 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -69988,46 +72909,106 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18524] = 7, - ACTIONS(3), 1, + [19288] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(1154), 1, - anon_sym_LPAREN, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(717), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, - sym_file_descriptor, + ACTIONS(917), 1, + anon_sym_DOLLAR, + ACTIONS(921), 1, + anon_sym_DQUOTE, + ACTIONS(925), 1, + aux_sym_number_token1, + ACTIONS(927), 1, + aux_sym_number_token2, + ACTIONS(929), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(931), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(933), 1, + anon_sym_BQUOTE, + ACTIONS(935), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(943), 1, + sym__brace_start, + ACTIONS(2592), 1, + sym_word, + ACTIONS(2596), 1, + sym__special_character, + ACTIONS(2600), 1, sym_test_operator, + ACTIONS(2602), 1, sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 37, + STATE(622), 1, + aux_sym_command_repeat2, + STATE(1722), 1, + aux_sym__literal_repeat1, + STATE(1878), 1, + sym_concatenation, + ACTIONS(915), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(937), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2594), 2, anon_sym_EQ_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_EQ_TILDE, + ACTIONS(2598), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1496), 7, 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, + 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, + ACTIONS(1498), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, + [19389] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3100), 1, + sym_variable_name, + STATE(4492), 1, + sym_subscript, + ACTIONS(3010), 2, + sym_test_operator, + sym__brace_start, + ACTIONS(3047), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2732), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(2879), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2996), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -70043,94 +73024,81 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18586] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1213), 6, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 40, - anon_sym_LPAREN_LPAREN, + ACTIONS(3045), 22, anon_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [18640] = 3, + [19459] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, + ACTIONS(3100), 1, + sym_variable_name, + ACTIONS(3109), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 40, - anon_sym_LPAREN_LPAREN, + ACTIONS(3111), 1, + anon_sym_LT_LT_LT, + STATE(4492), 1, + sym_subscript, + ACTIONS(3002), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3103), 2, anon_sym_SEMI, - anon_sym_EQ_EQ, + anon_sym_AMP, + ACTIONS(3105), 2, 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, + ACTIONS(3107), 2, anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2732), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3010), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ACTIONS(3023), 3, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, + STATE(2879), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2996), 26, + 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_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -70145,77 +73113,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18694] = 7, - ACTIONS(3), 1, + [19539] = 4, + ACTIONS(67), 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, + ACTIONS(2630), 1, + ts_builtin_sym_end, + ACTIONS(2628), 21, 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, 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_LBRACE, + anon_sym_LBRACK_LBRACK, + anon_sym_AMP_GT_GT, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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(2626), 28, + 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_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, sym_word, - [18756] = 6, + [19599] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2799), 1, + ACTIONS(3113), 1, aux_sym_concatenation_token1, - ACTIONS(2801), 1, + ACTIONS(3116), 1, sym__concat, - STATE(608), 1, + STATE(629), 1, aux_sym_concatenation_repeat1, - ACTIONS(2823), 5, + ACTIONS(1109), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 38, + ACTIONS(1107), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -70225,6 +73194,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, @@ -70236,6 +73207,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -70254,75 +73227,205 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18816] = 10, - ACTIONS(3), 1, + [19663] = 3, + ACTIONS(67), 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(725), 22, 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, - anon_sym_SEMI, + 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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(477), 28, + 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_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + [19721] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2346), 1, + anon_sym_DOLLAR, + ACTIONS(2352), 1, + anon_sym_DQUOTE, + ACTIONS(2355), 1, + aux_sym_number_token1, + ACTIONS(2358), 1, + aux_sym_number_token2, + ACTIONS(2361), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2364), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2367), 1, + anon_sym_BQUOTE, + ACTIONS(2370), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2382), 1, + sym__brace_start, + ACTIONS(3122), 1, + sym__special_character, + ACTIONS(3125), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(3128), 1, + sym_test_operator, + STATE(1379), 1, + aux_sym__literal_repeat1, + ACTIONS(1926), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2343), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2373), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(631), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(3119), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1679), 9, + 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(1924), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_SEMI_SEMI, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(2584), 24, - anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [19815] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(725), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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(477), 29, + 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_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, sym_word, - [18884] = 3, + [19873] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, - sym_file_descriptor, + ACTIONS(3131), 1, + aux_sym_concatenation_token1, + ACTIONS(3133), 1, sym__concat, + STATE(629), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 40, + ACTIONS(1121), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -70332,6 +73435,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, @@ -70344,11 +73448,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -70363,22 +73468,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18938] = 6, + [19937] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2799), 1, + ACTIONS(3131), 1, aux_sym_concatenation_token1, - ACTIONS(2801), 1, + ACTIONS(3135), 1, sym__concat, - STATE(608), 1, + STATE(635), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(244), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 38, + ACTIONS(211), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -70388,6 +73493,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, @@ -70399,6 +73506,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -70417,131 +73526,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [18998] = 7, + [20001] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(322), 1, - anon_sym_DQUOTE, - ACTIONS(1135), 1, + ACTIONS(3131), 1, + aux_sym_concatenation_token1, + ACTIONS(3137), 1, + sym__concat, + STATE(629), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 5, + sym_file_descriptor, sym_test_operator, - STATE(1382), 1, - sym_string, - ACTIONS(2892), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(2890), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 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(1101), 42, + 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, 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_LPAREN_LPAREN, 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, - [19122] = 7, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [20065] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2283), 1, + ACTIONS(2992), 1, anon_sym_DQUOTE, - STATE(1244), 1, + STATE(1492), 1, sym_string, - ACTIONS(2451), 2, + ACTIONS(2994), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 3, + ACTIONS(1089), 4, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(2449), 9, + ACTIONS(2990), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -70551,8 +73609,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 30, + ACTIONS(1081), 33, anon_sym_LPAREN_LPAREN, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -70561,13 +73620,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, @@ -70582,44 +73643,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [19184] = 6, + [20131] = 10, 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, - sym_file_descriptor, + ACTIONS(3039), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3100), 1, sym_variable_name, + STATE(4492), 1, + sym_subscript, + ACTIONS(3107), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2732), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3010), 3, + sym_file_descriptor, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 38, - anon_sym_LPAREN_LPAREN, + STATE(2879), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3037), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_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(2996), 26, + 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_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -70634,19 +73704,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, - [19244] = 3, + [20203] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, - sym_file_descriptor, + ACTIONS(3131), 1, + aux_sym_concatenation_token1, + ACTIONS(3135), 1, sym__concat, + STATE(633), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1137), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 40, + ACTIONS(1127), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -70656,6 +73730,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, @@ -70668,11 +73743,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -70687,43 +73763,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [19298] = 3, + [20267] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, + ACTIONS(3100), 1, + sym_variable_name, + ACTIONS(3111), 1, + anon_sym_LT_LT_LT, + ACTIONS(3141), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 40, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, + STATE(4492), 1, + sym_subscript, + ACTIONS(3002), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3105), 2, 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, + ACTIONS(3107), 2, anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3139), 2, + anon_sym_SEMI, + anon_sym_AMP, + STATE(2732), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(2768), 3, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, + ACTIONS(3010), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + STATE(2879), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2996), 26, + 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_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -70738,24 +73829,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [19352] = 6, + [20347] = 21, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, + ACTIONS(2389), 1, + anon_sym_DOLLAR, + ACTIONS(2393), 1, + anon_sym_DQUOTE, + ACTIONS(2395), 1, + aux_sym_number_token1, + ACTIONS(2397), 1, + aux_sym_number_token2, + ACTIONS(2399), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2401), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2403), 1, + anon_sym_BQUOTE, + ACTIONS(2405), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2413), 1, + sym__brace_start, + ACTIONS(3145), 1, + sym__special_character, + ACTIONS(3147), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(3149), 1, + sym_test_operator, + STATE(1379), 1, + aux_sym__literal_repeat1, + ACTIONS(2024), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2387), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2407), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(644), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(3143), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1679), 9, + 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(2022), 17, + anon_sym_AMP_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [20441] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3131), 1, aux_sym_concatenation_token1, - ACTIONS(2965), 1, + ACTIONS(3135), 1, sym__concat, - STATE(654), 1, + ACTIONS(3151), 1, + anon_sym_LPAREN, + STATE(633), 1, aux_sym_concatenation_repeat1, - ACTIONS(2963), 5, + ACTIONS(1137), 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(1127), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -70768,11 +73935,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -70790,21 +73960,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, - [19412] = 7, + [20507] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(322), 1, + ACTIONS(2992), 1, anon_sym_DQUOTE, - ACTIONS(1135), 1, - sym_test_operator, - STATE(1382), 1, + STATE(1492), 1, sym_string, - ACTIONS(2892), 2, + ACTIONS(2994), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2890), 9, + ACTIONS(1093), 4, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + ACTIONS(2990), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -70814,128 +73986,209 @@ 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, + ACTIONS(1091), 33, + anon_sym_LPAREN_LPAREN, anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_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_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - anon_sym_COLON, - [19474] = 6, - ACTIONS(3), 1, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [20573] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(2929), 1, - aux_sym_concatenation_token1, - ACTIONS(2965), 1, - sym__concat, - STATE(654), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + ACTIONS(2770), 1, + ts_builtin_sym_end, + ACTIONS(2628), 21, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 38, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_LBRACK_LBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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(2626), 28, + anon_sym_for, + anon_sym_select, anon_sym_LT, anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, + anon_sym_LPAREN, + anon_sym_while, + anon_sym_until, + anon_sym_if, + anon_sym_case, + anon_sym_function, + anon_sym_BANG, + anon_sym_LBRACK, + anon_sym_declare, + anon_sym_typeset, + anon_sym_export, + anon_sym_readonly, + anon_sym_local, + anon_sym_unset, + anon_sym_unsetenv, anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + [20633] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2389), 1, + anon_sym_DOLLAR, + ACTIONS(2393), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2395), 1, aux_sym_number_token1, + ACTIONS(2397), 1, aux_sym_number_token2, + ACTIONS(2399), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2401), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2403), 1, anon_sym_BQUOTE, + ACTIONS(2405), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(2413), 1, + sym__brace_start, + ACTIONS(3145), 1, + sym__special_character, + ACTIONS(3149), 1, + sym_test_operator, + ACTIONS(3154), 1, + aux_sym__simple_variable_name_token1, + STATE(1379), 1, + aux_sym__literal_repeat1, + ACTIONS(1979), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(2387), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2407), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, + STATE(631), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(3143), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - [19534] = 6, + STATE(1679), 9, + 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(1977), 17, + anon_sym_AMP_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [20727] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, + ACTIONS(3131), 1, aux_sym_concatenation_token1, - ACTIONS(2965), 1, + ACTIONS(3135), 1, sym__concat, - STATE(638), 1, + STATE(635), 1, aux_sym_concatenation_repeat1, - ACTIONS(2973), 5, + ACTIONS(1119), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2971), 38, + ACTIONS(1117), 42, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -70953,26 +74206,81 @@ static const uint16_t 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, + [20791] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2770), 1, + anon_sym_BQUOTE, + ACTIONS(2628), 20, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_LBRACE, + anon_sym_LBRACK_LBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2626), 28, + 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_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + [20850] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2929), 1, + ACTIONS(3131), 1, aux_sym_concatenation_token1, - ACTIONS(2965), 1, + ACTIONS(3135), 1, sym__concat, - STATE(638), 1, + STATE(692), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 5, + ACTIONS(3158), 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(3156), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -70985,11 +74293,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -71007,19 +74318,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, + [20913] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, - sym_file_descriptor, + ACTIONS(3160), 1, + aux_sym_concatenation_token1, + ACTIONS(3162), 1, sym__concat, + STATE(670), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1137), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 40, + ACTIONS(1127), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -71029,7 +74344,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, @@ -71041,11 +74356,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -71060,99 +74376,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [19708] = 7, + [20976] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(202), 1, - anon_sym_DQUOTE, - ACTIONS(1135), 1, - sym_test_operator, - STATE(1444), 1, - sym_string, - ACTIONS(2721), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(2719), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 32, - anon_sym_RPAREN_RPAREN, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(2770), 1, + ts_builtin_sym_end, + ACTIONS(3172), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3174), 1, + anon_sym_LT_LT_LT, + ACTIONS(3176), 1, + sym_variable_name, + STATE(4529), 1, + sym_subscript, + ACTIONS(3166), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + ACTIONS(3168), 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(3170), 2, anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - [19770] = 6, - 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, + anon_sym_PIPE_AMP, + STATE(2957), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3010), 3, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 38, - anon_sym_LPAREN_LPAREN, + ACTIONS(3164), 3, anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2959), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2996), 26, + 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_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -71167,78 +74440,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, - [19830] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(202), 1, - anon_sym_DQUOTE, - ACTIONS(1139), 1, - sym_test_operator, - STATE(1444), 1, - sym_string, - ACTIONS(2721), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(2719), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 32, - anon_sym_RPAREN_RPAREN, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP, - anon_sym_CARET, - [19892] = 7, + [21055] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2283), 1, + ACTIONS(3181), 1, anon_sym_DQUOTE, - STATE(1244), 1, + STATE(1754), 1, sym_string, - ACTIONS(2451), 2, + ACTIONS(3183), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1135), 3, + ACTIONS(1093), 4, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(2449), 9, + ACTIONS(3179), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -71248,7 +74466,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 30, + ACTIONS(1091), 32, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -71258,13 +74476,15 @@ 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, @@ -71279,98 +74499,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [19954] = 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_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, - [20016] = 13, + [21120] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(2879), 1, - sym_variable_name, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - ACTIONS(2981), 1, + ACTIONS(2768), 1, + anon_sym_RPAREN, + ACTIONS(3141), 1, aux_sym_heredoc_redirect_token1, - STATE(4001), 1, + ACTIONS(3189), 1, + anon_sym_LT_LT_LT, + ACTIONS(3191), 1, + sym_variable_name, + STATE(4520), 1, sym_subscript, - ACTIONS(2734), 2, + ACTIONS(3168), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - ACTIONS(2898), 2, + ACTIONS(3185), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(2900), 2, + ACTIONS(3187), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - STATE(2697), 2, + STATE(2955), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, + ACTIONS(3010), 3, sym_file_descriptor, sym_test_operator, sym__brace_start, - ACTIONS(2979), 3, + ACTIONS(3139), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - STATE(2703), 4, + STATE(2968), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, + ACTIONS(2996), 26, anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, @@ -71380,6 +74547,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -71395,46 +74564,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [20090] = 3, + [21199] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, + ACTIONS(3181), 1, + anon_sym_DQUOTE, + STATE(1754), 1, + sym_string, + ACTIONS(3183), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 4, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 40, + ACTIONS(3179), 9, + anon_sym_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(1081), 32, 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -71446,22 +74622,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [20144] = 6, + [21264] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2799), 1, - aux_sym_concatenation_token1, - ACTIONS(2801), 1, - sym__concat, - STATE(621), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, + ACTIONS(1192), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 38, + ACTIONS(1190), 43, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -71471,6 +74642,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, @@ -71482,10 +74655,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -71500,206 +74676,188 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [20204] = 14, + [21321] = 20, 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, + ACTIONS(2507), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(2513), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2516), 1, aux_sym_number_token1, + ACTIONS(2519), 1, aux_sym_number_token2, + ACTIONS(2522), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2525), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2528), 1, + anon_sym_BQUOTE, + ACTIONS(2531), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [20280] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1233), 6, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, + ACTIONS(2540), 1, sym__brace_start, + ACTIONS(3197), 1, + sym__special_character, + ACTIONS(3200), 1, + sym_test_operator, + STATE(1479), 1, + aux_sym__literal_repeat1, + ACTIONS(2157), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 39, + ACTIONS(2504), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2534), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(654), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(3194), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1718), 9, + 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(2155), 17, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + [21412] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2670), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(2674), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(2676), 1, aux_sym_number_token1, + ACTIONS(2678), 1, aux_sym_number_token2, + ACTIONS(2680), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(2682), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(2684), 1, anon_sym_BQUOTE, + ACTIONS(2686), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [20333] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1237), 6, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, + ACTIONS(2692), 1, sym__brace_start, + ACTIONS(3205), 1, + sym__special_character, + ACTIONS(3207), 1, + sym_test_operator, + STATE(1479), 1, + aux_sym__literal_repeat1, + ACTIONS(2113), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 39, + ACTIONS(2668), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2688), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(654), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(3203), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1718), 9, + 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(2111), 17, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [20386] = 6, + [21503] = 3, 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(1196), 6, sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 38, + ACTIONS(1194), 43, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -71713,100 +74871,120 @@ static const uint16_t 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, - ACTIONS(3), 1, + [21560] = 22, + ACTIONS(67), 1, sym_comment, - ACTIONS(2991), 1, - aux_sym_concatenation_token1, - ACTIONS(2993), 1, - sym__concat, - STATE(731), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2973), 5, - sym_file_descriptor, - sym_variable_name, + ACTIONS(3209), 1, + sym_word, + ACTIONS(3213), 1, + anon_sym_DOLLAR, + ACTIONS(3215), 1, + sym__special_character, + ACTIONS(3217), 1, + anon_sym_DQUOTE, + ACTIONS(3221), 1, + aux_sym_number_token1, + ACTIONS(3223), 1, + aux_sym_number_token2, + ACTIONS(3225), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3227), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3229), 1, + anon_sym_BQUOTE, + ACTIONS(3231), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3235), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(3237), 1, sym_test_operator, + ACTIONS(3239), 1, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2971), 37, + STATE(1946), 1, + aux_sym__literal_repeat1, + ACTIONS(3211), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3219), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3233), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(671), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(1977), 7, 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, + STATE(1696), 9, + 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(1979), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [20504] = 6, + [21655] = 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(1204), 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(1202), 43, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -71821,45 +74999,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [20563] = 6, + [21712] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2999), 1, - aux_sym_concatenation_token1, - ACTIONS(3001), 1, - sym__concat, - STATE(735), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3005), 5, + ACTIONS(1208), 6, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 37, + ACTIONS(1206), 43, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -71874,96 +75053,187 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [20622] = 7, - ACTIONS(3), 1, + [21769] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(3009), 1, - anon_sym_DQUOTE, - STATE(1637), 1, + STATE(1856), 1, + aux_sym__literal_repeat1, + STATE(1976), 1, + sym_concatenation, + STATE(1683), 9, + sym_arithmetic_expansion, + sym_brace_expression, sym_string, - ACTIONS(3011), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 3, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(2107), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(2109), 25, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3007), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(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_RBRACK, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, + [21832] = 22, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3209), 1, + sym_word, + ACTIONS(3213), 1, + anon_sym_DOLLAR, + ACTIONS(3215), 1, + sym__special_character, + ACTIONS(3217), 1, + anon_sym_DQUOTE, + ACTIONS(3221), 1, aux_sym_number_token1, + ACTIONS(3223), 1, aux_sym_number_token2, + ACTIONS(3225), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3227), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3229), 1, anon_sym_BQUOTE, + ACTIONS(3231), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(3237), 1, + sym_test_operator, + ACTIONS(3239), 1, + sym__brace_start, + ACTIONS(3241), 1, + aux_sym__simple_variable_name_token1, + STATE(1946), 1, + aux_sym__literal_repeat1, + ACTIONS(3211), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3219), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3233), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [20683] = 3, + STATE(657), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(2022), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(1696), 9, + 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(2024), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [21927] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, + ACTIONS(3174), 1, + anon_sym_LT_LT_LT, + ACTIONS(3176), 1, + sym_variable_name, + ACTIONS(3243), 1, + ts_builtin_sym_end, + ACTIONS(3247), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 39, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, + STATE(4529), 1, + sym_subscript, + ACTIONS(3166), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + ACTIONS(3168), 2, anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3170), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2957), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3010), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ACTIONS(3245), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2959), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2996), 26, + 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_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -71978,49 +75248,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [20736] = 7, + [22006] = 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(1176), 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(1174), 43, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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,44 +75302,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [20797] = 6, + [22063] = 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(1168), 6, sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3013), 38, + ACTIONS(1166), 43, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -72083,46 +75355,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [20856] = 6, + [22120] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2987), 1, - aux_sym_concatenation_token1, - ACTIONS(3017), 1, - sym__concat, - STATE(699), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3021), 4, + ACTIONS(1188), 6, sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 38, + ACTIONS(1186), 43, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -72136,26 +75409,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, - [20915] = 6, + [22177] = 6, 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(2963), 5, + STATE(1384), 1, + aux_sym__literal_repeat1, + STATE(1555), 1, + sym_concatenation, + ACTIONS(2117), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 37, + STATE(1676), 9, + 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(2115), 33, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -72163,18 +75442,16 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -72189,25 +75466,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, - [20974] = 6, + [22240] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3023), 1, + ACTIONS(3131), 1, aux_sym_concatenation_token1, - ACTIONS(3026), 1, + ACTIONS(3135), 1, sym__concat, - STATE(684), 1, + STATE(693), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 4, + ACTIONS(3251), 5, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 38, + ACTIONS(3249), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -72220,11 +75498,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -72242,46 +75523,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, - [21033] = 3, + [22303] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(1744), 1, + anon_sym_DQUOTE, + STATE(1177), 1, + sym_string, + ACTIONS(2704), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 4, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 39, + ACTIONS(2702), 9, + anon_sym_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(1091), 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_esac, anon_sym_PIPE, - anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -72292,42 +75581,118 @@ static const uint16_t 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, + [22368] = 21, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3253), 1, + sym_word, + ACTIONS(3259), 1, + anon_sym_DOLLAR, + ACTIONS(3262), 1, + sym__special_character, + ACTIONS(3265), 1, + anon_sym_DQUOTE, + ACTIONS(3271), 1, + aux_sym_number_token1, + ACTIONS(3274), 1, + aux_sym_number_token2, + ACTIONS(3277), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3280), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3283), 1, + anon_sym_BQUOTE, + ACTIONS(3286), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3292), 1, + sym_test_operator, + ACTIONS(3295), 1, + sym__brace_start, + STATE(2011), 1, + aux_sym__literal_repeat1, + ACTIONS(3256), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3268), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3289), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(669), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2155), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(1742), 9, + 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(2157), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [22461] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3029), 1, + ACTIONS(3160), 1, aux_sym_concatenation_token1, - ACTIONS(3032), 1, + ACTIONS(3298), 1, sym__concat, - STATE(686), 1, + STATE(695), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + ACTIONS(1123), 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(1121), 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_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -72345,75 +75710,98 @@ static const uint16_t 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, - ACTIONS(3), 1, + [22524] = 22, + ACTIONS(67), 1, sym_comment, - ACTIONS(1221), 6, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(3300), 1, + sym_word, + ACTIONS(3306), 1, + anon_sym_DOLLAR, + ACTIONS(3309), 1, + sym__special_character, + ACTIONS(3312), 1, + anon_sym_DQUOTE, + ACTIONS(3318), 1, + aux_sym_number_token1, + ACTIONS(3321), 1, + aux_sym_number_token2, + ACTIONS(3324), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3327), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3330), 1, + anon_sym_BQUOTE, + ACTIONS(3333), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3339), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(3342), 1, sym_test_operator, + ACTIONS(3345), 1, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 39, + STATE(1946), 1, + aux_sym__literal_repeat1, + ACTIONS(3303), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3315), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3336), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(671), 2, + sym_concatenation, + aux_sym_unset_command_repeat1, + ACTIONS(1924), 7, 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, + STATE(1696), 9, + 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(1926), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [21198] = 6, + [22619] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, + ACTIONS(3160), 1, aux_sym_concatenation_token1, - ACTIONS(3035), 1, + ACTIONS(3162), 1, sym__concat, - STATE(690), 1, + ACTIONS(3348), 1, + anon_sym_LPAREN, + STATE(670), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 6, + ACTIONS(1137), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 36, + ACTIONS(1127), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -72425,6 +75813,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, @@ -72432,6 +75822,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -72450,24 +75842,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21257] = 6, + [22684] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2991), 1, - aux_sym_concatenation_token1, - ACTIONS(2993), 1, - sym__concat, - STATE(708), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(2696), 1, + anon_sym_DQUOTE, + STATE(1221), 1, + sym_string, + ACTIONS(2698), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 4, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, + ACTIONS(2694), 9, + anon_sym_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(1091), 32, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -72475,22 +75876,19 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -72501,25 +75899,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, - [21316] = 6, + [22749] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3037), 1, + ACTIONS(3160), 1, aux_sym_concatenation_token1, - ACTIONS(3040), 1, + ACTIONS(3351), 1, sym__concat, - STATE(690), 1, + STATE(695), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 6, + ACTIONS(1103), 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(1101), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -72529,8 +75925,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, @@ -72538,6 +75937,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -72556,72 +75957,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21375] = 3, - ACTIONS(3), 1, + [22812] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(1221), 6, + STATE(1870), 1, + aux_sym__literal_repeat1, + STATE(1963), 1, + sym_concatenation, + STATE(1692), 9, + 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(2115), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(2117), 25, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 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_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [21428] = 6, + [22875] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3160), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(3162), 1, sym__concat, - STATE(717), 1, + STATE(674), 1, aux_sym_concatenation_repeat1, - ACTIONS(2809), 5, + ACTIONS(244), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 37, + ACTIONS(211), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -72631,9 +76039,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, @@ -72641,6 +76051,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -72659,22 +76071,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21487] = 6, + [22938] = 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(2819), 5, + ACTIONS(1152), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 37, + ACTIONS(1150), 43, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -72684,9 +76091,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, @@ -72694,10 +76104,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -72712,36 +76125,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21546] = 3, + [22995] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, + ACTIONS(1156), 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(1154), 43, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -72760,46 +76178,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [21599] = 6, + [23052] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2987), 1, - aux_sym_concatenation_token1, - ACTIONS(3017), 1, - sym__concat, - STATE(699), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 4, + ACTIONS(1152), 6, sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 38, + ACTIONS(1150), 43, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -72813,44 +76232,58 @@ static const uint16_t 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, + [23109] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, + ACTIONS(3023), 1, + anon_sym_RPAREN, + ACTIONS(3109), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3189), 1, + anon_sym_LT_LT_LT, + ACTIONS(3191), 1, + sym_variable_name, + STATE(4520), 1, + sym_subscript, + ACTIONS(3168), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3185), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3187), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2955), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3010), 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(3103), 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(2968), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2996), 26, + 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_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -72865,20 +76298,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21711] = 5, + [23188] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3043), 1, - sym__special_character, - STATE(757), 1, - aux_sym__literal_repeat1, - ACTIONS(2823), 5, + ACTIONS(1172), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 38, + ACTIONS(1170), 43, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -72888,6 +76318,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, @@ -72900,11 +76331,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -72917,24 +76352,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21768] = 6, + [23245] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2991), 1, - aux_sym_concatenation_token1, - ACTIONS(2993), 1, - sym__concat, - STATE(731), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2977), 5, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, + ACTIONS(2670), 1, + anon_sym_DOLLAR, + ACTIONS(2674), 1, + anon_sym_DQUOTE, + ACTIONS(2676), 1, + aux_sym_number_token1, + ACTIONS(2678), 1, + aux_sym_number_token2, + ACTIONS(2680), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2682), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2684), 1, + anon_sym_BQUOTE, + ACTIONS(2686), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2692), 1, sym__brace_start, + ACTIONS(3205), 1, + sym__special_character, + ACTIONS(3207), 1, + sym_test_operator, + STATE(1479), 1, + aux_sym__literal_repeat1, + ACTIONS(2036), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 37, + ACTIONS(2668), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2688), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(654), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(3203), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(1718), 9, + 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(2034), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -72942,72 +76413,56 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [21827] = 6, + [23336] = 3, 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, + ACTIONS(1184), 6, sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 38, + ACTIONS(1182), 43, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -73021,28 +76476,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, - [21886] = 6, + [23393] = 6, 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, + STATE(1442), 1, + aux_sym__literal_repeat1, + STATE(1546), 1, + sym_concatenation, + ACTIONS(2109), 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(2803), 36, + STATE(1659), 9, + 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(2107), 33, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -73050,17 +76509,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -73076,23 +76534,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [21945] = 6, + [23456] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, + ACTIONS(3131), 1, aux_sym_concatenation_token1, - ACTIONS(2957), 1, + ACTIONS(3135), 1, sym__concat, - STATE(688), 1, + STATE(692), 1, aux_sym_concatenation_repeat1, - ACTIONS(2823), 6, + ACTIONS(3355), 5, 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(3353), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73102,8 +76559,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, @@ -73111,6 +76571,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -73129,17 +76591,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22004] = 3, + [23519] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, - sym_file_descriptor, + ACTIONS(3131), 1, + aux_sym_concatenation_token1, + ACTIONS(3135), 1, sym__concat, + STATE(693), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3359), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 39, + ACTIONS(3357), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73149,6 +76616,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, @@ -73160,11 +76628,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -73179,17 +76648,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22057] = 3, + [23582] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, + ACTIONS(1148), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 39, + ACTIONS(1146), 43, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73199,6 +76668,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, @@ -73210,6 +76681,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -73229,94 +76702,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22110] = 6, - ACTIONS(3), 1, + [23639] = 3, + ACTIONS(67), 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(2628), 21, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 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_LBRACE, + anon_sym_LBRACK_LBRACK, anon_sym_AMP_GT_GT, - anon_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_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, + ACTIONS(2626), 28, + 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_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, sym_word, - [22169] = 3, + [23696] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, - sym_file_descriptor, - sym__concat, + ACTIONS(3176), 1, sym_variable_name, + STATE(4529), 1, + sym_subscript, + ACTIONS(3039), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3170), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2957), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3010), 3, + sym_file_descriptor, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 39, - anon_sym_LPAREN_LPAREN, + STATE(2959), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3037), 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(2996), 26, + 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_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -73330,38 +76816,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [22222] = 3, + [23767] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, + ACTIONS(1109), 6, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 39, + ACTIONS(1107), 43, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -73380,94 +76870,106 @@ static const uint16_t 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, + [23824] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3043), 1, - sym__special_character, - STATE(757), 1, - aux_sym__literal_repeat1, - ACTIONS(218), 5, - sym_file_descriptor, + ACTIONS(3176), 1, + sym_variable_name, + STATE(4529), 1, + sym_subscript, + ACTIONS(3010), 2, sym_test_operator, - sym__bare_dollar, sym__brace_start, + STATE(2957), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3047), 3, + sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 38, + STATE(2959), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2996), 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(3045), 20, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [22332] = 6, + [23893] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2991), 1, + ACTIONS(3131), 1, aux_sym_concatenation_token1, - ACTIONS(3047), 1, + ACTIONS(3361), 1, sym__concat, - STATE(686), 1, + STATE(629), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1103), 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(1101), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -73485,19 +76987,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, - [22391] = 3, + [23956] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, - sym_file_descriptor, + ACTIONS(3131), 1, + aux_sym_concatenation_token1, + ACTIONS(3363), 1, sym__concat, + STATE(629), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 39, + ACTIONS(1121), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73507,6 +77013,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, @@ -73518,11 +77025,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -73537,19 +77045,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22444] = 3, + [24019] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, + ACTIONS(3131), 1, + aux_sym_concatenation_token1, + ACTIONS(3135), 1, sym__concat, - sym_variable_name, + STATE(692), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 39, + ACTIONS(1117), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -73562,16 +77076,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -73585,24 +77101,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, - [22497] = 6, + [24082] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3049), 1, + ACTIONS(3365), 1, aux_sym_concatenation_token1, - ACTIONS(3052), 1, + ACTIONS(3368), 1, sym__concat, - STATE(711), 1, + STATE(695), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + ACTIONS(1109), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, + ACTIONS(1107), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73612,9 +77127,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, @@ -73622,6 +77139,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -73640,20 +77159,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22556] = 3, + [24145] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(2696), 1, + anon_sym_DQUOTE, + STATE(1221), 1, + sym_string, + ACTIONS(2698), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 4, 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(2694), 9, + anon_sym_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(1081), 32, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -73661,24 +77193,19 @@ 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -73690,48 +77217,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22609] = 6, + [24210] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(724), 1, - aux_sym_concatenation_repeat1, - ACTIONS(218), 5, + ACTIONS(1744), 1, + anon_sym_DQUOTE, + STATE(1177), 1, + sym_string, + ACTIONS(2704), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 4, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(187), 37, + ACTIONS(2702), 9, + anon_sym_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(1081), 32, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -73743,98 +77275,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22668] = 6, - ACTIONS(3), 1, + [24275] = 21, + ACTIONS(67), 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, - sym_file_descriptor, - sym_variable_name, + ACTIONS(3371), 1, + sym_word, + ACTIONS(3375), 1, + anon_sym_DOLLAR, + ACTIONS(3377), 1, + sym__special_character, + ACTIONS(3379), 1, + anon_sym_DQUOTE, + ACTIONS(3383), 1, + aux_sym_number_token1, + ACTIONS(3385), 1, + aux_sym_number_token2, + ACTIONS(3387), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3389), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3391), 1, + anon_sym_BQUOTE, + ACTIONS(3393), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3397), 1, sym_test_operator, + ACTIONS(3399), 1, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 37, + STATE(2011), 1, + aux_sym__literal_repeat1, + ACTIONS(3373), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3381), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3395), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(669), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2111), 7, 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, + STATE(1742), 9, + 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(2113), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [22727] = 6, + [24368] = 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(1144), 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(1142), 43, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -73849,17 +77401,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22786] = 3, + [24425] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(1164), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 39, + ACTIONS(1162), 43, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73869,6 +77421,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, @@ -73880,6 +77434,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -73899,22 +77455,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22839] = 6, + [24482] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3160), 1, aux_sym_concatenation_token1, - ACTIONS(3057), 1, + ACTIONS(3162), 1, sym__concat, - STATE(711), 1, + STATE(674), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1119), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 37, + ACTIONS(1117), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73924,9 +77480,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, @@ -73934,6 +77492,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -73952,22 +77512,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22898] = 6, + [24545] = 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(1160), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 37, + ACTIONS(1158), 43, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -73977,9 +77532,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, @@ -73987,10 +77545,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -74005,41 +77566,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [22957] = 3, + [24602] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, - sym_file_descriptor, - sym__concat, + ACTIONS(3039), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3191), 1, sym_variable_name, + STATE(4520), 1, + sym_subscript, + ACTIONS(3187), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2955), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3010), 3, + sym_file_descriptor, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 39, - anon_sym_LPAREN_LPAREN, + STATE(2968), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3037), 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(2996), 26, + 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_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -74053,46 +77626,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, - [23010] = 6, - ACTIONS(3), 1, + [24673] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(2955), 1, - aux_sym_concatenation_token1, - ACTIONS(2957), 1, - sym__concat, - STATE(743), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1156), 6, + ACTIONS(2630), 1, + anon_sym_BQUOTE, + ACTIONS(2628), 20, 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, 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_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2626), 28, + anon_sym_for, + anon_sym_select, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, + anon_sym_LPAREN, + anon_sym_while, + anon_sym_until, + anon_sym_if, + anon_sym_case, + anon_sym_function, + anon_sym_BANG, + anon_sym_LBRACK, + anon_sym_declare, + anon_sym_typeset, + anon_sym_export, + anon_sym_readonly, + anon_sym_local, + anon_sym_unset, + anon_sym_unsetenv, anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + [24732] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3191), 1, + sym_variable_name, + STATE(4520), 1, + sym_subscript, + ACTIONS(3010), 2, + sym_test_operator, + sym__brace_start, + ACTIONS(3047), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2955), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(2968), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2996), 16, + anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -74108,70 +77720,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23069] = 6, - 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(1169), 6, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, - anon_sym_LPAREN_LPAREN, + ACTIONS(3045), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, + [24801] = 21, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3371), 1, + sym_word, + ACTIONS(3375), 1, anon_sym_DOLLAR, + ACTIONS(3377), 1, sym__special_character, + ACTIONS(3379), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3383), 1, aux_sym_number_token1, + ACTIONS(3385), 1, aux_sym_number_token2, + ACTIONS(3387), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3389), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3391), 1, anon_sym_BQUOTE, + ACTIONS(3393), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(3397), 1, + sym_test_operator, + ACTIONS(3399), 1, + sym__brace_start, + STATE(2011), 1, + aux_sym__literal_repeat1, + ACTIONS(3373), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3381), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3395), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [23128] = 3, + STATE(669), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2034), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(1742), 9, + 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(2036), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [24894] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + ACTIONS(1180), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 39, + ACTIONS(1178), 43, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -74181,6 +77834,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, @@ -74192,6 +77847,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -74211,17 +77868,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23181] = 3, + [24951] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1200), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 39, + ACTIONS(1198), 43, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -74231,6 +77888,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, @@ -74242,6 +77901,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -74261,44 +77922,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23234] = 6, + [25008] = 10, 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(3039), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3403), 1, + sym_variable_name, + STATE(4517), 1, + sym_subscript, + ACTIONS(3401), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3012), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3010), 3, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 37, - anon_sym_LPAREN_LPAREN, + STATE(3039), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3037), 8, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_SEMI_SEMI, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(2996), 26, + anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -74314,36 +77982,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23293] = 3, + [25078] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, + ACTIONS(1172), 6, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 39, + ACTIONS(1170), 42, 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -74362,26 +78034,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, - [23346] = 7, + [25134] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - ACTIONS(3061), 1, - anon_sym_LPAREN, - STATE(874), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, + ACTIONS(3406), 1, + sym__special_character, + STATE(711), 1, + aux_sym__literal_repeat1, + ACTIONS(1214), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 36, + ACTIONS(1212), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -74391,8 +78058,12 @@ 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, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -74400,12 +78071,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -74418,41 +78090,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23407] = 3, + [25194] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, - sym__concat, + ACTIONS(3403), 1, sym_variable_name, - sym_test_operator, - sym__brace_start, + ACTIONS(3413), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 39, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + ACTIONS(3415), 1, + anon_sym_LT_LT_LT, + STATE(4517), 1, + sym_subscript, + ACTIONS(3168), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3401), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3411), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + STATE(3012), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3010), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ACTIONS(3409), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3039), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2996), 26, + 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_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -74466,43 +78152,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [23460] = 6, + [25270] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2999), 1, + ACTIONS(3417), 1, aux_sym_concatenation_token1, - ACTIONS(3001), 1, + ACTIONS(3419), 1, sym__concat, - STATE(714), 1, + STATE(747), 1, aux_sym_concatenation_repeat1, - ACTIONS(3065), 5, + ACTIONS(1119), 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(3063), 37, + ACTIONS(1117), 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_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -74521,17 +78209,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23519] = 3, + [25332] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, + ACTIONS(1188), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 39, + ACTIONS(1186), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -74541,6 +78229,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, @@ -74552,6 +78241,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -74571,41 +78262,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23572] = 6, + [25388] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2999), 1, + ACTIONS(3160), 1, aux_sym_concatenation_token1, - ACTIONS(3001), 1, + ACTIONS(3162), 1, sym__concat, - STATE(735), 1, + STATE(728), 1, aux_sym_concatenation_repeat1, - ACTIONS(3069), 5, + ACTIONS(3355), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 37, + ACTIONS(3353), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -74624,22 +78318,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23631] = 6, + [25450] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2991), 1, + ACTIONS(3421), 1, aux_sym_concatenation_token1, - ACTIONS(3071), 1, + ACTIONS(3423), 1, sym__concat, - STATE(686), 1, + STATE(729), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1103), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 37, + ACTIONS(1101), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -74648,6 +78342,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, @@ -74658,6 +78353,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -74677,42 +78374,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [23690] = 3, + [25512] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, - sym_file_descriptor, + ACTIONS(3421), 1, + aux_sym_concatenation_token1, + ACTIONS(3429), 1, sym__concat, + STATE(718), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3427), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 39, + ACTIONS(3425), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -74726,18 +78428,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, - [23743] = 3, + [25574] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, - sym_file_descriptor, + ACTIONS(3421), 1, + aux_sym_concatenation_token1, + ACTIONS(3431), 1, sym__concat, + STATE(729), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 39, + ACTIONS(1121), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -74757,11 +78465,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -74777,17 +78486,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [23796] = 3, + [25636] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(1196), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 39, + ACTIONS(1194), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -74797,6 +78506,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, @@ -74808,6 +78518,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -74827,202 +78539,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [23849] = 6, - ACTIONS(3), 1, + [25692] = 21, + ACTIONS(67), 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, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 37, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3433), 1, + sym_word, + ACTIONS(3437), 1, anon_sym_DOLLAR, + ACTIONS(3439), 1, sym__special_character, + ACTIONS(3441), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(3445), 1, aux_sym_number_token1, + ACTIONS(3447), 1, aux_sym_number_token2, + ACTIONS(3449), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(3451), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(3453), 1, anon_sym_BQUOTE, + ACTIONS(3455), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(3459), 1, + sym_test_operator, + ACTIONS(3461), 1, + sym__brace_start, + STATE(2063), 1, + aux_sym__literal_repeat1, + ACTIONS(3435), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3443), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3457), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [23908] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(322), 1, - anon_sym_DQUOTE, - ACTIONS(1135), 1, - sym_test_operator, - STATE(1382), 1, - sym_string, - ACTIONS(2892), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(2890), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 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, + STATE(782), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2111), 7, 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, - [23969] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(322), 1, - anon_sym_DQUOTE, - ACTIONS(1139), 1, - sym_test_operator, - STATE(1382), 1, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(1908), 9, + sym_arithmetic_expansion, + sym_brace_expression, sym_string, - ACTIONS(2892), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(2890), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 31, - anon_sym_EQ, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + ACTIONS(2113), 11, + sym_file_descriptor, 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, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [25784] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, - sym_file_descriptor, + ACTIONS(3160), 1, + aux_sym_concatenation_token1, + ACTIONS(3162), 1, sym__concat, - sym_variable_name, + STATE(728), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 39, + ACTIONS(1117), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -75036,43 +78665,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, - [24083] = 6, + [25846] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, + ACTIONS(3421), 1, aux_sym_concatenation_token1, - ACTIONS(2957), 1, + ACTIONS(3429), 1, sym__concat, - STATE(743), 1, + STATE(716), 1, aux_sym_concatenation_repeat1, - ACTIONS(2809), 6, + ACTIONS(3465), 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(2807), 36, + ACTIONS(3463), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -75090,18 +78720,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, - [24142] = 3, + [25908] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, - sym_file_descriptor, + ACTIONS(3467), 1, + aux_sym_concatenation_token1, + ACTIONS(3469), 1, sym__concat, + STATE(737), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 39, + ACTIONS(1117), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75111,10 +78747,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, @@ -75122,11 +78758,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -75141,36 +78778,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24195] = 3, + [25970] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, + ACTIONS(1168), 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), 39, + ACTIONS(1166), 42, 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -75189,47 +78830,46 @@ static const uint16_t 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, + [26026] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2999), 1, - aux_sym_concatenation_token1, - ACTIONS(3001), 1, - sym__concat, - STATE(714), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + ACTIONS(1176), 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), 37, + ACTIONS(1174), 42, 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -75244,23 +78884,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24307] = 6, + [26082] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, + ACTIONS(3160), 1, aux_sym_concatenation_token1, - ACTIONS(3075), 1, + ACTIONS(3162), 1, sym__concat, - STATE(690), 1, + STATE(727), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 6, + ACTIONS(3359), 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(3357), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75272,6 +78911,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, @@ -75279,6 +78920,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -75297,17 +78940,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24366] = 3, + [26144] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, - sym_file_descriptor, + ACTIONS(3160), 1, + aux_sym_concatenation_token1, + ACTIONS(3471), 1, sym__concat, + STATE(695), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 39, + ACTIONS(1121), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75328,11 +78976,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -75347,41 +78996,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24419] = 3, + [26206] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, - sym_file_descriptor, + ACTIONS(3160), 1, + aux_sym_concatenation_token1, + ACTIONS(3473), 1, sym__concat, - sym_variable_name, + STATE(695), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 39, + ACTIONS(1101), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -75395,19 +79051,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, - [24472] = 3, + [26268] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, - sym_file_descriptor, + ACTIONS(3475), 1, + aux_sym_concatenation_token1, + ACTIONS(3478), 1, sym__concat, + STATE(729), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1109), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 39, + ACTIONS(1107), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -75427,11 +79087,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -75447,23 +79108,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [24525] = 6, + [26330] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, + ACTIONS(3417), 1, aux_sym_concatenation_token1, - ACTIONS(2957), 1, + ACTIONS(3419), 1, sym__concat, - STATE(688), 1, + STATE(747), 1, aux_sym_concatenation_repeat1, - ACTIONS(218), 6, + ACTIONS(244), 6, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 36, + ACTIONS(211), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75473,6 +79134,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, @@ -75482,6 +79144,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -75500,22 +79164,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24584] = 6, + [26392] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3481), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(3484), 1, sym__concat, - STATE(724), 1, + STATE(731), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(1109), 6, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, + ACTIONS(1107), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75525,7 +79190,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, @@ -75535,6 +79200,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -75553,42 +79220,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24643] = 3, + [26454] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, - sym_file_descriptor, + ACTIONS(3421), 1, + aux_sym_concatenation_token1, + ACTIONS(3429), 1, sym__concat, + STATE(716), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 39, + ACTIONS(1117), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -75602,18 +79274,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, - [24696] = 3, + [26516] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, + ACTIONS(3487), 1, + sym__special_character, + STATE(711), 1, + aux_sym__literal_repeat1, + ACTIONS(244), 5, sym_file_descriptor, - sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 39, + ACTIONS(211), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75623,6 +79299,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, @@ -75634,13 +79312,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -75653,41 +79331,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24749] = 3, + [26576] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, - sym_file_descriptor, - sym__concat, + ACTIONS(2768), 1, + anon_sym_BQUOTE, + ACTIONS(3495), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3497), 1, + anon_sym_LT_LT_LT, + ACTIONS(3499), 1, sym_variable_name, + STATE(4512), 1, + sym_subscript, + ACTIONS(3168), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3491), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3493), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2993), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3010), 3, + sym_file_descriptor, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 39, - anon_sym_LPAREN_LPAREN, + ACTIONS(3489), 3, anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2941), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2996), 25, + 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_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -75697,50 +79391,58 @@ 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, - [24802] = 6, + [26654] = 13, 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(3403), 1, + sym_variable_name, + ACTIONS(3415), 1, + anon_sym_LT_LT_LT, + ACTIONS(3504), 1, + aux_sym_heredoc_redirect_token1, + STATE(4517), 1, + sym_subscript, + ACTIONS(3168), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3401), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3411), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + STATE(3012), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3010), 3, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 37, - anon_sym_LPAREN_LPAREN, + ACTIONS(3502), 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(3039), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2996), 26, + anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -75756,23 +79458,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24861] = 6, + [26730] = 21, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3506), 1, + sym_word, + ACTIONS(3510), 1, + anon_sym_DOLLAR, + ACTIONS(3512), 1, + sym__special_character, + ACTIONS(3514), 1, + anon_sym_DQUOTE, + ACTIONS(3518), 1, + aux_sym_number_token1, + ACTIONS(3520), 1, + aux_sym_number_token2, + ACTIONS(3522), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3524), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3526), 1, + anon_sym_BQUOTE, + ACTIONS(3528), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3532), 1, + sym_test_operator, + ACTIONS(3534), 1, + sym__brace_start, + STATE(3362), 1, + aux_sym__literal_repeat1, + STATE(3565), 1, + sym_concatenation, + ACTIONS(3508), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3516), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3530), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2107), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(3341), 9, + 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(2109), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [26822] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2955), 1, + ACTIONS(3467), 1, aux_sym_concatenation_token1, - ACTIONS(2957), 1, + ACTIONS(3536), 1, sym__concat, - STATE(688), 1, + STATE(785), 1, aux_sym_concatenation_repeat1, - ACTIONS(2819), 6, + ACTIONS(1103), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 36, + ACTIONS(1101), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75782,6 +79554,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, @@ -75791,6 +79565,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -75809,47 +79585,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24920] = 5, - ACTIONS(3), 1, + [26884] = 21, + ACTIONS(67), 1, sym_comment, - ACTIONS(3043), 1, + ACTIONS(3510), 1, + anon_sym_DOLLAR, + ACTIONS(3512), 1, sym__special_character, - STATE(757), 1, + ACTIONS(3514), 1, + anon_sym_DQUOTE, + ACTIONS(3518), 1, + aux_sym_number_token1, + ACTIONS(3520), 1, + aux_sym_number_token2, + ACTIONS(3522), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3524), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3526), 1, + anon_sym_BQUOTE, + ACTIONS(3528), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3534), 1, + sym__brace_start, + ACTIONS(3538), 1, + sym_word, + ACTIONS(3542), 1, + sym_test_operator, + STATE(3432), 1, aux_sym__literal_repeat1, - ACTIONS(2819), 5, + STATE(3572), 1, + sym_concatenation, + ACTIONS(3508), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3530), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(3540), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(2115), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(3320), 9, + 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(2117), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [26976] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3546), 1, + anon_sym_DQUOTE, + STATE(1712), 1, + sym_string, + ACTIONS(3548), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 4, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 38, + ACTIONS(3544), 9, + anon_sym_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(1081), 31, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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__special_character, sym_raw_string, sym_ansi_c_string, aux_sym_number_token1, @@ -75861,44 +79713,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [24977] = 3, + [27040] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, + ACTIONS(3546), 1, + anon_sym_DQUOTE, + STATE(1712), 1, + sym_string, + ACTIONS(3548), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 4, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 39, + ACTIONS(3544), 9, + anon_sym_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(1091), 31, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -75909,43 +79769,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [25030] = 3, + [27104] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, - sym_file_descriptor, + ACTIONS(3417), 1, + aux_sym_concatenation_token1, + ACTIONS(3419), 1, sym__concat, - sym_variable_name, + ACTIONS(3550), 1, + anon_sym_LPAREN, + STATE(784), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1137), 6, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 39, + ACTIONS(1127), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -75959,22 +79826,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [25083] = 5, - ACTIONS(3), 1, + [27168] = 21, + ACTIONS(67), 1, sym_comment, - ACTIONS(3077), 1, + ACTIONS(3433), 1, + sym_word, + ACTIONS(3437), 1, + anon_sym_DOLLAR, + ACTIONS(3439), 1, sym__special_character, - STATE(757), 1, + ACTIONS(3441), 1, + anon_sym_DQUOTE, + ACTIONS(3445), 1, + aux_sym_number_token1, + ACTIONS(3447), 1, + aux_sym_number_token2, + ACTIONS(3449), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3451), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3453), 1, + anon_sym_BQUOTE, + ACTIONS(3455), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3459), 1, + sym_test_operator, + ACTIONS(3461), 1, + sym__brace_start, + STATE(2063), 1, aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(3435), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3443), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3457), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(782), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2034), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(1908), 9, + 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(2036), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [27260] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3160), 1, + aux_sym_concatenation_token1, + ACTIONS(3162), 1, + sym__concat, + STATE(728), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3158), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 38, + ACTIONS(3156), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -75984,7 +79923,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, @@ -75996,11 +79934,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -76013,42 +79954,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25140] = 3, + [27322] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, + ACTIONS(3403), 1, + sym_variable_name, + ACTIONS(3415), 1, + anon_sym_LT_LT_LT, + ACTIONS(3555), 1, + aux_sym_heredoc_redirect_token1, + STATE(4517), 1, + sym_subscript, + ACTIONS(3168), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3401), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3411), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + STATE(3012), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3010), 3, sym_file_descriptor, - sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 39, - anon_sym_LPAREN_LPAREN, + ACTIONS(3553), 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(3039), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2996), 26, + 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_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -76063,22 +80017,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25193] = 6, + [27398] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3160), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(3162), 1, sym__concat, - STATE(717), 1, + STATE(727), 1, aux_sym_concatenation_repeat1, - ACTIONS(2805), 5, + ACTIONS(3251), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 37, + ACTIONS(3249), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76088,9 +80042,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, @@ -76098,6 +80053,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -76116,77 +80073,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25252] = 6, + [27460] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(2999), 1, - aux_sym_concatenation_token1, - ACTIONS(3001), 1, - sym__concat, - STATE(735), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2977), 5, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, + ACTIONS(2802), 1, + anon_sym_DOLLAR, + ACTIONS(2806), 1, + anon_sym_DQUOTE, + ACTIONS(2808), 1, + aux_sym_number_token1, + ACTIONS(2810), 1, + aux_sym_number_token2, + ACTIONS(2812), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2814), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2816), 1, + anon_sym_BQUOTE, + ACTIONS(2818), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2824), 1, sym__brace_start, + ACTIONS(3559), 1, + sym__special_character, + ACTIONS(3561), 1, + sym_test_operator, + STATE(2911), 1, + aux_sym__literal_repeat1, + STATE(3113), 1, + sym_concatenation, + ACTIONS(2117), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 37, + ACTIONS(2800), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2820), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(3557), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(3307), 9, + 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(2115), 17, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [25311] = 7, + [27550] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3417), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(3563), 1, sym__concat, - ACTIONS(3080), 1, - anon_sym_LPAREN, - STATE(874), 1, + STATE(731), 1, aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, + ACTIONS(1103), 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(1101), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76196,6 +80169,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, @@ -76205,6 +80179,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -76223,17 +80199,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25372] = 3, + [27612] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + ACTIONS(1180), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 39, + ACTIONS(1178), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76243,6 +80219,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, @@ -76254,6 +80231,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -76273,88 +80252,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25425] = 6, + [27668] = 20, ACTIONS(3), 1, sym_comment, - ACTIONS(3082), 1, - aux_sym_concatenation_token1, - ACTIONS(3085), 1, - sym__concat, - STATE(763), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, + ACTIONS(2802), 1, + anon_sym_DOLLAR, + ACTIONS(2806), 1, + anon_sym_DQUOTE, + ACTIONS(2808), 1, + aux_sym_number_token1, + ACTIONS(2810), 1, + aux_sym_number_token2, + ACTIONS(2812), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2814), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2816), 1, + anon_sym_BQUOTE, + ACTIONS(2818), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2824), 1, sym__brace_start, + ACTIONS(3559), 1, + sym__special_character, + ACTIONS(3567), 1, + sym_test_operator, + STATE(2904), 1, + aux_sym__literal_repeat1, + STATE(3143), 1, + sym_concatenation, + ACTIONS(2109), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, + ACTIONS(2800), 2, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2820), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(3565), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(3317), 9, + 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(2107), 17, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, + [27758] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, + ACTIONS(1164), 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(1162), 42, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -76373,41 +80374,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [25536] = 6, + [27814] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 1, + ACTIONS(3417), 1, aux_sym_concatenation_token1, - ACTIONS(3090), 1, + ACTIONS(3419), 1, sym__concat, - STATE(847), 1, + STATE(784), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 4, + ACTIONS(1137), 6, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, + 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_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -76425,23 +80430,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, - [25594] = 3, + [27876] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 7, + ACTIONS(2674), 1, + anon_sym_DQUOTE, + STATE(1405), 1, + sym_string, + ACTIONS(2792), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 3, 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(2790), 9, + anon_sym_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(1081), 32, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -76449,22 +80464,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -76476,41 +80488,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25646] = 3, + [27940] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 7, - sym_file_descriptor, + ACTIONS(3421), 1, + aux_sym_concatenation_token1, + ACTIONS(3429), 1, sym__concat, + STATE(716), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3571), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 37, + ACTIONS(3569), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -76524,22 +80542,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, - [25698] = 3, + [28002] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 7, + ACTIONS(2674), 1, + anon_sym_DQUOTE, + STATE(1405), 1, + sym_string, + ACTIONS(2792), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 3, 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(2790), 9, + anon_sym_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(1091), 32, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -76547,22 +80577,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -76574,41 +80601,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [25750] = 3, + [28066] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 7, - sym_file_descriptor, + ACTIONS(3421), 1, + aux_sym_concatenation_token1, + ACTIONS(3429), 1, sym__concat, + STATE(718), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3575), 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(1231), 37, + ACTIONS(3573), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -76622,89 +80655,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [25802] = 3, + [28128] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, - sym_file_descriptor, + ACTIONS(3499), 1, + sym_variable_name, + STATE(4512), 1, + sym_subscript, + ACTIONS(3010), 2, sym_test_operator, - sym__bare_dollar, sym__brace_start, + ACTIONS(3047), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 39, + STATE(2993), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(2941), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2996), 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(3045), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [25854] = 6, + [28196] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3092), 1, + ACTIONS(3467), 1, aux_sym_concatenation_token1, - ACTIONS(3094), 1, + ACTIONS(3469), 1, sym__concat, - STATE(800), 1, + STATE(737), 1, aux_sym_concatenation_repeat1, - ACTIONS(2973), 6, + ACTIONS(244), 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(2971), 35, + ACTIONS(211), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -76722,44 +80771,52 @@ static const uint16_t 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, + [28258] = 10, 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, - sym_file_descriptor, + ACTIONS(3039), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3499), 1, sym_variable_name, + STATE(4512), 1, + sym_subscript, + ACTIONS(3493), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2993), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3010), 3, + sym_file_descriptor, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 35, - anon_sym_LPAREN_LPAREN, + STATE(2941), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3037), 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(2996), 26, + anon_sym_LPAREN_LPAREN, 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_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -76774,48 +80831,109 @@ static const uint16_t 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, + [28328] = 6, + ACTIONS(67), 1, + sym_comment, + STATE(1977), 1, + aux_sym__literal_repeat1, + STATE(2122), 1, + sym_concatenation, + STATE(1766), 9, + 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(2115), 12, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(2117), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [28390] = 7, 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(3579), 1, + anon_sym_DQUOTE, + STATE(1889), 1, + sym_string, + ACTIONS(3581), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 4, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 36, + ACTIONS(3577), 9, + anon_sym_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(1091), 31, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -76826,48 +80944,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, - [26028] = 6, + [28454] = 7, 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(3579), 1, + anon_sym_DQUOTE, + STATE(1889), 1, + sym_string, + ACTIONS(3581), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 4, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2971), 36, + ACTIONS(3577), 9, + anon_sym_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(1081), 31, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -76878,43 +81001,58 @@ static const uint16_t 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, + [28518] = 14, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, - sym_file_descriptor, - sym__concat, + ACTIONS(3023), 1, + anon_sym_BQUOTE, + ACTIONS(3497), 1, + anon_sym_LT_LT_LT, + ACTIONS(3499), 1, sym_variable_name, - sym_test_operator, - sym__brace_start, + ACTIONS(3585), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 38, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + STATE(4512), 1, + sym_subscript, + ACTIONS(3168), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3491), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3493), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2993), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3010), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ACTIONS(3583), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2941), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2996), 25, + 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_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -76924,22 +81062,26 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26138] = 3, + [28596] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, - sym_file_descriptor, + ACTIONS(3467), 1, + aux_sym_concatenation_token1, + ACTIONS(3469), 1, sym__concat, + STATE(768), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1137), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 38, + ACTIONS(1127), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -76949,6 +81091,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, @@ -76959,11 +81102,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -76978,44 +81122,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26190] = 3, + [28658] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(2393), 1, + anon_sym_DQUOTE, + STATE(1235), 1, + sym_string, + ACTIONS(2796), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 3, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 38, + ACTIONS(2794), 9, + anon_sym_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(1081), 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_esac, anon_sym_PIPE, - anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -77027,18 +81179,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26242] = 3, + [28722] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 7, - sym_file_descriptor, + ACTIONS(1134), 1, + anon_sym_LPAREN, + ACTIONS(3467), 1, + aux_sym_concatenation_token1, + ACTIONS(3469), 1, sym__concat, + STATE(768), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1137), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 37, + ACTIONS(1127), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -77048,6 +81206,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, @@ -77057,11 +81216,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -77076,21 +81236,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26294] = 3, + [28786] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 7, + ACTIONS(2393), 1, + anon_sym_DQUOTE, + STATE(1235), 1, + sym_string, + ACTIONS(2796), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 3, sym_file_descriptor, - sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 37, + ACTIONS(2794), 9, + anon_sym_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(1091), 32, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -77098,22 +81269,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -77125,40 +81293,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26346] = 3, + [28850] = 13, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, - sym__concat, + ACTIONS(3403), 1, sym_variable_name, - sym_test_operator, - sym__brace_start, + ACTIONS(3415), 1, + anon_sym_LT_LT_LT, + ACTIONS(3589), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + STATE(4517), 1, + sym_subscript, + ACTIONS(3168), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3401), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3411), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + STATE(3012), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3010), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ACTIONS(3587), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3039), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2996), 26, + 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_AMP_GT, anon_sym_AMP_GT_GT, anon_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_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -77172,41 +81355,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [26398] = 6, + [28926] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3467), 1, aux_sym_concatenation_token1, - ACTIONS(3100), 1, + ACTIONS(3591), 1, sym__concat, - STATE(917), 1, + STATE(785), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1123), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 36, + ACTIONS(1121), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -77224,38 +81411,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, - [26456] = 3, + [28988] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, + ACTIONS(1192), 6, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 38, + ACTIONS(1190), 42, 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -77275,43 +81465,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26508] = 6, + [29044] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3092), 1, - aux_sym_concatenation_token1, - ACTIONS(3094), 1, - sym__concat, - STATE(787), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 6, + ACTIONS(1152), 6, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 35, + ACTIONS(1150), 42, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -77325,37 +81517,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, - [26566] = 3, + [29100] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + ACTIONS(1156), 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(1154), 42, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -77374,19 +81570,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, - [26618] = 3, + [29156] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, + ACTIONS(1152), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 38, + ACTIONS(1150), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -77396,9 +81591,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, @@ -77406,6 +81603,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -77425,18 +81624,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26670] = 3, + [29212] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 7, + ACTIONS(1204), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 37, + ACTIONS(1202), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -77446,8 +81644,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, @@ -77455,6 +81656,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -77474,70 +81677,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26722] = 6, - ACTIONS(3), 1, + [29268] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(3092), 1, - aux_sym_concatenation_token1, - ACTIONS(3102), 1, - sym__concat, - STATE(841), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 6, + STATE(1957), 1, + aux_sym__literal_repeat1, + STATE(2065), 1, + sym_concatenation, + STATE(1767), 9, + 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(2107), 12, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(2109), 25, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [26780] = 3, + [29330] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 7, + ACTIONS(1200), 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(1267), 37, + ACTIONS(1198), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -77547,8 +81753,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, @@ -77556,6 +81765,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -77575,44 +81786,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26832] = 6, + [29386] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3104), 1, - aux_sym_concatenation_token1, - ACTIONS(3106), 1, - sym__concat, - STATE(815), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(1160), 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), 36, + ACTIONS(1158), 42, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -77627,35 +81839,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26890] = 3, + [29442] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1144), 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(1142), 42, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -77674,46 +81891,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, - [26942] = 3, + [29498] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + ACTIONS(3595), 1, + anon_sym_DQUOTE, + STATE(1872), 1, + sym_string, + ACTIONS(3597), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 3, sym_file_descriptor, - sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 38, + ACTIONS(3593), 9, + anon_sym_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(1081), 32, 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -77725,18 +81949,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [26994] = 3, + [29562] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 7, + ACTIONS(1208), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 37, + ACTIONS(1206), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -77746,8 +81969,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, @@ -77755,6 +81981,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -77774,43 +82002,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [27046] = 6, + [29618] = 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(1169), 5, + ACTIONS(1109), 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), 36, + ACTIONS(1107), 42, 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_SEMI_AMP, + anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -77824,20 +82054,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, - [27104] = 3, + [29674] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 7, + ACTIONS(1148), 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(1263), 37, + ACTIONS(1146), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -77847,8 +82075,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, @@ -77856,6 +82087,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -77875,19 +82108,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [27156] = 3, + [29730] = 21, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3599), 1, + sym_word, + ACTIONS(3605), 1, + anon_sym_DOLLAR, + ACTIONS(3608), 1, + sym__special_character, + ACTIONS(3611), 1, + anon_sym_DQUOTE, + ACTIONS(3617), 1, + aux_sym_number_token1, + ACTIONS(3620), 1, + aux_sym_number_token2, + ACTIONS(3623), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3626), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3629), 1, + anon_sym_BQUOTE, + ACTIONS(3632), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3638), 1, + sym_test_operator, + ACTIONS(3641), 1, + sym__brace_start, + STATE(2063), 1, + aux_sym__literal_repeat1, + ACTIONS(3602), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3614), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3635), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(782), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2155), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(1908), 9, + 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(2157), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [29822] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, + ACTIONS(3595), 1, + anon_sym_DQUOTE, + STATE(1872), 1, + sym_string, + ACTIONS(3597), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 3, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 38, + ACTIONS(3593), 9, + anon_sym_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(1091), 32, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -77895,23 +82212,19 @@ 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -77922,42 +82235,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [27208] = 6, + [29886] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3104), 1, + ACTIONS(3417), 1, aux_sym_concatenation_token1, - ACTIONS(3106), 1, + ACTIONS(3644), 1, sym__concat, - STATE(827), 1, + STATE(731), 1, aux_sym_concatenation_repeat1, - ACTIONS(3005), 5, + ACTIONS(1123), 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(3003), 36, + ACTIONS(1121), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -77976,40 +82292,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [27266] = 3, + [29948] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, - sym_file_descriptor, + ACTIONS(3646), 1, + aux_sym_concatenation_token1, + ACTIONS(3649), 1, sym__concat, + STATE(785), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1109), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 39, + ACTIONS(1107), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -78023,37 +82347,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, - [27318] = 3, + [30010] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 5, + ACTIONS(1184), 6, sym_file_descriptor, sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 39, + ACTIONS(1182), 42, 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -78072,19 +82400,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [27370] = 3, + [30066] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 5, - sym_file_descriptor, - sym__concat, + ACTIONS(3403), 1, + sym_variable_name, + STATE(4517), 1, + sym_subscript, + ACTIONS(3010), 2, sym_test_operator, sym__brace_start, + ACTIONS(3047), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 39, + STATE(3012), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(3039), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2996), 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(3045), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -78092,54 +82447,34 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [27422] = 6, + [30134] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3092), 1, + ACTIONS(3656), 1, aux_sym_concatenation_token1, - ACTIONS(3108), 1, + ACTIONS(3658), 1, sym__concat, - STATE(841), 1, + STATE(870), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 6, + ACTIONS(3654), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 35, + ACTIONS(3652), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -78148,14 +82483,19 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -78175,17 +82515,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [27480] = 3, + [30195] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, + ACTIONS(1184), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 38, + ACTIONS(1182), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -78205,6 +82545,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -78223,45 +82565,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [27532] = 6, + [30250] = 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(218), 5, + ACTIONS(1188), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 36, + ACTIONS(1186), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -78275,44 +82617,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [27590] = 6, + [30305] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, - aux_sym_concatenation_token1, - ACTIONS(3110), 1, - sym__concat, - STATE(917), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1180), 6, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 36, + ACTIONS(1178), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -78326,37 +82670,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, - [27648] = 3, + [30360] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, + ACTIONS(1184), 6, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 38, + ACTIONS(1182), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -78375,19 +82722,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, - [27700] = 3, + [30415] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, - sym_file_descriptor, + ACTIONS(3467), 1, + aux_sym_concatenation_token1, + ACTIONS(3469), 1, sym__concat, + STATE(864), 1, + aux_sym_concatenation_repeat1, + ACTIONS(244), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 38, + ACTIONS(211), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -78397,7 +82748,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, @@ -78407,11 +82758,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -78426,22 +82778,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [27752] = 6, + [30476] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3664), 1, aux_sym_concatenation_token1, - ACTIONS(3098), 1, + ACTIONS(3666), 1, sym__concat, - STATE(781), 1, + STATE(897), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + ACTIONS(3662), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 36, + ACTIONS(3660), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -78450,15 +82802,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -78476,19 +82832,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, - [27810] = 3, + [30537] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, + ACTIONS(3487), 1, + sym__special_character, + STATE(711), 1, + aux_sym__literal_repeat1, + ACTIONS(3355), 5, sym_file_descriptor, - sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 38, + ACTIONS(3353), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -78498,9 +82856,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -78508,13 +82868,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -78527,113 +82887,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [27862] = 27, - ACTIONS(63), 1, + [30596] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, - anon_sym_DOLLAR, - ACTIONS(413), 1, + ACTIONS(3670), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + STATE(1989), 1, + sym_string, + ACTIONS(3672), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ACTIONS(3668), 9, + anon_sym_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(1091), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, - 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, + sym_word, + [30659] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3670), 1, + anon_sym_DQUOTE, + STATE(1989), 1, + sym_string, + ACTIONS(3672), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 3, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ACTIONS(3668), 9, + anon_sym_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(1081), 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, - 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, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [30722] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3664), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(3666), 1, sym__concat, - STATE(874), 1, + STATE(894), 1, aux_sym_concatenation_repeat1, - ACTIONS(1156), 5, + ACTIONS(3676), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 36, + ACTIONS(3674), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -78652,45 +83054,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28020] = 5, + [30783] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3116), 1, - sym__special_character, - STATE(824), 1, - aux_sym__literal_repeat1, - ACTIONS(2823), 5, + ACTIONS(3664), 1, + aux_sym_concatenation_token1, + ACTIONS(3666), 1, + sym__concat, + STATE(897), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3680), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 37, + ACTIONS(3678), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -78703,17 +83109,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28076] = 3, + [30844] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, + ACTIONS(1148), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 38, + ACTIONS(1146), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -78723,6 +83129,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, @@ -78733,6 +83140,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -78752,36 +83161,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28128] = 3, + [30899] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + ACTIONS(1109), 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(1107), 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_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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -78801,17 +83213,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28180] = 3, + [30954] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, - sym_file_descriptor, + ACTIONS(3682), 1, + aux_sym_concatenation_token1, + ACTIONS(3684), 1, sym__concat, + STATE(846), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3427), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 38, + ACTIONS(3425), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -78820,7 +83237,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, @@ -78831,11 +83247,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -78849,114 +83266,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [28232] = 27, - ACTIONS(63), 1, - sym_comment, - ACTIONS(409), 1, - anon_sym_DOLLAR, - ACTIONS(413), 1, - anon_sym_DQUOTE, - ACTIONS(417), 1, - aux_sym_number_token1, - ACTIONS(419), 1, - aux_sym_number_token2, - ACTIONS(421), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, - anon_sym_BQUOTE, - ACTIONS(427), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(435), 1, - sym_test_operator, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2445), 1, - sym_word, - ACTIONS(3114), 1, - sym_variable_name, - ACTIONS(3118), 1, - sym__special_character, - STATE(480), 1, - sym_command_name, - STATE(1044), 1, - aux_sym__literal_repeat1, - STATE(1134), 1, - sym_concatenation, - STATE(2409), 1, - sym_file_redirect, - STATE(3985), 1, - sym_subscript, - ACTIONS(389), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(415), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(429), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1973), 2, - sym_variable_assignment, - aux_sym_command_repeat1, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(809), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [28332] = 6, + [31015] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3104), 1, + ACTIONS(3467), 1, aux_sym_concatenation_token1, - ACTIONS(3120), 1, + ACTIONS(3469), 1, sym__concat, - STATE(843), 1, + STATE(864), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1119), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 36, + ACTIONS(1117), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -78975,22 +83323,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28390] = 6, + [31076] = 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(1164), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 36, + ACTIONS(1162), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -79000,6 +83343,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, @@ -79009,10 +83354,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -79027,17 +83375,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28448] = 3, + [31131] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(1152), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 38, + ACTIONS(1150), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -79046,6 +83394,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, @@ -79056,6 +83405,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -79076,17 +83427,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [28500] = 3, + [31186] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, + ACTIONS(1168), 7, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 38, + ACTIONS(1166), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -79096,7 +83448,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, @@ -79106,6 +83458,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -79125,35 +83479,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28552] = 3, + [31241] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, + ACTIONS(1176), 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(1223), 38, + ACTIONS(1174), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -79172,24 +83530,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [28604] = 6, + [31296] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(874), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2805), 5, + ACTIONS(1196), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 36, + ACTIONS(1194), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -79199,6 +83551,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, @@ -79208,10 +83562,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -79226,36 +83583,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28662] = 3, + [31351] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, + ACTIONS(1204), 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(1202), 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_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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -79275,18 +83635,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28714] = 3, + [31406] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 7, + ACTIONS(1200), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 37, + ACTIONS(1198), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -79296,6 +83655,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, @@ -79305,6 +83666,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -79324,35 +83687,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28766] = 3, + [31461] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 5, + ACTIONS(1152), 6, sym_file_descriptor, sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 39, + ACTIONS(1150), 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_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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -79371,22 +83738,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, - [28818] = 5, + [31516] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3122), 1, - sym__special_character, - STATE(824), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(1172), 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), 37, + ACTIONS(1170), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -79396,10 +83760,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, @@ -79407,11 +83770,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -79424,43 +83791,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [28874] = 6, + [31571] = 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(1156), 6, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 36, + ACTIONS(1154), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -79474,37 +83842,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, - [28932] = 3, + [31626] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 5, + ACTIONS(1192), 6, sym_file_descriptor, sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 39, + ACTIONS(1190), 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_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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -79523,46 +83894,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [28984] = 6, + [31681] = 3, 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(1192), 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(1177), 36, + ACTIONS(1190), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -79577,35 +83947,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29042] = 3, + [31736] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, + ACTIONS(1172), 6, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 38, + ACTIONS(1170), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -79624,22 +83998,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, - [29094] = 5, + [31791] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3116), 1, - sym__special_character, - STATE(824), 1, - aux_sym__literal_repeat1, - ACTIONS(218), 5, + ACTIONS(1152), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 37, + ACTIONS(1150), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -79649,10 +84019,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, @@ -79660,11 +84030,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -79677,16 +84051,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29150] = 3, + [31846] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1156), 5, + ACTIONS(1176), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 39, + ACTIONS(1174), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -79696,11 +84071,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, @@ -79708,10 +84082,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -79726,36 +84103,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29202] = 3, + [31901] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + ACTIONS(1144), 6, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 38, + ACTIONS(1142), 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_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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -79775,35 +84155,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29254] = 3, + [31956] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 5, + ACTIONS(1168), 6, sym_file_descriptor, sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 39, + ACTIONS(1166), 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_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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -79822,115 +84206,158 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [29306] = 27, - ACTIONS(63), 1, + [32011] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(709), 1, + ACTIONS(3656), 1, + aux_sym_concatenation_token1, + ACTIONS(3658), 1, + sym__concat, + STATE(866), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3688), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3686), 40, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - ACTIONS(713), 1, + sym__special_character, anon_sym_DQUOTE, - ACTIONS(717), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(719), 1, aux_sym_number_token2, - ACTIONS(721), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(723), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(725), 1, anon_sym_BQUOTE, - ACTIONS(727), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(735), 1, - sym_test_operator, - ACTIONS(737), 1, - sym__brace_start, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2570), 1, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(3114), 1, + [32072] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3682), 1, + aux_sym_concatenation_token1, + ACTIONS(3684), 1, + sym__concat, + STATE(838), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 5, + sym_file_descriptor, 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, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 39, 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_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_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, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [32133] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 5, - sym_file_descriptor, + ACTIONS(3417), 1, + aux_sym_concatenation_token1, + ACTIONS(3419), 1, sym__concat, + STATE(863), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3359), 6, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 39, + ACTIONS(3357), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -79944,19 +84371,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, - [29458] = 3, + [32194] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, + ACTIONS(3487), 1, + sym__special_character, + STATE(711), 1, + aux_sym__literal_repeat1, + ACTIONS(3158), 5, sym_file_descriptor, - sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 38, + ACTIONS(3156), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -79966,9 +84395,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -79976,13 +84407,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -79995,17 +84426,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29510] = 3, + [32253] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(1160), 7, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 38, + ACTIONS(1158), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -80015,7 +84447,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, @@ -80025,6 +84457,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -80044,90 +84478,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29562] = 27, - ACTIONS(63), 1, + [32308] = 3, + 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(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, + ACTIONS(1208), 6, + sym_file_descriptor, + sym__concat, sym_test_operator, - ACTIONS(519), 1, + sym__bare_dollar, sym__brace_start, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2552), 1, - sym_word, - ACTIONS(3114), 1, - sym_variable_name, - ACTIONS(3129), 1, - sym__special_character, - STATE(425), 1, - sym_command_name, - STATE(707), 1, - aux_sym__literal_repeat1, - STATE(830), 1, - sym_concatenation, - STATE(2409), 1, - sym_file_redirect, - STATE(3985), 1, - sym_subscript, - ACTIONS(455), 2, + aux_sym_heredoc_redirect_token1, + ACTIONS(1206), 41, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(497), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(511), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1973), 2, - sym_variable_assignment, - aux_sym_command_repeat1, - ACTIONS(1305), 3, + anon_sym_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, - ACTIONS(1303), 5, - anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - STATE(586), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [29662] = 3, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [32363] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, + ACTIONS(1196), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 38, + ACTIONS(1194), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80147,6 +84560,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -80165,42 +84580,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, - [29714] = 3, + [32418] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, + ACTIONS(3690), 1, + sym__special_character, + STATE(828), 1, + aux_sym__literal_repeat1, + ACTIONS(1214), 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), 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, + [32477] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3467), 1, aux_sym_concatenation_token1, + ACTIONS(3469), 1, + sym__concat, + STATE(890), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3355), 5, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3353), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, @@ -80215,17 +84691,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29766] = 3, + [32538] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, - sym_file_descriptor, + ACTIONS(3664), 1, + aux_sym_concatenation_token1, + ACTIONS(3666), 1, sym__concat, + STATE(894), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3695), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 38, + ACTIONS(3693), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80245,11 +84726,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -80264,43 +84746,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29818] = 6, + [32599] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3131), 1, - aux_sym_concatenation_token1, - ACTIONS(3134), 1, - sym__concat, - STATE(841), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 6, + ACTIONS(1188), 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(1183), 35, + ACTIONS(1186), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -80314,24 +84797,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, - [29876] = 6, + [32654] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3467), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(3469), 1, sym__concat, - STATE(870), 1, + STATE(893), 1, aux_sym_concatenation_repeat1, - ACTIONS(2819), 5, + ACTIONS(3359), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 36, + ACTIONS(3357), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -80341,6 +84823,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, @@ -80350,6 +84833,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -80368,22 +84853,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29934] = 6, + [32715] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3137), 1, + ACTIONS(3664), 1, aux_sym_concatenation_token1, - ACTIONS(3140), 1, + ACTIONS(3666), 1, sym__concat, - STATE(843), 1, + STATE(897), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + ACTIONS(3465), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 36, + ACTIONS(3463), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80392,6 +84877,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, @@ -80402,6 +84888,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -80420,17 +84908,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [29992] = 3, + [32776] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, - sym_file_descriptor, + ACTIONS(3664), 1, + aux_sym_concatenation_token1, + ACTIONS(3666), 1, sym__concat, + STATE(894), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3427), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 38, + ACTIONS(3425), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80439,6 +84932,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, @@ -80449,11 +84943,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -80467,18 +84962,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, - [30044] = 3, + [32837] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 5, + ACTIONS(1200), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 39, + ACTIONS(1198), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80498,6 +84993,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -80518,40 +85015,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30096] = 3, + [32892] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 5, - sym_file_descriptor, + ACTIONS(3417), 1, + aux_sym_concatenation_token1, + ACTIONS(3419), 1, sym__concat, + STATE(860), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 6, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 39, + ACTIONS(1117), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -80565,23 +85069,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, - [30148] = 6, + [32953] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 1, + ACTIONS(3656), 1, aux_sym_concatenation_token1, - ACTIONS(3143), 1, + ACTIONS(3658), 1, sym__concat, - STATE(906), 1, + STATE(870), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 4, + ACTIONS(1119), 4, sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 37, + ACTIONS(1117), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80590,6 +85093,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, @@ -80600,6 +85104,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -80619,21 +85125,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30206] = 3, + [33014] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 7, - sym_file_descriptor, + ACTIONS(3682), 1, + aux_sym_concatenation_token1, + ACTIONS(3697), 1, sym__concat, + STATE(852), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 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(1243), 37, + ACTIONS(1101), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -80642,18 +85151,20 @@ 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -80667,21 +85178,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, - [30258] = 5, + [33075] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3145), 1, - sym__special_character, - STATE(905), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 5, + ACTIONS(1180), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 37, + ACTIONS(1178), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80701,11 +85210,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -80719,17 +85232,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30314] = 3, + [33130] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, + ACTIONS(1168), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 38, + ACTIONS(1166), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80738,6 +85251,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, @@ -80748,6 +85262,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -80768,16 +85284,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30366] = 3, + [33185] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 5, + ACTIONS(1164), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 39, + ACTIONS(1162), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80797,6 +85314,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -80817,20 +85336,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30418] = 5, + [33240] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3145), 1, - sym__special_character, - STATE(905), 1, - aux_sym__literal_repeat1, - ACTIONS(2963), 5, + ACTIONS(1176), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 37, + ACTIONS(1174), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80850,11 +85366,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -80868,10 +85388,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30474] = 3, + [33295] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 7, + ACTIONS(1196), 7, sym_file_descriptor, sym__concat, sym_test_operator, @@ -80879,7 +85399,7 @@ static const uint16_t ts_small_parse_table[] = { sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 37, + ACTIONS(1194), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -80889,6 +85409,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, @@ -80898,6 +85419,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -80917,16 +85440,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [30526] = 3, + [33350] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3467), 1, + aux_sym_concatenation_token1, + ACTIONS(3469), 1, + sym__concat, + STATE(890), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 5, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [33411] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 5, + ACTIONS(1156), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 39, + ACTIONS(1154), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80946,6 +85525,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -80966,17 +85547,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30578] = 3, + [33466] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, - sym_file_descriptor, + ACTIONS(3682), 1, + aux_sym_concatenation_token1, + ACTIONS(3699), 1, sym__concat, + STATE(852), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 38, + ACTIONS(1121), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -80995,11 +85581,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -81015,35 +85602,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [30630] = 3, + [33527] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, + ACTIONS(1184), 7, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 38, + ACTIONS(1182), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -81062,46 +85653,52 @@ static const uint16_t 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, + [33582] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, + ACTIONS(3703), 1, + anon_sym_DQUOTE, + STATE(1849), 1, + sym_string, + ACTIONS(3705), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 3, sym_file_descriptor, - sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 38, + ACTIONS(3701), 9, + anon_sym_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(1091), 31, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -81113,43 +85710,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [30734] = 3, + [33645] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 5, + ACTIONS(3703), 1, + anon_sym_DQUOTE, + STATE(1849), 1, + sym_string, + ACTIONS(3705), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 3, sym_file_descriptor, - sym__concat, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 39, + ACTIONS(3701), 9, + anon_sym_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(1081), 31, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -81160,20 +85765,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, - [30786] = 3, + [33708] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 7, + ACTIONS(1160), 6, sym_file_descriptor, sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 37, + ACTIONS(1158), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -81183,6 +85786,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, @@ -81192,6 +85797,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -81211,22 +85818,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [30838] = 6, + [33763] = 21, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3707), 1, + sym_word, + ACTIONS(3711), 1, + anon_sym_DOLLAR, + ACTIONS(3713), 1, + sym__special_character, + ACTIONS(3715), 1, + anon_sym_DQUOTE, + ACTIONS(3719), 1, + aux_sym_number_token1, + ACTIONS(3721), 1, + aux_sym_number_token2, + ACTIONS(3723), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3725), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3727), 1, + anon_sym_BQUOTE, + ACTIONS(3729), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3733), 1, + sym_test_operator, + ACTIONS(3735), 1, + sym__brace_start, + STATE(3466), 1, + aux_sym__literal_repeat1, + STATE(3612), 1, + sym_concatenation, + ACTIONS(3709), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3717), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3731), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(2115), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(3400), 9, + 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(2117), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [33854] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3104), 1, + ACTIONS(3737), 1, aux_sym_concatenation_token1, - ACTIONS(3106), 1, + ACTIONS(3740), 1, sym__concat, - STATE(815), 1, + STATE(852), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 5, + ACTIONS(1109), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 36, + ACTIONS(1107), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -81245,6 +85922,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -81262,18 +85941,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, - [30896] = 3, + [33915] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(1148), 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(1227), 38, + ACTIONS(1146), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -81283,7 +85964,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, @@ -81293,6 +85974,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -81312,35 +85995,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [30948] = 3, + [33970] = 21, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3711), 1, + anon_sym_DOLLAR, + ACTIONS(3713), 1, + sym__special_character, + ACTIONS(3715), 1, + anon_sym_DQUOTE, + ACTIONS(3719), 1, + aux_sym_number_token1, + ACTIONS(3721), 1, + aux_sym_number_token2, + ACTIONS(3723), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3725), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3727), 1, + anon_sym_BQUOTE, + ACTIONS(3729), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3735), 1, + sym__brace_start, + ACTIONS(3743), 1, + sym_word, + ACTIONS(3747), 1, + sym_test_operator, + STATE(3498), 1, + aux_sym__literal_repeat1, + STATE(3593), 1, + sym_concatenation, + ACTIONS(3709), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3731), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(3745), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(2107), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(3369), 9, + 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(2109), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [34061] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, + ACTIONS(1109), 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(1239), 38, + ACTIONS(1107), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -81359,19 +86116,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, - [31000] = 3, + [34116] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, - sym_file_descriptor, + ACTIONS(3417), 1, + aux_sym_concatenation_token1, + ACTIONS(3419), 1, sym__concat, + STATE(860), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3355), 6, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 38, + ACTIONS(3353), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -81381,7 +86143,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, @@ -81391,11 +86152,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -81410,17 +86172,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31052] = 3, + [34177] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, + ACTIONS(1164), 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), 38, + ACTIONS(1162), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -81430,7 +86193,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, @@ -81440,6 +86203,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -81459,95 +86224,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31104] = 27, - ACTIONS(41), 1, - anon_sym_DOLLAR, - ACTIONS(45), 1, - anon_sym_DQUOTE, - ACTIONS(49), 1, - aux_sym_number_token1, - ACTIONS(51), 1, - aux_sym_number_token2, - ACTIONS(53), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(55), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(57), 1, - anon_sym_BQUOTE, - ACTIONS(59), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(63), 1, - sym_comment, - ACTIONS(69), 1, - sym_test_operator, - ACTIONS(71), 1, - sym__brace_start, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2447), 1, - sym_word, - ACTIONS(3114), 1, - sym_variable_name, - ACTIONS(3147), 1, - sym__special_character, - STATE(447), 1, - sym_command_name, - STATE(930), 1, - aux_sym__literal_repeat1, - STATE(1159), 1, - sym_concatenation, - STATE(2409), 1, - sym_file_redirect, - STATE(3985), 1, - sym_subscript, - ACTIONS(13), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(47), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(61), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1973), 2, - sym_variable_assignment, - aux_sym_command_repeat1, - ACTIONS(1305), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - STATE(720), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [31204] = 6, + [34232] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(874), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2809), 5, + ACTIONS(1137), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 36, + ACTIONS(1127), 42, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -81557,8 +86243,12 @@ 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, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -81566,6 +86256,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -81584,10 +86276,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31262] = 3, + [34287] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 7, + ACTIONS(1200), 7, sym_file_descriptor, sym__concat, sym_test_operator, @@ -81595,7 +86287,7 @@ static const uint16_t ts_small_parse_table[] = { sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, + ACTIONS(1198), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -81605,6 +86297,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, @@ -81614,6 +86307,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -81633,40 +86328,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31314] = 3, + [34342] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, - sym_file_descriptor, + ACTIONS(3417), 1, + aux_sym_concatenation_token1, + ACTIONS(3749), 1, sym__concat, + STATE(731), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 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(1101), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -81680,18 +86382,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, - [31366] = 3, + [34403] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 5, - sym_file_descriptor, + ACTIONS(3751), 1, + aux_sym_concatenation_token1, + ACTIONS(3754), 1, sym__concat, + STATE(861), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1109), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 39, + ACTIONS(1107), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -81711,11 +86417,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -81731,22 +86438,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [31418] = 6, + [34464] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(1152), 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(1150), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, aux_sym_concatenation_token1, - ACTIONS(3149), 1, + 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, + [34519] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3417), 1, + aux_sym_concatenation_token1, + ACTIONS(3757), 1, sym__concat, - STATE(711), 1, + STATE(731), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1123), 6, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 36, + ACTIONS(1121), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -81765,6 +86525,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -81783,17 +86545,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31476] = 3, + [34580] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, - sym_file_descriptor, + ACTIONS(3467), 1, + aux_sym_concatenation_token1, + ACTIONS(3759), 1, sym__concat, + STATE(785), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 38, + ACTIONS(1101), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -81803,7 +86570,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, @@ -81813,11 +86580,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -81832,17 +86600,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31528] = 3, + [34641] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, - sym_file_descriptor, + ACTIONS(3467), 1, + aux_sym_concatenation_token1, + ACTIONS(3761), 1, sym__concat, + STATE(785), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 38, + ACTIONS(1121), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -81852,7 +86625,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, @@ -81862,11 +86635,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -81881,16 +86655,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31580] = 3, + [34702] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 5, - sym_file_descriptor, + ACTIONS(3656), 1, + aux_sym_concatenation_token1, + ACTIONS(3763), 1, sym__concat, + STATE(861), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 39, + ACTIONS(1121), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -81910,11 +86689,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -81930,22 +86710,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [31632] = 6, + [34763] = 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(1156), 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(1177), 36, + ACTIONS(1154), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -81955,6 +86731,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, @@ -81964,10 +86741,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -81982,10 +86762,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31690] = 3, + [34818] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 7, + ACTIONS(1152), 7, sym_file_descriptor, sym__concat, sym_test_operator, @@ -81993,7 +86773,7 @@ static const uint16_t ts_small_parse_table[] = { sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 37, + ACTIONS(1150), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -82003,6 +86783,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, @@ -82012,6 +86793,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -82031,16 +86814,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31742] = 3, + [34873] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 5, + ACTIONS(1144), 7, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 39, + ACTIONS(1142), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -82050,11 +86835,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, @@ -82062,10 +86845,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -82080,89 +86866,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [31794] = 27, - ACTIONS(63), 1, + [34928] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(3656), 1, + aux_sym_concatenation_token1, + ACTIONS(3765), 1, + sym__concat, + STATE(861), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1101), 40, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - ACTIONS(413), 1, + sym__special_character, anon_sym_DQUOTE, - ACTIONS(417), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(419), 1, aux_sym_number_token2, - ACTIONS(421), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(1025), 1, - sym_test_operator, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2548), 1, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(3114), 1, + [34989] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3664), 1, + aux_sym_concatenation_token1, + ACTIONS(3666), 1, + sym__concat, + STATE(897), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 5, + sym_file_descriptor, sym_variable_name, - ACTIONS(3153), 1, - sym__special_character, - STATE(531), 1, - sym_command_name, - STATE(1044), 1, - aux_sym__literal_repeat1, - STATE(1134), 1, - sym_concatenation, - STATE(2409), 1, - sym_file_redirect, - STATE(3985), 1, - sym_subscript, - ACTIONS(389), 2, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 39, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1019), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1973), 2, - sym_variable_assignment, - aux_sym_command_repeat1, - ACTIONS(1305), 3, + anon_sym_SEMI, + 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, - ACTIONS(1303), 5, - anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - STATE(1278), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [31894] = 3, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [35050] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 5, + ACTIONS(1160), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 39, + ACTIONS(1158), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82182,6 +87006,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -82202,17 +87028,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [31946] = 3, + [35105] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1144), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, + ACTIONS(1142), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82232,6 +87058,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -82250,22 +87078,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, - [31998] = 6, + [35160] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 1, - aux_sym_concatenation_token1, - ACTIONS(3155), 1, - sym__concat, - STATE(906), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 4, + ACTIONS(3767), 1, + sym__special_character, + STATE(828), 1, + aux_sym__literal_repeat1, + ACTIONS(244), 5, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(211), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [35219] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1208), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 37, + ACTIONS(1206), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82274,6 +87153,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, @@ -82284,10 +87164,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -82303,16 +87186,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [32056] = 3, + [35274] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 5, + ACTIONS(1204), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 39, + ACTIONS(1202), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82332,6 +87216,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -82352,25 +87238,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [32108] = 6, + [35329] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3092), 1, + ACTIONS(3467), 1, aux_sym_concatenation_token1, - ACTIONS(3094), 1, + ACTIONS(3469), 1, sym__concat, - STATE(787), 1, + ACTIONS(3769), 1, + anon_sym_LPAREN, + STATE(865), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 6, + ACTIONS(1137), 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(2967), 35, + ACTIONS(1127), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -82380,11 +87268,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -82402,19 +87293,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, - [32166] = 3, + [35392] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, + ACTIONS(1109), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 38, + ACTIONS(1107), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82434,6 +87324,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -82452,18 +87344,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, - [32218] = 3, + [35447] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, + ACTIONS(1148), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 38, + ACTIONS(1146), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82483,6 +87376,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -82501,19 +87396,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, - [32270] = 3, + [35502] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 7, + ACTIONS(1188), 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(1259), 37, + ACTIONS(1186), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -82523,6 +87418,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, @@ -82532,6 +87429,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -82551,39 +87450,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [32322] = 6, + [35557] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3092), 1, + ACTIONS(1192), 6, + sym_file_descriptor, + sym__concat, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1190), 41, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, aux_sym_concatenation_token1, - ACTIONS(3094), 1, + 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, + [35612] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3467), 1, + aux_sym_concatenation_token1, + ACTIONS(3469), 1, sym__concat, - STATE(800), 1, + STATE(865), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 6, + ACTIONS(1137), 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(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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -82601,19 +87556,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, + [35673] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, + ACTIONS(1172), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 38, + ACTIONS(1170), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82633,6 +87587,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -82651,24 +87607,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, - [32432] = 6, + [35728] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 1, + ACTIONS(3467), 1, aux_sym_concatenation_token1, - ACTIONS(3090), 1, + ACTIONS(3469), 1, sym__concat, - STATE(847), 1, + ACTIONS(3772), 1, + anon_sym_LPAREN, + STATE(865), 1, aux_sym_concatenation_repeat1, - ACTIONS(3021), 4, + ACTIONS(1137), 5, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 37, + ACTIONS(1127), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -82677,14 +87638,15 @@ 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -82702,18 +87664,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, - [32490] = 3, + [35791] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 5, + ACTIONS(1152), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 39, + ACTIONS(1150), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -82733,6 +87695,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -82753,23 +87717,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [32542] = 6, + [35846] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3088), 1, + ACTIONS(3417), 1, aux_sym_concatenation_token1, - ACTIONS(3090), 1, + ACTIONS(3419), 1, sym__concat, - STATE(880), 1, + STATE(860), 1, aux_sym_concatenation_repeat1, - ACTIONS(3015), 4, + ACTIONS(3158), 6, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3013), 37, + ACTIONS(3156), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -82778,14 +87745,15 @@ 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -82803,21 +87771,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, - [32600] = 3, + [35907] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, - sym_file_descriptor, + ACTIONS(3417), 1, + aux_sym_concatenation_token1, + ACTIONS(3419), 1, sym__concat, - sym_variable_name, + STATE(863), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3251), 6, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 38, + ACTIONS(3249), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -82826,19 +87800,19 @@ 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -82852,43 +87826,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [32652] = 3, + [35968] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, - sym_file_descriptor, + ACTIONS(3682), 1, + aux_sym_concatenation_token1, + ACTIONS(3684), 1, sym__concat, + STATE(838), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3465), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 38, + ACTIONS(3463), 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_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -82902,42 +87880,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, - [32704] = 3, + [36029] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 7, - sym_file_descriptor, + ACTIONS(3775), 1, + aux_sym_concatenation_token1, + ACTIONS(3778), 1, sym__concat, + STATE(889), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1109), 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(1211), 37, + ACTIONS(1107), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -82952,41 +87937,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [32756] = 3, + [36090] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, - sym_file_descriptor, + ACTIONS(3467), 1, + aux_sym_concatenation_token1, + ACTIONS(3781), 1, sym__concat, - sym_variable_name, + STATE(785), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 38, + ACTIONS(1101), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -83001,17 +87992,134 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [32808] = 3, + [36151] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, + ACTIONS(3785), 1, + anon_sym_DQUOTE, + STATE(2018), 1, + sym_string, + ACTIONS(1089), 2, sym__concat, sym_test_operator, + ACTIONS(3787), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(3783), 9, + anon_sym_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(1081), 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, + [36214] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3785), 1, + anon_sym_DQUOTE, + STATE(2018), 1, + sym_string, + ACTIONS(1093), 2, + sym__concat, + sym_test_operator, + ACTIONS(3787), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(3783), 9, + anon_sym_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(1091), 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, + [36277] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3467), 1, + aux_sym_concatenation_token1, + ACTIONS(3789), 1, + sym__concat, + STATE(785), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 5, + sym_file_descriptor, + sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, + ACTIONS(1121), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -83031,11 +88139,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -83050,41 +88159,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [32860] = 3, + [36338] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, - sym_file_descriptor, + ACTIONS(3664), 1, + aux_sym_concatenation_token1, + ACTIONS(3791), 1, sym__concat, + STATE(889), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 38, + ACTIONS(1121), 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -83099,108 +88214,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [32912] = 27, - ACTIONS(63), 1, + [36399] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(975), 1, - anon_sym_DOLLAR, - ACTIONS(979), 1, - anon_sym_DQUOTE, - ACTIONS(983), 1, - aux_sym_number_token1, - ACTIONS(985), 1, - aux_sym_number_token2, - ACTIONS(987), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, - anon_sym_BQUOTE, - ACTIONS(993), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(999), 1, + ACTIONS(1204), 7, + sym_file_descriptor, + sym__concat, sym_test_operator, - ACTIONS(1001), 1, + sym__bare_dollar, sym__brace_start, - ACTIONS(1309), 1, - sym_file_descriptor, - ACTIONS(2550), 1, - sym_word, - ACTIONS(2576), 1, - sym__special_character, - ACTIONS(3114), 1, - sym_variable_name, - STATE(556), 1, - sym_command_name, - STATE(1547), 1, - aux_sym__literal_repeat1, - STATE(1749), 1, - sym_concatenation, - STATE(2409), 1, - sym_file_redirect, - STATE(3985), 1, - sym_subscript, - ACTIONS(965), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1202), 40, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(981), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(995), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1973), 2, - sym_variable_assignment, - aux_sym_command_repeat1, - ACTIONS(1305), 3, + anon_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, - ACTIONS(1303), 5, - anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - STATE(1330), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [33012] = 3, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [36454] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 5, + ACTIONS(1180), 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(1178), 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -83219,110 +88317,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [33064] = 27, - ACTIONS(63), 1, + [36509] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, - anon_sym_DOLLAR, - ACTIONS(413), 1, - anon_sym_DQUOTE, - ACTIONS(417), 1, - aux_sym_number_token1, - ACTIONS(419), 1, - aux_sym_number_token2, - ACTIONS(421), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, - anon_sym_BQUOTE, - ACTIONS(427), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(435), 1, - sym_test_operator, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(1309), 1, + ACTIONS(3664), 1, + aux_sym_concatenation_token1, + ACTIONS(3793), 1, + sym__concat, + STATE(889), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 5, sym_file_descriptor, - ACTIONS(2445), 1, - sym_word, - ACTIONS(3114), 1, sym_variable_name, - ACTIONS(3118), 1, - sym__special_character, - STATE(473), 1, - sym_command_name, - STATE(1044), 1, - aux_sym__literal_repeat1, - STATE(1134), 1, - sym_concatenation, - STATE(2409), 1, - sym_file_redirect, - STATE(3985), 1, - sym_subscript, - ACTIONS(389), 2, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1101), 39, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(415), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(429), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1973), 2, - sym_variable_assignment, - aux_sym_command_repeat1, - ACTIONS(1305), 3, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, - ACTIONS(1303), 5, - anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - STATE(809), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [33164] = 3, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [36570] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + ACTIONS(1208), 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(1201), 38, + ACTIONS(1206), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -83341,43 +88424,48 @@ static const uint16_t 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, + [36625] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, + ACTIONS(3467), 1, + aux_sym_concatenation_token1, + ACTIONS(3469), 1, sym__concat, - sym_variable_name, + STATE(890), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3158), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, + ACTIONS(3156), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -83392,40 +88480,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33268] = 3, + [36686] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, + ACTIONS(1119), 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(1117), 42, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -83439,19 +88531,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, - [33320] = 3, + [36741] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, + ACTIONS(3467), 1, + aux_sym_concatenation_token1, + ACTIONS(3469), 1, sym__concat, + STATE(893), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3251), 5, + sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, + ACTIONS(3249), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -83471,11 +88567,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -83490,21 +88587,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33372] = 3, + [36802] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 7, - sym_file_descriptor, + ACTIONS(3682), 1, + aux_sym_concatenation_token1, + ACTIONS(3684), 1, sym__concat, + STATE(838), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3571), 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(1239), 37, + ACTIONS(3569), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -83513,18 +88613,20 @@ 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -83538,21 +88640,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, - [33424] = 5, + [36863] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3157), 1, - sym__special_character, - STATE(905), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(3682), 1, + aux_sym_concatenation_token1, + ACTIONS(3684), 1, + sym__concat, + STATE(846), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3575), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 37, + ACTIONS(3573), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83561,7 +88666,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, @@ -83572,11 +88676,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -83590,21 +88697,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [33480] = 6, + [36924] = 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(1148), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, + ACTIONS(1146), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83623,10 +88726,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -83642,17 +88748,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [33538] = 3, + [36978] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + ACTIONS(1188), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 38, + ACTIONS(1186), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83661,6 +88766,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, @@ -83671,6 +88777,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -83691,45 +88799,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [33590] = 5, + [37032] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3116), 1, - sym__special_character, - STATE(824), 1, - aux_sym__literal_repeat1, - ACTIONS(2819), 5, + ACTIONS(1148), 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(1146), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -83742,22 +88850,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33646] = 6, + [37086] = 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(1172), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 36, + ACTIONS(1170), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83766,6 +88869,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, @@ -83776,10 +88880,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -83794,16 +88901,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33704] = 3, + [37140] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2809), 5, + ACTIONS(3467), 1, + aux_sym_concatenation_token1, + ACTIONS(3469), 1, + sym__concat, + STATE(1013), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 39, + ACTIONS(1117), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -83813,11 +88926,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, anon_sym_AMP_GT, @@ -83825,6 +88935,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -83843,22 +88955,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33756] = 6, + [37200] = 3, 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(1200), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 36, + ACTIONS(1198), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83867,6 +88974,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, @@ -83877,10 +88985,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -83895,17 +89006,186 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33814] = 3, + [37254] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, - sym_file_descriptor, + ACTIONS(1089), 1, + sym_test_operator, + ACTIONS(3797), 1, + anon_sym_DQUOTE, + STATE(1772), 1, + sym_string, + ACTIONS(3799), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(3795), 9, + anon_sym_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(1081), 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, + [37316] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1093), 1, + sym_test_operator, + ACTIONS(3797), 1, + anon_sym_DQUOTE, + STATE(1772), 1, + sym_string, + ACTIONS(3799), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(3795), 9, + anon_sym_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(1091), 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, + [37378] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1093), 1, + sym_test_operator, + ACTIONS(3797), 1, + anon_sym_DQUOTE, + STATE(1772), 1, + sym_string, + ACTIONS(3799), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(3795), 9, + anon_sym_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(1091), 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, + [37440] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3801), 1, + aux_sym_concatenation_token1, + ACTIONS(3803), 1, sym__concat, - sym_variable_name, + STATE(995), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 38, + ACTIONS(1101), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83914,6 +89194,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, @@ -83924,11 +89205,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -83942,19 +89224,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, - [33866] = 3, + [37500] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + ACTIONS(1144), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 38, + ACTIONS(1142), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -83974,6 +89255,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -83993,22 +89276,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33918] = 6, + [37554] = 3, 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(1160), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 36, + ACTIONS(1158), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84017,6 +89295,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, @@ -84027,10 +89306,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -84045,22 +89327,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [33976] = 6, + [37608] = 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(2969), 5, + ACTIONS(1208), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 36, + ACTIONS(1206), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84069,6 +89346,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, @@ -84079,10 +89357,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -84097,43 +89378,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [34034] = 3, - ACTIONS(3), 1, + [37662] = 28, + ACTIONS(45), 1, + anon_sym_DOLLAR, + ACTIONS(49), 1, + anon_sym_DQUOTE, + ACTIONS(53), 1, + aux_sym_number_token1, + ACTIONS(55), 1, + aux_sym_number_token2, + ACTIONS(57), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(59), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(61), 1, + anon_sym_BQUOTE, + ACTIONS(63), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(67), 1, sym_comment, - ACTIONS(1221), 6, + ACTIONS(73), 1, + sym_test_operator, + ACTIONS(75), 1, + sym__brace_start, + ACTIONS(1244), 1, sym_file_descriptor, - sym__concat, + ACTIONS(2982), 1, + sym_word, + ACTIONS(3805), 1, + sym__special_character, + ACTIONS(3807), 1, sym_variable_name, + STATE(423), 1, + sym_command_name, + STATE(918), 1, + aux_sym__literal_repeat1, + STATE(1207), 1, + sym_concatenation, + STATE(2538), 1, + sym_file_redirect, + STATE(4527), 1, + sym_subscript, + ACTIONS(43), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(51), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(65), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1242), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2278), 2, + sym_variable_assignment, + aux_sym_command_repeat1, + ACTIONS(1238), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(1240), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(751), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [37766] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3809), 1, + sym__special_character, + STATE(953), 1, + aux_sym__literal_repeat1, + ACTIONS(244), 6, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 38, + ACTIONS(211), 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -84146,22 +89507,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [34086] = 6, + [37824] = 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(1172), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 36, + ACTIONS(1170), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84170,19 +89525,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -84198,44 +89558,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [34144] = 6, + [37878] = 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(1169), 5, + ACTIONS(1204), 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), 36, + ACTIONS(1202), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -84250,21 +89609,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [34202] = 6, + [37932] = 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(1204), 5, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 36, + ACTIONS(1202), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84273,19 +89627,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -84301,22 +89660,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [34259] = 6, + [37986] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3178), 1, - sym__concat, - STATE(946), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3005), 5, + ACTIONS(1148), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 35, + ACTIONS(1146), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84325,19 +89678,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -84351,23 +89709,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, - [34316] = 6, + [38040] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, - aux_sym_concatenation_token1, - ACTIONS(3180), 1, - sym__concat, - STATE(917), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1184), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 35, + ACTIONS(1182), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84376,18 +89730,24 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -84401,20 +89761,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [34373] = 3, + [38094] = 28, + ACTIONS(67), 1, + sym_comment, + ACTIONS(323), 1, + anon_sym_DOLLAR, + ACTIONS(327), 1, + anon_sym_DQUOTE, + ACTIONS(331), 1, + aux_sym_number_token1, + ACTIONS(333), 1, + aux_sym_number_token2, + ACTIONS(335), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(337), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(339), 1, + anon_sym_BQUOTE, + ACTIONS(341), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(899), 1, + sym_test_operator, + ACTIONS(1244), 1, + sym_file_descriptor, + ACTIONS(2933), 1, + sym_word, + ACTIONS(3807), 1, + sym_variable_name, + ACTIONS(3811), 1, + sym__special_character, + STATE(516), 1, + sym_command_name, + STATE(1023), 1, + aux_sym__literal_repeat1, + STATE(1056), 1, + sym_concatenation, + STATE(2538), 1, + sym_file_redirect, + STATE(4527), 1, + sym_subscript, + ACTIONS(321), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(343), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(893), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1242), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2278), 2, + sym_variable_assignment, + aux_sym_command_repeat1, + ACTIONS(1238), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(1240), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(1239), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [38198] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 7, + ACTIONS(1192), 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(1190), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84423,14 +89857,19 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -84449,20 +89888,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, - [34424] = 3, + [38252] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 7, + ACTIONS(1109), 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), 36, + ACTIONS(1107), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84471,14 +89907,19 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -84499,18 +89940,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [34475] = 3, + [38306] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 7, + ACTIONS(1164), 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(1162), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84519,14 +89959,19 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -84545,20 +89990,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, - [34526] = 3, + [38360] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 7, + ACTIONS(3813), 1, + sym__special_character, + STATE(960), 1, + aux_sym__literal_repeat1, + ACTIONS(3465), 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(3463), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84567,21 +90013,24 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -84595,22 +90044,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [34577] = 6, + [38418] = 28, + ACTIONS(67), 1, + sym_comment, + ACTIONS(407), 1, + anon_sym_DOLLAR, + ACTIONS(411), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + aux_sym_number_token1, + ACTIONS(417), 1, + aux_sym_number_token2, + ACTIONS(419), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(421), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(423), 1, + anon_sym_BQUOTE, + ACTIONS(425), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(433), 1, + sym_test_operator, + ACTIONS(435), 1, + sym__brace_start, + ACTIONS(1244), 1, + sym_file_descriptor, + ACTIONS(2780), 1, + sym_word, + ACTIONS(3807), 1, + sym_variable_name, + ACTIONS(3815), 1, + sym__special_character, + STATE(412), 1, + sym_command_name, + STATE(733), 1, + aux_sym__literal_repeat1, + STATE(858), 1, + sym_concatenation, + STATE(2538), 1, + sym_file_redirect, + STATE(4527), 1, + sym_subscript, + ACTIONS(405), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(413), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(427), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1242), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2278), 2, + sym_variable_assignment, + aux_sym_command_repeat1, + ACTIONS(1238), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(1240), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(638), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [38522] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3182), 1, - aux_sym_concatenation_token1, - ACTIONS(3185), 1, - sym__concat, - STATE(926), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 5, + ACTIONS(1109), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 35, + ACTIONS(1107), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84619,18 +90139,24 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -84644,21 +90170,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, - [34634] = 3, + [38576] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, - sym_file_descriptor, + ACTIONS(3467), 1, + aux_sym_concatenation_token1, + ACTIONS(3469), 1, sym__concat, - sym_variable_name, + STATE(1008), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3251), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 37, + ACTIONS(3249), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -84667,19 +90198,19 @@ 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -84694,22 +90225,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [34685] = 6, + [38636] = 7, 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(1169), 5, + ACTIONS(1089), 1, + sym_test_operator, + ACTIONS(3797), 1, + anon_sym_DQUOTE, + STATE(1772), 1, + sym_string, + ACTIONS(3799), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(3795), 9, + anon_sym_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(1081), 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, + [38698] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1144), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 35, + ACTIONS(1142), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84718,19 +90298,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -84744,23 +90329,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, - [34742] = 6, + [38752] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3188), 1, - sym__concat, - STATE(962), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1180), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 35, + ACTIONS(1178), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84769,19 +90350,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -84796,21 +90382,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [34799] = 5, + [38806] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3190), 1, - sym__special_character, - STATE(966), 1, - aux_sym__literal_repeat1, - ACTIONS(218), 6, + ACTIONS(3467), 1, + aux_sym_concatenation_token1, + ACTIONS(3469), 1, + sym__concat, + STATE(1013), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3158), 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(3156), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -84829,11 +90416,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -84846,18 +90436,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [34854] = 3, + [38866] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 7, + ACTIONS(1160), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 36, + ACTIONS(1158), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84866,14 +90454,19 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -84894,18 +90487,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [34905] = 3, + [38920] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 7, - sym_file_descriptor, + ACTIONS(3817), 1, + aux_sym_concatenation_token1, + ACTIONS(3819), 1, sym__concat, + STATE(961), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3571), 6, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 36, + ACTIONS(3569), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84922,11 +90520,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -84942,22 +90541,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [34956] = 6, + [38980] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3192), 1, + ACTIONS(3817), 1, aux_sym_concatenation_token1, - ACTIONS(3194), 1, + ACTIONS(3819), 1, sym__concat, - STATE(926), 1, + STATE(966), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(3575), 6, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 35, + ACTIONS(3573), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -84974,6 +90574,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -84993,18 +90595,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [35013] = 3, + [39040] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 7, - sym_file_descriptor, + ACTIONS(3821), 1, + aux_sym_concatenation_token1, + ACTIONS(3823), 1, sym__concat, - sym_variable_name, + STATE(1019), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 36, + ACTIONS(1117), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85015,17 +90620,20 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -85041,18 +90649,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [35064] = 3, + [39100] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 7, + ACTIONS(1192), 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(1190), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85061,14 +90667,19 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -85089,72 +90700,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [35115] = 3, + [39154] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 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(3467), 1, aux_sym_concatenation_token1, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [35166] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3192), 1, - aux_sym_concatenation_token1, - ACTIONS(3196), 1, + ACTIONS(3469), 1, sym__concat, - STATE(926), 1, + STATE(1008), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(3359), 5, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 35, + ACTIONS(3357), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -85164,11 +90728,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -85186,20 +90753,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, - [35223] = 3, + [39214] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 7, + ACTIONS(1180), 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(1259), 36, + ACTIONS(1178), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85210,12 +90775,16 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -85236,22 +90805,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [35274] = 6, + [39268] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3192), 1, + ACTIONS(3825), 1, aux_sym_concatenation_token1, - ACTIONS(3198), 1, + ACTIONS(3827), 1, sym__concat, - STATE(937), 1, + STATE(954), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(1103), 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(1101), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85260,6 +90829,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, @@ -85268,6 +90838,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -85287,70 +90859,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [35331] = 5, + [39328] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3200), 1, - sym__special_character, - STATE(986), 1, - aux_sym__literal_repeat1, - ACTIONS(2997), 5, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 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, - 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, - [35386] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1213), 7, - sym_file_descriptor, + ACTIONS(3467), 1, + aux_sym_concatenation_token1, + ACTIONS(3469), 1, sym__concat, - sym_variable_name, + STATE(1013), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3355), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 36, + ACTIONS(3353), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -85360,16 +90887,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -85383,19 +90912,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, - [35437] = 3, + [39388] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, - sym_file_descriptor, + ACTIONS(3829), 1, + aux_sym_concatenation_token1, + ACTIONS(3831), 1, sym__concat, + STATE(1025), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3680), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, + ACTIONS(3678), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85414,11 +90947,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -85433,18 +90967,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [35488] = 3, + [39448] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 7, - sym_file_descriptor, + ACTIONS(3829), 1, + aux_sym_concatenation_token1, + ACTIONS(3831), 1, sym__concat, + STATE(1033), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3676), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 36, + ACTIONS(3674), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85455,17 +90993,20 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -85479,20 +91020,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, - [35539] = 3, + [39508] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 7, + ACTIONS(1188), 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(1186), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85503,12 +91042,16 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -85529,19 +91072,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [35590] = 3, + [39562] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(3767), 1, + sym__special_character, + STATE(828), 1, + aux_sym__literal_repeat1, + ACTIONS(3158), 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), 37, + ACTIONS(3156), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -85553,18 +91100,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -85577,22 +91125,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [35641] = 6, + [39620] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3825), 1, aux_sym_concatenation_token1, - ACTIONS(3202), 1, + ACTIONS(3833), 1, sym__concat, - STATE(962), 1, + STATE(954), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1123), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 35, + ACTIONS(1121), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85610,6 +91158,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -85627,115 +91177,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [35698] = 3, - ACTIONS(3), 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), 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, - [35749] = 3, + [39680] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 7, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 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(3829), 1, aux_sym_concatenation_token1, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - [35800] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1241), 7, - sym_file_descriptor, + ACTIONS(3831), 1, sym__concat, + STATE(1025), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3662), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 36, + ACTIONS(3660), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85746,17 +91205,20 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -85770,19 +91232,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, - [35851] = 3, + [39740] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, - sym_file_descriptor, + ACTIONS(3829), 1, + aux_sym_concatenation_token1, + ACTIONS(3831), 1, sym__concat, + STATE(1033), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3695), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 37, + ACTIONS(3693), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85801,11 +91267,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -85820,18 +91287,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [35902] = 3, + [39800] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 7, + ACTIONS(1168), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 36, + ACTIONS(1166), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85842,12 +91308,16 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -85868,41 +91338,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [35953] = 3, + [39854] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 7, + ACTIONS(3835), 1, + sym__special_character, + STATE(953), 1, + aux_sym__literal_repeat1, + 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(1255), 36, + 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -85914,25 +91390,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [36004] = 6, + [39912] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, + ACTIONS(3838), 1, aux_sym_concatenation_token1, - ACTIONS(3206), 1, + ACTIONS(3841), 1, sym__concat, - STATE(1045), 1, + STATE(954), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 6, + ACTIONS(1109), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 34, + ACTIONS(1107), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85941,6 +91415,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, @@ -85949,6 +91424,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -85966,24 +91443,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, - [36061] = 6, + [39972] = 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(1176), 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(3003), 34, + ACTIONS(1174), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -85994,16 +91466,21 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -86017,21 +91494,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, - [36118] = 5, + [40026] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3200), 1, - sym__special_character, - STATE(986), 1, - aux_sym__literal_repeat1, - ACTIONS(3065), 5, + ACTIONS(1164), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 36, + ACTIONS(1162), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86040,7 +91515,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, @@ -86051,11 +91525,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -86067,19 +91545,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, - [36173] = 3, + [40080] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 7, - sym_file_descriptor, + ACTIONS(3825), 1, + aux_sym_concatenation_token1, + ACTIONS(3844), 1, sym__concat, + STATE(943), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 36, + ACTIONS(1117), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86088,6 +91571,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, @@ -86096,11 +91580,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -86116,18 +91601,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [36224] = 3, + [40140] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 7, + ACTIONS(1184), 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(1201), 36, + ACTIONS(1182), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86136,14 +91619,19 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -86164,20 +91652,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [36275] = 5, + [40194] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3200), 1, + ACTIONS(3813), 1, sym__special_character, - STATE(986), 1, + STATE(960), 1, aux_sym__literal_repeat1, - ACTIONS(2969), 5, + ACTIONS(3571), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 36, + ACTIONS(3569), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86197,6 +91685,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -86213,202 +91703,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, - [36330] = 9, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3208), 1, - sym_variable_name, - STATE(3971), 1, - sym_subscript, - ACTIONS(2592), 2, - sym_test_operator, - sym__brace_start, - ACTIONS(2662), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - STATE(2914), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - STATE(2911), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2660), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - ACTIONS(2584), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [36393] = 10, + [40252] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3208), 1, - sym_variable_name, - STATE(3971), 1, - sym_subscript, - ACTIONS(3211), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2914), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2592), 3, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - STATE(2911), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 5, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - ACTIONS(2584), 24, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [36458] = 25, - ACTIONS(63), 1, - sym_comment, - ACTIONS(361), 1, - anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, - aux_sym_number_token1, - ACTIONS(371), 1, - aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(1043), 1, - sym_word, - ACTIONS(1045), 1, - anon_sym_LPAREN, - ACTIONS(1047), 1, - anon_sym_BANG, - ACTIONS(1059), 1, - sym_test_operator, - ACTIONS(3213), 1, + ACTIONS(3846), 1, sym__special_character, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(3217), 1, - sym__regex_no_space, - STATE(1498), 1, + STATE(960), 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, + ACTIONS(1214), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 35, + ACTIONS(1212), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86417,21 +91727,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -86443,23 +91756,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, - [36610] = 6, + [40310] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3192), 1, + ACTIONS(3817), 1, aux_sym_concatenation_token1, - ACTIONS(3198), 1, + ACTIONS(3849), 1, sym__concat, - STATE(937), 1, + STATE(975), 1, aux_sym_concatenation_repeat1, - ACTIONS(3021), 5, + ACTIONS(1103), 6, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 35, + ACTIONS(1101), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86476,6 +91791,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -86495,22 +91812,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [36667] = 6, + [40370] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3192), 1, - aux_sym_concatenation_token1, - ACTIONS(3198), 1, - sym__concat, - STATE(933), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3015), 5, + ACTIONS(1200), 5, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3013), 35, + ACTIONS(1198), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86519,18 +91830,24 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -86546,44 +91863,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [36724] = 5, + [40424] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3190), 1, - sym__special_character, - STATE(966), 1, - aux_sym__literal_repeat1, - ACTIONS(2823), 6, + ACTIONS(1152), 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(2821), 35, + ACTIONS(1150), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -86596,44 +91914,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [36779] = 5, + [40478] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3225), 1, - sym__special_character, - STATE(966), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 6, + ACTIONS(1156), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 35, + ACTIONS(1154), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -86646,23 +91965,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [36834] = 6, + [40532] = 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(3065), 6, + ACTIONS(1152), 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(3063), 34, + ACTIONS(1150), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86671,18 +91984,24 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -86697,23 +92016,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [36891] = 6, + [40586] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, + ACTIONS(3817), 1, aux_sym_concatenation_token1, - ACTIONS(3206), 1, + ACTIONS(3851), 1, sym__concat, - STATE(1061), 1, + STATE(975), 1, aux_sym_concatenation_repeat1, - ACTIONS(3069), 6, + ACTIONS(1123), 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(1121), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86730,6 +92049,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -86747,17 +92068,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, + [40646] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 5, + ACTIONS(3829), 1, + aux_sym_concatenation_token1, + ACTIONS(3831), 1, + sym__concat, + STATE(1025), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3465), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 38, + ACTIONS(3463), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86766,7 +92094,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, @@ -86777,6 +92104,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -86794,25 +92123,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, - [36999] = 6, + [40706] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, + ACTIONS(3829), 1, aux_sym_concatenation_token1, - ACTIONS(3206), 1, + ACTIONS(3831), 1, sym__concat, - STATE(1045), 1, + STATE(1033), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 6, + ACTIONS(3427), 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(3425), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86823,12 +92150,16 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -86847,23 +92178,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [37056] = 6, + [40766] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, + ACTIONS(3825), 1, aux_sym_concatenation_token1, - ACTIONS(3206), 1, + ACTIONS(3844), 1, sym__concat, - STATE(1061), 1, + STATE(943), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 6, + ACTIONS(3465), 5, 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(3463), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86872,6 +92202,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, @@ -86880,6 +92211,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -86897,17 +92230,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, - [37113] = 3, + [40826] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 5, - sym_file_descriptor, + ACTIONS(3825), 1, + aux_sym_concatenation_token1, + ACTIONS(3844), 1, sym__concat, + STATE(949), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3427), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 38, + ACTIONS(3425), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86916,21 +92256,21 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -86946,16 +92286,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [37164] = 3, + [40886] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 5, + ACTIONS(1152), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 38, + ACTIONS(1150), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -86964,6 +92304,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, @@ -86974,6 +92315,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -86994,18 +92337,129 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [37215] = 3, + [40940] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1089), 1, + sym_test_operator, + ACTIONS(3785), 1, + anon_sym_DQUOTE, + STATE(2018), 1, + sym_string, + ACTIONS(3787), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(3783), 9, + anon_sym_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(1081), 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, + [41002] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(1093), 1, + sym_test_operator, + ACTIONS(3785), 1, + anon_sym_DQUOTE, + STATE(2018), 1, + sym_string, + ACTIONS(3787), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(3783), 9, + anon_sym_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(1091), 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, + [41064] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3359), 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(3357), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -87018,11 +92472,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -87040,18 +92497,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, - [37266] = 3, + [41118] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 5, - sym_file_descriptor, + ACTIONS(3853), 1, + aux_sym_concatenation_token1, + ACTIONS(3856), 1, sym__concat, + STATE(975), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1109), 6, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 38, + ACTIONS(1107), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87062,19 +92525,18 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -87090,40 +92552,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [37317] = 3, + [41178] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2809), 5, + ACTIONS(1156), 5, sym_file_descriptor, + sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2807), 38, + ACTIONS(1154), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -87137,18 +92601,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, - [37368] = 3, + [41232] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, + ACTIONS(228), 1, + anon_sym_DQUOTE, + ACTIONS(1093), 1, + sym_test_operator, + STATE(1974), 1, + sym_string, + ACTIONS(3861), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(3859), 9, + anon_sym_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(1091), 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, + [41294] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1152), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 37, + ACTIONS(1150), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87157,6 +92676,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, @@ -87167,6 +92687,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -87185,157 +92707,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, - [37419] = 25, - ACTIONS(63), 1, + [41348] = 7, + 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, + ACTIONS(228), 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(1089), 1, sym_test_operator, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(3228), 1, - sym__special_character, - ACTIONS(3230), 1, - sym__regex_no_space, - STATE(1550), 1, - aux_sym__literal_repeat1, - STATE(1790), 1, - sym__expression, - ACTIONS(272), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(367), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(274), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1773), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1521), 9, - sym_arithmetic_expansion, - sym_brace_expression, + STATE(1974), 1, 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, + ACTIONS(3861), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(3859), 9, + anon_sym_DASH, + anon_sym_STAR, anon_sym_BANG, - ACTIONS(1121), 1, - sym__special_character, - ACTIONS(1125), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - sym__regex_no_space, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1427), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1117), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1123), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1119), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1541), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [37609] = 3, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1081), 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, + [41410] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 5, + ACTIONS(1208), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 38, + ACTIONS(1206), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87344,6 +92782,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, @@ -87354,6 +92793,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -87374,42 +92815,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [37660] = 3, + [41464] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + ACTIONS(3863), 1, + sym__special_character, + STATE(981), 1, + aux_sym__literal_repeat1, + ACTIONS(1214), 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), 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_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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -87422,18 +92868,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [37711] = 3, + [41522] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 5, + ACTIONS(3767), 1, + sym__special_character, + STATE(828), 1, + aux_sym__literal_repeat1, + ACTIONS(3355), 5, sym_file_descriptor, - sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 38, + ACTIONS(3353), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -87445,18 +92896,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -87468,21 +92920,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [37762] = 5, - ACTIONS(3), 1, + [41580] = 28, + ACTIONS(67), 1, sym_comment, - ACTIONS(3236), 1, + ACTIONS(323), 1, + anon_sym_DOLLAR, + ACTIONS(327), 1, + anon_sym_DQUOTE, + ACTIONS(331), 1, + aux_sym_number_token1, + ACTIONS(333), 1, + aux_sym_number_token2, + ACTIONS(335), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(337), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(339), 1, + anon_sym_BQUOTE, + ACTIONS(341), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(349), 1, + sym_test_operator, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(1244), 1, + sym_file_descriptor, + ACTIONS(2935), 1, + sym_word, + ACTIONS(3807), 1, + sym_variable_name, + ACTIONS(3866), 1, sym__special_character, - STATE(983), 1, + STATE(439), 1, + sym_command_name, + STATE(1023), 1, aux_sym__literal_repeat1, - ACTIONS(1275), 4, + STATE(1056), 1, + sym_concatenation, + STATE(2538), 1, + sym_file_redirect, + STATE(4527), 1, + sym_subscript, + ACTIONS(321), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(329), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(343), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1242), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2278), 2, + sym_variable_assignment, + aux_sym_command_repeat1, + ACTIONS(1238), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(1240), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(882), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [41684] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1192), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 37, + ACTIONS(1190), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87491,7 +93016,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, @@ -87502,11 +93026,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -87520,24 +93048,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [37817] = 5, + [41738] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3190), 1, - sym__special_character, - STATE(966), 1, - aux_sym__literal_repeat1, - ACTIONS(2819), 6, + ACTIONS(1204), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 35, + ACTIONS(1202), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -87546,18 +93069,23 @@ 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -87569,18 +93097,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [37872] = 3, + [41792] = 9, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3872), 1, + anon_sym_DQUOTE, + ACTIONS(3874), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3876), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3878), 1, + anon_sym_BQUOTE, + ACTIONS(3880), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(1903), 3, + sym_string, + sym_expansion, + sym_command_substitution, + ACTIONS(3870), 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(3868), 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, + [41858] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, - sym_file_descriptor, + ACTIONS(3817), 1, + aux_sym_concatenation_token1, + ACTIONS(3819), 1, sym__concat, + STATE(961), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3465), 6, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 37, + ACTIONS(3463), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87589,7 +93181,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, @@ -87598,11 +93189,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -87618,20 +93210,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [37923] = 5, + [41918] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3239), 1, - sym__special_character, - STATE(986), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(3801), 1, + aux_sym_concatenation_token1, + ACTIONS(3882), 1, + sym__concat, + STATE(995), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 36, + ACTIONS(1121), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87651,11 +93244,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -87668,19 +93264,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [37978] = 3, + [41978] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 5, + ACTIONS(3817), 1, + aux_sym_concatenation_token1, + ACTIONS(3819), 1, + sym__concat, + STATE(966), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3427), 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(2803), 38, + ACTIONS(3425), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -87689,15 +93291,14 @@ 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -87715,18 +93316,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, - [38029] = 3, + [42038] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, + ACTIONS(1208), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 37, + ACTIONS(1206), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87745,6 +93347,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -87763,21 +93367,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [38080] = 5, + [42092] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3242), 1, - sym__special_character, - STATE(989), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(1196), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 36, + ACTIONS(1194), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87796,11 +93398,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -87814,16 +93420,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [38135] = 3, + [42146] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 5, + ACTIONS(1184), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 38, + ACTIONS(1182), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87842,6 +93449,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -87862,20 +93471,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [38186] = 5, + [42200] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3245), 1, - sym__special_character, - STATE(989), 1, - aux_sym__literal_repeat1, - ACTIONS(2963), 5, + ACTIONS(3884), 1, + aux_sym_concatenation_token1, + ACTIONS(3887), 1, + sym__concat, + STATE(993), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1109), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 36, + ACTIONS(1107), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87894,11 +93504,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -87912,49 +93525,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [38241] = 12, + [42260] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3208), 1, - sym_variable_name, - ACTIONS(3249), 1, - aux_sym_heredoc_redirect_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, + ACTIONS(1200), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, - STATE(2911), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 24, + aux_sym_heredoc_redirect_token1, + ACTIONS(1198), 40, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -87968,18 +93574,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, - [38310] = 3, + [42314] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, - sym_file_descriptor, + ACTIONS(3890), 1, + aux_sym_concatenation_token1, + ACTIONS(3893), 1, sym__concat, - sym_variable_name, + STATE(995), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1109), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 37, + ACTIONS(1107), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -87988,6 +93599,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, @@ -87998,11 +93610,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -88017,16 +93630,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [38361] = 3, + [42374] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 5, + ACTIONS(1164), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 38, + ACTIONS(1162), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88035,6 +93648,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, @@ -88045,6 +93659,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -88065,17 +93681,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [38412] = 3, + [42428] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, - sym_file_descriptor, + ACTIONS(3821), 1, + aux_sym_concatenation_token1, + ACTIONS(3896), 1, sym__concat, - sym_variable_name, + STATE(993), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 37, + ACTIONS(1121), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88094,11 +93714,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -88112,37 +93733,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, - [38463] = 3, + [42488] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1156), 5, + ACTIONS(3801), 1, + aux_sym_concatenation_token1, + ACTIONS(3902), 1, + sym__concat, + STATE(913), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3900), 4, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1147), 38, + ACTIONS(3898), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -88161,87 +93789,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [38514] = 25, - 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(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(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, - [38609] = 3, + [42548] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, - sym_file_descriptor, + ACTIONS(3801), 1, + aux_sym_concatenation_token1, + ACTIONS(3902), 1, sym__concat, - sym_variable_name, + STATE(988), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3906), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 37, + ACTIONS(3904), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88250,20 +93812,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -88277,46 +93842,48 @@ static const uint16_t 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, + [42608] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3255), 1, - sym__special_character, - STATE(999), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(3821), 1, + aux_sym_concatenation_token1, + ACTIONS(3823), 1, + sym__concat, + STATE(997), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3688), 4, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 36, + ACTIONS(3686), 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_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -88328,40 +93895,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [38715] = 3, + [42668] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, + ACTIONS(3251), 5, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, + ACTIONS(3249), 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_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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -88375,19 +93947,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, - [38766] = 3, + [42722] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, + ACTIONS(1180), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 37, + ACTIONS(1178), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88396,15 +93966,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -88425,16 +93999,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [38817] = 3, + [42776] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 5, + ACTIONS(3821), 1, + aux_sym_concatenation_token1, + ACTIONS(3823), 1, + sym__concat, + STATE(1019), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3654), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 38, + ACTIONS(3652), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88443,7 +94022,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, @@ -88454,6 +94032,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -88473,16 +94053,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [38868] = 3, + [42836] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 5, + ACTIONS(1152), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 38, + ACTIONS(1150), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88491,7 +94072,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, @@ -88502,10 +94082,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -88521,44 +94104,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [38919] = 5, + [42890] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3266), 1, - sym__special_character, - STATE(999), 1, - aux_sym__literal_repeat1, - ACTIONS(2819), 5, + ACTIONS(1156), 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), 36, + ACTIONS(1154), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -88570,18 +94153,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, - [38974] = 3, + [42944] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, + ACTIONS(1152), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 37, + ACTIONS(1150), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88590,15 +94174,18 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -88619,38 +94206,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [39025] = 6, + [42998] = 28, + ACTIONS(67), 1, + sym_comment, + ACTIONS(917), 1, + anon_sym_DOLLAR, + ACTIONS(921), 1, + anon_sym_DQUOTE, + ACTIONS(925), 1, + aux_sym_number_token1, + ACTIONS(927), 1, + aux_sym_number_token2, + ACTIONS(929), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(931), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(933), 1, + anon_sym_BQUOTE, + ACTIONS(935), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(941), 1, + sym_test_operator, + ACTIONS(943), 1, + sym__brace_start, + ACTIONS(1244), 1, + sym_file_descriptor, + ACTIONS(2828), 1, + sym_word, + ACTIONS(3807), 1, + sym_variable_name, + ACTIONS(3908), 1, + sym__special_character, + STATE(530), 1, + sym_command_name, + STATE(1652), 1, + aux_sym__literal_repeat1, + STATE(1748), 1, + sym_concatenation, + STATE(2538), 1, + sym_file_redirect, + STATE(4527), 1, + sym_subscript, + ACTIONS(915), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(923), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(937), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1242), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2278), 2, + sym_variable_assignment, + aux_sym_command_repeat1, + ACTIONS(1238), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(1240), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(1382), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [43102] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, + ACTIONS(3467), 1, aux_sym_concatenation_token1, - ACTIONS(3174), 1, + ACTIONS(3910), 1, sym__concat, - STATE(1007), 1, + STATE(785), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 4, + ACTIONS(1123), 5, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, + ACTIONS(1121), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -88668,23 +94335,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, - [39082] = 6, + [43162] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, + ACTIONS(3825), 1, aux_sym_concatenation_token1, - ACTIONS(3268), 1, + ACTIONS(3844), 1, sym__concat, - STATE(1016), 1, + STATE(949), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 4, + ACTIONS(3575), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 36, + ACTIONS(3573), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88702,6 +94369,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -88721,17 +94390,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [39139] = 3, + [43222] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, - sym_file_descriptor, + ACTIONS(3825), 1, + aux_sym_concatenation_token1, + ACTIONS(3844), 1, sym__concat, + STATE(943), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3571), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 37, + ACTIONS(3569), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88749,11 +94423,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -88769,21 +94444,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [39190] = 6, + [43282] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, - aux_sym_concatenation_token1, - ACTIONS(3270), 1, - sym__concat, - STATE(1016), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 4, + ACTIONS(1089), 1, + sym_test_operator, + ACTIONS(3797), 1, + anon_sym_DQUOTE, + STATE(1772), 1, + sym_string, + ACTIONS(3799), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(3795), 9, + anon_sym_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(1081), 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, + [43344] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1176), 5, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 36, + ACTIONS(1174), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88792,19 +94517,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -88820,19 +94550,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [39247] = 3, + [43398] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, - sym_file_descriptor, + ACTIONS(3467), 1, + aux_sym_concatenation_token1, + ACTIONS(3912), 1, sym__concat, - sym_variable_name, + STATE(785), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 5, + sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 37, + ACTIONS(1101), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -88841,19 +94577,19 @@ 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -88868,16 +94604,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [39298] = 3, + [43458] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 5, + ACTIONS(1168), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 38, + ACTIONS(1166), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88886,6 +94622,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, @@ -88896,6 +94633,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -88916,17 +94655,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [39349] = 3, - ACTIONS(3), 1, + [43512] = 28, + ACTIONS(67), 1, sym_comment, - ACTIONS(1265), 6, + ACTIONS(323), 1, + anon_sym_DOLLAR, + ACTIONS(327), 1, + anon_sym_DQUOTE, + ACTIONS(331), 1, + aux_sym_number_token1, + ACTIONS(333), 1, + aux_sym_number_token2, + ACTIONS(335), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(337), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(339), 1, + anon_sym_BQUOTE, + ACTIONS(341), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(349), 1, + sym_test_operator, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(1244), 1, sym_file_descriptor, - sym__concat, + ACTIONS(2935), 1, + sym_word, + ACTIONS(3807), 1, sym_variable_name, + ACTIONS(3866), 1, + sym__special_character, + STATE(437), 1, + sym_command_name, + STATE(1023), 1, + aux_sym__literal_repeat1, + STATE(1056), 1, + sym_concatenation, + STATE(2538), 1, + sym_file_redirect, + STATE(4527), 1, + sym_subscript, + ACTIONS(321), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(329), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(343), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1242), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2278), 2, + sym_variable_assignment, + aux_sym_command_repeat1, + ACTIONS(1238), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(1240), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(882), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [43616] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3801), 1, + aux_sym_concatenation_token1, + ACTIONS(3902), 1, + sym__concat, + STATE(913), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 37, + ACTIONS(1117), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88935,6 +94754,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, @@ -88945,11 +94765,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -88964,16 +94785,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [39400] = 3, + [43676] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 5, + ACTIONS(1188), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 38, + ACTIONS(1186), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -88982,6 +94804,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, @@ -88992,6 +94815,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -89010,94 +94835,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, - [39451] = 25, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1095), 1, - sym_word, - ACTIONS(1097), 1, - anon_sym_BANG, - ACTIONS(1107), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3234), 1, - sym__regex_no_space, - ACTIONS(3272), 1, - sym__special_character, - STATE(1427), 1, - sym__expression, - STATE(1571), 1, - aux_sym__literal_repeat1, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1099), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1105), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1101), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1406), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [39546] = 6, + [43730] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, - aux_sym_concatenation_token1, - ACTIONS(3274), 1, - sym__concat, - STATE(917), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1196), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 35, + ACTIONS(1194), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89106,18 +94855,24 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -89131,23 +94886,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, - [39603] = 6, + [43784] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3276), 1, + ACTIONS(3821), 1, aux_sym_concatenation_token1, - ACTIONS(3279), 1, + ACTIONS(3914), 1, sym__concat, - STATE(1016), 1, + STATE(993), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 4, + ACTIONS(1103), 4, sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 36, + ACTIONS(1101), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89156,15 +94910,18 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -89184,17 +94941,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [39660] = 3, + [43844] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, - sym_file_descriptor, + ACTIONS(1093), 1, + sym_test_operator, + ACTIONS(3797), 1, + anon_sym_DQUOTE, + STATE(1772), 1, + sym_string, + ACTIONS(3799), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(3795), 9, + anon_sym_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(1091), 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, + [43906] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3829), 1, + aux_sym_concatenation_token1, + ACTIONS(3831), 1, sym__concat, + STATE(1025), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 37, + ACTIONS(1117), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89203,20 +95020,22 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -89230,18 +95049,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, + [43966] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 5, + ACTIONS(1160), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 38, + ACTIONS(1158), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89260,6 +95079,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -89280,41 +95101,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [39762] = 3, + [44020] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, + ACTIONS(3916), 1, + sym__special_character, + STATE(981), 1, + aux_sym__literal_repeat1, + ACTIONS(244), 5, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 37, + ACTIONS(211), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -89326,19 +95153,99 @@ static const uint16_t 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, - ACTIONS(3), 1, + [44078] = 28, + ACTIONS(67), 1, sym_comment, - ACTIONS(1233), 6, + ACTIONS(323), 1, + anon_sym_DOLLAR, + ACTIONS(327), 1, + anon_sym_DQUOTE, + ACTIONS(331), 1, + aux_sym_number_token1, + ACTIONS(333), 1, + aux_sym_number_token2, + ACTIONS(335), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(337), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(339), 1, + anon_sym_BQUOTE, + ACTIONS(341), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(703), 1, + sym_test_operator, + ACTIONS(1244), 1, sym_file_descriptor, + ACTIONS(2826), 1, + sym_word, + ACTIONS(3807), 1, + sym_variable_name, + ACTIONS(3918), 1, + sym__special_character, + STATE(427), 1, + sym_command_name, + STATE(1023), 1, + aux_sym__literal_repeat1, + STATE(1056), 1, + sym_concatenation, + STATE(2538), 1, + sym_file_redirect, + STATE(4527), 1, + sym_subscript, + ACTIONS(321), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(343), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(701), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1242), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2278), 2, + sym_variable_assignment, + aux_sym_command_repeat1, + ACTIONS(1238), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(1240), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(763), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [44182] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3829), 1, + aux_sym_concatenation_token1, + ACTIONS(3920), 1, sym__concat, + STATE(1037), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 37, + ACTIONS(1101), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89357,11 +95264,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -89376,17 +95284,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [39864] = 3, + [44242] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(1144), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 37, + ACTIONS(1142), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89405,6 +95313,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -89423,138 +95333,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [39915] = 25, - ACTIONS(63), 1, + [44296] = 28, + ACTIONS(67), 1, sym_comment, - ACTIONS(181), 1, - sym_word, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(194), 1, - anon_sym_BANG, - ACTIONS(198), 1, + ACTIONS(637), 1, anon_sym_DOLLAR, - ACTIONS(204), 1, + ACTIONS(641), 1, + anon_sym_DQUOTE, + ACTIONS(645), 1, aux_sym_number_token1, - ACTIONS(206), 1, + ACTIONS(647), 1, aux_sym_number_token2, - ACTIONS(210), 1, + ACTIONS(649), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(651), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(222), 1, + ACTIONS(653), 1, + anon_sym_BQUOTE, + ACTIONS(655), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(663), 1, sym_test_operator, - ACTIONS(224), 1, + ACTIONS(665), 1, sym__brace_start, - ACTIONS(951), 1, + ACTIONS(1244), 1, + sym_file_descriptor, + ACTIONS(2937), 1, + sym_word, + ACTIONS(3807), 1, + sym_variable_name, + ACTIONS(3922), 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, + STATE(414), 1, + sym_command_name, + STATE(874), 1, aux_sym__literal_repeat1, - ACTIONS(93), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(947), 2, + STATE(1028), 1, + sym_concatenation, + STATE(2538), 1, + sym_file_redirect, + STATE(4527), 1, + sym_subscript, + ACTIONS(635), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(955), 2, + ACTIONS(643), 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, + ACTIONS(657), 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, + ACTIONS(1242), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2278), 2, + sym_variable_assignment, + aux_sym_command_repeat1, + ACTIONS(1238), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(1240), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + STATE(648), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -89564,39 +95411,43 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [40105] = 3, + [44400] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + ACTIONS(1137), 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), 37, + ACTIONS(1127), 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_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, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -89610,19 +95461,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, + [44454] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, + ACTIONS(1109), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 37, + ACTIONS(1107), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89631,15 +95481,18 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -89660,22 +95513,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40207] = 6, + [44508] = 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(1168), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 35, + ACTIONS(1166), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89684,18 +95532,24 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -89709,24 +95563,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, - [40264] = 6, + [44562] = 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(1176), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 35, + ACTIONS(1174), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89735,18 +95583,24 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -89760,24 +95614,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, - [40321] = 6, + [44616] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, - aux_sym_concatenation_token1, - ACTIONS(3098), 1, - sym__concat, - STATE(1015), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + ACTIONS(1196), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 35, + ACTIONS(1194), 41, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89786,18 +95633,24 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -89813,90 +95666,22 @@ 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, + [44670] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3245), 1, - sym__special_character, - STATE(989), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 5, + ACTIONS(3829), 1, + aux_sym_concatenation_token1, + ACTIONS(3924), 1, + sym__concat, + STATE(1037), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 36, + ACTIONS(1121), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -89915,11 +95700,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -89931,41 +95719,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, - [40528] = 3, + [44730] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, + ACTIONS(1119), 5, sym_file_descriptor, - sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 38, + ACTIONS(1117), 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_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -89979,18 +95770,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, - [40579] = 3, + [44784] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 5, + ACTIONS(1172), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 38, + ACTIONS(1170), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90009,6 +95800,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -90029,70 +95822,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40630] = 3, + [44838] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 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_PIPE, - anon_sym_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, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_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, - [40681] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3096), 1, + ACTIONS(3817), 1, aux_sym_concatenation_token1, - ACTIONS(3098), 1, + ACTIONS(3819), 1, sym__concat, - STATE(921), 1, + STATE(961), 1, aux_sym_concatenation_repeat1, - ACTIONS(2973), 5, + ACTIONS(1119), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2971), 35, + ACTIONS(1117), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90109,6 +95855,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -90128,22 +95876,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40738] = 6, + [44898] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(3926), 1, aux_sym_concatenation_token1, - ACTIONS(3098), 1, + ACTIONS(3929), 1, sym__concat, - STATE(1015), 1, + STATE(1037), 1, aux_sym_concatenation_repeat1, - ACTIONS(2963), 5, + ACTIONS(1109), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 35, + ACTIONS(1107), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90154,12 +95902,16 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -90177,18 +95929,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, - [40795] = 3, + [44958] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 5, + ACTIONS(1200), 7, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 38, + ACTIONS(1198), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90199,14 +95952,14 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -90227,16 +95980,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [40846] = 3, + [45011] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 5, - sym_file_descriptor, + ACTIONS(3932), 1, + aux_sym_concatenation_token1, + ACTIONS(3934), 1, sym__concat, + STATE(1159), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 38, + ACTIONS(1121), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90255,11 +96013,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -90273,140 +96032,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [40897] = 5, + [45070] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(3284), 1, - sym__special_character, - STATE(983), 1, - aux_sym__literal_repeat1, - ACTIONS(3021), 4, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, + ACTIONS(3940), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 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, + ACTIONS(3942), 1, 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, - [40952] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1225), 6, - sym_file_descriptor, - sym__concat, + ACTIONS(3944), 1, sym_variable_name, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 37, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + STATE(4508), 1, + sym_subscript, + ACTIONS(3168), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3936), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, + ACTIONS(3938), 2, anon_sym_PIPE, - anon_sym_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, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [41003] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1217), 6, + STATE(3302), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3010), 3, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 37, + STATE(3297), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2996), 26, 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_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -90421,16 +96092,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [41054] = 3, + [45141] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 5, - sym_file_descriptor, + ACTIONS(3947), 1, + aux_sym_concatenation_token1, + ACTIONS(3949), 1, sym__concat, + STATE(1055), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 5, + sym_file_descriptor, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 38, + ACTIONS(1101), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90441,19 +96118,18 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -90469,16 +96145,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [41105] = 3, + [45200] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 5, + ACTIONS(1148), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 38, + ACTIONS(1146), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90497,6 +96174,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -90515,25 +96194,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, - [41156] = 6, + [45253] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, - aux_sym_concatenation_token1, - ACTIONS(3206), 1, - sym__concat, - STATE(1045), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 6, + ACTIONS(1109), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 34, + ACTIONS(1107), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90544,16 +96216,21 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -90568,73 +96245,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [41213] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3266), 1, - sym__special_character, - STATE(999), 1, - aux_sym__literal_repeat1, - ACTIONS(218), 5, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(187), 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, - [41268] = 6, + [45306] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, + ACTIONS(3825), 1, aux_sym_concatenation_token1, - ACTIONS(3286), 1, + ACTIONS(3951), 1, sym__concat, - STATE(1047), 1, + STATE(954), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 6, + ACTIONS(1103), 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(1101), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90651,6 +96277,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -90668,18 +96296,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [41325] = 3, + [45365] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1144), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 37, + ACTIONS(1142), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90698,6 +96327,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -90717,23 +96348,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [41376] = 6, + [45418] = 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(1152), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 34, + ACTIONS(1150), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90742,6 +96367,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, @@ -90750,10 +96376,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -90767,18 +96396,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, - [41433] = 3, + [45471] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + ACTIONS(1156), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 37, + ACTIONS(1154), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90787,16 +96417,17 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -90815,18 +96446,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, - [41484] = 3, + [45524] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, + ACTIONS(1152), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 37, + ACTIONS(1150), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90844,6 +96476,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -90864,22 +96498,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [41535] = 6, + [45577] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3947), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(3953), 1, sym__concat, - STATE(929), 1, + STATE(1055), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 5, + ACTIONS(1123), 5, 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(1121), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90888,7 +96522,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, @@ -90897,6 +96530,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -90914,20 +96549,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, - [41592] = 3, + [45636] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(1160), 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), 38, + ACTIONS(1158), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -90939,16 +96575,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -90963,17 +96601,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [41643] = 3, + [45689] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(3942), 1, + anon_sym_LT_LT_LT, + ACTIONS(3944), 1, + sym_variable_name, + ACTIONS(3955), 1, + aux_sym_heredoc_redirect_token1, + STATE(4508), 1, + sym_subscript, + ACTIONS(3168), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3936), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3938), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3302), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3010), 3, sym_file_descriptor, + sym_test_operator, + sym__brace_start, + STATE(3297), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2996), 26, + 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_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [45760] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3957), 1, + aux_sym_concatenation_token1, + ACTIONS(3959), 1, sym__concat, - sym_variable_name, + STATE(1155), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3654), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 37, + ACTIONS(3652), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -90982,21 +96683,21 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -91010,18 +96711,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, - [41694] = 3, + [45819] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, - sym_file_descriptor, + ACTIONS(3825), 1, + aux_sym_concatenation_token1, + ACTIONS(3844), 1, sym__concat, + STATE(1044), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 37, + ACTIONS(1117), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91030,7 +96737,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, @@ -91039,11 +96745,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -91059,16 +96766,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [41745] = 3, + [45878] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 5, + ACTIONS(1172), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 38, + ACTIONS(1170), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91087,6 +96795,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -91105,18 +96815,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, - [41796] = 3, + [45931] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 5, - sym_file_descriptor, + ACTIONS(3961), 1, + aux_sym_concatenation_token1, + ACTIONS(3964), 1, sym__concat, + STATE(1055), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1109), 5, + sym_file_descriptor, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 38, + ACTIONS(1107), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91127,19 +96842,18 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -91155,20 +96869,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [41847] = 5, + [45990] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3266), 1, - sym__special_character, - STATE(999), 1, - aux_sym__literal_repeat1, - ACTIONS(2823), 5, + ACTIONS(1137), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 36, + ACTIONS(1127), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -91178,6 +96888,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, @@ -91188,11 +96899,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -91205,22 +96919,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [41902] = 6, + [46043] = 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(2977), 5, + ACTIONS(1160), 7, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 35, + ACTIONS(1158), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91229,7 +96939,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, @@ -91238,10 +96947,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -91255,23 +96967,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, - [41959] = 6, + [46096] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3932), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(3967), 1, sym__concat, - STATE(929), 1, + STATE(1117), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + ACTIONS(3900), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 35, + ACTIONS(3898), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91280,15 +96992,18 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -91307,17 +97022,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [42016] = 3, + [46155] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(1180), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 37, + ACTIONS(1178), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91326,15 +97040,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -91353,23 +97071,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, - [42067] = 6, + [46208] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, + ACTIONS(3932), 1, aux_sym_concatenation_token1, - ACTIONS(3174), 1, + ACTIONS(3967), 1, sym__concat, - STATE(1009), 1, + STATE(1039), 1, aux_sym_concatenation_repeat1, - ACTIONS(3015), 4, + ACTIONS(3906), 4, sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3013), 36, + ACTIONS(3904), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91378,15 +97095,18 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -91404,25 +97124,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, - [42124] = 6, + [46267] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3204), 1, - aux_sym_concatenation_token1, - ACTIONS(3294), 1, - sym__concat, - STATE(1047), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 6, + ACTIONS(1164), 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), 34, + ACTIONS(1162), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91433,16 +97146,21 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -91457,17 +97175,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [42181] = 3, + [46320] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1208), 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(1205), 37, + ACTIONS(1206), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91476,7 +97195,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, @@ -91485,6 +97203,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -91505,17 +97225,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [42232] = 3, + [46373] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + ACTIONS(1180), 7, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 37, + ACTIONS(1178), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91524,7 +97245,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, @@ -91533,6 +97253,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -91553,17 +97275,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [42283] = 3, + [46426] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, - sym_file_descriptor, + ACTIONS(3969), 1, + aux_sym_concatenation_token1, + ACTIONS(3971), 1, sym__concat, + STATE(1193), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3680), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 37, + ACTIONS(3678), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91581,11 +97308,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -91599,19 +97327,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, - [42334] = 3, + [46485] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, - sym_file_descriptor, + ACTIONS(3825), 1, + aux_sym_concatenation_token1, + ACTIONS(3973), 1, sym__concat, + STATE(954), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 37, + ACTIONS(1121), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91620,7 +97352,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, @@ -91629,11 +97360,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -91649,22 +97381,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [42385] = 6, + [46544] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3969), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(3971), 1, sym__concat, - STATE(946), 1, + STATE(1199), 1, aux_sym_concatenation_repeat1, - ACTIONS(3069), 5, + ACTIONS(3676), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 35, + ACTIONS(3674), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91682,6 +97414,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -91700,17 +97434,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [42442] = 3, + [46603] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, + ACTIONS(1152), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 37, + ACTIONS(1150), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91719,15 +97452,18 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -91748,22 +97484,129 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [42493] = 6, + [46656] = 9, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3975), 1, + anon_sym_DQUOTE, + ACTIONS(3977), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3979), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3981), 1, + anon_sym_BQUOTE, + ACTIONS(3983), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2017), 3, + sym_string, + sym_expansion, + sym_command_substitution, + ACTIONS(3870), 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(3868), 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, + [46721] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1160), 5, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1158), 40, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [46774] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3985), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(3988), 1, sym__concat, - STATE(929), 1, + STATE(1070), 1, aux_sym_concatenation_repeat1, - ACTIONS(3065), 5, + ACTIONS(1109), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 35, + ACTIONS(1107), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91772,7 +97615,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, @@ -91781,6 +97623,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -91799,17 +97643,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [42550] = 3, + [46833] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, + ACTIONS(1156), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 37, + ACTIONS(1154), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91818,15 +97661,18 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -91847,16 +97693,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [42601] = 3, + [46886] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 5, + ACTIONS(1152), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 37, + ACTIONS(1150), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91865,15 +97711,18 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -91894,68 +97743,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [42651] = 6, + [46939] = 7, 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, - sym_file_descriptor, - sym_variable_name, + ACTIONS(1089), 1, sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 34, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + ACTIONS(3797), 1, + anon_sym_DQUOTE, + STATE(1772), 1, + sym_string, + ACTIONS(3799), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(3795), 9, + anon_sym_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(1081), 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_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - 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, - sym_word, - [42707] = 3, + anon_sym_CARET, + [47000] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 7, + ACTIONS(1200), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 35, + ACTIONS(1198), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -91964,6 +97816,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, @@ -91972,6 +97825,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -91990,17 +97845,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, - [42757] = 3, + [47053] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1093), 1, + sym_test_operator, + ACTIONS(3797), 1, + anon_sym_DQUOTE, + STATE(1772), 1, + sym_string, + ACTIONS(3799), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(3795), 9, + anon_sym_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(1091), 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, + [47114] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, + ACTIONS(1184), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 37, + ACTIONS(1182), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92018,6 +97929,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -92038,18 +97951,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [42807] = 3, + [47167] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 7, - sym_file_descriptor, + ACTIONS(3991), 1, + aux_sym_concatenation_token1, + ACTIONS(3993), 1, sym__concat, + STATE(1070), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 6, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 35, + ACTIONS(1101), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92066,11 +97984,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -92085,20 +98004,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [42857] = 5, + [47226] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3296), 1, + ACTIONS(3995), 1, sym__special_character, - STATE(1129), 1, + STATE(1142), 1, aux_sym__literal_repeat1, - ACTIONS(2969), 5, + ACTIONS(3571), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 35, + ACTIONS(3569), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92107,15 +98026,18 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -92134,17 +98056,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [42911] = 3, + [47283] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, + ACTIONS(1176), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 36, + ACTIONS(1174), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92162,6 +98084,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -92180,85 +98104,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, - [42961] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1095), 1, - sym_word, - ACTIONS(1097), 1, - anon_sym_BANG, - ACTIONS(1107), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3272), 1, - sym__special_character, - STATE(1571), 1, - aux_sym__literal_repeat1, - STATE(1775), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1099), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1105), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1101), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1406), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [43053] = 3, + [47336] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(1168), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, + ACTIONS(1166), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92267,20 +98125,22 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -92296,17 +98156,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [43103] = 3, + [47389] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, + ACTIONS(1172), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 36, + ACTIONS(1170), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92315,15 +98174,18 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -92342,38 +98204,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [43153] = 5, + [47442] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3298), 1, + ACTIONS(3916), 1, sym__special_character, - STATE(1193), 1, + STATE(981), 1, aux_sym__literal_repeat1, - ACTIONS(2963), 6, + ACTIONS(3158), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 34, + ACTIONS(3156), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -92390,18 +98257,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, - [43207] = 3, + [47499] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 5, - sym_file_descriptor, + ACTIONS(3957), 1, + aux_sym_concatenation_token1, + ACTIONS(3959), 1, sym__concat, + STATE(1152), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3688), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 37, + ACTIONS(3686), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92419,11 +98290,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -92439,19 +98311,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [43257] = 5, + [47558] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3300), 1, - sym__special_character, - STATE(1131), 1, - aux_sym__literal_repeat1, - ACTIONS(3021), 4, + ACTIONS(1152), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 36, + ACTIONS(1150), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92470,11 +98340,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -92486,19 +98360,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [43311] = 3, + [47611] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, + ACTIONS(1156), 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(1154), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92509,12 +98382,16 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -92533,86 +98410,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, - [43361] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(361), 1, - anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, - aux_sym_number_token1, - ACTIONS(371), 1, - aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(1043), 1, sym_word, - ACTIONS(1045), 1, - anon_sym_LPAREN, - ACTIONS(1047), 1, - anon_sym_BANG, - ACTIONS(1059), 1, - sym_test_operator, - ACTIONS(3213), 1, - sym__special_character, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - STATE(1498), 1, - aux_sym__literal_repeat1, - STATE(1676), 1, - sym__expression, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1049), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1057), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1051), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1715), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1419), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [43453] = 3, + [47664] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 5, + ACTIONS(1144), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 37, + ACTIONS(1142), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92621,15 +98429,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -92648,19 +98460,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, - [43503] = 3, + [47717] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, + ACTIONS(1152), 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(1150), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92671,12 +98482,16 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -92695,41 +98510,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [43553] = 3, + [47770] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2805), 5, + ACTIONS(1200), 5, sym_file_descriptor, + sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 37, + ACTIONS(1198), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -92743,22 +98559,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [43603] = 6, + [47823] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, - aux_sym_concatenation_token1, - ACTIONS(3302), 1, - sym__concat, - STATE(1016), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 4, + ACTIONS(1184), 5, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 35, + ACTIONS(1182), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92769,16 +98581,21 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -92794,16 +98611,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [43659] = 3, + [47876] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 5, - sym_file_descriptor, + ACTIONS(3991), 1, + aux_sym_concatenation_token1, + ACTIONS(3997), 1, sym__concat, + STATE(1077), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 6, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 37, + ACTIONS(1117), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92812,7 +98636,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, @@ -92821,11 +98644,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -92839,18 +98663,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, + [47935] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 5, + ACTIONS(1148), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 37, + ACTIONS(1146), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92859,15 +98682,18 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -92888,17 +98714,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [43759] = 3, + [47988] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(1109), 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(1107), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92909,12 +98734,16 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -92935,18 +98764,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [43809] = 3, + [48041] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 7, + ACTIONS(1109), 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), 35, + ACTIONS(1107), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -92955,14 +98782,19 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -92982,18 +98814,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [43859] = 3, + [48094] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 7, + ACTIONS(1148), 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(1201), 35, + ACTIONS(1146), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93002,14 +98832,19 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -93029,85 +98864,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [43909] = 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(1784), 1, - sym__expression, - ACTIONS(272), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(367), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(274), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1773), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1521), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [44001] = 3, + [48147] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, + ACTIONS(1208), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 36, + ACTIONS(1206), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93125,6 +98892,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -93143,21 +98912,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, - [44051] = 5, + [48200] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3296), 1, - sym__special_character, - STATE(1129), 1, - aux_sym__literal_repeat1, - ACTIONS(2963), 5, + ACTIONS(3947), 1, + aux_sym_concatenation_token1, + ACTIONS(3999), 1, + sym__concat, + STATE(1041), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 35, + ACTIONS(1117), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93166,7 +98938,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, @@ -93175,11 +98946,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -93193,85 +98967,16 @@ 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, + [48259] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, + ACTIONS(1208), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 36, + ACTIONS(1206), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93282,12 +98987,16 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -93308,85 +99017,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, + [48312] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, + ACTIONS(1200), 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(1215), 36, + ACTIONS(1198), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93397,12 +99038,16 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -93421,86 +99066,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, - [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, + [48365] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 5, + ACTIONS(1204), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 37, + ACTIONS(1202), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93509,15 +99085,18 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -93538,87 +99117,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [44531] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1095), 1, - sym_word, - ACTIONS(1097), 1, - anon_sym_BANG, - ACTIONS(1107), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3272), 1, - sym__special_character, - STATE(1571), 1, - aux_sym__literal_repeat1, - STATE(1782), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1099), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1105), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1101), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1406), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [44623] = 5, + [48418] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3306), 2, + ACTIONS(1184), 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(1182), 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_PIPE, + anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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 +99167,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - ACTIONS(3304), 21, + [48471] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1192), 5, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1190), 40, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -93641,7 +99185,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, @@ -93652,88 +99195,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1113), 1, - sym_word, - ACTIONS(1115), 1, - anon_sym_BANG, - ACTIONS(1121), 1, - sym__special_character, - ACTIONS(1125), 1, - sym_test_operator, - ACTIONS(3232), 1, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1871), 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, - [44769] = 3, + aux_sym__simple_variable_name_token1, + sym_word, + [48524] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1144), 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(1205), 36, + ACTIONS(1142), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93750,6 +99245,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -93770,20 +99267,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [44819] = 5, + [48577] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3308), 1, + ACTIONS(4001), 1, sym__special_character, - STATE(1156), 1, + STATE(1103), 1, aux_sym__literal_repeat1, - ACTIONS(3065), 5, + ACTIONS(1214), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 35, + ACTIONS(1212), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93792,6 +99288,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, @@ -93802,6 +99299,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -93818,17 +99317,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, + [48634] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 5, + ACTIONS(1152), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 37, + ACTIONS(1150), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93837,15 +99337,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -93864,19 +99368,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, - [44923] = 3, + [48687] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + ACTIONS(1156), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 36, + ACTIONS(1154), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93885,14 +99387,19 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -93911,18 +99418,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, - [44973] = 3, + [48740] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 5, + ACTIONS(1152), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 37, + ACTIONS(1150), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93931,6 +99437,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, @@ -93941,10 +99448,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -93958,19 +99468,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, - [45023] = 3, + [48793] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, + ACTIONS(1204), 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(1259), 36, + ACTIONS(1202), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -93979,6 +99488,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, @@ -93987,6 +99497,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -94007,73 +99519,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [45073] = 13, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3312), 1, - anon_sym_LT_LT, - ACTIONS(3314), 1, - anon_sym_PIPE, - ACTIONS(3316), 1, - anon_sym_PIPE_AMP, - ACTIONS(3318), 1, - anon_sym_LT_LT_DASH, - ACTIONS(3320), 1, - anon_sym_LT_LT_LT, - ACTIONS(3322), 1, - sym_variable_name, - STATE(4012), 1, - sym_subscript, - ACTIONS(3310), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - STATE(2981), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - STATE(2942), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(2592), 19, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [45143] = 3, + [48846] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 5, + ACTIONS(1144), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 37, + ACTIONS(1142), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94092,10 +99547,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -94111,85 +99569,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [45193] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1095), 1, - sym_word, - ACTIONS(1097), 1, - anon_sym_BANG, - ACTIONS(1107), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3272), 1, - sym__special_character, - STATE(1571), 1, - aux_sym__literal_repeat1, - STATE(1777), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1099), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1105), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1101), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1406), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [45285] = 3, + [48899] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1152), 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(1205), 36, + ACTIONS(1150), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94198,7 +99589,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, @@ -94207,6 +99597,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -94225,18 +99617,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, - [45335] = 3, + [48952] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 6, + ACTIONS(3995), 1, + sym__special_character, + STATE(1142), 1, + aux_sym__literal_repeat1, + ACTIONS(3465), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 36, + ACTIONS(3463), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94245,22 +99641,23 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -94272,18 +99669,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, - [45385] = 3, + [49009] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1180), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 36, + ACTIONS(1178), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94292,15 +99690,18 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -94320,85 +99721,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [45435] = 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(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, + [49062] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 6, + ACTIONS(1160), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 36, + ACTIONS(1158), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94409,12 +99741,16 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -94435,94 +99771,20 @@ 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, + [49115] = 3, 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, + ACTIONS(1156), 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(1147), 33, + ACTIONS(1154), 38, anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -94530,16 +99792,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_PIPE, + anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -94553,154 +99819,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, - [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, + [49168] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, + ACTIONS(1172), 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(1170), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94709,14 +99839,19 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -94735,19 +99870,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, - [45961] = 3, + [49221] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + ACTIONS(1188), 5, sym_file_descriptor, sym__concat, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 36, + ACTIONS(1186), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94756,14 +99889,19 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -94782,88 +99920,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, - [46011] = 25, - ACTIONS(63), 1, + [49274] = 5, + ACTIONS(3), 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, + ACTIONS(3809), 1, sym__special_character, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(3327), 1, - sym_word, - ACTIONS(3331), 1, - sym_test_operator, - STATE(1440), 1, + STATE(953), 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2805), 6, + ACTIONS(3158), 6, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 36, + ACTIONS(3156), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -94882,12 +99954,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -94900,16 +99973,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [46155] = 3, + [49331] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, - sym_file_descriptor, + ACTIONS(3932), 1, + aux_sym_concatenation_token1, + ACTIONS(4004), 1, sym__concat, + STATE(1159), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 37, + ACTIONS(1101), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94918,20 +99996,22 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -94945,22 +100025,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, - [46205] = 5, + [49390] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3333), 1, - sym__special_character, - STATE(1129), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(1196), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 35, + ACTIONS(1194), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -94978,11 +100054,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -94996,16 +100076,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [46259] = 3, + [49443] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(3359), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, + ACTIONS(3357), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_EQ_EQ, @@ -95015,9 +100095,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, @@ -95025,6 +100106,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -95043,19 +100126,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [46309] = 5, + [49496] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3336), 1, - sym__special_character, - STATE(1131), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 4, + ACTIONS(1192), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 36, + ACTIONS(1190), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95064,21 +100145,24 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -95092,83 +100176,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [46363] = 24, - ACTIONS(63), 1, + [49549] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(346), 1, - sym_word, - ACTIONS(355), 1, + ACTIONS(1119), 5, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 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, - ACTIONS(357), 1, - anon_sym_BANG, - ACTIONS(361), 1, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, - ACTIONS(365), 1, + sym__special_character, anon_sym_DQUOTE, - ACTIONS(369), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(373), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(383), 1, - sym_test_operator, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, anon_sym_BQUOTE, - ACTIONS(3228), 1, - sym__special_character, - STATE(1550), 1, - aux_sym__literal_repeat1, - STATE(1819), 1, - sym__expression, - ACTIONS(272), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(367), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(381), 2, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(274), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1773), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1521), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [46455] = 3, + sym_word, + [49602] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 4, + ACTIONS(1208), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 38, + ACTIONS(1206), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95177,7 +100245,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, @@ -95188,10 +100255,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -95205,37 +100275,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [46505] = 3, + [49655] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1156), 5, + ACTIONS(3991), 1, + aux_sym_concatenation_token1, + ACTIONS(4006), 1, + sym__concat, + STATE(1070), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 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(1147), 37, + ACTIONS(1121), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -95254,107 +100329,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, 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, + [49714] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 6, + ACTIONS(1196), 5, sym_file_descriptor, + sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, + ACTIONS(1194), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -95369,17 +100379,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [46697] = 3, + [49767] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 6, + ACTIONS(1188), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 36, + ACTIONS(1186), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95388,6 +100398,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, @@ -95396,6 +100407,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -95416,21 +100429,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [46747] = 6, + [49820] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, + ACTIONS(3957), 1, aux_sym_concatenation_token1, - ACTIONS(3339), 1, + ACTIONS(3959), 1, sym__concat, - STATE(1016), 1, + STATE(1155), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 4, + ACTIONS(1119), 4, sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 35, + ACTIONS(1117), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95439,6 +100452,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, @@ -95447,6 +100461,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -95466,45 +100482,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [46803] = 7, + [49879] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1204), 6, sym_file_descriptor, - ACTIONS(3353), 3, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(1202), 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_PIPE, + anon_sym_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), 13, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [49932] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4008), 1, + sym__special_character, + STATE(1203), 1, + aux_sym__literal_repeat1, + ACTIONS(3680), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3678), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -95517,205 +100584,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [46861] = 24, - ACTIONS(63), 1, + [49989] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(1152), 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(1150), 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_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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(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(1691), 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(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, - [46953] = 9, - ACTIONS(63), 1, + aux_sym__simple_variable_name_token1, + sym_word, + [50042] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3322), 1, + ACTIONS(1192), 6, + sym_file_descriptor, + sym__concat, sym_variable_name, - STATE(4012), 1, - sym_subscript, - STATE(2981), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - STATE(3029), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2584), 5, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(2660), 5, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1190), 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_PIPE, - anon_sym_AMP_GT, - ACTIONS(2662), 11, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + anon_sym_SEMI_SEMI, + anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - ACTIONS(2592), 13, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [47015] = 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_DOLLAR_LPAREN, anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1811), 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(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, - [47107] = 3, + sym_word, + [50095] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 5, + ACTIONS(1180), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 37, + ACTIONS(1178), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95733,6 +100712,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -95753,19 +100734,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [47157] = 3, + [50148] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 6, + ACTIONS(3916), 1, + sym__special_character, + STATE(981), 1, + aux_sym__literal_repeat1, + ACTIONS(3355), 5, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 36, + ACTIONS(3353), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -95776,18 +100761,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -95800,18 +100786,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [47207] = 3, + [50205] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 7, + ACTIONS(1164), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 35, + ACTIONS(1162), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95820,14 +100804,19 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -95847,16 +100836,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [47257] = 3, + [50258] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 5, + ACTIONS(1204), 7, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 37, + ACTIONS(1202), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95865,7 +100856,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, @@ -95874,6 +100864,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -95894,17 +100886,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [47307] = 3, + [50311] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 6, + ACTIONS(1164), 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(1205), 36, + ACTIONS(1162), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95921,6 +100914,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -95941,17 +100936,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [47357] = 3, + [50364] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, + ACTIONS(1109), 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(1107), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -95968,6 +100964,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -95988,17 +100986,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [47407] = 3, + [50417] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(1164), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 36, + ACTIONS(1162), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96016,6 +101014,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -96034,18 +101034,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, - [47457] = 3, + [50470] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, - sym_file_descriptor, + ACTIONS(4010), 1, + aux_sym_concatenation_token1, + ACTIONS(4013), 1, sym__concat, - sym_variable_name, + STATE(1138), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1109), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 36, + ACTIONS(1107), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96063,11 +101068,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -96081,18 +101087,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, - [47507] = 3, + [50529] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 6, + ACTIONS(1200), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 36, + ACTIONS(1198), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96101,15 +101107,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -96129,221 +101139,168 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [47557] = 24, - ACTIONS(63), 1, + [50582] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(308), 1, - sym_word, - ACTIONS(312), 1, - anon_sym_LPAREN, - ACTIONS(314), 1, - anon_sym_BANG, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(340), 1, + ACTIONS(1184), 5, + sym_file_descriptor, + sym__concat, 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(1803), 1, - sym__expression, - ACTIONS(151), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1027), 2, + aux_sym_heredoc_redirect_token1, + ACTIONS(1182), 40, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1035), 2, + aux_sym_concatenation_token1, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(1041), 2, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(153), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1763), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1439), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [47649] = 25, - ACTIONS(63), 1, + sym_word, + [50635] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(1176), 5, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1174), 40, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(3359), 1, - sym_test_operator, - STATE(1417), 1, + [50688] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4016), 1, + sym__special_character, + STATE(1142), 1, aux_sym__literal_repeat1, - STATE(1860), 1, - sym__expression, - ACTIONS(348), 2, + ACTIONS(1214), 5, + sym_file_descriptor, + sym_variable_name, + 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, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1049), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(3357), 2, + anon_sym_DOLLAR, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(1520), 2, - sym_ternary_expression, - sym_postfix_expression, - ACTIONS(1051), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1739), 4, - sym_binary_expression, - sym_unary_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1473), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [47743] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(198), 1, - anon_sym_DOLLAR, - ACTIONS(204), 1, aux_sym_number_token1, - ACTIONS(206), 1, aux_sym_number_token2, - ACTIONS(210), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(224), 1, - sym__brace_start, - ACTIONS(228), 1, - sym_word, - ACTIONS(230), 1, - anon_sym_BANG, - ACTIONS(234), 1, - sym_test_operator, - ACTIONS(953), 1, - anon_sym_DQUOTE, - ACTIONS(957), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1091), 1, - sym__special_character, - ACTIONS(3253), 1, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - STATE(1458), 1, - aux_sym__literal_repeat1, - STATE(1812), 1, - sym__expression, - ACTIONS(133), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(947), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(961), 2, + 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, - [47835] = 3, + aux_sym__simple_variable_name_token1, + sym_word, + [50745] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 5, + ACTIONS(1168), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 37, + ACTIONS(1166), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96352,7 +101309,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, @@ -96363,10 +101319,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -96380,21 +101339,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, - [47885] = 5, + [50798] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3361), 1, - sym__special_character, - STATE(1156), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(1208), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 35, + ACTIONS(1206), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96403,6 +101359,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, @@ -96413,11 +101370,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -96430,85 +101391,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [47939] = 24, - ACTIONS(63), 1, + [50851] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(308), 1, - sym_word, - ACTIONS(312), 1, - anon_sym_LPAREN, - ACTIONS(314), 1, - anon_sym_BANG, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(340), 1, + ACTIONS(1148), 7, + sym_file_descriptor, + sym__concat, + sym_variable_name, 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(1813), 1, - sym__expression, - ACTIONS(151), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1027), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1146), 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_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1035), 2, + aux_sym_concatenation_token1, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(1041), 2, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(153), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1763), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1439), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [48031] = 3, + aux_sym__simple_variable_name_token1, + sym_word, + [50904] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 6, + ACTIONS(1184), 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), 36, + ACTIONS(1182), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96525,6 +101469,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -96545,20 +101491,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [48081] = 3, + [50957] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1156), 6, + ACTIONS(1196), 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(1147), 36, + ACTIONS(1194), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -96568,16 +101514,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -96591,18 +101539,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, - [48131] = 3, + [51010] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 6, + ACTIONS(1192), 7, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 36, + ACTIONS(1190), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96611,7 +101561,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, @@ -96620,6 +101569,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -96638,223 +101589,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, - [48181] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1095), 1, - sym_word, - ACTIONS(1097), 1, - anon_sym_BANG, - ACTIONS(1107), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3272), 1, - sym__special_character, - STATE(1571), 1, - aux_sym__literal_repeat1, - STATE(1805), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1099), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1105), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1101), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1406), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [48273] = 25, - ACTIONS(63), 1, - sym_comment, - ACTIONS(361), 1, - anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, - aux_sym_number_token1, - ACTIONS(371), 1, - aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(1045), 1, - anon_sym_LPAREN, - ACTIONS(1047), 1, - anon_sym_BANG, - ACTIONS(3213), 1, - sym__special_character, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(3364), 1, - sym_word, - ACTIONS(3368), 1, - sym_test_operator, - STATE(1441), 1, - aux_sym__literal_repeat1, - STATE(1860), 1, - sym__expression, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1049), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(3366), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1520), 2, - sym_ternary_expression, - sym_postfix_expression, - ACTIONS(1051), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1647), 4, - sym_binary_expression, - sym_unary_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1454), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [48367] = 24, - ACTIONS(63), 1, + [51063] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(308), 1, - sym_word, - ACTIONS(312), 1, - anon_sym_LPAREN, - ACTIONS(314), 1, - anon_sym_BANG, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(340), 1, - sym_test_operator, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1031), 1, + ACTIONS(4019), 1, sym__special_character, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, + STATE(1103), 1, aux_sym__literal_repeat1, - STATE(1785), 1, - sym__expression, - ACTIONS(151), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1035), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(153), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1763), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1439), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [48459] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1185), 6, + ACTIONS(3654), 4, sym_file_descriptor, - sym__concat, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 36, + ACTIONS(3652), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -96863,21 +101612,24 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -96891,208 +101643,68 @@ 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, + [51120] = 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(1061), 1, - sym_word, - ACTIONS(1063), 1, - anon_sym_BANG, - ACTIONS(1069), 1, - sym__special_character, - ACTIONS(1073), 1, + ACTIONS(1172), 7, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1822), 1, - sym__expression, - ACTIONS(1027), 2, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1170), 38, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1065), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1071), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1067), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1416), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [48601] = 11, - ACTIONS(63), 1, - sym_comment, - ACTIONS(2586), 1, - anon_sym_LT_LT, - ACTIONS(3314), 1, - anon_sym_PIPE, - ACTIONS(3316), 1, - anon_sym_PIPE_AMP, - ACTIONS(3322), 1, - sym_variable_name, - STATE(4012), 1, - sym_subscript, - STATE(2981), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(2590), 4, + anon_sym_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_PIPE_AMP, anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(2592), 19, - sym_file_descriptor, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [48667] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(308), 1, - sym_word, - ACTIONS(312), 1, - anon_sym_LPAREN, - ACTIONS(314), 1, - anon_sym_BANG, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, aux_sym_number_token1, - ACTIONS(326), 1, aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(340), 1, - sym_test_operator, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1031), 1, - sym__special_character, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1801), 1, - sym__expression, - ACTIONS(151), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1035), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1041), 2, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(153), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1763), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1439), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [48759] = 3, + aux_sym__simple_variable_name_token1, + sym_word, + [51173] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 6, + ACTIONS(1176), 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(1174), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97109,6 +101721,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -97129,18 +101743,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [48809] = 3, + [51226] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 7, - sym_file_descriptor, + ACTIONS(3957), 1, + aux_sym_concatenation_token1, + ACTIONS(4021), 1, sym__concat, - sym_variable_name, + STATE(1138), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 35, + ACTIONS(1121), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97149,6 +101766,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, @@ -97157,11 +101775,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -97175,18 +101794,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, - [48859] = 3, + [51285] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 6, + ACTIONS(1204), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 36, + ACTIONS(1202), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97195,15 +101814,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -97223,16 +101846,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [48909] = 3, + [51338] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 5, + ACTIONS(1168), 7, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 37, + ACTIONS(1166), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97241,7 +101866,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, @@ -97250,6 +101874,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -97270,16 +101896,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [48959] = 3, + [51391] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 5, - sym_file_descriptor, + ACTIONS(3957), 1, + aux_sym_concatenation_token1, + ACTIONS(4023), 1, sym__concat, + STATE(1138), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 4, + sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 37, + ACTIONS(1101), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97297,11 +101928,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -97317,86 +101949,23 @@ 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, + [51450] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 7, - sym_file_descriptor, + ACTIONS(3991), 1, + aux_sym_concatenation_token1, + ACTIONS(3997), 1, sym__concat, + STATE(1123), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3427), 6, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 35, + ACTIONS(3425), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97413,11 +101982,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -97432,18 +102002,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49151] = 3, + [51509] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 7, + ACTIONS(1196), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 35, + ACTIONS(1194), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97454,12 +102022,16 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -97478,22 +102050,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, - [49201] = 6, + [51562] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, + ACTIONS(3969), 1, aux_sym_concatenation_token1, - ACTIONS(3174), 1, + ACTIONS(3971), 1, sym__concat, - STATE(1138), 1, + STATE(1193), 1, aux_sym_concatenation_repeat1, - ACTIONS(3021), 4, + ACTIONS(3662), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 35, + ACTIONS(3660), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97502,6 +102076,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, @@ -97510,6 +102085,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -97527,23 +102104,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, - [49257] = 6, + [51621] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, + ACTIONS(4025), 1, aux_sym_concatenation_token1, - ACTIONS(3174), 1, + ACTIONS(4028), 1, sym__concat, - STATE(1088), 1, + STATE(1159), 1, aux_sym_concatenation_repeat1, - ACTIONS(3015), 4, + ACTIONS(1109), 4, sym_file_descriptor, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3013), 35, + ACTIONS(1107), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97554,12 +102130,16 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -97577,20 +102157,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, - [49313] = 3, + [51680] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 7, + ACTIONS(1160), 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(1215), 35, + ACTIONS(1158), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97599,6 +102177,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, @@ -97607,6 +102186,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -97625,36 +102206,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, - [49363] = 3, + [51733] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2809), 6, + ACTIONS(4033), 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(2807), 36, + ACTIONS(4031), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -97672,17 +102256,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, - [49413] = 3, + [51786] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3069), 5, + ACTIONS(1188), 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), 37, + ACTIONS(1186), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97691,21 +102278,21 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -97719,17 +102306,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, - [49463] = 3, + [51839] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(1192), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, + ACTIONS(1190), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97749,10 +102337,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -97767,18 +102358,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49513] = 3, + [51892] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 7, - sym_file_descriptor, + ACTIONS(3991), 1, + aux_sym_concatenation_token1, + ACTIONS(3997), 1, sym__concat, + STATE(1077), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3465), 6, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 35, + ACTIONS(3463), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97795,11 +102391,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -97814,84 +102411,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49563] = 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(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, - [49655] = 3, + [51951] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 5, + ACTIONS(4037), 5, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 37, + ACTIONS(4035), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97900,20 +102429,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -97929,16 +102461,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [49705] = 3, + [52004] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 5, + ACTIONS(1144), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 37, + ACTIONS(1142), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97947,21 +102480,22 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -97975,19 +102509,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, - [49755] = 3, + [52057] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 7, + ACTIONS(4008), 1, + sym__special_character, + STATE(1203), 1, + aux_sym__literal_repeat1, + ACTIONS(3662), 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), 35, + ACTIONS(3660), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -97996,21 +102533,24 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -98023,22 +102563,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49805] = 6, + [52114] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3991), 1, aux_sym_concatenation_token1, - ACTIONS(3370), 1, + ACTIONS(3997), 1, sym__concat, - STATE(962), 1, + STATE(1123), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(3695), 6, 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(3693), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98055,6 +102596,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -98073,22 +102616,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [49861] = 6, + [52173] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3372), 1, - sym__concat, - STATE(962), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1109), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 34, + ACTIONS(1107), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98097,6 +102635,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, @@ -98105,10 +102644,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -98122,17 +102664,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, - [49917] = 3, + [52226] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 5, + ACTIONS(1148), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 37, + ACTIONS(1146), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98141,20 +102685,22 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -98170,86 +102716,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [49967] = 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(1786), 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, - [50059] = 3, + [52279] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 7, - sym_file_descriptor, + ACTIONS(3991), 1, + aux_sym_concatenation_token1, + ACTIONS(3997), 1, sym__concat, + STATE(1077), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3662), 6, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 35, + ACTIONS(3660), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98266,11 +102749,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -98285,17 +102769,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [50109] = 3, + [52338] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 6, + ACTIONS(1188), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 36, + ACTIONS(1186), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98304,15 +102787,18 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -98331,24 +102817,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, - [50159] = 5, + [52391] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3374), 1, - sym__special_character, - STATE(1193), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 6, + ACTIONS(3251), 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), 34, + ACTIONS(3249), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -98357,17 +102840,23 @@ 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -98379,91 +102868,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, - [50213] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1095), 1, sym_word, - ACTIONS(1097), 1, - anon_sym_BANG, - ACTIONS(1107), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3272), 1, - sym__special_character, - STATE(1571), 1, - aux_sym__literal_repeat1, - STATE(1771), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1099), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1105), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1101), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1406), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [50305] = 6, + [52444] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, + ACTIONS(3969), 1, aux_sym_concatenation_token1, - ACTIONS(3174), 1, + ACTIONS(3971), 1, sym__concat, - STATE(1138), 1, + STATE(1199), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 4, + ACTIONS(3695), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 35, + ACTIONS(3693), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98472,6 +102893,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, @@ -98480,6 +102902,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -98497,19 +102921,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, - [50361] = 3, + [52503] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + ACTIONS(4008), 1, + sym__special_character, + STATE(1203), 1, + aux_sym__literal_repeat1, + ACTIONS(3465), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 36, + ACTIONS(3463), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98518,22 +102944,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -98546,42 +102974,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [50411] = 5, + [52560] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3298), 1, - sym__special_character, - STATE(1193), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 6, + ACTIONS(1119), 6, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 34, + ACTIONS(1117), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -98593,18 +103023,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, - [50465] = 3, + [52613] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 5, + ACTIONS(1172), 6, sym_file_descriptor, sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 37, + ACTIONS(1170), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98622,6 +103052,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -98642,17 +103074,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [50515] = 3, + [52666] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 6, + ACTIONS(1176), 6, sym_file_descriptor, sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 36, + ACTIONS(1174), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98661,15 +103093,18 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -98689,17 +103124,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [50565] = 3, + [52719] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 6, + ACTIONS(1119), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 36, + ACTIONS(1117), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -98708,20 +103142,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -98735,109 +103172,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [50615] = 24, - ACTIONS(63), 1, + [52772] = 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(3809), 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(953), 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(3355), 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(1211), 37, + ACTIONS(3353), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -98849,223 +103225,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, - [50757] = 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, - 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(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, - [51033] = 3, + [52829] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 6, - sym_file_descriptor, + ACTIONS(3825), 1, + aux_sym_concatenation_token1, + ACTIONS(3844), 1, sym__concat, + STATE(1044), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3571), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 36, + ACTIONS(3569), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99074,7 +103250,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, @@ -99083,11 +103258,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -99101,159 +103277,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, - [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, - 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(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, - [51267] = 6, + [52888] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3825), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(3844), 1, sym__concat, - STATE(1188), 1, + STATE(1065), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 5, + ACTIONS(3575), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 34, + ACTIONS(3573), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99270,6 +103311,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -99287,159 +103330,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, - [51323] = 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(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, - 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(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_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, - [51507] = 6, + [52947] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3969), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(3971), 1, sym__concat, - STATE(1187), 1, + STATE(1193), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 5, + ACTIONS(3465), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 34, + ACTIONS(3463), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99448,6 +103356,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, @@ -99456,6 +103365,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -99474,17 +103385,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [51563] = 3, + [53006] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 6, - sym_file_descriptor, + ACTIONS(3969), 1, + aux_sym_concatenation_token1, + ACTIONS(3971), 1, sym__concat, + STATE(1193), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 36, + ACTIONS(1117), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99493,6 +103409,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, @@ -99501,11 +103418,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -99519,18 +103437,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, - [51613] = 3, + [53065] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 5, + ACTIONS(1188), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 37, + ACTIONS(1186), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99539,7 +103457,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, @@ -99550,10 +103467,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -99568,17 +103488,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [51663] = 3, + [53118] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 6, + ACTIONS(1168), 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(1166), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99589,12 +103509,16 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -99613,18 +103537,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, - [51713] = 3, + [53171] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 5, - sym_file_descriptor, + ACTIONS(3969), 1, + aux_sym_concatenation_token1, + ACTIONS(3971), 1, sym__concat, + STATE(1199), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3427), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 37, + ACTIONS(3425), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99642,11 +103571,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -99660,92 +103590,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, - [51763] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1113), 1, sym_word, - ACTIONS(1115), 1, - anon_sym_BANG, - ACTIONS(1121), 1, - sym__special_character, - ACTIONS(1125), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(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(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, - [51855] = 6, + [53230] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3947), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(3999), 1, sym__concat, - STATE(1188), 1, + STATE(1049), 1, aux_sym_concatenation_repeat1, - ACTIONS(3069), 5, + ACTIONS(3688), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 34, + ACTIONS(3686), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99762,6 +103623,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -99779,91 +103642,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, - [51911] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1095), 1, - sym_word, - ACTIONS(1097), 1, - anon_sym_BANG, - ACTIONS(1107), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3272), 1, - sym__special_character, - STATE(1571), 1, - aux_sym__literal_repeat1, - STATE(1791), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1099), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1105), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1101), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1406), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [52003] = 6, + [53289] = 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(1168), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 34, + ACTIONS(1166), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -99872,18 +103662,24 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -99898,153 +103694,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [52059] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1095), 1, - sym_word, - ACTIONS(1097), 1, - anon_sym_BANG, - ACTIONS(1107), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(3272), 1, - sym__special_character, - STATE(1427), 1, - sym__expression, - STATE(1571), 1, - aux_sym__literal_repeat1, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1099), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1105), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1101), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1406), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [52151] = 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(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_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, + [53342] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 5, - sym_file_descriptor, + ACTIONS(3947), 1, + aux_sym_concatenation_token1, + ACTIONS(3999), 1, sym__concat, + STATE(1041), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3654), 5, + sym_file_descriptor, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 37, + ACTIONS(3652), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100053,7 +103718,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, @@ -100062,11 +103726,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -100082,22 +103747,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [52295] = 6, + [53401] = 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(1196), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 34, + ACTIONS(1194), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100108,16 +103768,21 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -100132,221 +103797,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, 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, - 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(1820), 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, - [52537] = 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(1806), 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, - [52629] = 3, + [53454] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 5, + ACTIONS(4039), 1, + aux_sym_concatenation_token1, + ACTIONS(4042), 1, + sym__concat, + STATE(1192), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1109), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 37, + ACTIONS(1107), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100355,17 +103821,17 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -100384,18 +103850,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [52679] = 3, + [53513] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 7, - sym_file_descriptor, + ACTIONS(3969), 1, + aux_sym_concatenation_token1, + ACTIONS(4045), 1, sym__concat, + STATE(1192), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 35, + ACTIONS(1101), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100404,6 +103874,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, @@ -100412,11 +103883,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -100431,22 +103903,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [52729] = 6, + [53572] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3825), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(3844), 1, sym__concat, - STATE(1187), 1, + STATE(1044), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 5, + ACTIONS(3465), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 34, + ACTIONS(3463), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100463,6 +103935,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -100480,19 +103954,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, - [52785] = 3, + [53631] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 7, - sym_file_descriptor, + ACTIONS(3825), 1, + aux_sym_concatenation_token1, + ACTIONS(3844), 1, sym__concat, + STATE(1065), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3427), 5, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 35, + ACTIONS(3425), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100509,11 +103988,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -100527,89 +104007,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, - [52835] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1113), 1, - sym_word, - ACTIONS(1115), 1, - anon_sym_BANG, - ACTIONS(1121), 1, - sym__special_character, - ACTIONS(1125), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1427), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1117), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1123), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1119), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1541), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [52927] = 5, + [53690] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3308), 1, - sym__special_character, - STATE(1156), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 5, + ACTIONS(1176), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 35, + ACTIONS(1174), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100618,6 +104027,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, @@ -100628,11 +104038,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -100645,18 +104059,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [52981] = 3, + [53743] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 7, - sym_file_descriptor, + ACTIONS(3991), 1, + aux_sym_concatenation_token1, + ACTIONS(3997), 1, sym__concat, + STATE(1123), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3676), 6, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 35, + ACTIONS(3674), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100673,11 +104092,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -100692,86 +104112,16 @@ 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, + [53802] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 7, + ACTIONS(3427), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 35, + ACTIONS(3425), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100780,19 +104130,23 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -100806,88 +104160,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, - [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, + [53855] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2809), 5, + ACTIONS(3969), 1, + aux_sym_concatenation_token1, + ACTIONS(4047), 1, + sym__concat, + STATE(1192), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 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(1121), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, - anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -100898,12 +104190,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -100922,18 +104215,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [53315] = 3, + [53914] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 7, - sym_file_descriptor, + ACTIONS(3991), 1, + aux_sym_concatenation_token1, + ACTIONS(3997), 1, sym__concat, + STATE(1077), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3680), 6, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 35, + ACTIONS(3678), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -100950,11 +104248,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -100969,39 +104268,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [53365] = 3, + [53973] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 6, - sym_file_descriptor, - sym__concat, + ACTIONS(3039), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3944), 1, sym_variable_name, + STATE(4508), 1, + sym_subscript, + ACTIONS(3938), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3302), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3010), 3, + sym_file_descriptor, sym_test_operator, sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 36, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + STATE(3297), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3037), 5, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + ACTIONS(2996), 26, + anon_sym_LPAREN_LPAREN, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_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_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -101016,154 +104325,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [53415] = 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(1774), 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, - [53507] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(308), 1, - sym_word, - ACTIONS(312), 1, - anon_sym_LPAREN, - ACTIONS(314), 1, - anon_sym_BANG, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(340), 1, - sym_test_operator, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1031), 1, - sym__special_character, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1757), 1, - sym__expression, - ACTIONS(151), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1035), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(153), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1763), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1439), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [53599] = 3, + [54040] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 7, + ACTIONS(1164), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 35, + ACTIONS(1162), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101174,12 +104345,16 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -101198,17 +104373,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, - [53649] = 3, + [54093] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 5, + ACTIONS(4049), 1, + sym__special_character, + STATE(1203), 1, + aux_sym__literal_repeat1, + ACTIONS(1214), 5, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 37, + ACTIONS(1212), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101217,22 +104397,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -101244,88 +104426,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, - [53699] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(192), 1, - anon_sym_LPAREN, - ACTIONS(318), 1, - anon_sym_DOLLAR, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(1113), 1, - sym_word, - ACTIONS(1115), 1, - anon_sym_BANG, - ACTIONS(1121), 1, - sym__special_character, - ACTIONS(1125), 1, - sym_test_operator, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - STATE(1420), 1, - aux_sym__literal_repeat1, - STATE(1847), 1, - sym__expression, - ACTIONS(1027), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(1117), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(1123), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(1119), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1520), 6, - sym_binary_expression, - sym_ternary_expression, - sym_unary_expression, - sym_postfix_expression, - sym_parenthesized_expression, - sym_concatenation, - STATE(1541), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [53791] = 3, + [54150] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 7, + ACTIONS(1180), 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(1251), 35, + ACTIONS(1178), 40, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101336,12 +104447,16 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -101360,21 +104475,79 @@ static const uint16_t 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, + [54203] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(3308), 1, + ACTIONS(3944), 1, + sym_variable_name, + STATE(4508), 1, + sym_subscript, + ACTIONS(3010), 2, + sym_test_operator, + sym__brace_start, + ACTIONS(3047), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(3302), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(3297), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2996), 16, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, sym__special_character, - STATE(1156), 1, - aux_sym__literal_repeat1, - ACTIONS(2997), 5, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_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(3045), 17, + anon_sym_AMP_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [54268] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3932), 1, + aux_sym_concatenation_token1, + ACTIONS(3967), 1, + sym__concat, + STATE(1117), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 35, + ACTIONS(1117), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101393,11 +104566,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -101410,39 +104586,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [53895] = 3, + [54327] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 6, + ACTIONS(1137), 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(1259), 36, + 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_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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -101457,40 +104636,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [53945] = 6, + [54380] = 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(2819), 5, + ACTIONS(4037), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2817), 33, + ACTIONS(4035), 39, 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -101506,21 +104685,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54000] = 5, + [54432] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3389), 1, - sym__special_character, - STATE(1286), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 6, + ACTIONS(1184), 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), 33, + ACTIONS(1182), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101537,11 +104713,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -101554,16 +104734,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54053] = 3, + [54484] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 5, + ACTIONS(1160), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 36, + ACTIONS(1158), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101582,10 +104762,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -101600,68 +104783,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54102] = 6, - ACTIONS(63), 1, + [54536] = 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(1160), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1158), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, + [54588] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3393), 1, - sym__special_character, - STATE(1253), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 4, + ACTIONS(4033), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 35, + ACTIONS(4031), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101670,20 +104850,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -101695,43 +104880,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [54210] = 6, + [54640] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(3396), 1, - sym__concat, - STATE(711), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1144), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 33, + ACTIONS(1142), 38, 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -101746,16 +104930,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54265] = 3, + [54692] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 5, + ACTIONS(1109), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 36, + ACTIONS(1107), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101764,20 +104949,22 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -101792,17 +104979,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54314] = 3, + [54744] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 6, + ACTIONS(1148), 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(3258), 35, + ACTIONS(1146), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101811,6 +104998,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, @@ -101819,10 +105007,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -101836,86 +105027,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, - [54363] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1346), 1, - aux_sym_concatenation_repeat1, - ACTIONS(949), 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_RPAREN, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1169), 24, - sym_test_operator, - anon_sym_RPAREN_RPAREN, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_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, - [54416] = 3, + [54796] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 6, + ACTIONS(3467), 1, + aux_sym_concatenation_token1, + ACTIONS(3469), 1, + sym__concat, + STATE(1371), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 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(1117), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -101930,22 +105079,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, - [54465] = 5, + [54854] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3398), 1, + ACTIONS(4052), 1, sym__special_character, - STATE(1259), 1, + STATE(1217), 1, aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(1214), 4, sym_file_descriptor, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 34, + ACTIONS(1212), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -101956,12 +105103,16 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -101980,24 +105131,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [54518] = 6, + [54910] = 26, + ACTIONS(67), 1, + sym_comment, + ACTIONS(256), 1, + sym_word, + ACTIONS(265), 1, + anon_sym_LPAREN, + ACTIONS(267), 1, + anon_sym_BANG, + ACTIONS(271), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, + aux_sym_number_token1, + ACTIONS(281), 1, + aux_sym_number_token2, + ACTIONS(283), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(285), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(289), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(293), 1, + sym_test_operator, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(4055), 1, + sym__special_character, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + ACTIONS(4059), 1, + sym_extglob_pattern, + STATE(1945), 1, + aux_sym__literal_repeat1, + STATE(2147), 1, + sym__extglob_blob, + STATE(2148), 1, + sym__expression, + ACTIONS(171), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(258), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(277), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(291), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(173), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2219), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1813), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [55008] = 3, 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(1164), 5, sym_file_descriptor, + sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 33, + ACTIONS(1162), 39, anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -102005,16 +105222,22 @@ 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -102029,24 +105252,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54573] = 6, + [55060] = 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(1180), 5, sym_file_descriptor, + sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 33, + ACTIONS(1178), 39, anon_sym_LPAREN_LPAREN, - anon_sym_EQ_EQ, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -102054,16 +105271,22 @@ 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -102078,41 +105301,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54628] = 6, + [55112] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(1260), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2809), 5, + ACTIONS(1172), 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), 33, + ACTIONS(1170), 38, 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -102127,21 +105350,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54683] = 5, + [55164] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3389), 1, - sym__special_character, - STATE(1286), 1, - aux_sym__literal_repeat1, - ACTIONS(2997), 6, + ACTIONS(1144), 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(2995), 33, + ACTIONS(1142), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102152,17 +105370,23 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -102175,16 +105399,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54736] = 3, + [55216] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(1152), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, + ACTIONS(1150), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102203,10 +105427,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -102221,44 +105448,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54785] = 7, + [55268] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(4061), 1, + sym__special_character, + STATE(1289), 1, + aux_sym__literal_repeat1, + ACTIONS(3680), 5, sym_file_descriptor, - ACTIONS(3353), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3343), 12, + aux_sym_heredoc_redirect_token1, + ACTIONS(3678), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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 +105499,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54842] = 5, - ACTIONS(63), 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, + [55324] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 5, + ACTIONS(1119), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 36, + ACTIONS(1117), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102337,15 +105517,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -102363,20 +105547,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, - [54944] = 3, + [55376] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 5, + ACTIONS(3467), 1, + aux_sym_concatenation_token1, + ACTIONS(3469), 1, + sym__concat, + ACTIONS(4063), 1, + anon_sym_LPAREN, + STATE(1372), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1137), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 36, + ACTIONS(1127), 35, anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -102384,18 +105575,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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -102411,17 +105601,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [54993] = 3, + [55436] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 6, + ACTIONS(3427), 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(3425), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102430,14 +105619,19 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -102455,23 +105649,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, - [55042] = 5, + [55488] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3389), 1, + ACTIONS(4061), 1, sym__special_character, - STATE(1286), 1, + STATE(1289), 1, aux_sym__literal_repeat1, - ACTIONS(3065), 6, + ACTIONS(3662), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 33, + ACTIONS(3660), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102482,12 +105674,16 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -102505,17 +105701,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55095] = 3, + [55544] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 6, + ACTIONS(3695), 5, 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(3693), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102524,14 +105719,19 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -102549,18 +105749,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, + [55596] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(1164), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 36, + ACTIONS(1162), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102578,10 +105778,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -102595,18 +105798,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, - [55193] = 3, + [55648] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 5, + ACTIONS(1192), 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(3262), 36, + ACTIONS(1190), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102617,18 +105821,19 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -102643,16 +105848,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55242] = 3, + [55700] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 5, + ACTIONS(1180), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 36, + ACTIONS(1178), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102670,10 +105876,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -102687,36 +105896,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, - [55291] = 5, + [55752] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3306), 2, + ACTIONS(1188), 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(1186), 38, anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - ACTIONS(3304), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -102724,28 +105916,46 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [55344] = 3, + 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, + [55804] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 4, + ACTIONS(1109), 5, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 37, + ACTIONS(1107), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102764,10 +105974,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -102781,43 +105994,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, - [55393] = 6, + [55856] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(1254), 1, - aux_sym_concatenation_repeat1, - ACTIONS(218), 5, + ACTIONS(1172), 5, sym_file_descriptor, + sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(187), 33, + ACTIONS(1170), 39, 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -102831,42 +106042,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [55448] = 6, + [55908] = 3, 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(1192), 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), 33, + ACTIONS(1190), 38, 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -102881,16 +106093,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55503] = 3, + [55960] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 5, + ACTIONS(1160), 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(3262), 36, + ACTIONS(1158), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102899,7 +106113,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, @@ -102908,10 +106121,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -102925,22 +106141,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, - [55552] = 5, + [56012] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3406), 1, - sym__special_character, - STATE(1288), 1, - aux_sym__literal_repeat1, - ACTIONS(2997), 5, + ACTIONS(1196), 6, sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 34, + ACTIONS(1194), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -102958,11 +106170,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -102975,37 +106191,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55605] = 3, + [56064] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3069), 5, + ACTIONS(3467), 1, + aux_sym_concatenation_token1, + ACTIONS(3469), 1, + sym__concat, + STATE(1372), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1137), 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(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_SEMI_AMP, - anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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,43 +106243,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55654] = 6, + [56122] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, - aux_sym_concatenation_token1, - ACTIONS(2951), 1, - sym__concat, - STATE(1254), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2823), 5, + ACTIONS(4066), 1, + sym__special_character, + STATE(1240), 1, + aux_sym__literal_repeat1, + ACTIONS(1214), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2821), 33, + ACTIONS(1212), 37, 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -103069,23 +106292,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, - [55709] = 6, + [56178] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2949), 1, + ACTIONS(3467), 1, aux_sym_concatenation_token1, - ACTIONS(2951), 1, + ACTIONS(3469), 1, sym__concat, - STATE(1260), 1, + STATE(1371), 1, aux_sym_concatenation_repeat1, - ACTIONS(2805), 5, + ACTIONS(244), 5, sym_file_descriptor, sym_test_operator, sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2803), 33, + ACTIONS(211), 36, anon_sym_LPAREN_LPAREN, anon_sym_EQ_EQ, anon_sym_AMP_AMP, @@ -103094,6 +106318,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, @@ -103102,6 +106327,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, @@ -103119,20 +106346,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55764] = 5, + [56236] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3408), 1, - sym__special_character, - STATE(1259), 1, - aux_sym__literal_repeat1, - ACTIONS(3021), 5, + ACTIONS(1188), 5, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 34, + ACTIONS(1186), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103143,17 +106366,23 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -103165,21 +106394,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, - [55817] = 5, + [56288] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3410), 1, - sym__special_character, - STATE(1253), 1, - aux_sym__literal_repeat1, - ACTIONS(3021), 4, + ACTIONS(1148), 5, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 35, + ACTIONS(1146), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103188,20 +106413,25 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -103213,23 +106443,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, - [55870] = 5, + [56340] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3412), 1, + ACTIONS(4061), 1, sym__special_character, - STATE(1286), 1, + STATE(1289), 1, aux_sym__literal_repeat1, - ACTIONS(1275), 6, + ACTIONS(3465), 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(3463), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103240,12 +106468,16 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -103263,20 +106495,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55923] = 5, + [56396] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3406), 1, - sym__special_character, - STATE(1288), 1, - aux_sym__literal_repeat1, - ACTIONS(3065), 5, + ACTIONS(1196), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 34, + ACTIONS(1194), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103285,20 +106513,25 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -103311,20 +106544,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [55976] = 5, + [56448] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3415), 1, - sym__special_character, - STATE(1288), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 5, + ACTIONS(1168), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 34, + ACTIONS(1166), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103333,20 +106562,25 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -103359,20 +106593,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56029] = 5, + [56500] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3406), 1, - sym__special_character, - STATE(1288), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 5, + ACTIONS(1176), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 34, + ACTIONS(1174), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103381,20 +106611,25 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -103407,42 +106642,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56082] = 8, + [56552] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1208), 7, sym_file_descriptor, - ACTIONS(3418), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1206), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -103457,42 +106691,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56140] = 8, + [56604] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1148), 5, sym_file_descriptor, - ACTIONS(3421), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(1146), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -103506,43 +106738,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [56198] = 8, + [56656] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1109), 5, sym_file_descriptor, - ACTIONS(3424), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(1107), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -103556,18 +106787,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, - [56256] = 3, + [56708] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 6, + ACTIONS(1204), 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(3262), 34, + ACTIONS(1202), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103576,6 +106808,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, @@ -103584,10 +106817,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -103602,89 +106838,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56304] = 5, - ACTIONS(63), 1, + [56760] = 3, + 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(1144), 5, sym_file_descriptor, + sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1142), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [56356] = 8, + aux_sym__simple_variable_name_token1, + sym_word, + [56812] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1180), 7, sym_file_descriptor, - ACTIONS(3427), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1178), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -103699,10 +106936,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56414] = 3, - ACTIONS(63), 1, + [56864] = 9, + ACTIONS(67), 1, sym_comment, - ACTIONS(1215), 13, + ACTIONS(4069), 1, + anon_sym_DQUOTE, + ACTIONS(4071), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4073), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4075), 1, + anon_sym_BQUOTE, + ACTIONS(4077), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2095), 3, + sym_string, + sym_expansion, + sym_command_substitution, + ACTIONS(3870), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -103716,8 +106967,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1217), 27, - sym__concat, + ACTIONS(3868), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -103738,48 +106988,44 @@ 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_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - aux_sym_concatenation_token1, - [56462] = 8, + [56928] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1208), 6, sym_file_descriptor, - ACTIONS(3430), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(1206), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -103794,42 +107040,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56520] = 8, + [56980] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1160), 5, sym_file_descriptor, - ACTIONS(3433), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(1158), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -103843,42 +107087,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [56578] = 8, + [57032] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3676), 5, sym_file_descriptor, - ACTIONS(3436), 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(3674), 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, - 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -103894,16 +107138,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [56636] = 3, + [57084] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(1119), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 35, + ACTIONS(1117), 39, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103912,15 +107156,18 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -103938,17 +107185,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, - [56684] = 3, + [57136] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 5, + ACTIONS(1168), 6, sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 35, + ACTIONS(1166), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -103957,6 +107206,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, @@ -103965,10 +107215,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -103982,44 +107235,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [56732] = 8, + [57188] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1176), 6, sym_file_descriptor, - ACTIONS(3439), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(1174), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -104034,248 +107285,66 @@ 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, + [57240] = 3, + 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, + ACTIONS(1172), 5, + sym_file_descriptor, sym__concat, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1170), 39, + anon_sym_LPAREN_LPAREN, + 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_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, - ACTIONS(63), 1, - sym_comment, - STATE(1372), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3391), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2821), 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(2823), 24, - sym_file_descriptor, - sym_test_operator, - sym__bare_dollar, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [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, + sym_word, + [57292] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 6, + ACTIONS(1184), 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(3003), 34, + ACTIONS(1182), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -104284,6 +107353,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, @@ -104292,10 +107362,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -104310,68 +107383,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [57090] = 3, - ACTIONS(63), 1, + [57344] = 13, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 13, - anon_sym_EQ, + ACTIONS(4081), 1, anon_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, + ACTIONS(4083), 1, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1207), 27, - sym__concat, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + ACTIONS(4085), 1, + anon_sym_PIPE_AMP, + ACTIONS(4087), 1, + anon_sym_LT_LT_DASH, + ACTIONS(4089), 1, + anon_sym_LT_LT_LT, + ACTIONS(4091), 1, + sym_variable_name, + STATE(4515), 1, + sym_subscript, + ACTIONS(4079), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_RBRACK_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - aux_sym_concatenation_token1, - [57138] = 6, + STATE(3316), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(3287), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2996), 10, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3010), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [57416] = 5, 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, + ACTIONS(4094), 1, + sym__special_character, + STATE(1333), 1, + aux_sym__literal_repeat1, + ACTIONS(3571), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 32, + ACTIONS(3569), 36, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -104379,17 +107466,20 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -104403,41 +107493,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [57192] = 8, + [57472] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3969), 1, + aux_sym_concatenation_token1, + ACTIONS(3971), 1, + sym__concat, + STATE(1347), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3427), 5, sym_file_descriptor, - ACTIONS(3445), 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(3425), 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), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -104453,17 +107545,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [57250] = 3, + [57530] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 6, + ACTIONS(3969), 1, + aux_sym_concatenation_token1, + ACTIONS(3971), 1, + sym__concat, + STATE(1346), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3465), 5, 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(3463), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -104480,6 +107577,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -104498,23 +107597,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [57298] = 6, + [57588] = 3, 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(3427), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 32, + ACTIONS(3425), 39, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -104522,14 +107616,20 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -104546,70 +107646,23 @@ static const uint16_t ts_small_parse_table[] = { 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, + [57640] = 5, 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(4094), 1, + sym__special_character, + STATE(1333), 1, + aux_sym__literal_repeat1, + ACTIONS(3465), 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(3463), 36, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -104617,17 +107670,20 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -104641,42 +107697,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [57458] = 8, + [57696] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1164), 5, sym_file_descriptor, - ACTIONS(3448), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(1162), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -104690,43 +107744,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [57516] = 8, + [57748] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1200), 6, sym_file_descriptor, - ACTIONS(3451), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(1198), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -104741,67 +107795,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [57574] = 8, - ACTIONS(3), 1, + [57800] = 9, + ACTIONS(67), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3454), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(4091), 1, sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(3345), 8, - anon_sym_GT_GT, + STATE(4515), 1, + sym_subscript, + STATE(3316), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + STATE(3318), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2996), 5, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3045), 7, + anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3343), 10, - anon_sym_SEMI, + ACTIONS(3047), 11, + sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, + anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, - ACTIONS(3341), 16, + ACTIONS(3010), 13, + sym_test_operator, + sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [57632] = 3, + [57864] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 6, + ACTIONS(3969), 1, + aux_sym_concatenation_token1, + ACTIONS(3971), 1, + sym__concat, + STATE(1347), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3695), 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(3693), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -104818,6 +107882,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -104836,41 +107902,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [57680] = 8, - ACTIONS(3), 1, + [57922] = 11, + ACTIONS(67), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3457), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(3037), 1, + anon_sym_LT_LT, + ACTIONS(4083), 1, + anon_sym_PIPE, + ACTIONS(4085), 1, + anon_sym_PIPE_AMP, + ACTIONS(4091), 1, sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(3345), 8, - anon_sym_GT_GT, + STATE(4515), 1, + sym_subscript, + STATE(3316), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(3039), 4, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + STATE(3318), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(2996), 10, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3010), 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_GT_PIPE, - ACTIONS(3343), 10, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [57990] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3969), 1, + aux_sym_concatenation_token1, + ACTIONS(3971), 1, + sym__concat, + STATE(1346), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3662), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3660), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -104886,42 +108011,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [57738] = 8, + [58048] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1180), 5, sym_file_descriptor, - ACTIONS(3460), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(1178), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -104935,66 +108058,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [57796] = 3, - ACTIONS(63), 1, + [58100] = 26, + ACTIONS(67), 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), 27, - sym__concat, + ACTIONS(207), 1, + sym_word, + ACTIONS(218), 1, + anon_sym_LPAREN, + ACTIONS(220), 1, + anon_sym_BANG, + ACTIONS(224), 1, + anon_sym_DOLLAR, + ACTIONS(230), 1, + aux_sym_number_token1, + ACTIONS(232), 1, + aux_sym_number_token2, + ACTIONS(236), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(248), 1, 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, - [57844] = 8, + ACTIONS(250), 1, + sym__brace_start, + ACTIONS(1015), 1, + sym__special_character, + ACTIONS(1017), 1, + anon_sym_DQUOTE, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1023), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2956), 1, + anon_sym_BQUOTE, + ACTIONS(4096), 1, + sym_extglob_pattern, + STATE(1996), 1, + aux_sym__literal_repeat1, + STATE(2173), 1, + sym__extglob_blob, + STATE(2189), 1, + sym__expression, + ACTIONS(97), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1011), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1019), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1025), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(99), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2221), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1897), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [58198] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, + ACTIONS(4105), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(4107), 1, sym_file_descriptor, - ACTIONS(3463), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, + ACTIONS(4110), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ACTIONS(4102), 10, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -105003,18 +108152,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(3343), 10, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4100), 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, + ACTIONS(4098), 16, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -105031,60 +108185,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [57902] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1263), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1265), 27, - sym__concat, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_RBRACK_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - aux_sym_concatenation_token1, - [57950] = 3, + [58258] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 4, + ACTIONS(1144), 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(1167), 36, + ACTIONS(1142), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -105093,7 +108205,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, @@ -105102,10 +108213,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -105119,25 +108233,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, - [57998] = 6, + [58310] = 3, 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(2973), 5, + ACTIONS(1152), 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(2971), 32, + ACTIONS(1150), 37, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -105145,15 +108255,20 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -105167,18 +108282,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, - [58052] = 3, + [58362] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 5, + ACTIONS(1156), 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(3262), 35, + ACTIONS(1154), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -105187,7 +108303,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, @@ -105196,10 +108311,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -105214,23 +108332,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [58100] = 6, + [58414] = 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(2963), 5, + ACTIONS(1192), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2961), 32, + ACTIONS(1190), 39, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -105238,15 +108351,22 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -105260,44 +108380,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [58154] = 8, + [58466] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1152), 7, sym_file_descriptor, - ACTIONS(3466), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1150), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -105312,136 +108430,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [58212] = 5, - ACTIONS(63), 1, + [58518] = 3, + ACTIONS(3), 1, sym_comment, - STATE(1349), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3391), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1147), 13, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1156), 24, + ACTIONS(1200), 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(1198), 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_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [58264] = 5, - 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, - 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_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(1169), 24, + [58570] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1204), 5, sym_file_descriptor, + sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1202), 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_PIPE, + anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [58316] = 8, + sym_word, + [58622] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1204), 7, sym_file_descriptor, - ACTIONS(3469), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1202), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -105456,42 +108577,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [58374] = 8, + [58674] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1208), 5, sym_file_descriptor, - ACTIONS(3472), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(1206), 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_PIPE, + anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -105506,86 +108626,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [58432] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1227), 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(1229), 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, - [58480] = 8, + [58726] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3957), 1, + aux_sym_concatenation_token1, + ACTIONS(3959), 1, + sym__concat, + STATE(1355), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3688), 4, sym_file_descriptor, - ACTIONS(3475), 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(3686), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -105600,42 +108676,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, - [58538] = 8, + [58784] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3957), 1, + aux_sym_concatenation_token1, + ACTIONS(3959), 1, + sym__concat, + STATE(1354), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3654), 4, sym_file_descriptor, - ACTIONS(3478), 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(3652), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -105650,45 +108728,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [58596] = 8, + [58842] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(4112), 1, + sym__special_character, + STATE(1289), 1, + aux_sym__literal_repeat1, + ACTIONS(1214), 5, sym_file_descriptor, - ACTIONS(3481), 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(1212), 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, - 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -105701,16 +108781,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [58654] = 3, + [58898] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 5, + ACTIONS(3969), 1, + aux_sym_concatenation_token1, + ACTIONS(3971), 1, + sym__concat, + STATE(1347), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3676), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 35, + ACTIONS(3674), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -105719,7 +108805,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, @@ -105728,6 +108813,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -105746,177 +108833,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [58702] = 5, - ACTIONS(63), 1, + [58956] = 6, + ACTIONS(3), 1, sym_comment, - STATE(1372), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3391), 2, - sym__concat, + ACTIONS(4115), 1, aux_sym_concatenation_token1, - ACTIONS(187), 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(218), 24, + ACTIONS(4117), 1, + sym__concat, + STATE(1344), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3900), 4, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3898), 37, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [58754] = 3, - 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), 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, - [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_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1185), 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_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [58854] = 6, + sym_word, + [59014] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(4115), 1, aux_sym_concatenation_token1, - ACTIONS(3487), 1, + ACTIONS(4117), 1, sym__concat, - STATE(917), 1, + STATE(1343), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(3906), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 32, + ACTIONS(3904), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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,44 +108936,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, - [58908] = 8, + [59072] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1188), 5, sym_file_descriptor, - ACTIONS(3489), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(1186), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -105982,43 +108984,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [58966] = 8, + [59124] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1184), 5, sym_file_descriptor, - ACTIONS(3492), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(1182), 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_PIPE, + anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -106033,185 +109035,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59024] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(949), 1, - aux_sym_concatenation_token1, - ACTIONS(3495), 1, - sym__concat, - STATE(1303), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 14, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1179), 23, - sym_test_operator, - anon_sym_RPAREN_RPAREN, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [59078] = 6, - ACTIONS(63), 1, + [59176] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(949), 1, - aux_sym_concatenation_token1, - ACTIONS(3497), 1, + ACTIONS(1160), 6, + sym_file_descriptor, sym__concat, - STATE(1303), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 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(1173), 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, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1158), 38, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [59132] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1345), 1, - aux_sym_concatenation_repeat1, - ACTIONS(949), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1149), 14, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1283), 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, - [59184] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3499), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(3345), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, + anon_sym_SEMI_SEMI, + anon_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -106225,91 +109082,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [59242] = 6, - ACTIONS(63), 1, + [59228] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3391), 1, - aux_sym_concatenation_token1, - ACTIONS(3502), 1, - sym__concat, - STATE(1341), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 13, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1179), 24, + ACTIONS(1200), 5, sym_file_descriptor, + sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1198), 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_PIPE, + anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [59296] = 8, + sym_word, + [59280] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1164), 7, sym_file_descriptor, - ACTIONS(3504), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1162), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -106324,41 +109182,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59354] = 8, + [59332] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3969), 1, + aux_sym_concatenation_token1, + ACTIONS(3971), 1, + sym__concat, + STATE(1346), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3680), 5, sym_file_descriptor, - ACTIONS(3507), 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(3678), 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), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -106374,134 +109234,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59412] = 5, - ACTIONS(63), 1, + [59390] = 26, + ACTIONS(67), 1, sym_comment, - STATE(1469), 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, + ACTIONS(971), 1, + sym_word, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(977), 1, + anon_sym_BANG, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1007), 1, 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, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(4119), 1, sym__special_character, - [59464] = 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), 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, - [59512] = 8, + ACTIONS(4121), 1, + sym_extglob_pattern, + STATE(1939), 1, + aux_sym__literal_repeat1, + STATE(1991), 1, + sym__expression, + STATE(2000), 1, + sym__extglob_blob, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(979), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(991), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(981), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1899), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [59488] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1192), 5, sym_file_descriptor, - ACTIONS(3510), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(1190), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -106515,43 +109353,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [59570] = 8, + [59540] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1196), 5, sym_file_descriptor, - ACTIONS(3513), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(1194), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -106565,43 +109402,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [59628] = 8, + [59592] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1204), 5, sym_file_descriptor, - ACTIONS(3516), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(1202), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -106615,42 +109451,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [59686] = 8, + [59644] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(3359), 6, sym_file_descriptor, - ACTIONS(3519), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, - ACTIONS(3345), 8, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3357), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -106666,10 +109502,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59744] = 3, - ACTIONS(63), 1, + [59696] = 9, + ACTIONS(67), 1, sym_comment, - ACTIONS(1211), 13, + ACTIONS(4123), 1, + anon_sym_DQUOTE, + ACTIONS(4125), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4127), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4129), 1, + anon_sym_BQUOTE, + ACTIONS(4131), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2023), 3, + sym_string, + sym_expansion, + sym_command_substitution, + ACTIONS(3870), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -106683,8 +109533,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1213), 27, - sym__concat, + ACTIONS(3868), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -106706,47 +109555,43 @@ 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, - [59792] = 8, + [59760] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1152), 6, sym_file_descriptor, - ACTIONS(3522), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(1150), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -106761,42 +109606,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59850] = 8, + [59812] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1156), 6, sym_file_descriptor, - ACTIONS(3525), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(1154), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -106811,42 +109655,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59908] = 8, + [59864] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1152), 6, sym_file_descriptor, - ACTIONS(3528), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(1150), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -106861,17 +109704,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [59966] = 3, + [59916] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 6, + ACTIONS(1208), 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(2975), 34, + ACTIONS(1206), 38, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -106888,10 +109731,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -106905,42 +109751,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, - [60014] = 8, + [59968] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(4037), 5, sym_file_descriptor, - ACTIONS(3531), 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(4035), 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_PIPE, + anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -106955,43 +109800,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [60072] = 8, + [60020] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1180), 6, sym_file_descriptor, - ACTIONS(3534), 1, - anon_sym_RPAREN, - 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(1178), 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_PIPE, + anon_sym_SEMI_SEMI, + anon_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -107005,18 +109849,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, - [60130] = 3, + [60072] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3069), 6, + ACTIONS(1109), 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(1107), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -107033,10 +109879,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -107051,179 +109900,41 @@ 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, + [60124] = 3, + ACTIONS(3), 1, sym_comment, - STATE(1418), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1029), 2, + ACTIONS(1152), 5, + sym_file_descriptor, 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, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1150), 39, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, - sym_file_descriptor, - ACTIONS(3537), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -107238,42 +109949,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [60384] = 8, + [60176] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1156), 5, sym_file_descriptor, - ACTIONS(3540), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(1154), 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_PIPE, + anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -107288,20 +109998,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [60442] = 5, + [60228] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2592), 3, + ACTIONS(1148), 7, + sym_file_descriptor, + sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3306), 3, - sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2584), 16, + ACTIONS(1146), 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_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, @@ -107316,7 +110047,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - ACTIONS(3304), 18, + [60280] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1208), 5, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1206), 39, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -107324,6 +110065,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, @@ -107332,92 +110074,113 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [60494] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3391), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, aux_sym_concatenation_token1, - ACTIONS(3543), 1, - sym__concat, - STATE(1341), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 13, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, aux_sym_number_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(1173), 24, + [60332] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4115), 1, + aux_sym_concatenation_token1, + ACTIONS(4117), 1, + sym__concat, + STATE(1344), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 4, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [60548] = 8, + sym_word, + [60390] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(4033), 5, sym_file_descriptor, - ACTIONS(3545), 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(4031), 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_PIPE, + anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -107432,42 +110195,186 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, + sym_word, + [60442] = 26, + ACTIONS(67), 1, + sym_comment, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1067), 1, + sym_word, + ACTIONS(1069), 1, + anon_sym_BANG, + ACTIONS(1075), 1, + sym__special_character, + ACTIONS(1079), 1, + sym_test_operator, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(4121), 1, + sym_extglob_pattern, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(1991), 1, + sym__expression, + STATE(2000), 1, + sym__extglob_blob, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1071), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1077), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1073), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1938), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [60540] = 26, + ACTIONS(67), 1, + sym_comment, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1049), 1, sym_word, - [60606] = 7, + ACTIONS(1051), 1, + anon_sym_BANG, + ACTIONS(1057), 1, + sym__special_character, + ACTIONS(1061), 1, + sym_test_operator, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(4121), 1, + sym_extglob_pattern, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(1991), 1, + sym__expression, + STATE(2000), 1, + sym__extglob_blob, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1053), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1059), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1055), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1873), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [60638] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1168), 5, sym_file_descriptor, - ACTIONS(3353), 3, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3343), 11, + aux_sym_heredoc_redirect_token1, + ACTIONS(1166), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -107481,43 +110388,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, + sym_word, + [60690] = 26, + ACTIONS(67), 1, + sym_comment, + ACTIONS(271), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, + aux_sym_number_token1, + ACTIONS(281), 1, + aux_sym_number_token2, + ACTIONS(283), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(285), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(289), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(945), 1, sym_word, - [60662] = 8, + ACTIONS(947), 1, + anon_sym_LPAREN, + ACTIONS(949), 1, + anon_sym_BANG, + ACTIONS(965), 1, + sym_test_operator, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + ACTIONS(4133), 1, + sym__special_character, + ACTIONS(4135), 1, + sym_extglob_pattern, + STATE(1817), 1, + aux_sym__literal_repeat1, + STATE(2033), 1, + sym__extglob_blob, + STATE(2129), 1, + sym__expression, + ACTIONS(258), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(291), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(953), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(961), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(955), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2071), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1892), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [60788] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1176), 5, sym_file_descriptor, - ACTIONS(3548), 1, - anon_sym_RPAREN, - ACTIONS(3353), 3, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, - ACTIONS(3345), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(1174), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -107531,43 +110509,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [60720] = 8, + [60840] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1144), 6, sym_file_descriptor, - ACTIONS(3551), 1, - anon_sym_RPAREN, - 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(1142), 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_PIPE, + anon_sym_SEMI_SEMI, + anon_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -107581,43 +110558,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [60778] = 8, + [60892] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1152), 6, sym_file_descriptor, - ACTIONS(3554), 1, - anon_sym_RPAREN, - 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(1150), 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_PIPE, + anon_sym_SEMI_SEMI, + anon_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -107631,89 +110607,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, - [60836] = 5, - ACTIONS(63), 1, + [60944] = 3, + ACTIONS(3), 1, sym_comment, - STATE(1372), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3391), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2817), 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(2819), 24, + ACTIONS(1156), 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(1154), 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_PIPE, + anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [60888] = 7, + aux_sym__simple_variable_name_token1, + sym_word, + [60996] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3350), 1, + ACTIONS(1152), 6, sym_file_descriptor, - ACTIONS(3348), 2, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - 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(1150), 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_PIPE, + anon_sym_SEMI_SEMI, + anon_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -107727,90 +110705,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [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, + [61048] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1200), 6, sym_file_descriptor, - ACTIONS(3557), 1, - anon_sym_RPAREN, - 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(1198), 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_PIPE, + anon_sym_SEMI_SEMI, + anon_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -107824,154 +110754,121 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [61054] = 3, - ACTIONS(63), 1, + [61100] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1201), 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(1203), 27, + ACTIONS(1204), 6, + sym_file_descriptor, sym__concat, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1202), 38, + anon_sym_LPAREN_LPAREN, + 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, - [61102] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1219), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1221), 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, - [61150] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1349), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3391), 2, - sym__concat, + anon_sym_DOLLAR_LPAREN_LPAREN, aux_sym_concatenation_token1, - ACTIONS(2807), 13, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, aux_sym_number_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(2809), 24, + [61152] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1164), 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(1162), 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_PIPE, + anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [61202] = 3, + aux_sym__simple_variable_name_token1, + sym_word, + [61204] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 5, + ACTIONS(4137), 1, + aux_sym_concatenation_token1, + ACTIONS(4140), 1, + sym__concat, + STATE(1330), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1109), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 35, + ACTIONS(1107), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -107989,6 +110886,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -108007,87 +110906,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [61250] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1267), 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(1269), 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, - [61298] = 8, + [61262] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1109), 6, sym_file_descriptor, - ACTIONS(3560), 1, - anon_sym_RPAREN, - 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(1107), 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_PIPE, + anon_sym_SEMI_SEMI, + anon_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -108101,90 +110953,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [61356] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1053), 1, - aux_sym_concatenation_token1, - STATE(1515), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1167), 14, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - sym__special_character, - ACTIONS(1169), 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, - [61408] = 8, + [61314] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1148), 6, sym_file_descriptor, - ACTIONS(3563), 1, - anon_sym_RPAREN, - 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(1146), 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_PIPE, + anon_sym_SEMI_SEMI, + anon_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -108198,45 +111002,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [61466] = 8, + [61366] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(4143), 1, + sym__special_character, + STATE(1333), 1, + aux_sym__literal_repeat1, + ACTIONS(1214), 6, sym_file_descriptor, - ACTIONS(3566), 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(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, - 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -108248,35 +111053,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [61524] = 5, - ACTIONS(3), 1, + [61422] = 26, + ACTIONS(67), 1, sym_comment, - ACTIONS(3306), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2592), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(2584), 16, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(989), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(993), 1, aux_sym_number_token1, + ACTIONS(995), 1, aux_sym_number_token2, + ACTIONS(997), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(1003), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1027), 1, + sym_word, + ACTIONS(1029), 1, + anon_sym_BANG, + ACTIONS(1035), 1, + sym__special_character, + ACTIONS(1039), 1, + sym_test_operator, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(4121), 1, + sym_extglob_pattern, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(1991), 1, + sym__expression, + STATE(2000), 1, + sym__extglob_blob, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - ACTIONS(3304), 19, + ACTIONS(1031), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1037), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1033), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1910), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [61520] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1184), 6, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1182), 38, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -108284,7 +111146,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, @@ -108293,45 +111154,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [61576] = 8, + 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, + [61572] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1196), 6, sym_file_descriptor, - ACTIONS(3569), 1, - anon_sym_RPAREN, - 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(1194), 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_PIPE, + anon_sym_SEMI_SEMI, + anon_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -108345,40 +111223,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [61634] = 6, + [61624] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, - aux_sym_concatenation_token1, - ACTIONS(3572), 1, - sym__concat, - STATE(917), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1184), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 32, + ACTIONS(1182), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -108394,42 +111274,40 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [61688] = 8, + [61676] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1192), 6, sym_file_descriptor, - ACTIONS(3574), 1, - anon_sym_RPAREN, - 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(1190), 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_PIPE, + anon_sym_SEMI_SEMI, + anon_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -108443,88 +111321,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [61746] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1243), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1245), 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, - [61794] = 8, + [61728] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1172), 6, sym_file_descriptor, - ACTIONS(3577), 1, - anon_sym_RPAREN, - 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(1170), 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_PIPE, + anon_sym_SEMI_SEMI, + anon_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -108538,43 +111370,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [61852] = 8, + [61780] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1176), 6, sym_file_descriptor, - ACTIONS(3580), 1, - anon_sym_RPAREN, - 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(1174), 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_PIPE, + anon_sym_SEMI_SEMI, + anon_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -108588,43 +111419,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [61910] = 8, + [61832] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(1168), 6, sym_file_descriptor, - ACTIONS(3583), 1, - anon_sym_RPAREN, - 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(1166), 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_PIPE, + anon_sym_SEMI_SEMI, + anon_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -108638,62 +111468,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, - [61968] = 3, - ACTIONS(63), 1, + [61884] = 3, + ACTIONS(3), 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, + ACTIONS(1200), 5, + sym_file_descriptor, sym__concat, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1198), 39, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_RPAREN, - anon_sym_RBRACK_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, aux_sym_concatenation_token1, - [62016] = 3, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, + sym_word, + [61936] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3069), 5, + ACTIONS(4115), 1, + aux_sym_concatenation_token1, + ACTIONS(4146), 1, + sym__concat, + STATE(1330), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 35, + ACTIONS(1121), 37, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -108711,6 +111551,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -108729,106 +111571,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [62064] = 3, - ACTIONS(63), 1, + [61994] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1255), 13, - anon_sym_EQ, + ACTIONS(4115), 1, + aux_sym_concatenation_token1, + ACTIONS(4148), 1, + sym__concat, + STATE(1330), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1101), 37, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1257), 27, + 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, + [62052] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1196), 7, + 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, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1194), 37, + anon_sym_LPAREN_LPAREN, + 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_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + anon_sym_DOLLAR_LPAREN_LPAREN, aux_sym_concatenation_token1, - [62160] = 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, + [62104] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 5, + ACTIONS(3969), 1, + aux_sym_concatenation_token1, + ACTIONS(4150), 1, + sym__concat, + STATE(1192), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 35, + ACTIONS(1101), 36, anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, @@ -108837,7 +111696,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, @@ -108846,6 +111704,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, @@ -108864,296 +111724,222 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [62208] = 6, - ACTIONS(63), 1, + [62162] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1053), 1, + ACTIONS(3969), 1, aux_sym_concatenation_token1, - ACTIONS(3586), 1, + ACTIONS(4152), 1, sym__concat, - STATE(1519), 1, + STATE(1192), 1, aux_sym_concatenation_repeat1, - ACTIONS(1171), 13, - anon_sym_EQ, + ACTIONS(1123), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1121), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1173), 23, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [62261] = 7, - ACTIONS(63), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [62220] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1053), 1, + ACTIONS(3969), 1, aux_sym_concatenation_token1, - ACTIONS(3588), 1, - anon_sym_RBRACK, - ACTIONS(3590), 1, + ACTIONS(3971), 1, sym__concat, - STATE(1524), 1, + STATE(1346), 1, aux_sym_concatenation_repeat1, - ACTIONS(1149), 13, - anon_sym_EQ, + ACTIONS(1119), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1283), 22, + 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, + [62278] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1188), 6, + sym_file_descriptor, + sym__concat, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1186), 38, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [62316] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1414), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1029), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1149), 13, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1283), 23, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [62367] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3600), 1, - anon_sym_esac, - ACTIONS(3602), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3604), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, 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, - 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, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(3596), 3, + [62330] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1176), 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(1174), 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_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, 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, + [62382] = 3, 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(1172), 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), 31, + ACTIONS(1170), 37, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -109161,15 +111947,20 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -109184,41 +111975,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [62602] = 6, + [62434] = 5, 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(4154), 1, + sym__special_character, + STATE(1240), 1, + aux_sym__literal_repeat1, + ACTIONS(3465), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 31, + ACTIONS(3463), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -109230,39 +112024,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [62655] = 6, + [62490] = 3, 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(3251), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 31, + ACTIONS(3249), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -109278,23 +112075,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [62708] = 6, + [62542] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3957), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(4156), 1, sym__concat, - STATE(1463), 1, + STATE(1138), 1, aux_sym_concatenation_repeat1, - ACTIONS(3005), 5, + ACTIONS(1103), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 31, + ACTIONS(1101), 37, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -109302,14 +112099,18 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -109324,24 +112125,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, - [62761] = 6, + [62600] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3957), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(4158), 1, sym__concat, - STATE(1465), 1, + STATE(1138), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 5, + ACTIONS(1123), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 31, + ACTIONS(1121), 37, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -109349,14 +112151,18 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -109371,71 +112177,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [62814] = 6, - ACTIONS(63), 1, + [62658] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1029), 1, - aux_sym_concatenation_token1, - ACTIONS(3636), 1, + ACTIONS(1168), 7, + sym_file_descriptor, sym__concat, - STATE(1266), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 13, - anon_sym_EQ, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1166), 37, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, 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, + 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, + [62710] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3957), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(3959), 1, sym__concat, - STATE(1463), 1, + STATE(1354), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 5, + ACTIONS(1119), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 31, + ACTIONS(1117), 37, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -109443,14 +112252,18 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -109465,730 +112278,751 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - [62920] = 5, - ACTIONS(63), 1, + [62768] = 3, + ACTIONS(3), 1, sym_comment, - STATE(1468), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1029), 2, + ACTIONS(1152), 5, + sym_file_descriptor, sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1149), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1283), 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, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1150), 39, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [62971] = 7, - 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, - 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, 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, - [63026] = 6, - ACTIONS(63), 1, + 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, + [62820] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1029), 1, + ACTIONS(4160), 1, aux_sym_concatenation_token1, - ACTIONS(3642), 1, + ACTIONS(4162), 1, sym__concat, - STATE(1266), 1, + STATE(1365), 1, aux_sym_concatenation_repeat1, - ACTIONS(1171), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1173), 23, + ACTIONS(1119), 5, + sym_file_descriptor, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 36, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [63079] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1053), 1, - aux_sym_concatenation_token1, - STATE(1524), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1149), 13, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1283), 24, + 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, + [62878] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4164), 1, + aux_sym_concatenation_token1, + ACTIONS(4167), 1, sym__concat, + STATE(1360), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1109), 5, + sym_file_descriptor, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1107), 36, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [63130] = 5, - ACTIONS(63), 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, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(350), 24, + 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, + [62936] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1156), 5, + sym_file_descriptor, + sym__concat, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1154), 39, + anon_sym_LPAREN_LPAREN, + 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, - ACTIONS(2963), 24, + [62988] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4160), 1, + aux_sym_concatenation_token1, + ACTIONS(4170), 1, + sym__concat, + STATE(1360), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1121), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [63232] = 5, - ACTIONS(63), 1, + sym_word, + [63046] = 6, + ACTIONS(3), 1, sym_comment, - STATE(1526), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3646), 2, - sym__concat, + ACTIONS(4160), 1, aux_sym_concatenation_token1, - ACTIONS(2971), 12, + ACTIONS(4162), 1, + sym__concat, + STATE(1362), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3906), 5, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3904), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, - aux_sym__simple_variable_name_token1, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(2973), 24, + [63104] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3251), 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(3249), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [63283] = 3, - ACTIONS(63), 1, + sym_word, + [63156] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(3650), 14, - anon_sym_EQ, + ACTIONS(4160), 1, + aux_sym_concatenation_token1, + ACTIONS(4172), 1, + sym__concat, + STATE(1360), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 5, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1101), 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_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3648), 25, - 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, - [63330] = 7, - ACTIONS(63), 1, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [63214] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1053), 1, - aux_sym_concatenation_token1, - ACTIONS(3652), 1, - anon_sym_RBRACK, - ACTIONS(3654), 1, + ACTIONS(1152), 5, + sym_file_descriptor, sym__concat, - STATE(1524), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1149), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1283), 22, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1150), 39, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [63385] = 7, - 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, - 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, 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, - [63440] = 5, - ACTIONS(63), 1, + 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, + [63266] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(3658), 1, + ACTIONS(4174), 1, sym__special_character, - STATE(1426), 1, + STATE(1367), 1, aux_sym__literal_repeat1, - ACTIONS(1273), 13, - anon_sym_EQ, + ACTIONS(1214), 4, + sym_file_descriptor, + 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, + 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_esac, anon_sym_PIPE, + anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1275), 24, + 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, + [63322] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3359), 5, + sym_file_descriptor, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3357), 39, + 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_STAR_STAR, - anon_sym_RPAREN, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [63491] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3650), 14, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3648), 25, + 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, + [63374] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4179), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3010), 3, + 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, + ACTIONS(2996), 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(4177), 23, + anon_sym_SEMI, 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, - [63538] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3663), 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_esac, anon_sym_PIPE, + anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3661), 25, + [63430] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1119), 4, + 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__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 40, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, 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, - [63585] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3665), 1, - sym__special_character, - STATE(1429), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 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_esac, anon_sym_PIPE, + anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1275), 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, - [63636] = 7, - ACTIONS(63), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + aux_sym__simple_variable_name_token1, + sym_word, + [63482] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1053), 1, + ACTIONS(3467), 1, aux_sym_concatenation_token1, - ACTIONS(3668), 1, - anon_sym_RBRACK, - ACTIONS(3670), 1, + ACTIONS(4181), 1, sym__concat, - STATE(1524), 1, + STATE(785), 1, aux_sym_concatenation_repeat1, - ACTIONS(1149), 13, - anon_sym_EQ, + ACTIONS(1103), 5, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1101), 36, + 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_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(1283), 22, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, + anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, - anon_sym_QMARK, - [63691] = 6, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [63540] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(3467), 1, aux_sym_concatenation_token1, - ACTIONS(3178), 1, + ACTIONS(4183), 1, sym__concat, - STATE(1465), 1, + STATE(785), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 5, + ACTIONS(1123), 5, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 31, + ACTIONS(1121), 36, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, @@ -110206,208 +113040,372 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [63744] = 25, + [63598] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3606), 1, + ACTIONS(4154), 1, sym__special_character, - ACTIONS(3608), 1, + STATE(1240), 1, + aux_sym__literal_repeat1, + ACTIONS(3571), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3569), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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(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, + aux_sym__simple_variable_name_token1, + sym_word, + [63654] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1188), 7, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, sym__brace_start, - ACTIONS(3674), 1, - anon_sym_esac, - ACTIONS(3676), 1, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4221), 1, - sym_last_case_item, - ACTIONS(3594), 2, + ACTIONS(1186), 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_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, 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, + 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, - ACTIONS(3672), 3, + [63706] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4160), 1, + aux_sym_concatenation_token1, + ACTIONS(4162), 1, + sym__concat, + STATE(1365), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3900), 5, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3898), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, - [63835] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + 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, + [63764] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4185), 1, + sym__special_character, + STATE(1367), 1, + aux_sym__literal_repeat1, + ACTIONS(3900), 4, + sym_file_descriptor, 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, + ACTIONS(3898), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, 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, + 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(3678), 3, + [63820] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4187), 1, + sym__special_character, + STATE(1217), 1, + aux_sym__literal_repeat1, + ACTIONS(3654), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3652), 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_PIPE, anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, - [63926] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + 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, + aux_sym__simple_variable_name_token1, + sym_word, + [63876] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3467), 1, + aux_sym_concatenation_token1, + ACTIONS(4189), 1, + sym__concat, + STATE(785), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 5, + sym_file_descriptor, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, + sym__bare_dollar, 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, + ACTIONS(1101), 35, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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(1896), 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(3684), 3, + [63933] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4191), 1, + sym__special_character, + STATE(1446), 1, + aux_sym__literal_repeat1, + ACTIONS(3654), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3652), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, - [64017] = 3, - ACTIONS(63), 1, + 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, + [63988] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(1183), 13, + ACTIONS(1223), 1, + anon_sym_LPAREN, + STATE(1394), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4193), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1127), 15, anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, @@ -110415,15 +113413,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_EQ_TILDE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1185), 26, + ACTIONS(1137), 24, sym_file_descriptor, - sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, @@ -110433,13 +113432,12 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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,1304 +113446,369 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [64064] = 25, - ACTIONS(3), 1, + [64045] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(3598), 1, + STATE(1381), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4195), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1107), 16, + anon_sym_EQ_EQ, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, anon_sym_LPAREN, - ACTIONS(3604), 1, + anon_sym_PIPE, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, 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(1109), 24, + sym_file_descriptor, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, + sym__bare_dollar, sym__brace_start, - ACTIONS(3692), 1, - anon_sym_esac, - ACTIONS(3694), 1, - aux_sym_heredoc_redirect_token1, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4027), 1, - sym_last_case_item, - ACTIONS(3594), 2, anon_sym_LPAREN_LPAREN, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - sym_word, - ACTIONS(3690), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [64155] = 5, - ACTIONS(63), 1, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [64100] = 5, + ACTIONS(67), 1, sym_comment, - STATE(1562), 1, + STATE(1394), 1, aux_sym_concatenation_repeat1, - ACTIONS(1029), 2, + ACTIONS(4193), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1167), 13, - anon_sym_EQ, + ACTIONS(1127), 16, + 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(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_EQ_TILDE, - anon_sym_QMARK, - sym__special_character, - [64206] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, 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(1137), 24, + sym_file_descriptor, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, + sym__bare_dollar, 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_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + sym__special_character, + 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, - ACTIONS(63), 1, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [64155] = 5, + ACTIONS(67), 1, sym_comment, - STATE(1508), 1, + STATE(1400), 1, aux_sym_concatenation_repeat1, - ACTIONS(1029), 2, + ACTIONS(4193), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1149), 13, - anon_sym_EQ, + ACTIONS(211), 16, + 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(1283), 23, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RPAREN, anon_sym_EQ_TILDE, - anon_sym_QMARK, - [64348] = 7, - 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, - 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, - [64403] = 7, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1087), 1, - anon_sym_RBRACK, - ACTIONS(3638), 1, - sym__special_character, - ACTIONS(3704), 1, - sym__concat, - STATE(1528), 1, - aux_sym__literal_repeat1, - ACTIONS(185), 13, - 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, - [64458] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, 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(244), 24, + sym_file_descriptor, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, + sym__bare_dollar, sym__brace_start, - ACTIONS(3708), 1, - anon_sym_esac, - ACTIONS(3710), 1, - aux_sym_heredoc_redirect_token1, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4295), 1, - sym_last_case_item, - ACTIONS(3594), 2, anon_sym_LPAREN_LPAREN, - anon_sym_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, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1173), 23, - sym_test_operator, - anon_sym_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, - [64602] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1201), 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(1203), 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, - [64649] = 6, - 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, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1179), 23, - sym_test_operator, - anon_sym_RPAREN_RPAREN, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [64702] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1255), 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(1257), 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, - [64749] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3606), 1, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR_LPAREN_LPAREN, 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, + sym_raw_string, + sym_ansi_c_string, 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, + [64210] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3606), 1, + ACTIONS(4198), 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, + STATE(1473), 1, + aux_sym__literal_repeat1, + ACTIONS(3680), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, sym__brace_start, - ACTIONS(3724), 1, - anon_sym_esac, - ACTIONS(3726), 1, aux_sym_heredoc_redirect_token1, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4112), 1, - sym_last_case_item, - ACTIONS(3594), 2, + ACTIONS(3678), 36, 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, - ACTIONS(63), 1, - sym_comment, - 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), 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, - [64978] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1267), 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(1269), 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, - [65025] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 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(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_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, + anon_sym_DOLLAR, 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_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1213), 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, - [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_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(1237), 26, + [64265] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1119), 4, sym_file_descriptor, - sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [65166] = 7, - ACTIONS(63), 1, + sym_word, + [64316] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1053), 1, + ACTIONS(4115), 1, aux_sym_concatenation_token1, - ACTIONS(3728), 1, - anon_sym_RBRACK, - ACTIONS(3730), 1, + ACTIONS(4117), 1, sym__concat, - STATE(1524), 1, + STATE(1389), 1, aux_sym_concatenation_repeat1, - ACTIONS(1149), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1283), 22, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [65221] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 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(1207), 26, + ACTIONS(1119), 4, sym_file_descriptor, - sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 36, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, 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, - [65268] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1251), 13, - anon_sym_EQ_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_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(1253), 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_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [65315] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1247), 13, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(1249), 26, - sym_file_descriptor, + [64373] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4115), 1, + aux_sym_concatenation_token1, + ACTIONS(4200), 1, sym__concat, + STATE(1330), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 4, + sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1121), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [65362] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3732), 1, - sym__special_character, - STATE(1429), 1, - aux_sym__literal_repeat1, - ACTIONS(185), 14, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(350), 23, - sym_test_operator, - anon_sym_RPAREN_RPAREN, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [65413] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1239), 14, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1241), 25, - 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, - [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, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1247), 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(1249), 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, - [65562] = 6, + sym_word, + [64430] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, - aux_sym_concatenation_token1, - ACTIONS(3174), 1, - sym__concat, - STATE(1523), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 4, + ACTIONS(1172), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 32, + ACTIONS(1170), 37, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -111753,15 +113816,20 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -111775,25 +113843,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, - [65615] = 6, + [64481] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, + ACTIONS(4115), 1, aux_sym_concatenation_token1, - ACTIONS(3736), 1, + ACTIONS(4202), 1, sym__concat, - STATE(962), 1, + STATE(1330), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 5, + ACTIONS(1103), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 31, + ACTIONS(1101), 36, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -111801,14 +113868,18 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, sym__special_character, @@ -111824,26 +113895,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [65668] = 3, - ACTIONS(63), 1, + [64538] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(1259), 13, + STATE(1400), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4193), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1117), 16, 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_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1261), 26, + ACTIONS(1119), 24, sym_file_descriptor, - sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, @@ -111853,13 +113931,12 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, @@ -111868,23 +113945,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [65715] = 6, + [64593] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3176), 1, - aux_sym_concatenation_token1, - ACTIONS(3738), 1, - sym__concat, - STATE(962), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 5, + ACTIONS(1148), 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(1171), 31, + ACTIONS(1146), 37, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -111892,15 +113965,20 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -111915,70 +113993,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [65768] = 3, - ACTIONS(63), 1, + [64644] = 3, + ACTIONS(3), 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(1109), 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(1107), 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_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [65815] = 3, - ACTIONS(63), 1, + sym_word, + [64695] = 25, + ACTIONS(67), 1, + sym_comment, + ACTIONS(254), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1049), 1, + sym_word, + ACTIONS(1051), 1, + anon_sym_BANG, + ACTIONS(1057), 1, + sym__special_character, + ACTIONS(1061), 1, + sym_test_operator, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(2201), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1053), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1059), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1055), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1873), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [64790] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(1239), 13, + ACTIONS(4193), 1, + aux_sym_concatenation_token1, + ACTIONS(4204), 1, + sym__concat, + STATE(1381), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 16, 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_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1241), 26, + ACTIONS(1123), 24, sym_file_descriptor, - sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, @@ -111988,13 +114148,12 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -112003,204 +114162,233 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [65862] = 6, - ACTIONS(63), 1, + [64847] = 25, + ACTIONS(67), 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, - 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, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1049), 1, + sym_word, + ACTIONS(1051), 1, + anon_sym_BANG, + ACTIONS(1057), 1, + sym__special_character, + ACTIONS(1061), 1, 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, - [65915] = 6, - ACTIONS(63), 1, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(4206), 1, + sym__regex_no_space, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(1991), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1053), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1059), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1055), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1873), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [64942] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1029), 1, - aux_sym_concatenation_token1, - ACTIONS(3742), 1, + ACTIONS(1144), 6, + sym_file_descriptor, 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), 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, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1142), 37, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [65968] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1215), 13, - 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, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, - ACTIONS(1217), 26, + [64993] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1160), 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(1158), 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_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [66015] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1219), 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_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(1221), 26, + [65044] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1164), 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(1162), 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_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [66062] = 6, + sym_word, + [65095] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, - aux_sym_concatenation_token1, - ACTIONS(3174), 1, - sym__concat, - STATE(1522), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3015), 4, + ACTIONS(1180), 6, sym_file_descriptor, + sym__concat, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3013), 32, + ACTIONS(1178), 37, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -112208,15 +114396,20 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -112230,72 +114423,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, - [66115] = 7, - ACTIONS(63), 1, + [65146] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(1053), 1, + ACTIONS(4193), 1, aux_sym_concatenation_token1, - ACTIONS(3744), 1, - anon_sym_RBRACK, - ACTIONS(3746), 1, + ACTIONS(4208), 1, sym__concat, - STATE(1524), 1, + STATE(1381), 1, aux_sym_concatenation_repeat1, - ACTIONS(1149), 13, - anon_sym_EQ, + ACTIONS(1101), 16, + 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(1283), 22, + anon_sym_EQ_TILDE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1103), 24, + sym_file_descriptor, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__bare_dollar, + sym__brace_start, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [66170] = 6, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [65203] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, + ACTIONS(3467), 1, aux_sym_concatenation_token1, - ACTIONS(3174), 1, + ACTIONS(4210), 1, sym__concat, - STATE(1523), 1, + STATE(785), 1, aux_sym_concatenation_repeat1, - ACTIONS(3021), 4, + ACTIONS(1123), 5, sym_file_descriptor, sym_test_operator, + sym__bare_dollar, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(3019), 32, + ACTIONS(1121), 35, anon_sym_LPAREN_LPAREN, + anon_sym_EQ_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -112304,11 +114501,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT, anon_sym_PIPE, anon_sym_PIPE_AMP, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, @@ -112325,1163 +114525,1201 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [66223] = 25, + [65260] = 3, 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, + ACTIONS(1188), 6, + sym_file_descriptor, + sym__concat, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, sym__brace_start, - ACTIONS(3750), 1, - anon_sym_esac, - ACTIONS(3752), 1, + ts_builtin_sym_end, 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, + ACTIONS(1186), 37, 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, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3756), 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(3754), 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, - [66361] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1211), 13, - 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, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, - ACTIONS(1213), 26, + [65311] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3676), 5, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3674), 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_PIPE, + anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [66408] = 3, - ACTIONS(63), 1, + sym_word, + [65362] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1223), 13, - anon_sym_EQ_EQ, + ACTIONS(3427), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3425), 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_RPAREN, anon_sym_PIPE, - anon_sym_EQ_TILDE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, - ACTIONS(1225), 26, + [65413] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1172), 5, sym_file_descriptor, sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1170), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [66455] = 3, - ACTIONS(63), 1, + sym_word, + [65464] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1205), 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(1207), 25, + ACTIONS(1192), 6, + 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__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1190), 37, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - aux_sym_concatenation_token1, - [66502] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1235), 14, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1237), 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, + anon_sym_DOLLAR_LPAREN_LPAREN, aux_sym_concatenation_token1, - [66549] = 3, - ACTIONS(63), 1, + 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, + [65515] = 25, + ACTIONS(67), 1, sym_comment, - ACTIONS(1219), 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(1221), 25, - sym__concat, + ACTIONS(271), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, + aux_sym_number_token1, + ACTIONS(281), 1, + aux_sym_number_token2, + ACTIONS(283), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(285), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(289), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(945), 1, + sym_word, + ACTIONS(947), 1, + anon_sym_LPAREN, + ACTIONS(949), 1, + anon_sym_BANG, + ACTIONS(965), 1, 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, - [66596] = 3, - ACTIONS(63), 1, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + ACTIONS(4133), 1, + sym__special_character, + ACTIONS(4212), 1, + sym__regex_no_space, + STATE(1817), 1, + aux_sym__literal_repeat1, + STATE(2129), 1, + sym__expression, + ACTIONS(258), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(291), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(953), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(961), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(955), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2071), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1892), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [65610] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1243), 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(1245), 25, + ACTIONS(1196), 6, + 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__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1194), 37, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - aux_sym_concatenation_token1, - [66643] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 14, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1207), 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, + anon_sym_DOLLAR_LPAREN_LPAREN, aux_sym_concatenation_token1, - [66690] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1267), 13, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, aux_sym_number_token2, + anon_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(1269), 26, + [65661] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1148), 5, sym_file_descriptor, sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1146), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [66737] = 5, - ACTIONS(63), 1, + sym_word, + [65712] = 3, + ACTIONS(3), 1, sym_comment, - STATE(1525), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3646), 2, + ACTIONS(1109), 5, + sym_file_descriptor, sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 12, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1107), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, - aux_sym__simple_variable_name_token1, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(1169), 24, + [65763] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1119), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 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_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [66788] = 3, - ACTIONS(63), 1, + aux_sym__simple_variable_name_token1, + sym_word, + [65814] = 25, + ACTIONS(67), 1, sym_comment, - ACTIONS(1255), 13, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, aux_sym_number_token1, + ACTIONS(995), 1, aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1027), 1, sym_word, - ACTIONS(1257), 26, + ACTIONS(1029), 1, + anon_sym_BANG, + ACTIONS(1035), 1, + sym__special_character, + ACTIONS(1039), 1, + sym_test_operator, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(4206), 1, + sym__regex_no_space, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(1991), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1031), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1037), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1033), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1910), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [65909] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4214), 1, + sym__special_character, + STATE(1413), 1, + aux_sym__literal_repeat1, + 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(1212), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - 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, - [66835] = 5, - ACTIONS(63), 1, + sym_word, + [65964] = 5, + ACTIONS(3), 1, sym_comment, - STATE(1512), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3758), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3067), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, + ACTIONS(4217), 1, sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(3069), 24, + STATE(1474), 1, + aux_sym__literal_repeat1, + ACTIONS(3900), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3898), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [66886] = 3, - ACTIONS(63), 1, + sym_word, + [66019] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(1263), 13, - anon_sym_EQ_EQ, + ACTIONS(4219), 1, + sym__special_character, + STATE(1413), 1, + aux_sym__literal_repeat1, + ACTIONS(3465), 6, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3463), 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_EQ_TILDE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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(1265), 26, + [66074] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1204), 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(1202), 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_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [66933] = 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, - 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_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(3065), 24, + [66125] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1144), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1142), 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_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [66984] = 6, - ACTIONS(63), 1, + sym_word, + [66176] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(1053), 1, - aux_sym_concatenation_token1, - ACTIONS(3760), 1, - sym__concat, - STATE(1519), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 13, - anon_sym_EQ, - anon_sym_LT_LT, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4102), 10, 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_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4100), 12, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [67037] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1525), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3646), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2967), 12, anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, + 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(4098), 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(2969), 24, + [66235] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1208), 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(1206), 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_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [67088] = 5, - ACTIONS(63), 1, + sym_word, + [66286] = 3, + ACTIONS(3), 1, sym_comment, - STATE(1526), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3646), 2, + ACTIONS(1160), 5, + sym_file_descriptor, sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2975), 12, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1158), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, - aux_sym__simple_variable_name_token1, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(2977), 24, + [66337] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4219), 1, + sym__special_character, + STATE(1413), 1, + aux_sym__literal_repeat1, + ACTIONS(3662), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3660), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [67139] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1029), 1, - aux_sym_concatenation_token1, - ACTIONS(3762), 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), 23, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [67192] = 3, - ACTIONS(63), 1, + sym_word, + [66392] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1251), 14, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1253), 25, + ACTIONS(1168), 6, + 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__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1166), 37, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - aux_sym_concatenation_token1, - [67239] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1215), 14, - 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1217), 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, + anon_sym_DOLLAR_LPAREN_LPAREN, aux_sym_concatenation_token1, - [67286] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1201), 13, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, aux_sym_number_token2, + anon_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(1203), 26, + [66443] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1176), 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(1174), 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_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [67333] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1231), 13, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(1233), 26, + [66494] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1184), 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(1182), 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_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [67380] = 5, - ACTIONS(63), 1, + sym_word, + [66545] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3638), 1, - sym__special_character, - 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), 24, + ACTIONS(1164), 5, + sym_file_descriptor, sym__concat, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1162), 38, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [67431] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1445), 1, - aux_sym_concatenation_repeat1, - ACTIONS(949), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1149), 13, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, + anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1283), 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, - [67482] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3306), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2592), 3, - sym_variable_name, - sym_test_operator, - sym__brace_start, - ACTIONS(2584), 15, - anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, sym__special_character, anon_sym_DQUOTE, @@ -113491,11 +115729,23 @@ 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(3304), 19, + [66596] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1200), 6, + sym_file_descriptor, + sym__concat, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1198), 37, + anon_sym_LPAREN_LPAREN, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -113511,268 +115761,321 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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_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, - ACTIONS(1229), 26, + [66647] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1180), 5, sym_file_descriptor, sym__concat, sym_test_operator, - sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1178), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [67580] = 3, - ACTIONS(63), 1, + sym_word, + [66698] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1259), 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(1261), 25, - sym__concat, + ACTIONS(4037), 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(4035), 38, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - aux_sym_concatenation_token1, - [67627] = 5, - 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, - ACTIONS(3005), 24, + [66749] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4033), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(4031), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [67678] = 5, - ACTIONS(63), 1, + aux_sym__simple_variable_name_token1, + sym_word, + [66800] = 25, + ACTIONS(67), 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, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, aux_sym_number_token1, + ACTIONS(995), 1, aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1067), 1, sym_word, - ACTIONS(2997), 24, + ACTIONS(1069), 1, + anon_sym_BANG, + ACTIONS(1075), 1, + sym__special_character, + ACTIONS(1079), 1, + sym_test_operator, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(4206), 1, + sym__regex_no_space, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(1991), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1071), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1077), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1073), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1938), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [66895] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4033), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(4031), 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_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [67729] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1263), 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(1265), 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, - [67776] = 7, + aux_sym__simple_variable_name_token1, + sym_word, + [66946] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3348), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(3350), 1, + ACTIONS(4037), 6, sym_file_descriptor, - ACTIONS(3353), 3, sym_variable_name, sym_test_operator, sym__brace_start, - ACTIONS(3345), 9, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(4035), 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_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_BQUOTE, - ACTIONS(3343), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -113783,158 +116086,124 @@ 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, - [67831] = 3, - ACTIONS(63), 1, + [66997] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1223), 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(1225), 25, + ACTIONS(3467), 1, + aux_sym_concatenation_token1, + ACTIONS(3469), 1, sym__concat, + STATE(1378), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 5, + 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, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 35, + anon_sym_LPAREN_LPAREN, anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - aux_sym_concatenation_token1, - [67878] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1029), 1, - aux_sym_concatenation_token1, - ACTIONS(3764), 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_RPAREN, + anon_sym_PIPE_AMP, 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_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [67054] = 25, + ACTIONS(67), 1, + sym_comment, + ACTIONS(971), 1, + sym_word, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(977), 1, + anon_sym_BANG, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1007), 1, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(1009), 1, sym__brace_start, - ACTIONS(3768), 1, - anon_sym_esac, - ACTIONS(3770), 1, - aux_sym_heredoc_redirect_token1, - STATE(3681), 1, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(4119), 1, + sym__special_character, + ACTIONS(4206), 1, + sym__regex_no_space, + STATE(1939), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4132), 1, - sym_last_case_item, - ACTIONS(3594), 2, + STATE(1991), 1, + sym__expression, + ACTIONS(973), 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, + ACTIONS(979), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(991), 2, 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, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(981), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1899), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -113944,227 +116213,305 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [68022] = 6, - ACTIONS(63), 1, + [67149] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3758), 1, - aux_sym_concatenation_token1, - ACTIONS(3772), 1, - sym__concat, - STATE(1513), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 12, - 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(1173), 24, + ACTIONS(1119), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 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_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_RBRACK, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [68075] = 3, - ACTIONS(63), 1, + sym_word, + [67200] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1231), 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(1233), 25, + ACTIONS(1152), 6, + 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__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1150), 37, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - aux_sym_concatenation_token1, - [68122] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3758), 1, - aux_sym_concatenation_token1, - ACTIONS(3774), 1, - sym__concat, - STATE(1513), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 12, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, - ACTIONS(1179), 24, + [67251] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1156), 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(1154), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [68175] = 5, - ACTIONS(63), 1, + sym_word, + [67302] = 25, + ACTIONS(67), 1, sym_comment, - STATE(1513), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3776), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1183), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(161), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, aux_sym_number_token1, + ACTIONS(995), 1, aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1049), 1, sym_word, - ACTIONS(1185), 24, + ACTIONS(1051), 1, + anon_sym_BANG, + ACTIONS(1057), 1, + sym__special_character, + ACTIONS(1061), 1, + sym_test_operator, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(2179), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1053), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1059), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1055), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1873), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [67397] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4033), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(4031), 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_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_RBRACK, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [68226] = 7, + sym_word, + [67448] = 3, 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(1135), 4, + ACTIONS(1152), 6, sym_file_descriptor, - sym_variable_name, + sym__concat, 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, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1150), 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_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, @@ -114176,90 +116523,115 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [68281] = 6, - ACTIONS(63), 1, + [67499] = 25, + ACTIONS(67), 1, sym_comment, - ACTIONS(1053), 1, - aux_sym_concatenation_token1, - ACTIONS(3785), 1, - sym__concat, - STATE(1519), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1173), 23, + ACTIONS(207), 1, + sym_word, + ACTIONS(218), 1, + anon_sym_LPAREN, + ACTIONS(220), 1, + anon_sym_BANG, + ACTIONS(224), 1, + anon_sym_DOLLAR, + ACTIONS(230), 1, + aux_sym_number_token1, + ACTIONS(232), 1, + aux_sym_number_token2, + ACTIONS(236), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(248), 1, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [68334] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3781), 1, + ACTIONS(250), 1, + sym__brace_start, + ACTIONS(1015), 1, + sym__special_character, + ACTIONS(1017), 1, anon_sym_DQUOTE, - STATE(2080), 1, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1023), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2956), 1, + anon_sym_BQUOTE, + ACTIONS(4221), 1, + sym__regex_no_space, + STATE(1996), 1, + aux_sym__literal_repeat1, + STATE(2189), 1, + sym__expression, + ACTIONS(97), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1011), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1019), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1025), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(99), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2221), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1897), 9, + sym_arithmetic_expansion, + sym_brace_expression, sym_string, - ACTIONS(3783), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1139), 4, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [67594] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4198), 1, + sym__special_character, + STATE(1473), 1, + aux_sym__literal_repeat1, + ACTIONS(3662), 5, 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, + aux_sym_heredoc_redirect_token1, + ACTIONS(3660), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, @@ -114271,248 +116643,268 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [68389] = 5, - ACTIONS(63), 1, + [67649] = 5, + ACTIONS(3), 1, sym_comment, - STATE(1510), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3758), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 12, + ACTIONS(4223), 1, + sym__special_character, + STATE(1443), 1, + aux_sym__literal_repeat1, + ACTIONS(1214), 5, + sym_file_descriptor, + sym_test_operator, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, - ACTIONS(1169), 24, + [67704] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4037), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(4035), 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_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_RBRACK, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [68440] = 3, - ACTIONS(63), 1, + sym_word, + [67755] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(1227), 14, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1229), 25, - sym__concat, + ACTIONS(4179), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3010), 3, + 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, + ACTIONS(2996), 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(4177), 22, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - aux_sym_concatenation_token1, - [68487] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1519), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3787), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1185), 23, + [67810] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4226), 1, + sym__special_character, + STATE(1446), 1, + aux_sym__literal_repeat1, + ACTIONS(1214), 4, + sym_file_descriptor, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1212), 37, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [68538] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1149), 14, - 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1283), 25, + 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, + [67865] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3427), 6, + 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, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3425), 37, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, 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, - ACTIONS(63), 1, - sym_comment, - STATE(1490), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1053), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1149), 13, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1283), 23, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [68636] = 6, + 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, + [67916] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, - aux_sym_concatenation_token1, - ACTIONS(3790), 1, - sym__concat, - STATE(1016), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 4, + ACTIONS(4229), 1, + sym__special_character, + STATE(1443), 1, + aux_sym__literal_repeat1, + ACTIONS(3654), 5, sym_file_descriptor, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 32, + ACTIONS(3652), 36, anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -114520,17 +116912,20 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -114544,40 +116939,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - [68689] = 6, + [67971] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3172), 1, - aux_sym_concatenation_token1, - ACTIONS(3792), 1, - sym__concat, - STATE(1016), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 4, + ACTIONS(4198), 1, + sym__special_character, + STATE(1473), 1, + aux_sym__literal_repeat1, + ACTIONS(3465), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 32, + ACTIONS(3463), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -114589,1450 +116988,1846 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - aux_sym__simple_variable_name_token1, sym_word, - [68742] = 6, - ACTIONS(63), 1, + [68026] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1053), 1, - aux_sym_concatenation_token1, - ACTIONS(3794), 1, + ACTIONS(1188), 5, + sym_file_descriptor, sym__concat, - STATE(1519), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 13, - anon_sym_EQ, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1186), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1179), 23, + 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, + [68077] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4235), 1, + anon_sym_DOLLAR, + ACTIONS(4237), 1, + sym__special_character, + ACTIONS(4239), 1, + anon_sym_DQUOTE, + ACTIONS(4241), 1, + aux_sym_number_token1, + ACTIONS(4243), 1, + aux_sym_number_token2, + ACTIONS(4245), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4247), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4249), 1, + anon_sym_BQUOTE, + ACTIONS(4251), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4255), 1, 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, + ACTIONS(4257), 1, + sym__brace_start, + STATE(3658), 1, + aux_sym__literal_repeat1, + STATE(3756), 1, + sym_concatenation, + ACTIONS(2117), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(4233), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4253), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(4231), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + STATE(3632), 9, + 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(2115), 12, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [68795] = 6, - ACTIONS(63), 1, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + [68162] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3646), 1, - aux_sym_concatenation_token1, - ACTIONS(3796), 1, + ACTIONS(1192), 5, + sym_file_descriptor, sym__concat, - STATE(1527), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 12, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1190), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, - aux_sym__simple_variable_name_token1, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(1173), 24, + [68213] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1196), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1194), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [68848] = 6, - ACTIONS(63), 1, + sym_word, + [68264] = 20, + ACTIONS(3), 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, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(4235), 1, anon_sym_DOLLAR, + ACTIONS(4237), 1, + sym__special_character, + ACTIONS(4239), 1, + anon_sym_DQUOTE, + ACTIONS(4241), 1, aux_sym_number_token1, + ACTIONS(4243), 1, aux_sym_number_token2, + ACTIONS(4245), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4247), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(4249), 1, anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, + ACTIONS(4251), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4257), 1, + sym__brace_start, + ACTIONS(4261), 1, + sym_test_operator, + STATE(3663), 1, + aux_sym__literal_repeat1, + STATE(3720), 1, + sym_concatenation, + ACTIONS(2109), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(4233), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4253), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(4259), 3, + sym_raw_string, + sym_ansi_c_string, sym_word, - ACTIONS(1179), 24, + STATE(3641), 9, + 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(2107), 12, + 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, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + [68349] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1204), 5, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1202), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [68901] = 5, - ACTIONS(63), 1, + sym_word, + [68400] = 3, + ACTIONS(3), 1, sym_comment, - STATE(1527), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3800), 2, + ACTIONS(1208), 5, + sym_file_descriptor, sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1183), 12, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1206), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, - aux_sym__simple_variable_name_token1, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(1185), 24, + [68451] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4115), 1, + aux_sym_concatenation_token1, + ACTIONS(4117), 1, + sym__concat, + STATE(1389), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3900), 4, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3898), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [68952] = 5, - ACTIONS(63), 1, + sym_word, + [68508] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(3803), 1, - sym__special_character, - STATE(1528), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 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(1275), 24, + ACTIONS(4115), 1, + aux_sym_concatenation_token1, + ACTIONS(4117), 1, sym__concat, + STATE(1387), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3906), 4, + sym_file_descriptor, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3904), 36, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [69003] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1255), 12, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, - aux_sym__simple_variable_name_token1, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(1257), 26, + [68565] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1168), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1166), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [69049] = 6, - ACTIONS(63), 1, + sym_word, + [68616] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3806), 1, - aux_sym_concatenation_token1, - ACTIONS(3808), 1, + ACTIONS(1176), 5, + sym_file_descriptor, sym__concat, - STATE(1591), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 11, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1174), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, - ACTIONS(1173), 24, + [68667] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4219), 1, + sym__special_character, + STATE(1413), 1, + aux_sym__literal_repeat1, + ACTIONS(3680), 6, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3678), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [69101] = 3, - ACTIONS(63), 1, + sym_word, + [68722] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1201), 13, - anon_sym_EQ, + ACTIONS(3427), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3425), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1203), 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, - [69147] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1219), 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(1221), 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, - [69193] = 3, - ACTIONS(63), 1, - sym_comment, - 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), 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, - [69239] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1201), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + anon_sym_DOLLAR_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(1203), 26, + [68773] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1184), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1182), 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_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [69285] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 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_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(1207), 26, + [68824] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1200), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1198), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [69331] = 3, - ACTIONS(63), 1, + sym_word, + [68875] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1235), 12, + ACTIONS(1119), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, - ACTIONS(1237), 26, + [68926] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3695), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3693), 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_PIPE, + anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [69377] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1259), 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_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(1261), 26, + [68977] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1152), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1150), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [69423] = 3, - ACTIONS(63), 1, + sym_word, + [69028] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1255), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1257), 25, - sym__concat, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, + ACTIONS(3467), 1, aux_sym_concatenation_token1, - [69469] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1183), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1185), 25, + ACTIONS(3469), 1, sym__concat, + STATE(1378), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3355), 5, + sym_file_descriptor, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3353), 35, + anon_sym_LPAREN_LPAREN, anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - aux_sym_concatenation_token1, - [69515] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3810), 1, - sym__special_character, - STATE(1540), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 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(1275), 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_PIPE_AMP, anon_sym_EQ_TILDE, - anon_sym_QMARK, - [69565] = 5, - ACTIONS(63), 1, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [69085] = 6, + ACTIONS(3), 1, sym_comment, - STATE(1561), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1029), 2, - sym__concat, + ACTIONS(3467), 1, aux_sym_concatenation_token1, - ACTIONS(1149), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1283), 22, + ACTIONS(3469), 1, + sym__concat, + STATE(1401), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3359), 5, + sym_file_descriptor, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3357), 35, + anon_sym_LPAREN_LPAREN, anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [69615] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1243), 13, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1245), 25, - sym__concat, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK, + anon_sym_PIPE_AMP, anon_sym_EQ_TILDE, - anon_sym_QMARK, - aux_sym_concatenation_token1, - [69661] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, - aux_sym__simple_variable_name_token1, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(1207), 26, + [69142] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1156), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1154), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [69707] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1255), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(1257), 26, + [69193] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1152), 5, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1150), 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_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [69753] = 4, - ACTIONS(63), 1, + sym_word, + [69244] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(3817), 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), 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(3467), 1, + aux_sym_concatenation_token1, + ACTIONS(3469), 1, + sym__concat, + STATE(1378), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3158), 5, + sym_file_descriptor, + sym_test_operator, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3156), 35, + anon_sym_LPAREN_LPAREN, anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [69801] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1183), 12, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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(1185), 26, + [69301] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4263), 1, + sym__special_character, + STATE(1473), 1, + aux_sym__literal_repeat1, + ACTIONS(1214), 5, 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [69847] = 5, - ACTIONS(63), 1, + sym_word, + [69356] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(3819), 1, + ACTIONS(4266), 1, sym__special_character, - STATE(1613), 1, + STATE(1474), 1, aux_sym__literal_repeat1, - ACTIONS(187), 12, - anon_sym_EQ_EQ, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_EQ_TILDE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(218), 24, + ACTIONS(1214), 4, sym_file_descriptor, sym_test_operator, - sym__bare_dollar, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1212), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [69897] = 3, - ACTIONS(63), 1, + sym_word, + [69411] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1267), 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(1269), 25, + ACTIONS(3467), 1, + aux_sym_concatenation_token1, + ACTIONS(3469), 1, sym__concat, + STATE(1401), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3251), 5, + sym_file_descriptor, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, + sym__bare_dollar, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3249), 35, + anon_sym_LPAREN_LPAREN, anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - aux_sym_concatenation_token1, - [69943] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1267), 12, anon_sym_LT_LT, + anon_sym_GT_GT, 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(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_RBRACK, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [69989] = 5, - ACTIONS(63), 1, + sym_word, + [69468] = 25, + ACTIONS(67), 1, sym_comment, - ACTIONS(3821), 1, + ACTIONS(256), 1, + sym_word, + ACTIONS(265), 1, + anon_sym_LPAREN, + ACTIONS(267), 1, + anon_sym_BANG, + ACTIONS(271), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, + aux_sym_number_token1, + ACTIONS(281), 1, + aux_sym_number_token2, + ACTIONS(283), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(285), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(289), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(293), 1, + sym_test_operator, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(4055), 1, sym__special_character, - STATE(1540), 1, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + ACTIONS(4269), 1, + sym__regex_no_space, + STATE(1945), 1, aux_sym__literal_repeat1, - ACTIONS(185), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(350), 23, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [70039] = 3, - ACTIONS(63), 1, + STATE(2148), 1, + sym__expression, + ACTIONS(171), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(258), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(277), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(291), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(173), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2219), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1813), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [69563] = 25, + ACTIONS(67), 1, sym_comment, - ACTIONS(1215), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(252), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, aux_sym_number_token1, + ACTIONS(995), 1, aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1049), 1, sym_word, - ACTIONS(1217), 26, + ACTIONS(1051), 1, + anon_sym_BANG, + ACTIONS(1057), 1, + sym__special_character, + ACTIONS(1061), 1, + sym_test_operator, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(2202), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1053), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1059), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1055), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1873), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [69658] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1119), 4, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 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_PIPE, + anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [70085] = 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), 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, - [70131] = 3, - ACTIONS(63), 1, + aux_sym__simple_variable_name_token1, + sym_word, + [69709] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(1211), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, + ACTIONS(4271), 1, sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1213), 26, + STATE(1534), 1, + aux_sym__literal_repeat1, + ACTIONS(3900), 4, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3898), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, 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, - [70177] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1215), 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_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(1217), 26, + [69763] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, sym_file_descriptor, - sym__concat, + ACTIONS(4273), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, sym_variable_name, sym_test_operator, sym__brace_start, - anon_sym_LPAREN_LPAREN, + ACTIONS(4100), 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_RBRACK, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + ACTIONS(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 16, + 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, - anon_sym_DOLLAR_LBRACE, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70223] = 3, - ACTIONS(63), 1, + sym_word, + [69823] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(1211), 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(1213), 25, - sym__concat, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1027), 1, + sym_word, + ACTIONS(1029), 1, + anon_sym_BANG, + ACTIONS(1035), 1, + sym__special_character, + ACTIONS(1039), 1, 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, - [70269] = 3, - ACTIONS(63), 1, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(2218), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1031), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1037), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1033), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1910), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [69915] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(971), 1, + sym_word, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(977), 1, + anon_sym_BANG, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1007), 1, + sym_test_operator, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(4119), 1, + sym__special_character, + STATE(1939), 1, + aux_sym__literal_repeat1, + STATE(2205), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(979), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(991), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(981), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1899), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [70007] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1027), 1, + sym_word, + ACTIONS(1029), 1, + anon_sym_BANG, + ACTIONS(1035), 1, + sym__special_character, + ACTIONS(1039), 1, + sym_test_operator, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(2184), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1031), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1037), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1033), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1910), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [70099] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1219), 12, + ACTIONS(1142), 16, + 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_LT_AMP, + anon_sym_GT_AMP, 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, + ACTIONS(1144), 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, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -116040,118 +118835,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70315] = 3, - ACTIONS(63), 1, + [70149] = 6, + ACTIONS(3), 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), 25, + ACTIONS(3825), 1, + aux_sym_concatenation_token1, + ACTIONS(3844), 1, sym__concat, + STATE(1569), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3427), 5, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3425), 34, + 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, - [70361] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1619), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3823), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3019), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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(3021), 23, + [70205] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3825), 1, + aux_sym_concatenation_token1, + ACTIONS(3844), 1, + sym__concat, + STATE(1570), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3465), 5, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3463), 34, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [70411] = 5, - ACTIONS(63), 1, + aux_sym__simple_variable_name_token1, + sym_word, + [70261] = 3, + ACTIONS(67), 1, sym_comment, - STATE(1614), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3823), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3013), 12, + ACTIONS(1107), 16, + 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_LT_AMP, + anon_sym_GT_AMP, 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(3015), 23, + ACTIONS(1109), 26, sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, @@ -116159,12 +118967,13 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, @@ -116173,177 +118982,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70461] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1167), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1169), 25, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_RPAREN, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - sym__special_character, - [70507] = 6, - ACTIONS(63), 1, + [70311] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1029), 1, - aux_sym_concatenation_token1, - ACTIONS(3825), 1, - sym__concat, - STATE(1266), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 13, - anon_sym_EQ, - anon_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, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_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(1146), 16, anon_sym_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, - [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_LPAREN, 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, - 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_LT_AMP, + anon_sym_GT_AMP, 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(1148), 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, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -116351,27 +119029,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70657] = 3, - ACTIONS(63), 1, + [70361] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(1223), 12, + ACTIONS(4193), 1, + aux_sym_concatenation_token1, + ACTIONS(4276), 1, + sym__concat, + STATE(1381), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 15, + 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_LT_AMP, + anon_sym_GT_AMP, 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), 26, + ACTIONS(1123), 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, @@ -116379,13 +119065,12 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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,42 +119079,166 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70703] = 3, - ACTIONS(63), 1, + [70417] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(1239), 12, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4105), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + 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, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [70475] = 25, + ACTIONS(67), 1, + sym_comment, + ACTIONS(271), 1, anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, + aux_sym_number_token1, + ACTIONS(281), 1, + aux_sym_number_token2, + ACTIONS(283), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(285), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(289), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(947), 1, + anon_sym_LPAREN, + ACTIONS(949), 1, + anon_sym_BANG, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + ACTIONS(4133), 1, sym__special_character, + ACTIONS(4278), 1, + sym_word, + ACTIONS(4282), 1, + sym_test_operator, + STATE(1896), 1, + aux_sym__literal_repeat1, + STATE(2271), 1, + sym__expression, + ACTIONS(258), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(291), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(953), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(4280), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1943), 2, + sym_ternary_expression, + sym_postfix_expression, + ACTIONS(955), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2097), 4, + sym_binary_expression, + sym_unary_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1898), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [70569] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1170), 16, + 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_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1241), 26, + ACTIONS(1172), 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, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -116437,42 +119246,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70749] = 3, - ACTIONS(63), 1, + [70619] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(1243), 12, + ACTIONS(4193), 1, + aux_sym_concatenation_token1, + ACTIONS(4284), 1, + sym__concat, + STATE(1381), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1101), 15, + 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_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1245), 26, + ACTIONS(1103), 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, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -116480,27 +119296,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70795] = 3, - ACTIONS(63), 1, + [70675] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1227), 12, + ACTIONS(1158), 16, + 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_LT_AMP, + anon_sym_GT_AMP, 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(1229), 26, + ACTIONS(1160), 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, @@ -116508,9 +119328,9 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, @@ -116523,85 +119343,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70841] = 3, - ACTIONS(63), 1, + [70725] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(1263), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1265), 25, - sym__concat, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1049), 1, + sym_word, + ACTIONS(1051), 1, + anon_sym_BANG, + ACTIONS(1057), 1, + sym__special_character, + ACTIONS(1061), 1, 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, - [70887] = 3, - ACTIONS(63), 1, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(2167), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1053), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1059), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1055), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1873), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [70817] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1227), 12, + ACTIONS(1162), 16, + 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_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1229), 26, + ACTIONS(1164), 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, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -116609,42 +119458,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70933] = 3, - ACTIONS(63), 1, + [70867] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1231), 12, + ACTIONS(1178), 16, + 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_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1233), 26, + ACTIONS(1180), 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, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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,72 +119505,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [70979] = 5, - ACTIONS(63), 1, + [70917] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(3829), 1, - sym__special_character, - STATE(1610), 1, - aux_sym__literal_repeat1, - ACTIONS(185), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(350), 23, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, + STATE(1493), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4193), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3353), 15, anon_sym_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, - [71029] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1231), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, + anon_sym_EQ_TILDE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1233), 26, + ACTIONS(3355), 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, @@ -116725,13 +119540,12 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -116740,42 +119554,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71075] = 3, - ACTIONS(63), 1, + [70971] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(1247), 12, + STATE(1489), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4193), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3357), 15, + 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_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1249), 26, + ACTIONS(3359), 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, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -116783,31 +119603,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71121] = 6, - ACTIONS(63), 1, + [71025] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(3806), 1, - aux_sym_concatenation_token1, - ACTIONS(3831), 1, - sym__concat, - STATE(1591), 1, + STATE(1493), 1, aux_sym_concatenation_repeat1, - ACTIONS(1177), 11, + ACTIONS(4193), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1117), 15, + 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_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1179), 24, + ACTIONS(1119), 24, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, @@ -116815,9 +119638,9 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, @@ -116829,75 +119652,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71173] = 5, - ACTIONS(63), 1, + [71079] = 6, + ACTIONS(3), 1, sym_comment, - STATE(1574), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3806), 2, - sym__concat, + ACTIONS(3825), 1, aux_sym_concatenation_token1, - ACTIONS(3067), 11, + ACTIONS(3844), 1, + sym__concat, + STATE(1569), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3575), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3573), 34, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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(3069), 24, + [71135] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3825), 1, + aux_sym_concatenation_token1, + ACTIONS(3844), 1, + sym__concat, + STATE(1570), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3571), 5, sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3569), 34, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [71223] = 5, - ACTIONS(63), 1, + aux_sym__simple_variable_name_token1, + sym_word, + [71191] = 3, + ACTIONS(67), 1, sym_comment, - STATE(1530), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3806), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3063), 11, + ACTIONS(1186), 16, + 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_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(3065), 24, + ACTIONS(1188), 26, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, @@ -116905,12 +119784,13 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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,30 +119799,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71273] = 5, - ACTIONS(63), 1, + [71241] = 24, + ACTIONS(67), 1, sym_comment, - STATE(1619), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3823), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 12, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1049), 1, + sym_word, + ACTIONS(1051), 1, + anon_sym_BANG, + ACTIONS(1057), 1, + sym__special_character, + ACTIONS(1061), 1, + sym_test_operator, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(2171), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1053), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1059), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1055), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1873), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [71333] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1190), 16, + 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_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1169), 23, + ACTIONS(1192), 26, sym_file_descriptor, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, @@ -116950,12 +119899,13 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -116964,73 +119914,125 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71323] = 3, - ACTIONS(63), 1, + [71383] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1251), 12, + ACTIONS(1194), 16, + 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_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1253), 26, + ACTIONS(1196), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [71433] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1119), 6, + sym_file_descriptor, sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [71369] = 5, - ACTIONS(63), 1, + sym_word, + [71483] = 3, + ACTIONS(67), 1, sym_comment, - STATE(1574), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3806), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3003), 11, + ACTIONS(1202), 16, + 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_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(3005), 24, + ACTIONS(1204), 26, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, @@ -117038,12 +120040,13 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -117052,30 +120055,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71419] = 5, - ACTIONS(63), 1, + [71533] = 3, + ACTIONS(67), 1, sym_comment, - STATE(1530), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3806), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2995), 11, + ACTIONS(1206), 16, + 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_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(2997), 24, + ACTIONS(1208), 26, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, @@ -117083,12 +120087,13 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -117097,116 +120102,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71469] = 3, - ACTIONS(63), 1, + [71583] = 3, + 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), 25, - sym__concat, + ACTIONS(3676), 6, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3674), 36, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, 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, - [71515] = 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_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1237), 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, - [71561] = 5, - ACTIONS(63), 1, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [71633] = 3, + ACTIONS(67), 1, sym_comment, - STATE(1530), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3806), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 11, + ACTIONS(1166), 16, + 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_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1169), 24, + ACTIONS(1168), 26, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, @@ -117214,12 +120181,13 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, anon_sym_DQUOTE, sym_raw_string, @@ -117228,202 +120196,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71611] = 3, - ACTIONS(63), 1, + [71683] = 5, + ACTIONS(3), 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), 25, - sym__concat, + ACTIONS(3010), 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, - 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, - [71657] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3837), 1, - sym__concat, - ACTIONS(3835), 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(3833), 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, - [71705] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3843), 1, - sym__concat, - ACTIONS(3841), 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(3839), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + sym__brace_start, + ACTIONS(4179), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(2996), 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(4177), 20, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [71753] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 13, - anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1207), 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, - [71799] = 5, - ACTIONS(63), 1, + [71737] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3819), 1, - sym__special_character, - STATE(1613), 1, - aux_sym__literal_repeat1, - ACTIONS(2821), 12, + ACTIONS(1174), 16, 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_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(2823), 24, + ACTIONS(1176), 26, sym_file_descriptor, + sym__concat, sym_test_operator, sym__bare_dollar, sym__brace_start, @@ -117433,41 +120277,46 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [71849] = 3, - ACTIONS(63), 1, + [71787] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1251), 12, + ACTIONS(1182), 16, + 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_LT_AMP, + anon_sym_GT_AMP, 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(1184), 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, @@ -117475,9 +120324,9 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, @@ -117490,73 +120339,167 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71895] = 3, - ACTIONS(63), 1, + [71837] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(1247), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, aux_sym_number_token1, + ACTIONS(995), 1, aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1067), 1, sym_word, - ACTIONS(1249), 26, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(1069), 1, + anon_sym_BANG, + ACTIONS(1075), 1, + sym__special_character, + ACTIONS(1079), 1, sym_test_operator, - sym__brace_start, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(2249), 1, + sym__expression, + ACTIONS(973), 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, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1071), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1077), 2, sym_raw_string, sym_ansi_c_string, + ACTIONS(1073), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1938), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [71929] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1067), 1, + sym_word, + ACTIONS(1069), 1, + anon_sym_BANG, + ACTIONS(1075), 1, + sym__special_character, + ACTIONS(1079), 1, + sym_test_operator, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(2247), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71941] = 5, - ACTIONS(63), 1, + ACTIONS(1071), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1077), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1073), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1938), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [72021] = 3, + ACTIONS(67), 1, sym_comment, - STATE(1591), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3845), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1183), 11, + ACTIONS(1198), 16, + 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_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1185), 24, + ACTIONS(1200), 26, sym_file_descriptor, - sym_variable_name, + sym__concat, sym_test_operator, + sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, @@ -117564,12 +120507,13 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -117578,303 +120522,487 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [71991] = 3, - ACTIONS(63), 1, + [72071] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(1201), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(256), 1, + sym_word, + ACTIONS(265), 1, + anon_sym_LPAREN, + ACTIONS(267), 1, + anon_sym_BANG, + ACTIONS(271), 1, anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, aux_sym_number_token1, + ACTIONS(281), 1, aux_sym_number_token2, + ACTIONS(283), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(285), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1203), 26, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(289), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(293), 1, sym_test_operator, + ACTIONS(295), 1, sym__brace_start, + ACTIONS(4055), 1, + sym__special_character, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + STATE(1945), 1, + aux_sym__literal_repeat1, + STATE(2209), 1, + sym__expression, + ACTIONS(171), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(258), 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, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, + ACTIONS(277), 2, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(291), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72037] = 5, - ACTIONS(63), 1, + ACTIONS(173), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2219), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1813), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [72163] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(3819), 1, - sym__special_character, - STATE(1613), 1, - aux_sym__literal_repeat1, - ACTIONS(2817), 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, + ACTIONS(207), 1, + sym_word, + ACTIONS(218), 1, + anon_sym_LPAREN, + ACTIONS(220), 1, + anon_sym_BANG, + ACTIONS(224), 1, anon_sym_DOLLAR, + ACTIONS(230), 1, aux_sym_number_token1, + ACTIONS(232), 1, aux_sym_number_token2, + ACTIONS(236), 1, anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(2819), 24, - sym_file_descriptor, + ACTIONS(248), 1, sym_test_operator, - sym__bare_dollar, + ACTIONS(250), 1, sym__brace_start, + ACTIONS(1015), 1, + sym__special_character, + ACTIONS(1017), 1, + anon_sym_DQUOTE, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1023), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2956), 1, + anon_sym_BQUOTE, + STATE(1996), 1, + aux_sym__literal_repeat1, + STATE(2170), 1, + sym__expression, + ACTIONS(97), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1011), 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(1019), 2, sym_raw_string, sym_ansi_c_string, + ACTIONS(1025), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(99), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2221), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1897), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [72255] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(971), 1, + sym_word, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(977), 1, + anon_sym_BANG, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(1007), 1, + sym_test_operator, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(4119), 1, + sym__special_character, + STATE(1939), 1, + aux_sym__literal_repeat1, + STATE(2198), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(979), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(991), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1005), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72087] = 3, - ACTIONS(63), 1, + ACTIONS(981), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1899), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [72347] = 8, + ACTIONS(3), 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), 25, - sym__concat, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4286), 1, + anon_sym_RPAREN, + ACTIONS(4110), 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(4100), 10, + anon_sym_SEMI, 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, - [72133] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 12, 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(4102), 10, + 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, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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(1207), 26, + [72407] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4289), 1, + sym__special_character, + STATE(1522), 1, + aux_sym__literal_repeat1, + ACTIONS(1214), 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(1212), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72179] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3852), 1, - sym__concat, - ACTIONS(3850), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3848), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [72227] = 3, - ACTIONS(63), 1, + sym_word, + [72461] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(1243), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, aux_sym_number_token1, + ACTIONS(995), 1, aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1067), 1, sym_word, - ACTIONS(1245), 26, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(1069), 1, + anon_sym_BANG, + ACTIONS(1075), 1, + sym__special_character, + ACTIONS(1079), 1, sym_test_operator, - sym__brace_start, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(2269), 1, + sym__expression, + ACTIONS(973), 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, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1071), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1077), 2, sym_raw_string, sym_ansi_c_string, + ACTIONS(1073), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1938), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [72553] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1067), 1, + sym_word, + ACTIONS(1069), 1, + anon_sym_BANG, + ACTIONS(1075), 1, + sym__special_character, + ACTIONS(1079), 1, + sym_test_operator, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(1991), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72273] = 3, - ACTIONS(63), 1, + ACTIONS(1071), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1077), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1073), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1938), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [72645] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1235), 12, + ACTIONS(1150), 16, + 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_LT_AMP, + anon_sym_GT_AMP, 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, + ACTIONS(1152), 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, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, aux_sym_concatenation_token1, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -117882,70 +121010,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72319] = 3, - ACTIONS(63), 1, + [72695] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1239), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1241), 26, + ACTIONS(3695), 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(3693), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [72365] = 3, - ACTIONS(63), 1, + sym_word, + [72745] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1183), 12, + ACTIONS(1154), 16, + 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_LT_AMP, + anon_sym_GT_AMP, 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(1156), 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, @@ -117953,9 +121089,9 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, @@ -117968,87 +121104,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72411] = 5, - ACTIONS(63), 1, + [72795] = 24, + ACTIONS(67), 1, sym_comment, - STATE(1601), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3854), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1183), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, aux_sym_number_token1, + ACTIONS(995), 1, aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1027), 1, sym_word, - ACTIONS(1185), 23, - sym_file_descriptor, + ACTIONS(1029), 1, + anon_sym_BANG, + ACTIONS(1035), 1, + sym__special_character, + ACTIONS(1039), 1, sym_test_operator, - sym__brace_start, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(1991), 1, + sym__expression, + ACTIONS(973), 2, anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72461] = 3, - ACTIONS(63), 1, + ACTIONS(1031), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1037), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1033), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1910), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [72887] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 12, + ACTIONS(1150), 16, + 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_LT_AMP, + anon_sym_GT_AMP, 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(1152), 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, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, aux_sym_concatenation_token1, + sym__special_character, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, @@ -118056,379 +121219,355 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72507] = 3, - ACTIONS(63), 1, + [72937] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(1267), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(971), 1, + sym_word, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(977), 1, + anon_sym_BANG, + ACTIONS(985), 1, anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, aux_sym_number_token1, + ACTIONS(995), 1, aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1269), 26, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1007), 1, sym_test_operator, + ACTIONS(1009), 1, sym__brace_start, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(4119), 1, + sym__special_character, + STATE(1939), 1, + aux_sym__literal_repeat1, + STATE(1991), 1, + sym__expression, + ACTIONS(973), 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, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, + ACTIONS(979), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(991), 2, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72553] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3861), 1, - sym__concat, - 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_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(3857), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_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, - [72601] = 5, - ACTIONS(63), 1, + ACTIONS(981), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1899), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [73029] = 24, + ACTIONS(67), 1, sym_comment, - STATE(1530), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3806), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2967), 11, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, aux_sym_number_token1, + ACTIONS(995), 1, aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1049), 1, sym_word, - ACTIONS(2969), 24, - sym_file_descriptor, - sym_variable_name, + ACTIONS(1051), 1, + anon_sym_BANG, + ACTIONS(1057), 1, + sym__special_character, + ACTIONS(1061), 1, sym_test_operator, - sym__brace_start, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(1991), 1, + sym__expression, + ACTIONS(973), 2, anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1053), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1059), 2, sym_raw_string, sym_ansi_c_string, + ACTIONS(1055), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1873), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [73121] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(256), 1, + sym_word, + ACTIONS(265), 1, + anon_sym_LPAREN, + ACTIONS(267), 1, + anon_sym_BANG, + ACTIONS(271), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, + aux_sym_number_token1, + ACTIONS(281), 1, + aux_sym_number_token2, + ACTIONS(283), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(285), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(289), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(293), 1, + sym_test_operator, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(4055), 1, + sym__special_character, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + STATE(1945), 1, + aux_sym__literal_repeat1, + STATE(2163), 1, + sym__expression, + ACTIONS(171), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(258), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(277), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(291), 2, 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, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1227), 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(1229), 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, - [72743] = 3, - ACTIONS(63), 1, + ACTIONS(173), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2219), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1813), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [73213] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(1263), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, anon_sym_DOLLAR, - sym__special_character, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, aux_sym_number_token1, + ACTIONS(995), 1, aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1027), 1, sym_word, - ACTIONS(1265), 26, + ACTIONS(1029), 1, + anon_sym_BANG, + ACTIONS(1035), 1, + sym__special_character, + ACTIONS(1039), 1, + sym_test_operator, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(2165), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1031), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1037), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1033), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1910), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [73305] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4292), 1, + sym__special_character, + STATE(1534), 1, + aux_sym__literal_repeat1, + ACTIONS(1214), 4, 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72789] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1167), 14, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1169), 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, - [72835] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3863), 1, - sym__special_character, - STATE(1610), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 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(1275), 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, - [72885] = 5, - ACTIONS(63), 1, + sym_word, + [73359] = 5, + ACTIONS(67), 1, sym_comment, - STATE(1574), 1, + STATE(1493), 1, aux_sym_concatenation_repeat1, - ACTIONS(3806), 2, + ACTIONS(4193), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(2975), 11, + ACTIONS(3156), 15, + 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_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(2977), 24, + ACTIONS(3158), 24, sym_file_descriptor, - sym_variable_name, sym_test_operator, + sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, @@ -118436,9 +121575,9 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, @@ -118450,57 +121589,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [72935] = 3, - ACTIONS(63), 1, + [73413] = 5, + ACTIONS(67), 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), 25, + STATE(1489), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4193), 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_RBRACK, - anon_sym_EQ_TILDE, - anon_sym_QMARK, aux_sym_concatenation_token1, - [72981] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3866), 1, - sym__special_character, - STATE(1613), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 12, + ACTIONS(3249), 15, anon_sym_EQ_EQ, anon_sym_LT_LT, anon_sym_LT, @@ -118508,12 +121605,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_EQ_TILDE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(1275), 24, + ACTIONS(3251), 24, sym_file_descriptor, sym_test_operator, sym__bare_dollar, @@ -118524,588 +121624,18075 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [73031] = 6, - ACTIONS(63), 1, + [73467] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3823), 1, - aux_sym_concatenation_token1, - ACTIONS(3869), 1, - sym__concat, - STATE(1601), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1179), 23, + ACTIONS(1119), 4, sym_file_descriptor, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [73083] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1219), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, + anon_sym_DOLLAR_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(1221), 26, + [73517] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4033), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(4031), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [73129] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1215), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1217), 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, - [73175] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1211), 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_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(1213), 26, + [73567] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3427), 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(3425), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [73221] = 3, - ACTIONS(63), 1, + sym_word, + [73617] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(1259), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, + ACTIONS(4295), 1, sym__special_character, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1261), 26, + STATE(1522), 1, + aux_sym__literal_repeat1, + ACTIONS(3900), 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(3898), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, 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, - [73267] = 6, - 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, - 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_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(1173), 23, + [73671] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4037), 6, sym_file_descriptor, + sym_variable_name, sym_test_operator, sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(4035), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [73319] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1263), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, + anon_sym_DOLLAR_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(1265), 26, + [73721] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4037), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(4035), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [73365] = 3, - ACTIONS(63), 1, + sym_word, + [73771] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 11, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(971), 1, + sym_word, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(977), 1, + anon_sym_BANG, + ACTIONS(985), 1, anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, aux_sym_number_token1, + ACTIONS(995), 1, aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1207), 26, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1007), 1, sym_test_operator, + ACTIONS(1009), 1, sym__brace_start, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(4119), 1, + sym__special_character, + STATE(1939), 1, + aux_sym__literal_repeat1, + STATE(2217), 1, + sym__expression, + ACTIONS(973), 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, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, + ACTIONS(979), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(991), 2, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(1005), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [73410] = 3, - ACTIONS(63), 1, + ACTIONS(981), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1899), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [73863] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(1219), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(256), 1, + sym_word, + ACTIONS(265), 1, + anon_sym_LPAREN, + ACTIONS(267), 1, + anon_sym_BANG, + ACTIONS(271), 1, anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, aux_sym_number_token1, + ACTIONS(281), 1, aux_sym_number_token2, + ACTIONS(283), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(285), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(289), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(293), 1, + sym_test_operator, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(4055), 1, + sym__special_character, + ACTIONS(4057), 1, anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1221), 25, + STATE(1945), 1, + aux_sym__literal_repeat1, + STATE(2148), 1, + sym__expression, + ACTIONS(171), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(258), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(277), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(291), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(173), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2219), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1813), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [73955] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3427), 5, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3425), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [73455] = 8, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3873), 1, - anon_sym_RPAREN_RPAREN, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - STATE(3846), 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, - [73510] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1239), 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_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(1241), 26, + [74005] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3695), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3693), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [73555] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1247), 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_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, sym_word, - ACTIONS(1249), 26, + [74055] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1119), 5, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [73600] = 3, - ACTIONS(63), 1, + sym_word, + [74105] = 24, + ACTIONS(67), 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, + ACTIONS(271), 1, anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, aux_sym_number_token1, + ACTIONS(281), 1, aux_sym_number_token2, + ACTIONS(283), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(285), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(289), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(945), 1, sym_word, - ACTIONS(1169), 25, - sym_file_descriptor, + ACTIONS(947), 1, + anon_sym_LPAREN, + ACTIONS(949), 1, + anon_sym_BANG, + ACTIONS(965), 1, sym_test_operator, - sym__bare_dollar, - sym__brace_start, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + ACTIONS(4133), 1, + sym__special_character, + STATE(1817), 1, + aux_sym__literal_repeat1, + STATE(2144), 1, + sym__expression, + ACTIONS(258), 2, anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(291), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [73645] = 3, - ACTIONS(63), 1, + ACTIONS(953), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(961), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(955), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2071), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1892), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [74197] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(971), 1, + sym_word, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(977), 1, + anon_sym_BANG, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1007), 1, + sym_test_operator, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(4119), 1, + sym__special_character, + STATE(1939), 1, + aux_sym__literal_repeat1, + STATE(2195), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(979), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(991), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(981), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1899), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [74289] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4033), 6, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(4031), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [74339] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4179), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3010), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(2996), 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(4177), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [74393] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1027), 1, + sym_word, + ACTIONS(1029), 1, + anon_sym_BANG, + ACTIONS(1035), 1, + sym__special_character, + ACTIONS(1039), 1, + sym_test_operator, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(2149), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1031), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1037), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1033), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1910), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [74485] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(207), 1, + sym_word, + ACTIONS(218), 1, + anon_sym_LPAREN, + ACTIONS(220), 1, + anon_sym_BANG, + ACTIONS(224), 1, + anon_sym_DOLLAR, + ACTIONS(230), 1, + aux_sym_number_token1, + ACTIONS(232), 1, + aux_sym_number_token2, + ACTIONS(236), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(248), 1, + sym_test_operator, + ACTIONS(250), 1, + sym__brace_start, + ACTIONS(1015), 1, + sym__special_character, + ACTIONS(1017), 1, + anon_sym_DQUOTE, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1023), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2956), 1, + anon_sym_BQUOTE, + STATE(1996), 1, + aux_sym__literal_repeat1, + STATE(2152), 1, + sym__expression, + ACTIONS(97), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1011), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1019), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1025), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(99), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2221), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1897), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [74577] = 25, + ACTIONS(67), 1, + sym_comment, + ACTIONS(271), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, + aux_sym_number_token1, + ACTIONS(281), 1, + aux_sym_number_token2, + ACTIONS(283), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(285), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(289), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(947), 1, + anon_sym_LPAREN, + ACTIONS(949), 1, + anon_sym_BANG, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + ACTIONS(4133), 1, + sym__special_character, + ACTIONS(4297), 1, + sym_word, + ACTIONS(4301), 1, + sym_test_operator, + STATE(1805), 1, + aux_sym__literal_repeat1, + STATE(2271), 1, + sym__expression, + ACTIONS(258), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(291), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(953), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(4299), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1943), 2, + sym_ternary_expression, + sym_postfix_expression, + ACTIONS(955), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2131), 4, + sym_binary_expression, + sym_unary_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1807), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [74671] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3676), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3674), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [74721] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4100), 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(4098), 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, + [74779] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1027), 1, + sym_word, + ACTIONS(1029), 1, + anon_sym_BANG, + ACTIONS(1035), 1, + sym__special_character, + ACTIONS(1039), 1, + sym_test_operator, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(2153), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1031), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1037), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1033), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1910), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [74871] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(207), 1, + sym_word, + ACTIONS(218), 1, + anon_sym_LPAREN, + ACTIONS(220), 1, + anon_sym_BANG, + ACTIONS(224), 1, + anon_sym_DOLLAR, + ACTIONS(230), 1, + aux_sym_number_token1, + ACTIONS(232), 1, + aux_sym_number_token2, + ACTIONS(236), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(248), 1, + sym_test_operator, + ACTIONS(250), 1, + sym__brace_start, + ACTIONS(1015), 1, + sym__special_character, + ACTIONS(1017), 1, + anon_sym_DQUOTE, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1023), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2956), 1, + anon_sym_BQUOTE, + STATE(1996), 1, + aux_sym__literal_repeat1, + STATE(2154), 1, + sym__expression, + ACTIONS(97), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1011), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1019), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1025), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(99), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2221), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1897), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [74963] = 25, + ACTIONS(67), 1, + sym_comment, + ACTIONS(271), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, + aux_sym_number_token1, + ACTIONS(281), 1, + aux_sym_number_token2, + ACTIONS(283), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(285), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(289), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(947), 1, + anon_sym_LPAREN, + ACTIONS(949), 1, + anon_sym_BANG, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + ACTIONS(4133), 1, + sym__special_character, + ACTIONS(4303), 1, + sym_word, + ACTIONS(4307), 1, + sym_test_operator, + STATE(1811), 1, + aux_sym__literal_repeat1, + STATE(2271), 1, + sym__expression, + ACTIONS(258), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(291), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(953), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(4305), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1943), 2, + sym_ternary_expression, + sym_postfix_expression, + ACTIONS(955), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2019), 4, + sym_binary_expression, + sym_unary_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1815), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [75057] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1119), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 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_PIPE, + anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [75107] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1049), 1, + sym_word, + ACTIONS(1051), 1, + anon_sym_BANG, + ACTIONS(1057), 1, + sym__special_character, + ACTIONS(1061), 1, + sym_test_operator, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(2186), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1053), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1059), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1055), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1873), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [75199] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(271), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, + aux_sym_number_token1, + ACTIONS(281), 1, + aux_sym_number_token2, + ACTIONS(283), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(285), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(289), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(945), 1, + sym_word, + ACTIONS(947), 1, + anon_sym_LPAREN, + ACTIONS(949), 1, + anon_sym_BANG, + ACTIONS(965), 1, + sym_test_operator, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + ACTIONS(4133), 1, + sym__special_character, + STATE(1817), 1, + aux_sym__literal_repeat1, + STATE(2064), 1, + sym__expression, + ACTIONS(258), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(291), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(953), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(961), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(955), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2071), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1892), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [75291] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1027), 1, + sym_word, + ACTIONS(1029), 1, + anon_sym_BANG, + ACTIONS(1035), 1, + sym__special_character, + ACTIONS(1039), 1, + sym_test_operator, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(2172), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1031), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1037), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1033), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1910), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [75383] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4309), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [75443] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1027), 1, + sym_word, + ACTIONS(1029), 1, + anon_sym_BANG, + ACTIONS(1035), 1, + sym__special_character, + ACTIONS(1039), 1, + sym_test_operator, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(2168), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1031), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1037), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1033), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1910), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [75535] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(207), 1, + sym_word, + ACTIONS(218), 1, + anon_sym_LPAREN, + ACTIONS(220), 1, + anon_sym_BANG, + ACTIONS(224), 1, + anon_sym_DOLLAR, + ACTIONS(230), 1, + aux_sym_number_token1, + ACTIONS(232), 1, + aux_sym_number_token2, + ACTIONS(236), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(248), 1, + sym_test_operator, + ACTIONS(250), 1, + sym__brace_start, + ACTIONS(1015), 1, + sym__special_character, + ACTIONS(1017), 1, + anon_sym_DQUOTE, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1023), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2956), 1, + anon_sym_BQUOTE, + STATE(1996), 1, + aux_sym__literal_repeat1, + STATE(2175), 1, + sym__expression, + ACTIONS(97), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1011), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1019), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1025), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(99), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2221), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1897), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [75627] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(256), 1, + sym_word, + ACTIONS(265), 1, + anon_sym_LPAREN, + ACTIONS(267), 1, + anon_sym_BANG, + ACTIONS(271), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, + aux_sym_number_token1, + ACTIONS(281), 1, + aux_sym_number_token2, + ACTIONS(283), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(285), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(289), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(293), 1, + sym_test_operator, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(4055), 1, + sym__special_character, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + STATE(1945), 1, + aux_sym__literal_repeat1, + STATE(2182), 1, + sym__expression, + ACTIONS(171), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(258), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(277), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(291), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(173), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2219), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1813), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [75719] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3825), 1, + aux_sym_concatenation_token1, + ACTIONS(3844), 1, + sym__concat, + STATE(1570), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 34, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [75775] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3825), 1, + aux_sym_concatenation_token1, + ACTIONS(4312), 1, + sym__concat, + STATE(954), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1121), 34, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [75831] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3825), 1, + aux_sym_concatenation_token1, + ACTIONS(4314), 1, + sym__concat, + STATE(954), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1101), 34, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [75887] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(271), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, + aux_sym_number_token1, + ACTIONS(281), 1, + aux_sym_number_token2, + ACTIONS(283), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(285), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(289), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(945), 1, + sym_word, + ACTIONS(947), 1, + anon_sym_LPAREN, + ACTIONS(949), 1, + anon_sym_BANG, + ACTIONS(965), 1, + sym_test_operator, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + ACTIONS(4133), 1, + sym__special_character, + STATE(1817), 1, + aux_sym__literal_repeat1, + STATE(2129), 1, + sym__expression, + ACTIONS(258), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(291), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(953), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(961), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(955), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2071), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1892), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [75979] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(271), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, + aux_sym_number_token1, + ACTIONS(281), 1, + aux_sym_number_token2, + ACTIONS(283), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(285), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(289), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(945), 1, + sym_word, + ACTIONS(947), 1, + anon_sym_LPAREN, + ACTIONS(949), 1, + anon_sym_BANG, + ACTIONS(965), 1, + sym_test_operator, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + ACTIONS(4133), 1, + sym__special_character, + STATE(1817), 1, + aux_sym__literal_repeat1, + STATE(2040), 1, + sym__expression, + ACTIONS(258), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(291), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(953), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(961), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(955), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2071), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1892), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [76071] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(207), 1, + sym_word, + ACTIONS(218), 1, + anon_sym_LPAREN, + ACTIONS(220), 1, + anon_sym_BANG, + ACTIONS(224), 1, + anon_sym_DOLLAR, + ACTIONS(230), 1, + aux_sym_number_token1, + ACTIONS(232), 1, + aux_sym_number_token2, + ACTIONS(236), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(248), 1, + sym_test_operator, + ACTIONS(250), 1, + sym__brace_start, + ACTIONS(1015), 1, + sym__special_character, + ACTIONS(1017), 1, + anon_sym_DQUOTE, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1023), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2956), 1, + anon_sym_BQUOTE, + STATE(1996), 1, + aux_sym__literal_repeat1, + STATE(2164), 1, + sym__expression, + ACTIONS(97), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1011), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1019), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1025), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(99), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2221), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1897), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [76163] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4316), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [76223] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4319), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [76283] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1027), 1, + sym_word, + ACTIONS(1029), 1, + anon_sym_BANG, + ACTIONS(1035), 1, + sym__special_character, + ACTIONS(1039), 1, + sym_test_operator, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(2162), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1031), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1037), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1033), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1910), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [76375] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(207), 1, + sym_word, + ACTIONS(218), 1, + anon_sym_LPAREN, + ACTIONS(220), 1, + anon_sym_BANG, + ACTIONS(224), 1, + anon_sym_DOLLAR, + ACTIONS(230), 1, + aux_sym_number_token1, + ACTIONS(232), 1, + aux_sym_number_token2, + ACTIONS(236), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(248), 1, + sym_test_operator, + ACTIONS(250), 1, + sym__brace_start, + ACTIONS(1015), 1, + sym__special_character, + ACTIONS(1017), 1, + anon_sym_DQUOTE, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1023), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2956), 1, + anon_sym_BQUOTE, + STATE(1996), 1, + aux_sym__literal_repeat1, + STATE(2197), 1, + sym__expression, + ACTIONS(97), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1011), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1019), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1025), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(99), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2221), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1897), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [76467] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4322), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [76527] = 25, + ACTIONS(67), 1, + sym_comment, + ACTIONS(271), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, + aux_sym_number_token1, + ACTIONS(281), 1, + aux_sym_number_token2, + ACTIONS(283), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(285), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(289), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(947), 1, + anon_sym_LPAREN, + ACTIONS(949), 1, + anon_sym_BANG, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + ACTIONS(4133), 1, + sym__special_character, + ACTIONS(4325), 1, + sym_word, + ACTIONS(4329), 1, + sym_test_operator, + STATE(1822), 1, + aux_sym__literal_repeat1, + STATE(2271), 1, + sym__expression, + ACTIONS(258), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(291), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(953), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(4327), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1943), 2, + sym_ternary_expression, + sym_postfix_expression, + ACTIONS(955), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2105), 4, + sym_binary_expression, + sym_unary_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1823), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [76621] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(971), 1, + sym_word, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(977), 1, + anon_sym_BANG, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1007), 1, + sym_test_operator, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(4119), 1, + sym__special_character, + STATE(1939), 1, + aux_sym__literal_repeat1, + STATE(2176), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(979), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(991), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(981), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1899), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [76713] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4331), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [76773] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4334), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [76833] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4337), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [76893] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4340), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [76953] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(1027), 1, + sym_word, + ACTIONS(1029), 1, + anon_sym_BANG, + ACTIONS(1035), 1, + sym__special_character, + ACTIONS(1039), 1, + sym_test_operator, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + STATE(1901), 1, + aux_sym__literal_repeat1, + STATE(2194), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(1031), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1037), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1033), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1910), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [77045] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(207), 1, + sym_word, + ACTIONS(218), 1, + anon_sym_LPAREN, + ACTIONS(220), 1, + anon_sym_BANG, + ACTIONS(224), 1, + anon_sym_DOLLAR, + ACTIONS(230), 1, + aux_sym_number_token1, + ACTIONS(232), 1, + aux_sym_number_token2, + ACTIONS(236), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(248), 1, + sym_test_operator, + ACTIONS(250), 1, + sym__brace_start, + ACTIONS(1015), 1, + sym__special_character, + ACTIONS(1017), 1, + anon_sym_DQUOTE, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1023), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2956), 1, + anon_sym_BQUOTE, + STATE(1996), 1, + aux_sym__literal_repeat1, + STATE(2169), 1, + sym__expression, + ACTIONS(97), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1011), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1019), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1025), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(99), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2221), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1897), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [77137] = 25, + ACTIONS(67), 1, + sym_comment, + ACTIONS(271), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, + aux_sym_number_token1, + ACTIONS(281), 1, + aux_sym_number_token2, + ACTIONS(283), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(285), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(289), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(947), 1, + anon_sym_LPAREN, + ACTIONS(949), 1, + anon_sym_BANG, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + ACTIONS(4133), 1, + sym__special_character, + ACTIONS(4343), 1, + sym_word, + ACTIONS(4347), 1, + sym_test_operator, + STATE(1875), 1, + aux_sym__literal_repeat1, + STATE(2271), 1, + sym__expression, + ACTIONS(258), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(291), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(953), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(4345), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1943), 2, + sym_ternary_expression, + sym_postfix_expression, + ACTIONS(955), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2080), 4, + sym_binary_expression, + sym_unary_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1877), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [77231] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(971), 1, + sym_word, + ACTIONS(975), 1, + anon_sym_LPAREN, + ACTIONS(977), 1, + anon_sym_BANG, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1007), 1, + sym_test_operator, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(4119), 1, + sym__special_character, + STATE(1939), 1, + aux_sym__literal_repeat1, + STATE(2199), 1, + sym__expression, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(979), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(991), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(981), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(1943), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1899), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [77323] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4349), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [77383] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4352), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [77443] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4355), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [77503] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4358), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [77563] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4361), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [77623] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4364), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [77683] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4367), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [77743] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4370), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [77803] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4373), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [77863] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4376), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [77923] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4379), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [77983] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4382), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [78043] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4385), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [78103] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4388), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [78163] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4391), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [78223] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4394), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [78283] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4397), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [78343] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(207), 1, + sym_word, + ACTIONS(218), 1, + anon_sym_LPAREN, + ACTIONS(220), 1, + anon_sym_BANG, + ACTIONS(224), 1, + anon_sym_DOLLAR, + ACTIONS(230), 1, + aux_sym_number_token1, + ACTIONS(232), 1, + aux_sym_number_token2, + ACTIONS(236), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(248), 1, + sym_test_operator, + ACTIONS(250), 1, + sym__brace_start, + ACTIONS(1015), 1, + sym__special_character, + ACTIONS(1017), 1, + anon_sym_DQUOTE, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1023), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2956), 1, + anon_sym_BQUOTE, + STATE(1996), 1, + aux_sym__literal_repeat1, + STATE(2189), 1, + sym__expression, + ACTIONS(97), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1011), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1019), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1025), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(99), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2221), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1897), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [78435] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1119), 5, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 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_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [78485] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4400), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [78545] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4403), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [78605] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4406), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [78665] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4409), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [78725] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4412), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [78785] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4415), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [78845] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4418), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [78905] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4421), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [78965] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4424), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [79025] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4427), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [79085] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4430), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [79145] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4433), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [79205] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(207), 1, + sym_word, + ACTIONS(218), 1, + anon_sym_LPAREN, + ACTIONS(220), 1, + anon_sym_BANG, + ACTIONS(224), 1, + anon_sym_DOLLAR, + ACTIONS(230), 1, + aux_sym_number_token1, + ACTIONS(232), 1, + aux_sym_number_token2, + ACTIONS(236), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(248), 1, + sym_test_operator, + ACTIONS(250), 1, + sym__brace_start, + ACTIONS(1015), 1, + sym__special_character, + ACTIONS(1017), 1, + anon_sym_DQUOTE, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1023), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2956), 1, + anon_sym_BQUOTE, + STATE(1996), 1, + aux_sym__literal_repeat1, + STATE(2203), 1, + sym__expression, + ACTIONS(97), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(1011), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1019), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(1025), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(99), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2221), 6, + sym_binary_expression, + sym_ternary_expression, + sym_unary_expression, + sym_postfix_expression, + sym_parenthesized_expression, + sym_concatenation, + STATE(1897), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [79297] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4436), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [79357] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4439), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [79417] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4442), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [79477] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4445), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [79537] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4448), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [79597] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4451), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [79657] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4454), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [79717] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4457), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [79777] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4460), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [79837] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4463), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [79897] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4466), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [79957] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4469), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [80017] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4472), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [80077] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4475), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [80137] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4478), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [80197] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4481), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [80257] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4484), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [80317] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4487), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [80377] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4490), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [80437] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4493), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [80497] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4496), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [80557] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4499), 1, + anon_sym_RPAREN, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 10, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4098), 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, + [80617] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1186), 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(1188), 28, + sym__concat, + sym_test_operator, + 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_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [80666] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4502), 1, + aux_sym_concatenation_token1, + ACTIONS(4504), 1, + sym__concat, + STATE(1688), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1123), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [80721] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1206), 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(1208), 28, + sym__concat, + sym_test_operator, + 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_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [80770] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 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(1152), 28, + sym__concat, + sym_test_operator, + 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_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [80819] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1154), 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(1156), 28, + sym__concat, + sym_test_operator, + 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_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [80868] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 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(1152), 28, + sym__concat, + sym_test_operator, + 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_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [80917] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1198), 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(1200), 28, + sym__concat, + sym_test_operator, + 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_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [80966] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1644), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4502), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3425), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(3427), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [81019] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1695), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4502), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3463), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(3465), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [81072] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4506), 1, + sym__special_character, + STATE(1674), 1, + aux_sym__literal_repeat1, + ACTIONS(211), 15, + 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_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(244), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [81125] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1202), 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(1204), 28, + sym__concat, + sym_test_operator, + 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_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [81174] = 6, + ACTIONS(67), 1, + sym_comment, + STATE(2433), 1, + aux_sym__literal_repeat1, + STATE(2523), 1, + sym_concatenation, + STATE(2307), 9, + 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(2107), 10, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(2109), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [81229] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1655), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4508), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1107), 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(1109), 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, + [81282] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3969), 1, + aux_sym_concatenation_token1, + ACTIONS(3971), 1, + sym__concat, + STATE(1685), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3427), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3425), 33, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [81337] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1182), 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(1184), 28, + sym__concat, + sym_test_operator, + 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_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [81386] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3969), 1, + aux_sym_concatenation_token1, + ACTIONS(3971), 1, + sym__concat, + STATE(1677), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3465), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3463), 33, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [81441] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3969), 1, + aux_sym_concatenation_token1, + ACTIONS(3971), 1, + sym__concat, + STATE(1685), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3695), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3693), 33, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [81496] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1194), 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(1196), 28, + sym__concat, + sym_test_operator, + 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_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [81545] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1695), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4502), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1117), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1119), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [81598] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1190), 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(1192), 28, + sym__concat, + sym_test_operator, + 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_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [81647] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1174), 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(1176), 28, + sym__concat, + sym_test_operator, + 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_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [81696] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1166), 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(1168), 28, + sym__concat, + sym_test_operator, + 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_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [81745] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1119), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [81794] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4511), 1, + aux_sym_concatenation_token1, + ACTIONS(4513), 1, + sym__concat, + STATE(1669), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1101), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1103), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [81849] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4511), 1, + aux_sym_concatenation_token1, + ACTIONS(4515), 1, + sym__concat, + STATE(1669), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1123), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [81904] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1119), 5, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [81953] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1669), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4517), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1107), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1109), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [82006] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4522), 1, + anon_sym_DQUOTE, + STATE(2362), 1, + sym_string, + ACTIONS(4524), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 4, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4520), 9, + anon_sym_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(1081), 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_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [82063] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4522), 1, + anon_sym_DQUOTE, + STATE(2362), 1, + sym_string, + ACTIONS(4524), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 4, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4520), 9, + anon_sym_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(1091), 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_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [82120] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3969), 1, + aux_sym_concatenation_token1, + ACTIONS(3971), 1, + sym__concat, + STATE(1677), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3662), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3660), 33, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [82175] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4105), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4107), 1, + sym_file_descriptor, + ACTIONS(4110), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(4100), 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(4102), 11, + anon_sym_GT_GT, + anon_sym_LT, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_BQUOTE, + ACTIONS(4098), 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, + [82232] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4526), 1, + sym__special_character, + STATE(1674), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 15, + 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_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(1214), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [82285] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3969), 1, + aux_sym_concatenation_token1, + ACTIONS(3971), 1, + sym__concat, + STATE(1677), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3680), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3678), 33, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [82340] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3969), 1, + aux_sym_concatenation_token1, + ACTIONS(3971), 1, + sym__concat, + STATE(1685), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3676), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3674), 33, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [82395] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3969), 1, + aux_sym_concatenation_token1, + ACTIONS(4529), 1, + sym__concat, + STATE(1192), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1101), 33, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [82450] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3957), 1, + aux_sym_concatenation_token1, + ACTIONS(3959), 1, + sym__concat, + STATE(1681), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3654), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3652), 34, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [82505] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3957), 1, + aux_sym_concatenation_token1, + ACTIONS(3959), 1, + sym__concat, + STATE(1682), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3688), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3686), 34, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [82560] = 6, + ACTIONS(67), 1, + sym_comment, + STATE(2385), 1, + aux_sym__literal_repeat1, + STATE(2504), 1, + sym_concatenation, + STATE(2340), 9, + 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(2115), 10, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(2117), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [82615] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3957), 1, + aux_sym_concatenation_token1, + ACTIONS(4531), 1, + sym__concat, + STATE(1138), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1101), 34, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [82670] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3957), 1, + aux_sym_concatenation_token1, + ACTIONS(4533), 1, + sym__concat, + STATE(1138), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1121), 34, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [82725] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1667), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4511), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3693), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(3695), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [82778] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1666), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4511), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3660), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(3662), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [82831] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3969), 1, + aux_sym_concatenation_token1, + ACTIONS(4535), 1, + sym__concat, + STATE(1192), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1121), 33, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [82886] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3969), 1, + aux_sym_concatenation_token1, + ACTIONS(3971), 1, + sym__concat, + STATE(1677), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 5, + sym_file_descriptor, + sym_variable_name, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 33, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [82941] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4179), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3010), 3, + sym_variable_name, + sym_test_operator, + sym__brace_start, + ACTIONS(2996), 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(4177), 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_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_BQUOTE, + [82994] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1688), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4537), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1107), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1109), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [83047] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1695), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4502), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3569), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(3571), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [83100] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1644), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4502), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3573), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(3575), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [83153] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3957), 1, + aux_sym_concatenation_token1, + ACTIONS(3959), 1, + sym__concat, + STATE(1681), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 34, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [83208] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1667), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4511), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3674), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(3676), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [83261] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1666), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4511), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3678), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(3680), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [83314] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1666), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4511), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1117), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1119), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [83367] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4502), 1, + aux_sym_concatenation_token1, + ACTIONS(4540), 1, + sym__concat, + STATE(1688), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1101), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1103), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [83422] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1744), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4542), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3686), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(3688), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [83474] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1825), 1, + aux_sym_concatenation_repeat1, + ACTIONS(983), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1117), 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(1119), 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_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + sym__special_character, + [83526] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1174), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1176), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [83574] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1206), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1208), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [83622] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1142), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1144), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [83670] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1182), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1184), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [83718] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4552), 1, + anon_sym_esac, + ACTIONS(4554), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(4556), 1, + anon_sym_DOLLAR, + ACTIONS(4558), 1, + sym__special_character, + ACTIONS(4560), 1, + anon_sym_DQUOTE, + ACTIONS(4562), 1, + aux_sym_number_token1, + ACTIONS(4564), 1, + aux_sym_number_token2, + ACTIONS(4566), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4568), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4570), 1, + anon_sym_BQUOTE, + ACTIONS(4572), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4576), 1, + sym_test_operator, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, + sym__brace_start, + STATE(4128), 1, + aux_sym__literal_repeat1, + STATE(4571), 1, + sym_last_case_item, + ACTIONS(4546), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4574), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2227), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(4544), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(4548), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(4081), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [83810] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1202), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1204), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [83858] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1721), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4542), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3652), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(3654), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [83910] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, + anon_sym_DOLLAR, + ACTIONS(4558), 1, + sym__special_character, + ACTIONS(4560), 1, + anon_sym_DQUOTE, + ACTIONS(4562), 1, + aux_sym_number_token1, + ACTIONS(4564), 1, + aux_sym_number_token2, + ACTIONS(4566), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4568), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4570), 1, + anon_sym_BQUOTE, + ACTIONS(4572), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4576), 1, + sym_test_operator, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, + sym__brace_start, + ACTIONS(4584), 1, + anon_sym_esac, + ACTIONS(4586), 1, + aux_sym_heredoc_redirect_token1, + STATE(4128), 1, + aux_sym__literal_repeat1, + STATE(4587), 1, + sym_last_case_item, + ACTIONS(4546), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4574), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2273), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(4544), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(4582), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(4081), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [84002] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, + anon_sym_DOLLAR, + ACTIONS(4558), 1, + sym__special_character, + ACTIONS(4560), 1, + anon_sym_DQUOTE, + ACTIONS(4562), 1, + aux_sym_number_token1, + ACTIONS(4564), 1, + aux_sym_number_token2, + ACTIONS(4566), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4568), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4570), 1, + anon_sym_BQUOTE, + ACTIONS(4572), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4576), 1, + sym_test_operator, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, + sym__brace_start, + ACTIONS(4590), 1, + anon_sym_esac, + ACTIONS(4592), 1, + aux_sym_heredoc_redirect_token1, + STATE(4128), 1, + aux_sym__literal_repeat1, + STATE(4932), 1, + sym_last_case_item, + ACTIONS(4546), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4574), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2274), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(4544), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(4588), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(4081), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [84094] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1107), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1109), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [84142] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1146), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1148), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [84190] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1194), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1196), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [84238] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, + anon_sym_DOLLAR, + ACTIONS(4558), 1, + sym__special_character, + ACTIONS(4560), 1, + anon_sym_DQUOTE, + ACTIONS(4562), 1, + aux_sym_number_token1, + ACTIONS(4564), 1, + aux_sym_number_token2, + ACTIONS(4566), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4568), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4570), 1, + anon_sym_BQUOTE, + ACTIONS(4572), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4576), 1, + sym_test_operator, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, + sym__brace_start, + ACTIONS(4596), 1, + anon_sym_esac, + ACTIONS(4598), 1, + aux_sym_heredoc_redirect_token1, + STATE(4128), 1, + aux_sym__literal_repeat1, + STATE(5009), 1, + sym_last_case_item, + ACTIONS(4546), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4574), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2253), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(4544), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(4594), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(4081), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [84330] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1190), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1192), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [84378] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1170), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1172), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [84426] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1198), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1200), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [84474] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4115), 1, + aux_sym_concatenation_token1, + ACTIONS(4600), 1, + sym__concat, + STATE(1330), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1101), 33, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [84528] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4115), 1, + aux_sym_concatenation_token1, + ACTIONS(4602), 1, + sym__concat, + STATE(1330), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1121), 33, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [84582] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1186), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1188), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [84630] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1717), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4604), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1107), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1109), 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_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [84682] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4115), 1, + aux_sym_concatenation_token1, + ACTIONS(4117), 1, + sym__concat, + STATE(1715), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3906), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3904), 33, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [84736] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1178), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1180), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [84784] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1166), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1168), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [84832] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4542), 1, + aux_sym_concatenation_token1, + ACTIONS(4607), 1, + sym__concat, + STATE(1749), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1101), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1103), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [84886] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4506), 1, + sym__special_character, + STATE(1674), 1, + aux_sym__literal_repeat1, + ACTIONS(3353), 14, + 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_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3355), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [84938] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1859), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1013), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1117), 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(1119), 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, + [84990] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(957), 1, + aux_sym_concatenation_token1, + STATE(1851), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1117), 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(1119), 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, + [85042] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1166), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1168), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [85090] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1162), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1164), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [85138] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1221), 1, + sym_test_operator, + STATE(1799), 1, + aux_sym_concatenation_repeat1, + ACTIONS(983), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(4611), 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(4609), 23, + 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, + [85192] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1221), 1, + sym_test_operator, + STATE(1799), 1, + aux_sym_concatenation_repeat1, + ACTIONS(983), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(4615), 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(4613), 23, + 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, + [85246] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1764), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4617), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3898), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(3900), 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_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [85298] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1117), 15, + 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_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(1119), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [85346] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1174), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1176), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [85394] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1152), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [85442] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4115), 1, + aux_sym_concatenation_token1, + ACTIONS(4117), 1, + sym__concat, + STATE(1714), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 33, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [85496] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1154), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1156), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [85544] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1721), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4542), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1117), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1119), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [85596] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1152), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [85644] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1803), 1, + aux_sym_concatenation_repeat1, + ACTIONS(957), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1117), 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(1119), 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, + [85696] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1158), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1160), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [85744] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1755), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4619), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3463), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(3465), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [85796] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1757), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4619), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3425), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(3427), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [85848] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1142), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1144), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [85896] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1765), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4617), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3904), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(3906), 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_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [85948] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1158), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1160), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [85996] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4542), 1, + aux_sym_concatenation_token1, + ACTIONS(4621), 1, + sym__concat, + STATE(1749), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1123), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [86050] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1182), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1184), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [86098] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1206), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1208), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [86146] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1902), 1, + aux_sym_concatenation_repeat1, + ACTIONS(983), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1117), 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(1119), 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, + [86198] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1127), 15, + 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_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(1137), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [86246] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1749), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4623), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1107), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1109), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [86298] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1107), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1109), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [86346] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1146), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1148), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [86394] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1798), 1, + aux_sym_concatenation_repeat1, + ACTIONS(983), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1117), 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(1119), 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, + [86446] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, + anon_sym_DOLLAR, + ACTIONS(4558), 1, + sym__special_character, + ACTIONS(4560), 1, + anon_sym_DQUOTE, + ACTIONS(4562), 1, + aux_sym_number_token1, + ACTIONS(4564), 1, + aux_sym_number_token2, + ACTIONS(4566), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4568), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4570), 1, + anon_sym_BQUOTE, + ACTIONS(4572), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4576), 1, + sym_test_operator, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, + sym__brace_start, + ACTIONS(4628), 1, + anon_sym_esac, + ACTIONS(4630), 1, + aux_sym_heredoc_redirect_token1, + STATE(4128), 1, + aux_sym__literal_repeat1, + STATE(5017), 1, + sym_last_case_item, + ACTIONS(4546), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4574), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2246), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(4544), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(4626), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(4081), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [86538] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1170), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1172), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [86586] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4619), 1, + aux_sym_concatenation_token1, + ACTIONS(4632), 1, + sym__concat, + STATE(1760), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1101), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1103), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [86640] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, + anon_sym_DOLLAR, + ACTIONS(4558), 1, + sym__special_character, + ACTIONS(4560), 1, + anon_sym_DQUOTE, + ACTIONS(4562), 1, + aux_sym_number_token1, + ACTIONS(4564), 1, + aux_sym_number_token2, + ACTIONS(4566), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4568), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4570), 1, + anon_sym_BQUOTE, + ACTIONS(4572), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4576), 1, + sym_test_operator, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, + sym__brace_start, + ACTIONS(4636), 1, + anon_sym_esac, + ACTIONS(4638), 1, + aux_sym_heredoc_redirect_token1, + STATE(4128), 1, + aux_sym__literal_repeat1, + STATE(5018), 1, + sym_last_case_item, + ACTIONS(4546), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4574), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2245), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(4544), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(4634), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(4081), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [86732] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4619), 1, + aux_sym_concatenation_token1, + ACTIONS(4640), 1, + sym__concat, + STATE(1760), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1123), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [86786] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, + anon_sym_DOLLAR, + ACTIONS(4558), 1, + sym__special_character, + ACTIONS(4560), 1, + anon_sym_DQUOTE, + ACTIONS(4562), 1, + aux_sym_number_token1, + ACTIONS(4564), 1, + aux_sym_number_token2, + ACTIONS(4566), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4568), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4570), 1, + anon_sym_BQUOTE, + ACTIONS(4572), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4576), 1, + sym_test_operator, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, + sym__brace_start, + ACTIONS(4644), 1, + anon_sym_esac, + ACTIONS(4646), 1, + aux_sym_heredoc_redirect_token1, + STATE(4128), 1, + aux_sym__literal_repeat1, + STATE(5068), 1, + sym_last_case_item, + ACTIONS(4546), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4574), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2244), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(4544), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(4642), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(4081), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [86878] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1755), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4619), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3678), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(3680), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [86930] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1760), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4648), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1107), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1109), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [86982] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1755), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4619), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1117), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1119), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [87034] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1158), 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(1160), 27, + 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_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [87082] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, + anon_sym_DOLLAR, + ACTIONS(4558), 1, + sym__special_character, + ACTIONS(4560), 1, + anon_sym_DQUOTE, + ACTIONS(4562), 1, + aux_sym_number_token1, + ACTIONS(4564), 1, + aux_sym_number_token2, + ACTIONS(4566), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4568), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4570), 1, + anon_sym_BQUOTE, + ACTIONS(4572), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4576), 1, + sym_test_operator, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, + sym__brace_start, + ACTIONS(4653), 1, + anon_sym_esac, + ACTIONS(4655), 1, + aux_sym_heredoc_redirect_token1, + STATE(4128), 1, + aux_sym__literal_repeat1, + STATE(4695), 1, + sym_last_case_item, + ACTIONS(4546), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4574), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2250), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(4544), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(4651), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(4081), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [87174] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4617), 1, + aux_sym_concatenation_token1, + ACTIONS(4657), 1, + sym__concat, + STATE(1717), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1101), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1103), 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_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [87228] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4617), 1, + aux_sym_concatenation_token1, + ACTIONS(4659), 1, + sym__concat, + STATE(1717), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1123), 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_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [87282] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1757), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4619), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3674), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(3676), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [87334] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1757), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4619), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3693), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(3695), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [87386] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, + anon_sym_DOLLAR, + ACTIONS(4558), 1, + sym__special_character, + ACTIONS(4560), 1, + anon_sym_DQUOTE, + ACTIONS(4562), 1, + aux_sym_number_token1, + ACTIONS(4564), 1, + aux_sym_number_token2, + ACTIONS(4566), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4568), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4570), 1, + anon_sym_BQUOTE, + ACTIONS(4572), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4576), 1, + sym_test_operator, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, + sym__brace_start, + ACTIONS(4663), 1, + anon_sym_esac, + ACTIONS(4665), 1, + aux_sym_heredoc_redirect_token1, + STATE(4128), 1, + aux_sym__literal_repeat1, + STATE(4681), 1, + sym_last_case_item, + ACTIONS(4546), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4574), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2223), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(4544), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(4661), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(4081), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [87478] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4506), 1, + sym__special_character, + STATE(1674), 1, + aux_sym__literal_repeat1, + ACTIONS(3156), 14, + 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_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3158), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [87530] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, + anon_sym_DOLLAR, + ACTIONS(4558), 1, + sym__special_character, + ACTIONS(4560), 1, + anon_sym_DQUOTE, + ACTIONS(4562), 1, + aux_sym_number_token1, + ACTIONS(4564), 1, + aux_sym_number_token2, + ACTIONS(4566), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4568), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4570), 1, + anon_sym_BQUOTE, + ACTIONS(4572), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4576), 1, + sym_test_operator, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, + sym__brace_start, + ACTIONS(4669), 1, + anon_sym_esac, + ACTIONS(4671), 1, + aux_sym_heredoc_redirect_token1, + STATE(4128), 1, + aux_sym__literal_repeat1, + STATE(5069), 1, + sym_last_case_item, + ACTIONS(4546), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4574), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2243), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(4544), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(4667), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(4081), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [87622] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1162), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1164), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [87670] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1170), 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(1172), 27, + 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_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [87718] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1198), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1200), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [87766] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1178), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1180), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [87814] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1186), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1188), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [87862] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1755), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4619), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3660), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(3662), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [87914] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, + anon_sym_DOLLAR, + ACTIONS(4558), 1, + sym__special_character, + ACTIONS(4560), 1, + anon_sym_DQUOTE, + ACTIONS(4562), 1, + aux_sym_number_token1, + ACTIONS(4564), 1, + aux_sym_number_token2, + ACTIONS(4566), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4568), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4570), 1, + anon_sym_BQUOTE, + ACTIONS(4572), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4576), 1, + sym_test_operator, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, + sym__brace_start, + ACTIONS(4675), 1, + anon_sym_esac, + ACTIONS(4677), 1, + aux_sym_heredoc_redirect_token1, + STATE(4128), 1, + aux_sym__literal_repeat1, + STATE(4726), 1, + sym_last_case_item, + ACTIONS(4546), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4574), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2272), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(4544), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(4673), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(4081), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [88006] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1146), 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(1148), 27, + 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_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [88054] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1107), 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(1109), 27, + 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_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [88102] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1190), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [88150] = 25, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, + anon_sym_DOLLAR, + ACTIONS(4558), 1, + sym__special_character, + ACTIONS(4560), 1, + anon_sym_DQUOTE, + ACTIONS(4562), 1, + aux_sym_number_token1, + ACTIONS(4564), 1, + aux_sym_number_token2, + ACTIONS(4566), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(4568), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4570), 1, + anon_sym_BQUOTE, + ACTIONS(4572), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(4576), 1, + sym_test_operator, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, + sym__brace_start, + ACTIONS(4681), 1, + anon_sym_esac, + ACTIONS(4683), 1, + aux_sym_heredoc_redirect_token1, + STATE(4128), 1, + aux_sym__literal_repeat1, + STATE(5055), 1, + sym_last_case_item, + ACTIONS(4546), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(4574), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2252), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, + sym_concatenation, + sym__extglob_blob, + ACTIONS(4544), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(4679), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(4081), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [88242] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1162), 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(1164), 27, + 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_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [88290] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1194), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1196), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [88338] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4115), 1, + aux_sym_concatenation_token1, + ACTIONS(4117), 1, + sym__concat, + STATE(1714), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3900), 4, + sym_file_descriptor, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3898), 33, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [88392] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1202), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1204), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [88440] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1152), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [88488] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1154), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1156), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [88536] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1142), 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(1144), 27, + 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_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [88584] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1178), 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(1180), 27, + 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_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + aux_sym_concatenation_token1, + [88632] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1764), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4617), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1117), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1119), 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_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [88684] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1152), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [88732] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1198), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1200), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [88779] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1190), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1192), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [88826] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1206), 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(1208), 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, + [88873] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4685), 1, + sym__special_character, + STATE(1802), 1, + aux_sym__literal_repeat1, + ACTIONS(3463), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + aux_sym__simple_variable_name_token1, + sym_word, + ACTIONS(3465), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [88924] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1202), 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(1204), 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, + [88971] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1162), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1164), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [89018] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(983), 1, + aux_sym_concatenation_token1, + ACTIONS(4687), 1, + sym__concat, + STATE(1655), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1101), 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(1103), 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, + [89071] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(983), 1, + aux_sym_concatenation_token1, + ACTIONS(4689), 1, + sym__concat, + STATE(1655), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 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(1123), 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, + [89124] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1190), 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(1192), 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, + [89171] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(983), 1, + aux_sym_concatenation_token1, + ACTIONS(4691), 1, + sym__concat, + STATE(1655), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 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(1123), 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, + [89224] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4693), 1, + sym__special_character, + STATE(1802), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + aux_sym__simple_variable_name_token1, + sym_word, + ACTIONS(1214), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [89275] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(957), 1, + aux_sym_concatenation_token1, + ACTIONS(4696), 1, + sym__concat, + STATE(1810), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1101), 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(1103), 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, + [89328] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4698), 1, + sym__special_character, + STATE(1804), 1, + aux_sym__literal_repeat1, + 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), 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, + anon_sym_COLON, + [89379] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1041), 1, + anon_sym_RBRACK, + ACTIONS(4701), 1, + sym__special_character, + ACTIONS(4703), 1, + sym__concat, + STATE(1869), 1, + aux_sym__literal_repeat1, + ACTIONS(213), 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(260), 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, + [89434] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1824), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4705), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1117), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1119), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [89485] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(957), 1, + aux_sym_concatenation_token1, + ACTIONS(4707), 1, + anon_sym_RBRACK, + ACTIONS(4709), 1, + sym__concat, + STATE(1891), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1129), 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(1221), 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, + [89540] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(957), 1, + aux_sym_concatenation_token1, + ACTIONS(4711), 1, + sym__concat, + STATE(1810), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 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(1123), 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, + [89593] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 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(1152), 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, + [89640] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1810), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4713), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1107), 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(1109), 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, + [89691] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1045), 1, + anon_sym_RBRACK, + ACTIONS(4701), 1, + sym__special_character, + ACTIONS(4716), 1, + sym__concat, + STATE(1869), 1, + aux_sym__literal_repeat1, + ACTIONS(213), 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(260), 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, + [89746] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1158), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1160), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [89793] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1808), 1, + aux_sym_concatenation_repeat1, + ACTIONS(957), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1129), 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(1221), 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, + [89844] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1814), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4718), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1107), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1109), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [89895] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(957), 1, + aux_sym_concatenation_token1, + ACTIONS(4721), 1, + anon_sym_RBRACK, + ACTIONS(4723), 1, + sym__concat, + STATE(1891), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1129), 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(1221), 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, + [89950] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1142), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1144), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [89997] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4701), 1, + sym__special_character, + STATE(1869), 1, + aux_sym__literal_repeat1, + ACTIONS(213), 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(260), 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, + [90048] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1178), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1180), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [90095] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1107), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1109), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [90142] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1146), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1148), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [90189] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4705), 1, + aux_sym_concatenation_token1, + ACTIONS(4725), 1, + sym__concat, + STATE(1814), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1123), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [90242] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1063), 1, + anon_sym_RBRACK, + ACTIONS(4701), 1, + sym__special_character, + ACTIONS(4727), 1, + sym__concat, + STATE(1869), 1, + aux_sym__literal_repeat1, + ACTIONS(213), 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(260), 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, + [90297] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(957), 1, + aux_sym_concatenation_token1, + ACTIONS(4729), 1, + anon_sym_RBRACK, + ACTIONS(4731), 1, + sym__concat, + STATE(1891), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1129), 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(1221), 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, + [90352] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4705), 1, + aux_sym_concatenation_token1, + ACTIONS(4733), 1, + sym__concat, + STATE(1814), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1101), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1103), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [90405] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(983), 1, + aux_sym_concatenation_token1, + ACTIONS(4735), 1, + sym__concat, + STATE(1655), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1101), 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(1103), 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, + [90458] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1152), 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_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [90505] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1154), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1156), 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_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [90552] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1152), 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_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [90599] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1198), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1200), 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_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [90646] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1182), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1184), 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_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [90693] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1174), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1176), 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_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [90740] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1166), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1168), 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_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [90787] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1206), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1208), 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_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [90834] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1152), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [90881] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1154), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1156), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [90928] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1152), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [90975] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(983), 1, + aux_sym_concatenation_token1, + ACTIONS(4737), 1, + sym__concat, + STATE(1655), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 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(1123), 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, + [91028] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1202), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1204), 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_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [91075] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1194), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1196), 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_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [91122] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1190), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1192), 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_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [91169] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1186), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1188), 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_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [91216] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1198), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1200), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [91263] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1182), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1184), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [91310] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1174), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1176), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [91357] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1166), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1168), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [91404] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1206), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1208), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [91451] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1154), 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(1156), 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, + [91498] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1202), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1204), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [91545] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1170), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1172), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [91592] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1194), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1196), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [91639] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(957), 1, + aux_sym_concatenation_token1, + ACTIONS(4739), 1, + sym__concat, + STATE(1810), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1101), 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(1103), 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, + [91692] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1186), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1188), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [91739] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1198), 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(1200), 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, + [91786] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1178), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1180), 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_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [91833] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1162), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1164), 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_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [91880] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4741), 1, + sym__special_character, + STATE(1871), 1, + aux_sym__literal_repeat1, + ACTIONS(3660), 12, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3662), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [91931] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1158), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1160), 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_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [91978] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1186), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1188), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [92025] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1013), 1, + aux_sym_concatenation_token1, + ACTIONS(4743), 1, + sym__concat, + STATE(1874), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1101), 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(1103), 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, + [92078] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1142), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1144), 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_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [92125] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1190), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [92172] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1182), 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(1184), 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, + [92219] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1013), 1, + aux_sym_concatenation_token1, + ACTIONS(4745), 1, + sym__concat, + STATE(1874), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 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(1123), 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, + [92272] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4685), 1, + sym__special_character, + STATE(1802), 1, + aux_sym__literal_repeat1, + ACTIONS(3569), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + aux_sym__simple_variable_name_token1, + sym_word, + ACTIONS(3571), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [92323] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3249), 14, + 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_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3251), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [92370] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1194), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1196), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [92417] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1107), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1109), 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_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [92464] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1146), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1148), 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_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [92511] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4747), 1, + sym__special_character, + STATE(1869), 1, + aux_sym__literal_repeat1, + 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), 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, + [92562] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4741), 1, + sym__special_character, + STATE(1871), 1, + aux_sym__literal_repeat1, + ACTIONS(3678), 12, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3680), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [92613] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4750), 1, + sym__special_character, + STATE(1871), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 12, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(1214), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [92664] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1170), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1172), 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_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [92711] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1799), 1, + aux_sym_concatenation_repeat1, + ACTIONS(983), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1129), 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(1221), 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, + [92762] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1874), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4753), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1107), 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(1109), 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, + [92813] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(951), 1, + anon_sym_RBRACK, + ACTIONS(4701), 1, + sym__special_character, + ACTIONS(4756), 1, + sym__concat, + STATE(1869), 1, + aux_sym__literal_repeat1, + ACTIONS(213), 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(260), 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, + [92868] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1202), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1204), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [92915] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(957), 1, + aux_sym_concatenation_token1, + ACTIONS(4758), 1, + anon_sym_RBRACK, + ACTIONS(4760), 1, + sym__concat, + STATE(1891), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1129), 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(1221), 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, + [92970] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3357), 14, + 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_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3359), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [93017] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1178), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1180), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [93064] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1162), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1164), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [93111] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1158), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1160), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [93158] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1142), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1144), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [93205] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4764), 1, + anon_sym_DQUOTE, + STATE(2678), 1, + sym_string, + ACTIONS(1089), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4766), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4762), 9, + anon_sym_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(1081), 24, + anon_sym_SEMI, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [93260] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1107), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1109), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [93307] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1146), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1148), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [93354] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1206), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1208), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [93401] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4764), 1, + anon_sym_DQUOTE, + STATE(2678), 1, + sym_string, + ACTIONS(1093), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4766), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4762), 9, + anon_sym_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(1091), 24, + anon_sym_SEMI, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [93456] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1221), 1, + sym_test_operator, + STATE(1863), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1013), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(4615), 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(4613), 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, + [93509] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1170), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1172), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [93556] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1221), 1, + sym_test_operator, + STATE(1863), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1013), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(4611), 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(4609), 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, + [93609] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(957), 1, + aux_sym_concatenation_token1, + ACTIONS(4768), 1, + sym__concat, + STATE(1810), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 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(1123), 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, + [93662] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(957), 1, + aux_sym_concatenation_token1, + STATE(1891), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1129), 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(1221), 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, + [93713] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1166), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1168), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [93760] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1174), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1176), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [93807] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1940), 1, + aux_sym_concatenation_repeat1, + ACTIONS(983), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1117), 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(1119), 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, + sym__special_character, + [93858] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(967), 1, + anon_sym_RBRACK, + ACTIONS(4701), 1, + sym__special_character, + ACTIONS(4770), 1, + sym__concat, + STATE(1869), 1, + aux_sym__literal_repeat1, + ACTIONS(213), 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(260), 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, + [93913] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1863), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1013), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1129), 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(1221), 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, + [93964] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(957), 1, + aux_sym_concatenation_token1, + ACTIONS(4772), 1, + anon_sym_RBRACK, + ACTIONS(4774), 1, + sym__concat, + STATE(1891), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1129), 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(1221), 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, + [94019] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1801), 1, + aux_sym_concatenation_repeat1, + ACTIONS(983), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1129), 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(1221), 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, + [94070] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1182), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1184), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [94117] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(3887), 13, + ACTIONS(4776), 1, + sym__special_character, + STATE(1804), 1, + aux_sym__literal_repeat1, + ACTIONS(213), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119119,9 +139706,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3885), 24, + ACTIONS(260), 24, + sym_test_operator, anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -119144,10 +139731,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - [73690] = 3, - ACTIONS(63), 1, + [94168] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(3887), 13, + ACTIONS(983), 1, + aux_sym_concatenation_token1, + ACTIONS(4778), 1, + sym__concat, + STATE(1655), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1101), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119161,9 +139754,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3885), 24, + ACTIONS(1103), 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, + [94221] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4784), 1, + sym_extglob_pattern, + ACTIONS(4782), 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(4780), 25, + sym_test_operator, anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -119183,13 +139819,14 @@ 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, - [73735] = 3, - ACTIONS(63), 1, + [94270] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3891), 13, + ACTIONS(1150), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119203,9 +139840,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3889), 24, + ACTIONS(1152), 26, + sym_test_operator, + sym_extglob_pattern, anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -119225,24 +139863,804 @@ 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, - [73780] = 8, - ACTIONS(63), 1, + [94317] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(1150), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1152), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [94364] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1154), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1156), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [94411] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 14, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + 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(1152), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [94458] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1821), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4705), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3904), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(3906), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [94509] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1824), 1, + aux_sym_concatenation_repeat1, + ACTIONS(4705), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3898), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(3900), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [94560] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(1837), 1, + aux_sym_concatenation_repeat1, + ACTIONS(983), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1129), 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(1221), 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, - ACTIONS(3893), 1, - anon_sym_RPAREN_RPAREN, - STATE(3792), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + anon_sym_COLON, + [94611] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1182), 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(1184), 25, + sym__concat, + 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, + [94657] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1198), 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(1200), 25, + sym__concat, + 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, + [94703] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 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(1152), 25, + sym__concat, + 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, + [94749] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1154), 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(1156), 25, + sym__concat, + 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, + [94795] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4786), 1, + sym__special_character, + STATE(1967), 1, + aux_sym__literal_repeat1, + ACTIONS(3463), 12, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3465), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [94845] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1190), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1192), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [94891] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1202), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1204), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [94937] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4788), 1, + sym__special_character, + STATE(1918), 1, + aux_sym__literal_repeat1, + 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), 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, + [94987] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1206), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1208), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [95033] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1182), 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(1184), 25, + sym__concat, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_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, + [95079] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1182), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1184), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [95125] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1198), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1200), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [95171] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119256,7 +140674,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1152), 25, + sym__concat, + 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 +140697,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_EQ_TILDE, - [73835] = 6, - 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, - anon_sym_RPAREN_RPAREN, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_QMARK, - ACTIONS(3897), 13, + [95217] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1178), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1180), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [95263] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1174), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119303,8 +140760,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3899), 16, + ACTIONS(1176), 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, @@ -119315,15 +140775,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [73886] = 3, - ACTIONS(63), 1, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [95309] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1167), 14, + ACTIONS(1166), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119337,8 +140803,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - sym__special_character, - ACTIONS(1169), 23, + ACTIONS(1168), 25, + sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -119359,26 +140825,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK_RBRACK, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [73931] = 8, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [95355] = 3, + ACTIONS(67), 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(1206), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119392,8 +140846,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3899), 16, + ACTIONS(1208), 25, + sym__concat, 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, @@ -119404,26 +140862,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [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_RBRACK, 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, + [95401] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1152), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [95447] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1154), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1156), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [95493] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4791), 1, + sym__special_character, + STATE(1930), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119437,8 +140979,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3899), 16, + ACTIONS(1214), 23, sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119449,26 +140993,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [74037] = 8, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, anon_sym_QMARK, - ACTIONS(3917), 1, - anon_sym_RPAREN_RPAREN, - STATE(3874), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + [95543] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1162), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119482,7 +141020,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1164), 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, @@ -119500,22 +141042,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [74092] = 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, + aux_sym_concatenation_token1, + [95589] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1202), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119529,8 +141063,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3899), 16, + ACTIONS(1204), 25, + sym__concat, 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, @@ -119541,68 +141079,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [74143] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1201), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1203), 25, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [74188] = 8, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, 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, + [95635] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4796), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119616,7 +141106,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4794), 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, @@ -119634,26 +141128,30 @@ 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, - [74243] = 3, - ACTIONS(63), 1, + anon_sym_QMARK, + anon_sym_COLON, + [95681] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1219), 11, + ACTIONS(1150), 13, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1221), 26, + ACTIONS(1152), 25, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -119662,9 +141160,9 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, @@ -119677,107 +141175,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [74288] = 5, - ACTIONS(63), 1, + [95727] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(3921), 1, - sym__special_character, - STATE(1640), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 11, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1275), 24, + ACTIONS(1093), 1, sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + ACTIONS(2477), 1, + anon_sym_DQUOTE, + STATE(2954), 1, + sym_string, + ACTIONS(4800), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4798), 9, + anon_sym_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(1091), 24, + anon_sym_SEMI, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [74337] = 3, - ACTIONS(63), 1, + anon_sym_AMP, + [95781] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(1255), 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(1257), 25, + ACTIONS(1089), 1, sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + ACTIONS(2477), 1, + anon_sym_DQUOTE, + STATE(2954), 1, + sym_string, + ACTIONS(4800), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4798), 9, + anon_sym_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(1081), 24, + anon_sym_SEMI, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, 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, - [74382] = 8, - ACTIONS(63), 1, + anon_sym_AMP, + [95835] = 3, + ACTIONS(67), 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, + ACTIONS(1198), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119791,7 +141286,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1200), 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, @@ -119809,22 +141308,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_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, + aux_sym_concatenation_token1, + [95881] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(2016), 1, + aux_sym_concatenation_repeat1, + ACTIONS(983), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1129), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119838,7 +141334,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1221), 22, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -119857,14 +141356,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [74492] = 5, - ACTIONS(63), 1, + anon_sym_QMARK, + [95931] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(3588), 1, - anon_sym_RBRACK, - ACTIONS(3928), 1, - sym__concat, - ACTIONS(1149), 13, + ACTIONS(4802), 1, + sym__special_character, + STATE(2007), 1, + aux_sym__literal_repeat1, + ACTIONS(213), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119878,7 +141378,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 22, + ACTIONS(260), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -119899,12 +141399,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, - [74541] = 3, - ACTIONS(63), 1, + [95981] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(1259), 13, + ACTIONS(983), 1, + aux_sym_concatenation_token1, + ACTIONS(4804), 1, + sym__concat, + STATE(1655), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1101), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -119918,9 +141425,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1261), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + ACTIONS(1103), 22, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -119942,24 +141448,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - [74586] = 3, - ACTIONS(63), 1, + [96033] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1183), 12, + ACTIONS(1194), 13, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, 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(1196), 25, sym_file_descriptor, sym__concat, sym_test_operator, @@ -119970,9 +141476,9 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, @@ -119985,14 +141491,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [74631] = 5, - ACTIONS(63), 1, + [96079] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3728), 1, - anon_sym_RBRACK, - ACTIONS(3930), 1, - sym__concat, - ACTIONS(1149), 13, + ACTIONS(1158), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120006,7 +141508,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 22, + ACTIONS(1160), 25, + sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -120027,58 +141530,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, - [74680] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1243), 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(1245), 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, - [74725] = 5, - ACTIONS(63), 1, + [96125] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3652), 1, - anon_sym_RBRACK, - ACTIONS(3932), 1, - sym__concat, - ACTIONS(1149), 13, + ACTIONS(1129), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120092,8 +141551,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 22, + ACTIONS(1221), 25, sym_test_operator, + anon_sym_RPAREN_RPAREN, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -120113,12 +141573,65 @@ 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, - [74774] = 3, - ACTIONS(63), 1, + anon_sym_COLON, + [96171] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4764), 1, + anon_sym_DQUOTE, + STATE(2678), 1, + sym_string, + ACTIONS(1093), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4766), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4762), 9, + anon_sym_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(1091), 23, + anon_sym_SEMI, + anon_sym_AMP_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [96225] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(3663), 13, + ACTIONS(4806), 1, + sym__special_character, + STATE(1930), 1, + aux_sym__literal_repeat1, + ACTIONS(213), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120132,8 +141645,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3661), 24, - sym__concat, + ACTIONS(260), 23, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -120157,10 +141669,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [74819] = 3, - ACTIONS(63), 1, + [96275] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4808), 1, + sym__special_character, + STATE(1962), 1, + aux_sym__literal_repeat1, + ACTIONS(3652), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + aux_sym__simple_variable_name_token1, + sym_word, + ACTIONS(3654), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [96325] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3650), 13, + ACTIONS(1206), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120174,7 +141731,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3648), 24, + ACTIONS(1208), 25, sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, @@ -120199,10 +141756,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [74864] = 3, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [96371] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3850), 13, + ACTIONS(1178), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120216,9 +141774,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(1180), 25, + sym__concat, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -120238,13 +141796,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, - anon_sym_COLON, - [74909] = 3, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [96417] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4764), 1, + anon_sym_DQUOTE, + STATE(2678), 1, + sym_string, + ACTIONS(1089), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4766), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4762), 9, + anon_sym_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(1081), 23, + anon_sym_SEMI, + anon_sym_AMP_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [96471] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3650), 13, + ACTIONS(1142), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120258,7 +141864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3648), 24, + ACTIONS(1144), 25, sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, @@ -120280,24 +141886,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_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [74954] = 8, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [96517] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3934), 1, - 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, + ACTIONS(1178), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120311,7 +141907,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1180), 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, @@ -120329,64 +141929,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, - [75009] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1211), 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(1213), 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, + 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, - [75054] = 8, - ACTIONS(63), 1, + [96563] = 3, + ACTIONS(67), 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(1150), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120400,7 +141950,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1152), 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, @@ -120418,64 +141972,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, - [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, + 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, - [75154] = 8, - ACTIONS(63), 1, + [96609] = 3, + ACTIONS(67), 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(1154), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120489,7 +141993,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1156), 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, @@ -120507,64 +142015,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, - [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, + 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, - [75254] = 8, - ACTIONS(63), 1, + [96655] = 3, + ACTIONS(67), 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(1202), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120578,7 +142036,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1204), 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, @@ -120596,11 +142058,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, - [75309] = 3, - ACTIONS(63), 1, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [96701] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 13, + ACTIONS(1162), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120614,9 +142079,9 @@ 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, + ACTIONS(1164), 25, + sym__concat, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -120636,24 +142101,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, - anon_sym_COLON, - [75354] = 8, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [96747] = 3, + ACTIONS(67), 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(1150), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120667,7 +142122,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1152), 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, @@ -120685,27 +142144,34 @@ 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, - [75409] = 3, - ACTIONS(63), 1, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [96793] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(2807), 12, - anon_sym_EQ_EQ, + ACTIONS(4786), 1, + sym__special_character, + STATE(1967), 1, + aux_sym__literal_repeat1, + ACTIONS(3660), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(2809), 25, + ACTIONS(3662), 24, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, @@ -120713,13 +142179,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [96843] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1117), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, + anon_sym_DOLLAR, + sym__special_character, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(1119), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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 +142236,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [75454] = 3, - ACTIONS(63), 1, + [96889] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1174), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1176), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [96935] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1235), 13, + ACTIONS(1107), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120745,9 +142296,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1237), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + ACTIONS(1109), 25, + sym__concat, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -120767,24 +142318,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, - anon_sym_COLON, - [75499] = 8, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [96981] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3944), 1, - anon_sym_RPAREN_RPAREN, - STATE(3845), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(1146), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -120798,7 +142339,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1148), 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, @@ -120816,26 +142361,33 @@ 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, - [75554] = 3, - ACTIONS(63), 1, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [97027] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(1251), 11, + ACTIONS(4810), 1, + sym__special_character, + STATE(1962), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 13, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, 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(1214), 23, sym_file_descriptor, - sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -120844,39 +142396,39 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [75599] = 3, - ACTIONS(63), 1, + [97077] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1183), 11, + ACTIONS(3674), 13, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, + sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1185), 26, + ACTIONS(3676), 25, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -120885,83 +142437,42 @@ 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, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [75644] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3948), 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(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, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_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, - [75689] = 3, - ACTIONS(63), 1, + [97123] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1255), 11, + ACTIONS(1166), 13, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1257), 26, + ACTIONS(1168), 25, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -120970,9 +142481,9 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, @@ -120985,14 +142496,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [75734] = 5, - ACTIONS(63), 1, + [97169] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3668), 1, - anon_sym_RBRACK, - ACTIONS(3950), 1, + ACTIONS(4817), 1, sym__concat, - ACTIONS(1149), 13, + ACTIONS(4815), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121006,8 +142515,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 22, - sym_test_operator, + ACTIONS(4813), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -121029,10 +142539,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - [75783] = 3, - ACTIONS(63), 1, + anon_sym_COLON, + [97217] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3954), 13, + ACTIONS(1117), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121046,9 +142557,10 @@ 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, + sym__special_character, + ACTIONS(1119), 24, + sym__concat, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -121068,29 +142580,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - [75828] = 3, - ACTIONS(63), 1, + [97263] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(2803), 12, - anon_sym_EQ_EQ, + ACTIONS(4819), 1, + sym__special_character, + STATE(1967), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(2805), 25, + ACTIONS(1214), 24, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, @@ -121098,13 +142614,12 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -121113,67 +142628,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [75873] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1207), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [75918] = 3, - ACTIONS(63), 1, + [97313] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 11, + ACTIONS(1186), 13, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1207), 26, + ACTIONS(1188), 25, sym_file_descriptor, sym__concat, - sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -121182,9 +142656,9 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, @@ -121197,21 +142671,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [75963] = 8, - ACTIONS(63), 1, + [97359] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3956), 1, - anon_sym_RPAREN_RPAREN, - STATE(3901), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(1194), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121225,7 +142688,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1196), 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, @@ -121243,21 +142710,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [76018] = 5, - 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, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_RBRACK, + anon_sym_EQ_TILDE, anon_sym_QMARK, - ACTIONS(3958), 13, + aux_sym_concatenation_token1, + [97405] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1186), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121271,8 +142731,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3960), 16, + ACTIONS(1188), 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, @@ -121283,28 +142746,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [76067] = 8, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3911), 1, - anon_sym_QMARK, - ACTIONS(3964), 1, - anon_sym_RPAREN_RPAREN, - ACTIONS(3966), 1, anon_sym_RPAREN, - ACTIONS(3907), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3901), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_EQ_TILDE, - ACTIONS(3897), 13, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [97451] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1190), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121318,178 +142774,11 @@ static const uint16_t ts_small_parse_table[] = { 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, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - 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, - [76122] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1259), 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(1261), 25, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [76167] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1211), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1213), 25, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [76212] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1235), 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(1237), 26, - sym_file_descriptor, + ACTIONS(1192), 25, 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, - [76257] = 8, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3968), 1, - anon_sym_RPAREN_RPAREN, - STATE(3887), 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, @@ -121507,22 +142796,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, - [76312] = 8, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, anon_sym_QMARK, - ACTIONS(3970), 1, - anon_sym_RPAREN_RPAREN, - STATE(3854), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + aux_sym_concatenation_token1, + [97497] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1190), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121536,7 +142817,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1192), 25, + sym__concat, + 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, @@ -121554,22 +142840,15 @@ 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, - [76367] = 8, - 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, + [97543] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4822), 1, + anon_sym_LBRACK, + ACTIONS(4611), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121583,7 +142862,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4609), 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 +142885,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [76422] = 8, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, anon_sym_QMARK, - ACTIONS(3974), 1, - anon_sym_RPAREN_RPAREN, - STATE(3829), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + anon_sym_COLON, + [97591] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1170), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121630,7 +142904,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1172), 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, @@ -121648,22 +142926,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, - [76477] = 8, - 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, + aux_sym_concatenation_token1, + [97637] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4826), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121677,7 +142947,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4824), 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, @@ -121695,25 +142969,29 @@ 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, - [76532] = 3, - ACTIONS(63), 1, + anon_sym_QMARK, + anon_sym_COLON, + [97683] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1215), 11, + ACTIONS(3693), 13, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, 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(3695), 25, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -121722,40 +143000,44 @@ 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, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [76577] = 3, - ACTIONS(63), 1, + [97729] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(1201), 11, + ACTIONS(4786), 1, + sym__special_character, + STATE(1967), 1, + aux_sym__literal_repeat1, + ACTIONS(3678), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1203), 26, + ACTIONS(3680), 24, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -121765,38 +143047,68 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [76622] = 8, - ACTIONS(63), 1, + [97779] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3909), 1, - anon_sym_RPAREN, - ACTIONS(3911), 1, - anon_sym_QMARK, - ACTIONS(3964), 1, + ACTIONS(4832), 1, + sym__concat, + ACTIONS(4830), 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(4828), 24, anon_sym_RPAREN_RPAREN, - ACTIONS(3907), 2, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3901), 3, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - ACTIONS(3897), 13, + anon_sym_QMARK, + anon_sym_COLON, + [97827] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4836), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121810,8 +143122,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3899), 16, + ACTIONS(4834), 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, @@ -121822,26 +143137,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [76677] = 8, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, + anon_sym_RBRACK_RBRACK, + anon_sym_EQ_TILDE, anon_sym_QMARK, - ACTIONS(3978), 1, - anon_sym_RPAREN_RPAREN, - STATE(3886), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + anon_sym_COLON, + [97873] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1186), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121855,7 +143165,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1188), 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, @@ -121873,22 +143187,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, - [76732] = 8, - 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, + aux_sym_concatenation_token1, + [97919] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1158), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121902,7 +143208,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1160), 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, @@ -121920,21 +143230,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [76787] = 5, - 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_EQ_TILDE, anon_sym_QMARK, - ACTIONS(3958), 13, + aux_sym_concatenation_token1, + [97965] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1194), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -121948,8 +143251,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3960), 16, + ACTIONS(1196), 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, @@ -121960,30 +143266,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [76836] = 3, - ACTIONS(63), 1, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [98011] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1263), 12, + ACTIONS(4031), 13, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1265), 25, + ACTIONS(4033), 25, sym_file_descriptor, - sym__concat, + sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -121992,82 +143305,70 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [76881] = 8, - ACTIONS(63), 1, + [98057] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - 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_EQ, + ACTIONS(4838), 1, + sym__special_character, + STATE(1984), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 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(3881), 18, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(1214), 24, + 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_EQ_TILDE, - [76936] = 5, - 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_GT_GT, + anon_sym_PIPE_AMP, anon_sym_RBRACK, - anon_sym_QMARK, - ACTIONS(3958), 13, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [98107] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1198), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122081,8 +143382,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3960), 16, + ACTIONS(1200), 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, @@ -122093,26 +143397,23 @@ 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, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, 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, + aux_sym_concatenation_token1, + [98153] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4845), 1, + sym__concat, + ACTIONS(4843), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122126,7 +143427,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4841), 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,96 +143450,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [77040] = 5, - ACTIONS(63), 1, + anon_sym_QMARK, + anon_sym_COLON, + [98201] = 7, + ACTIONS(67), 1, sym_comment, - ACTIONS(3986), 1, - sym__special_character, - STATE(1696), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 10, + ACTIONS(4100), 2, anon_sym_LT_LT, + anon_sym_PIPE, + ACTIONS(4102), 5, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(4098), 6, anon_sym_DOLLAR, + sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(1275), 25, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + ACTIONS(4105), 6, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, anon_sym_PIPE_AMP, anon_sym_RBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [77089] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1239), 12, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1241), 25, + ACTIONS(4107), 6, 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_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4110), 13, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, 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, - [77134] = 3, - ACTIONS(63), 1, + [98255] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3859), 13, + ACTIONS(1182), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122248,9 +143516,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(1184), 25, + sym__concat, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -122270,68 +143538,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_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - [77179] = 3, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [98301] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1223), 12, + ACTIONS(1170), 13, 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, + ACTIONS(1172), 25, sym_file_descriptor, sym__concat, sym_test_operator, @@ -122342,9 +143570,9 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, @@ -122357,21 +143585,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [77269] = 8, - ACTIONS(63), 1, + [98347] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(3989), 1, - anon_sym_RPAREN_RPAREN, - STATE(3795), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(4851), 1, + sym__concat, + ACTIONS(4849), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122385,7 +143604,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4847), 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, @@ -122404,10 +143627,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [77324] = 3, - ACTIONS(63), 1, + anon_sym_QMARK, + anon_sym_COLON, + [98395] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1215), 13, + ACTIONS(4855), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122421,9 +143646,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1217), 24, + ACTIONS(4853), 25, + sym_test_operator, anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -122443,73 +143668,29 @@ 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, - [77369] = 7, - ACTIONS(3), 1, + [98441] = 3, + ACTIONS(67), 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, + ACTIONS(4035), 13, 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, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1259), 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, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1261), 26, + ACTIONS(4037), 25, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -122519,82 +143700,25 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [77467] = 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_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, - [77520] = 8, - ACTIONS(63), 1, + [98487] = 3, + ACTIONS(67), 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(1142), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122608,7 +143732,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1144), 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, @@ -122626,66 +143754,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, anon_sym_EQ_TILDE, - [77575] = 5, - ACTIONS(63), 1, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [98533] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3999), 1, - sym__special_character, - STATE(1640), 1, - aux_sym__literal_repeat1, - ACTIONS(2967), 11, + ACTIONS(1174), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(2969), 24, - sym_file_descriptor, - sym_variable_name, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1176), 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, - 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, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, anon_sym_QMARK, - ACTIONS(4001), 1, - anon_sym_RPAREN_RPAREN, - STATE(3852), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + aux_sym_concatenation_token1, + [98579] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1166), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122699,7 +143818,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1168), 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, @@ -122717,11 +143840,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, - [77679] = 3, - ACTIONS(63), 1, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [98625] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(4005), 13, + ACTIONS(4857), 1, + sym__special_character, + STATE(1918), 1, + aux_sym__literal_repeat1, + ACTIONS(213), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122735,9 +143865,8 @@ 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, + ACTIONS(260), 23, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -122757,26 +143886,27 @@ 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, - [77724] = 3, - ACTIONS(63), 1, + [98675] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 12, + ACTIONS(1146), 13, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, 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(1207), 25, + ACTIONS(1148), 25, sym_file_descriptor, sym__concat, sym_test_operator, @@ -122787,9 +143917,9 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, @@ -122802,23 +143932,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [77769] = 3, - ACTIONS(63), 1, + [98721] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1235), 12, + ACTIONS(1107), 13, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, 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), 25, + ACTIONS(1109), 25, sym_file_descriptor, sym__concat, sym_test_operator, @@ -122829,9 +143960,9 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, @@ -122844,23 +143975,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [77814] = 3, - ACTIONS(63), 1, + [98767] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 12, + ACTIONS(1142), 13, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, 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(1207), 25, + ACTIONS(1144), 25, sym_file_descriptor, sym__concat, sym_test_operator, @@ -122871,9 +144003,9 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, @@ -122886,10 +144018,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [77859] = 3, - ACTIONS(63), 1, + [98813] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4009), 13, + ACTIONS(4855), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -122903,9 +144035,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4007), 24, + ACTIONS(4853), 25, + sym_test_operator, anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -122925,146 +144057,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_EQ_TILDE, anon_sym_QMARK, anon_sym_COLON, - [77904] = 5, - ACTIONS(63), 1, + [98859] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3999), 1, - sym__special_character, - STATE(1640), 1, - aux_sym__literal_repeat1, - ACTIONS(2961), 11, + ACTIONS(1158), 13, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - aux_sym__simple_variable_name_token1, + anon_sym_BQUOTE, sym_word, - ACTIONS(2963), 24, + ACTIONS(1160), 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, - 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, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1149), 13, - anon_sym_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP, - anon_sym_CARET, - ACTIONS(1283), 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, - [77998] = 8, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4011), 1, - anon_sym_RPAREN_RPAREN, - STATE(3873), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, - 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, + sym__brace_start, + anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - anon_sym_EQ_TILDE, - [78053] = 3, - ACTIONS(63), 1, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [98905] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4015), 13, + ACTIONS(1190), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123078,9 +144121,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(1192), 25, + sym__concat, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -123100,13 +144143,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, - anon_sym_COLON, - [78098] = 3, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [98951] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4015), 13, + ACTIONS(1107), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123120,9 +144164,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(1109), 25, + sym__concat, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -123142,13 +144186,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, - anon_sym_COLON, - [78143] = 3, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [98997] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4019), 13, + ACTIONS(1146), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123162,9 +144207,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(1148), 25, + sym__concat, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -123184,13 +144229,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, - anon_sym_COLON, - [78188] = 3, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [99043] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1231), 13, + ACTIONS(1206), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123204,9 +144250,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1233), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + ACTIONS(1208), 25, + sym__concat, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -123226,24 +144272,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, - anon_sym_COLON, - [78233] = 8, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [99089] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4021), 1, - anon_sym_RPAREN_RPAREN, - STATE(3859), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(1117), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123257,7 +144293,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1119), 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, @@ -123276,21 +144316,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [78288] = 8, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, anon_sym_QMARK, - ACTIONS(4023), 1, - anon_sym_RPAREN_RPAREN, - STATE(3860), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + anon_sym_COLON, + sym__special_character, + [99135] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4859), 1, + sym__special_character, + STATE(2007), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123304,7 +144340,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1214), 23, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123322,25 +144361,28 @@ 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, - [78343] = 3, - ACTIONS(63), 1, + anon_sym_QMARK, + [99185] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1263), 11, + ACTIONS(1117), 13, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, 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, + ACTIONS(1119), 25, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -123350,36 +144392,25 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [78388] = 8, - ACTIONS(63), 1, + [99231] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4025), 1, - anon_sym_RPAREN_RPAREN, - STATE(3862), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(1150), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123393,7 +144424,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1152), 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, @@ -123411,22 +144446,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, - [78443] = 8, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, anon_sym_QMARK, - ACTIONS(4027), 1, - anon_sym_RPAREN_RPAREN, - STATE(3917), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + aux_sym_concatenation_token1, + [99277] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1154), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123440,7 +144467,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1156), 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, @@ -123458,53 +144489,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, anon_sym_EQ_TILDE, - [78498] = 3, - ACTIONS(63), 1, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [99323] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(1227), 13, - anon_sym_EQ, + ACTIONS(4862), 1, + sym__special_character, + STATE(1984), 1, + aux_sym__literal_repeat1, + ACTIONS(3898), 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(1229), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3900), 24, + 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_EQ_TILDE, - anon_sym_QMARK, - anon_sym_COLON, - [78543] = 3, - ACTIONS(63), 1, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [99373] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1263), 13, + ACTIONS(1150), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123518,9 +144555,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1265), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + ACTIONS(1152), 25, + sym__concat, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -123540,24 +144577,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, - anon_sym_COLON, - [78588] = 8, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [99419] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4029), 1, - anon_sym_RPAREN_RPAREN, - STATE(3884), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(1202), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123571,7 +144598,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1204), 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, @@ -123589,26 +144620,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_EQ_TILDE, - [78643] = 5, - ACTIONS(63), 1, + anon_sym_QMARK, + aux_sym_concatenation_token1, + [99465] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4031), 1, - sym__special_character, - STATE(1696), 1, - aux_sym__literal_repeat1, - ACTIONS(3063), 10, + ACTIONS(3425), 13, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(3065), 25, + ACTIONS(3427), 25, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -123618,26 +144651,75 @@ 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [99511] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1162), 13, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1164), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - ACTIONS(63), 1, + [99557] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(4035), 13, + ACTIONS(983), 1, + aux_sym_concatenation_token1, + ACTIONS(4864), 1, + sym__concat, + STATE(1655), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123651,9 +144733,8 @@ 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, + ACTIONS(1123), 22, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -123675,22 +144756,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR_STAR, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - [78737] = 8, - ACTIONS(63), 1, + [99609] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4037), 1, - anon_sym_RPAREN_RPAREN, - STATE(3868), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(4866), 1, + sym_extglob_pattern, + ACTIONS(4782), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123704,7 +144775,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4780), 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, @@ -123722,64 +144797,60 @@ 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, - [78792] = 3, - ACTIONS(63), 1, + anon_sym_QMARK, + [99657] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1223), 11, + ACTIONS(1170), 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(1225), 26, - sym_file_descriptor, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1172), 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, - [78837] = 8, - ACTIONS(63), 1, + [99703] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4039), 1, - anon_sym_RPAREN_RPAREN, - STATE(3907), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(4721), 1, + anon_sym_RBRACK, + ACTIONS(4868), 1, + sym__concat, + ACTIONS(1129), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123793,7 +144864,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1221), 22, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -123812,21 +144886,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [78892] = 8, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, anon_sym_QMARK, - ACTIONS(4041), 1, - anon_sym_RPAREN_RPAREN, - STATE(3915), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + [99752] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123840,7 +144904,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1152), 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, @@ -123859,21 +144927,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [78947] = 8, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, anon_sym_QMARK, - ACTIONS(4043), 1, - anon_sym_RPAREN_RPAREN, - STATE(3889), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + anon_sym_COLON, + [99797] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1206), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123887,7 +144946,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1208), 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, @@ -123905,60 +144968,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, - [79002] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1231), 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(1233), 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, - [79047] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4045), 6, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_QMARK, - anon_sym_COLON, - ACTIONS(3877), 13, + [99842] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1182), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -123972,7 +144988,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1184), 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, @@ -123990,22 +145010,15 @@ 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, - [79094] = 8, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, anon_sym_QMARK, - ACTIONS(4047), 1, - anon_sym_RPAREN_RPAREN, - STATE(3837), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + [99887] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4870), 1, + sym_extglob_pattern, + ACTIONS(4782), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124019,7 +145032,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4780), 23, + sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124037,15 +145053,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, - [79149] = 5, - ACTIONS(63), 1, + anon_sym_QMARK, + [99934] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3744), 1, - anon_sym_RBRACK, - ACTIONS(4049), 1, - sym__concat, - ACTIONS(1149), 13, + ACTIONS(1202), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124059,8 +145073,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 22, + ACTIONS(1204), 24, sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -124080,23 +145095,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, - [79198] = 8, - ACTIONS(63), 1, + [99979] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4051), 1, - anon_sym_RPAREN_RPAREN, - STATE(3810), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(1190), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124110,7 +145115,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1192), 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, @@ -124128,106 +145137,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, - [79253] = 3, - ACTIONS(63), 1, + anon_sym_QMARK, + [100024] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1247), 12, + ACTIONS(1198), 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(1249), 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, - [79298] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1251), 12, - anon_sym_LT_LT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1253), 25, - sym_file_descriptor, - sym__concat, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1200), 24, sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + sym_extglob_pattern, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [79343] = 8, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, 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, + [100069] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124241,7 +145199,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1152), 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, @@ -124259,11 +145221,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, - [79398] = 3, - ACTIONS(63), 1, + anon_sym_QMARK, + [100114] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1167), 14, + ACTIONS(1154), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124277,9 +145241,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(1156), 24, sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -124302,52 +145266,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [79443] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1227), 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(1229), 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, - [79488] = 3, - ACTIONS(63), 1, + [100159] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1223), 13, + ACTIONS(1150), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124361,9 +145283,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1225), 24, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + ACTIONS(1152), 24, + sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -124383,24 +145305,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - anon_sym_COLON, - [79533] = 8, - ACTIONS(63), 1, + [100204] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4055), 1, - anon_sym_RPAREN_RPAREN, - STATE(3805), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(4815), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124414,7 +145325,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4813), 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, @@ -124433,68 +145348,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [79588] = 3, - ACTIONS(63), 1, + anon_sym_QMARK, + anon_sym_COLON, + [100249] = 7, + ACTIONS(67), 1, sym_comment, - ACTIONS(1215), 12, + ACTIONS(4100), 2, anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(4098), 5, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(1217), 25, - sym_file_descriptor, - sym__concat, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + ACTIONS(4102), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(4105), 5, 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(4107), 6, + sym_file_descriptor, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(4110), 14, + sym_variable_name, + sym_test_operator, + sym__brace_start, + anon_sym_LPAREN_LPAREN, 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, - [79633] = 3, - ACTIONS(63), 1, + [100302] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1147), 12, - anon_sym_EQ_EQ, + ACTIONS(1117), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_EQ_TILDE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(1156), 25, + ACTIONS(1119), 25, sym_file_descriptor, + sym_variable_name, sym_test_operator, - sym__bare_dollar, sym__brace_start, anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, @@ -124502,9 +145423,9 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, @@ -124517,65 +145438,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [79678] = 5, - ACTIONS(63), 1, + [100347] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4031), 1, - sym__special_character, - STATE(1696), 1, - aux_sym__literal_repeat1, - ACTIONS(2995), 10, + ACTIONS(4855), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(2997), 25, - sym_file_descriptor, - sym_variable_name, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4853), 24, + 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_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, - [79727] = 8, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, + anon_sym_EQ_TILDE, 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, + [100392] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1190), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124589,7 +145497,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1192), 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, @@ -124607,22 +145519,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, - [79782] = 8, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, anon_sym_QMARK, - ACTIONS(4059), 1, - anon_sym_RPAREN_RPAREN, - STATE(3808), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + [100437] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1202), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124636,7 +145539,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1204), 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, @@ -124654,22 +145561,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, - [79837] = 8, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(3883), 1, anon_sym_QMARK, - ACTIONS(4061), 1, - anon_sym_RPAREN_RPAREN, - STATE(3918), 1, - aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + [100482] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4830), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124683,7 +145581,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4828), 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, @@ -124702,24 +145604,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [79892] = 3, - ACTIONS(63), 1, + anon_sym_QMARK, + anon_sym_COLON, + [100527] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1231), 11, + ACTIONS(4035), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, sym_word, - ACTIONS(1233), 26, + ACTIONS(4037), 25, sym_file_descriptor, - sym__concat, sym_variable_name, sym_test_operator, sym__brace_start, @@ -124729,78 +145633,78 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [79937] = 3, - ACTIONS(63), 1, + [100572] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1227), 11, + ACTIONS(1206), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1229), 26, - sym_file_descriptor, - sym__concat, - sym_variable_name, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1208), 24, sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + sym_extglob_pattern, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [79982] = 8, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [100617] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4872), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(3883), 1, + ACTIONS(4882), 1, anon_sym_QMARK, - ACTIONS(4063), 1, - anon_sym_RPAREN_RPAREN, - STATE(3912), 1, + STATE(4340), 1, aux_sym_arithmetic_expansion_repeat1, - ACTIONS(3879), 2, + ACTIONS(4878), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124814,7 +145718,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -124833,19 +145737,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [80037] = 5, - ACTIONS(63), 1, + [100672] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(4069), 3, + ACTIONS(4892), 1, + anon_sym_EQ_TILDE, + ACTIONS(4890), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3895), 4, + ACTIONS(4886), 5, + sym__concat, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RPAREN, + anon_sym_RBRACK, anon_sym_QMARK, - ACTIONS(4065), 13, + ACTIONS(4884), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -124859,7 +145765,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4067), 16, + ACTIONS(4888), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -124872,174 +145778,44 @@ static const uint16_t ts_small_parse_table[] = { 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, - [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, - 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, - anon_sym_RBRACK, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - ACTIONS(3350), 6, - sym_file_descriptor, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(3353), 13, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [80185] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3993), 1, - anon_sym_DQUOTE, - STATE(2468), 1, - sym_string, - ACTIONS(1135), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(3995), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(3991), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [80237] = 3, - ACTIONS(63), 1, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + [100723] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(3258), 11, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, + ACTIONS(2996), 5, 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, + ACTIONS(4177), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(4179), 11, sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, + ACTIONS(3010), 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, @@ -125050,51 +145826,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [80281] = 3, - ACTIONS(63), 1, + [100772] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(3003), 11, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(4894), 1, + anon_sym_RPAREN_RPAREN, + STATE(4354), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4876), 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, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4880), 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, + [100827] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1182), 13, + anon_sym_EQ, + anon_sym_LT_LT, 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, - [80325] = 3, - ACTIONS(63), 1, + 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(1184), 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_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [100872] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1149), 13, + ACTIONS(1198), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125108,8 +145932,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 23, + ACTIONS(1200), 24, sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -125132,24 +145957,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [80369] = 3, - ACTIONS(63), 1, + [100917] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3262), 11, + ACTIONS(1117), 13, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, aux_sym__simple_variable_name_token1, sym_word, - ACTIONS(3264), 25, + ACTIONS(1119), 24, sym_file_descriptor, - sym_variable_name, sym_test_operator, sym__brace_start, anon_sym_LPAREN_LPAREN, @@ -125158,9 +145984,9 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, @@ -125173,62 +145999,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [80413] = 3, - ACTIONS(63), 1, + [100962] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(2975), 11, + ACTIONS(4898), 1, + anon_sym_DQUOTE, + STATE(2684), 1, + sym_string, + ACTIONS(4900), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1093), 3, + sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, + ACTIONS(4896), 9, + anon_sym_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(1091), 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_PIPE_AMP, anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [101015] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4898), 1, + anon_sym_DQUOTE, + STATE(2684), 1, + sym_string, + ACTIONS(4900), 2, aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(2977), 25, + aux_sym__multiline_variable_name_token1, + ACTIONS(1089), 3, sym_file_descriptor, sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + ts_builtin_sym_end, + ACTIONS(4896), 9, + anon_sym_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(1081), 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_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, 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, - [80457] = 7, - ACTIONS(63), 1, + anon_sym_AMP, + [101068] = 3, + ACTIONS(67), 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(1117), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125242,8 +146108,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, + ACTIONS(1119), 24, sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -125254,25 +146122,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, - [80509] = 7, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + sym__special_character, + [101113] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3993), 1, + ACTIONS(4898), 1, anon_sym_DQUOTE, - STATE(2468), 1, + STATE(2684), 1, sym_string, - ACTIONS(1139), 2, + ACTIONS(1093), 2, sym_file_descriptor, sym_variable_name, - ACTIONS(3995), 2, + ACTIONS(4900), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(3991), 9, + ACTIONS(4896), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -125282,7 +146156,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 21, + ACTIONS(1091), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -125290,78 +146164,82 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [80561] = 5, - ACTIONS(63), 1, + [101166] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(4083), 1, - sym__special_character, - STATE(1768), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 10, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(1275), 24, + ACTIONS(4898), 1, + anon_sym_DQUOTE, + STATE(2684), 1, + sym_string, + ACTIONS(1089), 2, sym_file_descriptor, sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + ACTIONS(4900), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4896), 9, + anon_sym_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(1081), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [80609] = 7, - ACTIONS(63), 1, + anon_sym_AMP, + [101219] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(77), 1, - anon_sym_RBRACK, - ACTIONS(4094), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, anon_sym_QMARK, - ACTIONS(4088), 2, + ACTIONS(4902), 1, + anon_sym_RPAREN_RPAREN, + STATE(4316), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 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(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125375,8 +146253,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4090), 16, - sym_test_operator, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -125387,67 +146264,60 @@ 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, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + [101274] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4096), 1, - sym__special_character, - STATE(1770), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 11, + ACTIONS(1150), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1275), 23, - sym_file_descriptor, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1152), 24, 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, - [80709] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4103), 3, + 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_RPAREN, 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, + [101319] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4906), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125461,8 +146331,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4101), 16, - sym_test_operator, + ACTIONS(4904), 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, @@ -125473,56 +146346,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, - [80757] = 3, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [101364] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3067), 11, + ACTIONS(1154), 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(3069), 25, - sym_file_descriptor, - sym_variable_name, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1156), 24, sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + sym_extglob_pattern, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_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, - [80801] = 3, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [101409] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1149), 13, + ACTIONS(1150), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125536,8 +146415,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1283), 23, + ACTIONS(1152), 24, sym_test_operator, + sym_extglob_pattern, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -125557,22 +146437,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_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [80845] = 5, - ACTIONS(63), 1, + [101454] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4077), 3, + ACTIONS(4910), 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(4908), 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, - ACTIONS(3895), 4, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_QMARK, anon_sym_COLON, - ACTIONS(4073), 13, + [101499] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4914), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125586,8 +146499,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(4912), 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 +146514,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, - [80893] = 5, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [101544] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4103), 3, + ACTIONS(4914), 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(4912), 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, - ACTIONS(3913), 4, + anon_sym_QMARK, + anon_sym_COLON, + [101589] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(4916), 1, + anon_sym_RPAREN_RPAREN, + STATE(4373), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RBRACK_RBRACK, - anon_sym_QMARK, - ACTIONS(4099), 13, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125629,8 +146594,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(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -125641,24 +146605,76 @@ 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, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + [101644] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4077), 3, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(4918), 1, + anon_sym_RPAREN_RPAREN, + STATE(4391), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4876), 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(4880), 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, - ACTIONS(3913), 4, + [101699] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(4920), 1, + anon_sym_RPAREN_RPAREN, + STATE(4397), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_COLON, - ACTIONS(4073), 13, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125672,8 +146688,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, - sym_test_operator, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -125684,26 +146699,120 @@ 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, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + [101754] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(77), 1, - anon_sym_RBRACK_RBRACK, - ACTIONS(4105), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, anon_sym_QMARK, - ACTIONS(3907), 2, + ACTIONS(4922), 1, + anon_sym_RPAREN_RPAREN, + STATE(4402), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4103), 3, + ACTIONS(4876), 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(4880), 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, + [101809] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4924), 1, + sym__special_character, + STATE(2072), 1, + aux_sym__literal_repeat1, + ACTIONS(3898), 12, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3900), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [101858] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4892), 1, anon_sym_EQ_TILDE, - ACTIONS(4099), 13, + ACTIONS(4890), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4926), 5, + sym__concat, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK, + anon_sym_QMARK, + ACTIONS(4884), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125717,7 +146826,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4101), 16, + ACTIONS(4888), 16, sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, @@ -125734,19 +146843,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [81041] = 7, - ACTIONS(3), 1, + [101909] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1135), 1, + ACTIONS(3693), 12, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3695), 25, sym_file_descriptor, - ACTIONS(4109), 1, + 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [101954] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4898), 1, anon_sym_DQUOTE, - STATE(2517), 1, + STATE(2684), 1, sym_string, - ACTIONS(4111), 2, + ACTIONS(1093), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4900), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4107), 9, + ACTIONS(4896), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -125756,7 +146908,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 22, + ACTIONS(1091), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -125764,34 +146916,35 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [81093] = 7, + anon_sym_BQUOTE, + [102007] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1139), 1, - sym_file_descriptor, - ACTIONS(4109), 1, + ACTIONS(4898), 1, anon_sym_DQUOTE, - STATE(2517), 1, + STATE(2684), 1, sym_string, - ACTIONS(4111), 2, + ACTIONS(1089), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4900), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4107), 9, + ACTIONS(4896), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -125801,7 +146954,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 22, + ACTIONS(1081), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -125809,36 +146962,36 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [81145] = 7, - ACTIONS(63), 1, + anon_sym_BQUOTE, + [102060] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4079), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, anon_sym_QMARK, - ACTIONS(4113), 1, - anon_sym_COLON, - ACTIONS(3907), 2, + ACTIONS(4928), 1, + anon_sym_RPAREN_RPAREN, + STATE(4419), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 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(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125852,8 +147005,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, - sym_test_operator, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -125864,67 +147016,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [81197] = 5, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + [102115] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(4071), 1, - sym__special_character, - STATE(1768), 1, - aux_sym__literal_repeat1, - ACTIONS(3063), 10, + ACTIONS(1093), 1, + sym_file_descriptor, + ACTIONS(2477), 1, + anon_sym_DQUOTE, + STATE(2954), 1, + sym_string, + ACTIONS(4800), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4798), 9, + anon_sym_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(1091), 23, + anon_sym_SEMI, + anon_sym_AMP_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_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3065), 24, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [102168] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1089), 1, sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + ACTIONS(2477), 1, + anon_sym_DQUOTE, + STATE(2954), 1, + sym_string, + ACTIONS(4800), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4798), 9, + anon_sym_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(1081), 23, + anon_sym_SEMI, anon_sym_AMP_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [81245] = 5, - ACTIONS(63), 1, + anon_sym_AMP, + [102221] = 3, + ACTIONS(67), 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, + ACTIONS(1129), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125938,8 +147133,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4101), 16, + ACTIONS(1221), 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, @@ -125950,24 +147148,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [81293] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4119), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + anon_sym_RBRACK, anon_sym_EQ_TILDE, - ACTIONS(3913), 4, - anon_sym_RPAREN_RPAREN, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_QMARK, - ACTIONS(4115), 13, + [102266] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4930), 1, + sym__special_character, + STATE(2072), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 12, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(1214), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [102315] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1117), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -125981,8 +147219,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4117), 16, + sym__special_character, + ACTIONS(1119), 23, sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -125993,24 +147234,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, - [81341] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4092), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + anon_sym_RBRACK, anon_sym_EQ_TILDE, - ACTIONS(3895), 4, + anon_sym_QMARK, + [102360] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(4933), 1, + anon_sym_RPAREN_RPAREN, + STATE(4399), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RBRACK, - anon_sym_QMARK, - ACTIONS(4086), 13, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126024,8 +147272,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4090), 16, - sym_test_operator, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126036,26 +147283,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, - [81389] = 7, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + [102415] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4123), 1, - anon_sym_RPAREN, - ACTIONS(4125), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, anon_sym_QMARK, - ACTIONS(4121), 2, + ACTIONS(4935), 1, + anon_sym_RPAREN_RPAREN, + STATE(4411), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 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(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126069,8 +147319,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(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126081,24 +147330,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, - [81441] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4119), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_EQ_TILDE, - ACTIONS(3913), 4, + [102470] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(4937), 1, anon_sym_RPAREN_RPAREN, + STATE(4396), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - ACTIONS(4115), 13, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126112,8 +147366,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(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126124,15 +147377,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, - [81489] = 3, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + [102525] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(3756), 13, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(4939), 1, + anon_sym_RPAREN_RPAREN, + STATE(4282), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126146,10 +147413,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3754), 23, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126167,13 +147431,22 @@ 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, - [81533] = 3, - ACTIONS(63), 1, + [102580] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(3650), 13, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(4941), 1, + anon_sym_RPAREN_RPAREN, + STATE(4383), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126187,10 +147460,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3648), 23, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126208,24 +147478,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK, anon_sym_EQ_TILDE, - anon_sym_QMARK, - [81577] = 7, - ACTIONS(63), 1, + [102635] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(129), 1, - anon_sym_RBRACK, - ACTIONS(4094), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, anon_sym_QMARK, - ACTIONS(4088), 2, + ACTIONS(4943), 1, + anon_sym_RPAREN_RPAREN, + STATE(4348), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 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(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126239,8 +147507,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4090), 16, - sym_test_operator, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126251,15 +147518,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, - [81629] = 3, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + [102690] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(3650), 13, + ACTIONS(4758), 1, + anon_sym_RBRACK, + ACTIONS(4945), 1, + sym__concat, + ACTIONS(1129), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126273,7 +147547,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3648), 23, + ACTIONS(1221), 22, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -126294,24 +147568,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, - [81673] = 7, - ACTIONS(63), 1, + [102739] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(129), 1, - anon_sym_RBRACK_RBRACK, - ACTIONS(4105), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, anon_sym_QMARK, - ACTIONS(3907), 2, + ACTIONS(4947), 1, + anon_sym_RPAREN_RPAREN, + STATE(4331), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 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(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126325,8 +147598,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(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126337,26 +147609,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, - [81725] = 7, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + [102794] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4127), 1, - anon_sym_RPAREN_RPAREN, - ACTIONS(4129), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, anon_sym_QMARK, - ACTIONS(3907), 2, + ACTIONS(4949), 1, + anon_sym_RPAREN_RPAREN, + STATE(4309), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 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(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126370,8 +147645,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(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126382,15 +147656,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, - [81777] = 3, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + [102849] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(3663), 13, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(4951), 1, + anon_sym_RPAREN_RPAREN, + STATE(4267), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126404,10 +147692,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3661), 23, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126425,15 +147710,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RBRACK, anon_sym_EQ_TILDE, - anon_sym_QMARK, - [81821] = 4, - ACTIONS(63), 1, + [102904] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4131), 1, - sym__concat, - ACTIONS(3835), 13, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(4953), 1, + anon_sym_RPAREN_RPAREN, + STATE(4278), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126447,9 +147739,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3833), 22, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126467,15 +147757,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, - [81867] = 4, - ACTIONS(63), 1, + [102959] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(4133), 1, - sym__concat, - ACTIONS(3841), 13, + ACTIONS(4955), 6, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_COLON, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126489,9 +147782,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3839), 22, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126509,25 +147800,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, - anon_sym_QMARK, - [81913] = 3, - ACTIONS(63), 1, + [103006] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1167), 11, + ACTIONS(3425), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - sym__special_character, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(1169), 25, + ACTIONS(3427), 25, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -126537,14 +147827,14 @@ 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, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, @@ -126553,10 +147843,21 @@ 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, + [103051] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(3650), 13, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(4957), 1, + anon_sym_RPAREN_RPAREN, + STATE(4295), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126570,10 +147871,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3648), 23, - sym_test_operator, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126591,13 +147889,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, anon_sym_EQ_TILDE, - anon_sym_QMARK, - [82001] = 3, - ACTIONS(63), 1, + [103106] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3650), 13, + ACTIONS(4826), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126611,7 +147907,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3648), 23, + ACTIONS(4824), 24, + sym__concat, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -126632,22 +147929,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_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [82045] = 5, - ACTIONS(63), 1, + [103151] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4077), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3913), 4, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(4959), 1, + anon_sym_RPAREN_RPAREN, + STATE(4319), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - anon_sym_COLON, - ACTIONS(4073), 13, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126661,8 +147960,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, - sym_test_operator, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126673,105 +147971,29 @@ static const uint16_t ts_small_parse_table[] = { 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, - [82093] = 7, - ACTIONS(63), 1, - sym_comment, - ACTIONS(141), 1, - anon_sym_RBRACK, - ACTIONS(4094), 1, - anon_sym_QMARK, - ACTIONS(4088), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4092), 3, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4086), 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(4090), 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, - [82145] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4069), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_EQ_TILDE, - ACTIONS(3913), 4, + [103206] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(4961), 1, + anon_sym_RPAREN_RPAREN, + STATE(4350), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RPAREN, - anon_sym_QMARK, - ACTIONS(4065), 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(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, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_STAR_STAR, - [82193] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4135), 1, - sym__concat, - ACTIONS(3859), 13, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126785,9 +148007,7 @@ 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(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126805,24 +148025,22 @@ 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, - [82239] = 7, - ACTIONS(63), 1, + [103261] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, anon_sym_QMARK, - ACTIONS(4137), 1, - anon_sym_RPAREN, - ACTIONS(4121), 2, + ACTIONS(4963), 1, + anon_sym_RPAREN_RPAREN, + STATE(4376), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 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(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126836,8 +148054,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(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126848,26 +148065,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, - [82291] = 7, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + [103316] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4079), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, anon_sym_QMARK, - ACTIONS(4139), 1, - anon_sym_COLON, - ACTIONS(3907), 2, + ACTIONS(4965), 1, + anon_sym_RPAREN_RPAREN, + STATE(4394), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 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(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126881,8 +148101,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, - sym_test_operator, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126893,26 +148112,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, - [82343] = 7, - ACTIONS(63), 1, - sym_comment, - ACTIONS(141), 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, + [103371] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1198), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126926,8 +148137,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4101), 16, - sym_test_operator, + ACTIONS(1200), 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, @@ -126938,26 +148152,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, - [82395] = 7, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4079), 1, + anon_sym_EQ_TILDE, anon_sym_QMARK, - ACTIONS(4141), 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, + [103416] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1117), 14, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -126971,8 +148179,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(1119), 23, sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -126983,17 +148194,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, - [82447] = 4, - ACTIONS(63), 1, + anon_sym_RBRACK_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [103461] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(4143), 1, - sym__concat, - ACTIONS(3850), 13, + ACTIONS(4967), 1, + sym_extglob_pattern, + ACTIONS(4782), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127007,7 +148223,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3848), 22, + ACTIONS(4780), 23, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -127027,29 +148244,27 @@ 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, - [82493] = 5, - ACTIONS(63), 1, + [103508] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4145), 1, - sym__special_character, - STATE(1770), 1, - aux_sym__literal_repeat1, - ACTIONS(3019), 11, + ACTIONS(1117), 13, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, 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(3021), 23, + ACTIONS(1119), 24, sym_file_descriptor, sym_test_operator, sym__brace_start, @@ -127058,10 +148273,11 @@ 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, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, @@ -127073,21 +148289,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [82541] = 7, - ACTIONS(63), 1, + [103553] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(3905), 1, - anon_sym_RPAREN_RPAREN, - ACTIONS(4129), 1, - anon_sym_QMARK, - ACTIONS(3907), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4119), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4115), 13, + ACTIONS(4772), 1, + anon_sym_RBRACK, + ACTIONS(4969), 1, + sym__concat, + ACTIONS(1129), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127101,8 +148310,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4117), 16, + ACTIONS(1221), 22, sym_test_operator, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127113,67 +148324,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - [82593] = 3, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [103602] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(1167), 11, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(4971), 1, + anon_sym_RPAREN_RPAREN, + STATE(4303), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4876), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - aux_sym__simple_variable_name_token1, - sym_word, - ACTIONS(1169), 25, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4880), 18, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [82637] = 7, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + [103657] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4079), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, anon_sym_QMARK, - ACTIONS(4147), 1, - anon_sym_COLON, - ACTIONS(3907), 2, + ACTIONS(4973), 1, + anon_sym_RPAREN_RPAREN, + STATE(4388), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 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(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127187,8 +148408,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, - sym_test_operator, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127199,24 +148419,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, - [82689] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4119), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_EQ_TILDE, - ACTIONS(3895), 4, - anon_sym_RPAREN_RPAREN, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - ACTIONS(4115), 13, + [103712] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4977), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127230,8 +148444,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4117), 16, - sym_test_operator, + ACTIONS(4975), 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, @@ -127242,24 +148459,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, - [82737] = 5, - ACTIONS(63), 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, anon_sym_QMARK, - ACTIONS(4065), 13, + anon_sym_COLON, + [103757] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4981), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127273,8 +148486,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4067), 16, - sym_test_operator, + ACTIONS(4979), 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, @@ -127285,26 +148501,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, - [82785] = 7, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [103802] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, anon_sym_QMARK, - ACTIONS(4149), 1, - anon_sym_RPAREN, - ACTIONS(4121), 2, + ACTIONS(4983), 1, + anon_sym_RPAREN_RPAREN, + STATE(4404), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 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(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127318,8 +148539,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(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127330,66 +148550,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, - [82837] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4071), 1, - sym__special_character, - STATE(1768), 1, - aux_sym__literal_repeat1, - ACTIONS(2967), 10, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - 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, - [82885] = 6, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + [103857] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(3883), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, anon_sym_QMARK, - ACTIONS(3879), 2, + ACTIONS(4985), 1, + anon_sym_RPAREN_RPAREN, + STATE(4364), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4151), 2, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - ACTIONS(3877), 13, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127403,7 +148586,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127422,21 +148605,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [82935] = 7, - ACTIONS(63), 1, + [103912] = 3, + ACTIONS(67), 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(1206), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127450,8 +148622,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4117), 16, - sym_test_operator, + ACTIONS(1208), 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, @@ -127462,15 +148637,24 @@ 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, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [103957] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(3663), 13, + ACTIONS(4729), 1, + anon_sym_RBRACK, + ACTIONS(4987), 1, + sym__concat, + ACTIONS(1129), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127484,7 +148668,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3661), 23, + ACTIONS(1221), 22, sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, @@ -127505,22 +148689,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_EQ_TILDE, anon_sym_QMARK, - [83031] = 5, - ACTIONS(63), 1, + [104006] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4092), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3913), 4, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(4989), 1, + anon_sym_RPAREN_RPAREN, + STATE(4378), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RBRACK, - anon_sym_QMARK, - ACTIONS(4086), 13, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127534,8 +148719,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4090), 16, - sym_test_operator, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127546,26 +148730,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, - [83079] = 7, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + [104061] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, anon_sym_QMARK, - ACTIONS(4153), 1, - anon_sym_RPAREN, - ACTIONS(4121), 2, + ACTIONS(4991), 1, + anon_sym_RPAREN_RPAREN, + STATE(4353), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 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(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127579,8 +148766,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(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127591,24 +148777,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, - [83131] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4092), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_EQ_TILDE, - ACTIONS(3913), 4, + [104116] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(4993), 1, + anon_sym_RPAREN_RPAREN, + STATE(4349), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RBRACK, - anon_sym_QMARK, - ACTIONS(4086), 13, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127622,8 +148813,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4090), 16, - sym_test_operator, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127634,26 +148824,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, - [83179] = 7, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + [104171] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4079), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, anon_sym_QMARK, - ACTIONS(4155), 1, - anon_sym_COLON, - ACTIONS(3907), 2, + ACTIONS(4995), 1, + anon_sym_RPAREN_RPAREN, + STATE(4342), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 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(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127667,8 +148860,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, - sym_test_operator, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127679,26 +148871,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, - [83231] = 7, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + [104226] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4079), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, anon_sym_QMARK, - ACTIONS(4157), 1, - anon_sym_COLON, - ACTIONS(3907), 2, + ACTIONS(4997), 1, + anon_sym_RPAREN_RPAREN, + STATE(4313), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 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(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127712,8 +148907,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4075), 16, - sym_test_operator, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127724,15 +148918,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, - [83283] = 3, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + [104281] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3756), 13, + ACTIONS(5001), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127746,8 +148943,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3754), 23, - sym_test_operator, + ACTIONS(4999), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -127767,24 +148965,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, - [83327] = 7, - 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, + [104326] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5005), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127798,8 +148985,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(5003), 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, @@ -127810,17 +149000,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, - [83379] = 4, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [104371] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4161), 1, - anon_sym_LBRACK, - ACTIONS(3815), 13, + ACTIONS(5001), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127834,7 +149027,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3813), 22, + ACTIONS(4999), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -127854,24 +149049,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, anon_sym_QMARK, - [83425] = 7, - ACTIONS(63), 1, + anon_sym_COLON, + [104416] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4125), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, anon_sym_QMARK, - ACTIONS(4163), 1, - anon_sym_RPAREN, - ACTIONS(4121), 2, + ACTIONS(5007), 1, + anon_sym_RPAREN_RPAREN, + STATE(4288), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 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(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127885,8 +149080,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(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -127897,76 +149091,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, - [83477] = 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(4167), 1, - anon_sym_esac, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, - anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4287), 1, - sym_last_case_item, - ACTIONS(4165), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_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(1891), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [83562] = 3, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + [104471] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1263), 13, + ACTIONS(1150), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -127980,7 +149116,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1265), 22, + ACTIONS(1152), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -128000,13 +149138,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, - [83605] = 3, - ACTIONS(63), 1, + anon_sym_COLON, + [104516] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4035), 13, + ACTIONS(5011), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128020,7 +149158,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4033), 22, + ACTIONS(5009), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -128040,324 +149180,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, 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, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(3692), 1, - anon_sym_esac, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, - anon_sym_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(4027), 1, - sym_last_case_item, - ACTIONS(4165), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1909), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [83869] = 3, - 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, - 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_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [83997] = 7, - ACTIONS(3), 1, + anon_sym_COLON, + [104561] = 8, + ACTIONS(67), 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, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, 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, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1259), 13, + ACTIONS(5013), 1, + anon_sym_RPAREN_RPAREN, + STATE(4283), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128371,9 +149211,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(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -128386,62 +149224,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_EQ, anon_sym_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, - [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, - ACTIONS(63), 1, + anon_sym_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + [104616] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4019), 13, + ACTIONS(5017), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128455,7 +149247,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4017), 22, + ACTIONS(5015), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -128475,118 +149269,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [84185] = 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(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, + anon_sym_COLON, + [104661] = 3, + ACTIONS(67), 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), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(1154), 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_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, + anon_sym_CARET, + ACTIONS(1156), 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, + [104706] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4015), 13, + ACTIONS(1166), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128600,7 +149331,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4013), 22, + ACTIONS(1168), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -128620,20 +149353,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, anon_sym_QMARK, - [84364] = 6, - ACTIONS(63), 1, + anon_sym_COLON, + [104751] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4199), 1, - anon_sym_RPAREN, - ACTIONS(4201), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, anon_sym_QMARK, - ACTIONS(4195), 2, + ACTIONS(5019), 1, + anon_sym_RPAREN_RPAREN, + STATE(4279), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4193), 13, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128647,7 +149384,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4197), 18, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -128666,21 +149403,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [84413] = 3, - ACTIONS(63), 1, + [104806] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3262), 10, + ACTIONS(3674), 12, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(3264), 25, + ACTIONS(3676), 25, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -128691,9 +149430,9 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_DOLLAR_LPAREN_LPAREN, @@ -128706,17 +149445,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [84456] = 6, - ACTIONS(63), 1, + [104851] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3883), 1, - anon_sym_QMARK, - ACTIONS(4203), 1, - anon_sym_COLON, - ACTIONS(3879), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(1186), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128730,7 +149462,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(1188), 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, @@ -128749,17 +149485,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [84505] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3883), 1, anon_sym_QMARK, - ACTIONS(4205), 1, anon_sym_COLON, - ACTIONS(3879), 2, + [104896] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(5021), 1, + anon_sym_RPAREN_RPAREN, + STATE(4277), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3877), 13, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128773,7 +149515,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3881), 18, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -128792,18 +149534,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [84554] = 5, - ACTIONS(63), 1, + [104951] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4031), 12, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(4033), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [104996] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(3913), 3, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(5023), 1, + anon_sym_RPAREN_RPAREN, + STATE(4407), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - ACTIONS(4211), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4207), 13, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128817,8 +149604,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4209), 16, - sym_test_operator, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -128829,23 +149615,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, - [84601] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3913), 3, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_QMARK, - ACTIONS(4211), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_EQ_TILDE, - ACTIONS(4207), 13, + [105051] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1202), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -128859,8 +149640,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4209), 16, - sym_test_operator, + ACTIONS(1204), 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, @@ -128871,137 +149655,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, - [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, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + anon_sym_COLON, + [105096] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4009), 13, + ACTIONS(4836), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129015,7 +149682,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4007), 22, + ACTIONS(4834), 24, + sym__concat, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -129035,13 +149704,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, - [84861] = 3, - ACTIONS(63), 1, + [105141] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4005), 13, + ACTIONS(4855), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129055,7 +149724,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4003), 22, + ACTIONS(4853), 24, + sym__concat, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -129075,81 +149746,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_RBRACK, 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, + [105186] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4201), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, anon_sym_QMARK, - ACTIONS(4213), 1, - anon_sym_RPAREN, - ACTIONS(4195), 2, + ACTIONS(5025), 1, + anon_sym_RPAREN_RPAREN, + STATE(4392), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(4193), 13, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129163,7 +149777,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4197), 18, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -129182,10 +149796,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [85038] = 3, - ACTIONS(63), 1, + [105241] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(3850), 13, + ACTIONS(4707), 1, + anon_sym_RBRACK, + ACTIONS(5027), 1, + sym__concat, + ACTIONS(1129), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129199,7 +149817,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3848), 22, + ACTIONS(1221), 22, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -129219,13 +149838,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, anon_sym_EQ_TILDE, anon_sym_QMARK, - [85081] = 3, - ACTIONS(63), 1, + [105290] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3954), 13, + ACTIONS(1190), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129239,7 +149857,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3952), 22, + ACTIONS(1192), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -129259,13 +149879,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, anon_sym_QMARK, - [85124] = 3, - ACTIONS(63), 1, + anon_sym_COLON, + [105335] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(3948), 13, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(5029), 1, + anon_sym_RPAREN_RPAREN, + STATE(4265), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129279,9 +149910,7 @@ 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(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -129299,123 +149928,22 @@ 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, - [85167] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3258), 10, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3260), 25, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [85210] = 24, - 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(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, - ACTIONS(63), 1, + [105390] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4217), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, anon_sym_QMARK, - ACTIONS(3907), 2, + ACTIONS(5031), 1, + anon_sym_RPAREN_RPAREN, + STATE(4382), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(3962), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(3958), 13, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129429,8 +149957,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(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -129441,76 +149968,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, - [85344] = 24, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, - anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4219), 1, - anon_sym_esac, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4038), 1, - sym_last_case_item, - ACTIONS(4165), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1888), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [85429] = 3, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + [105445] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3859), 13, + ACTIONS(1194), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129524,7 +149993,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3857), 22, + ACTIONS(1196), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -129544,13 +150015,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, anon_sym_QMARK, - [85472] = 3, - ACTIONS(63), 1, + anon_sym_COLON, + [105490] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(1231), 13, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(5033), 1, + anon_sym_RPAREN_RPAREN, + STATE(4311), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129564,9 +150046,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1233), 22, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -129584,13 +150064,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, anon_sym_EQ_TILDE, - anon_sym_QMARK, - [85515] = 3, - ACTIONS(63), 1, + [105545] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1227), 13, + ACTIONS(1182), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129604,7 +150082,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1229), 22, + ACTIONS(1184), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -129624,13 +150104,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, anon_sym_QMARK, - [85558] = 3, - ACTIONS(63), 1, + anon_sym_COLON, + [105590] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(1223), 13, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(5035), 1, + anon_sym_RPAREN_RPAREN, + STATE(4358), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129644,9 +150135,7 @@ 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(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -129664,154 +150153,22 @@ 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, - [85601] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3003), 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(3005), 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, - [85644] = 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(3724), 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(4112), 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(1890), 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, - [85729] = 3, - 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, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3069), 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, - [85772] = 3, - ACTIONS(63), 1, + [105645] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(1215), 13, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(5037), 1, + anon_sym_RPAREN_RPAREN, + STATE(4345), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129825,9 +150182,7 @@ 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(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -129845,63 +150200,22 @@ 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, - [85815] = 5, - 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, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(3306), 11, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - ACTIONS(2592), 14, - sym_variable_name, - 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, - [85862] = 5, - ACTIONS(63), 1, + [105700] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(3895), 3, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(5039), 1, + anon_sym_RPAREN_RPAREN, + STATE(4341), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_QMARK, - ACTIONS(4211), 3, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_EQ_TILDE, - ACTIONS(4207), 13, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129915,8 +150229,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4209), 16, - sym_test_operator, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -129927,64 +150240,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, - [85909] = 7, - ACTIONS(3), 1, + anon_sym_EQ_TILDE, + [105755] = 8, + ACTIONS(67), 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, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, 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, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4045), 4, + ACTIONS(5041), 1, + anon_sym_RPAREN_RPAREN, + STATE(4335), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_RPAREN, - anon_sym_QMARK, - ACTIONS(4193), 13, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -129998,7 +150276,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(4197), 18, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -130017,94 +150295,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, anon_sym_EQ_TILDE, - [86005] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1167), 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(1169), 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, - [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, - ACTIONS(63), 1, + [105810] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3891), 13, + ACTIONS(1174), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -130118,7 +150312,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(3889), 22, + ACTIONS(1176), 24, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -130138,53 +150334,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, - [86142] = 3, - ACTIONS(63), 1, + anon_sym_COLON, + [105855] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(1167), 10, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(5043), 1, + anon_sym_RPAREN_RPAREN, + STATE(4323), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4876), 13, + anon_sym_EQ, anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(1169), 25, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4880), 18, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT_EQ, + anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [86185] = 3, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + [105910] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(3887), 13, + ACTIONS(4892), 1, + anon_sym_EQ_TILDE, + ACTIONS(4890), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4926), 5, + sym__concat, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK, + anon_sym_QMARK, + ACTIONS(4884), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -130198,9 +150412,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(4888), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -130211,20 +150424,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_RPAREN, - anon_sym_EQ_TILDE, - anon_sym_QMARK, - [86228] = 3, - ACTIONS(63), 1, + [105961] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(3887), 13, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(5045), 1, + anon_sym_RPAREN_RPAREN, + STATE(4315), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -130238,9 +150457,7 @@ 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(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -130258,74 +150475,22 @@ 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, - [86271] = 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(4221), 1, - anon_sym_esac, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4037), 1, - sym_last_case_item, - ACTIONS(4165), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1897), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [86356] = 3, - ACTIONS(63), 1, + [106016] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 13, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(5047), 1, + anon_sym_RPAREN_RPAREN, + STATE(4294), 1, + aux_sym_arithmetic_expansion_repeat1, + ACTIONS(4878), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4876), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -130339,9 +150504,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1207), 22, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(4880), 18, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -130359,13 +150522,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, anon_sym_EQ_TILDE, - anon_sym_QMARK, - [86399] = 3, - ACTIONS(63), 1, + [106071] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1235), 13, + ACTIONS(4855), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -130379,7 +150540,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1237), 22, + ACTIONS(4853), 23, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -130399,13 +150561,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, - [86442] = 3, - ACTIONS(63), 1, + [106115] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 13, + ACTIONS(4855), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -130419,7 +150581,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE, anon_sym_AMP, anon_sym_CARET, - ACTIONS(1207), 22, + ACTIONS(4853), 23, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -130439,13 +150602,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_STAR_STAR, - anon_sym_RPAREN, + anon_sym_RBRACK, anon_sym_EQ_TILDE, anon_sym_QMARK, - [86485] = 3, - ACTIONS(63), 1, + [106159] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4015), 13, + ACTIONS(5057), 1, + anon_sym_EQ_TILDE, + ACTIONS(5059), 1, + anon_sym_QMARK, + ACTIONS(5061), 1, + anon_sym_COLON, + ACTIONS(5051), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5055), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5049), 13, anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, @@ -130459,9 +150634,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(5053), 16, + sym_test_operator, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, @@ -130472,1153 +150646,161 @@ 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, - [86528] = 7, - ACTIONS(3), 1, + [106213] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4187), 1, - anon_sym_DQUOTE, - STATE(2467), 1, - sym_string, - ACTIONS(1135), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(4189), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4185), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1127), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(4836), 13, + anon_sym_EQ, 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, - [86579] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1139), 1, - sym_file_descriptor, - ACTIONS(4109), 1, - anon_sym_DQUOTE, - STATE(2517), 1, - sym_string, - ACTIONS(4111), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4107), 9, + anon_sym_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(1137), 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, - [86630] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4187), 1, - anon_sym_DQUOTE, - STATE(2467), 1, - sym_string, - ACTIONS(1139), 2, - sym_file_descriptor, - sym_variable_name, - ACTIONS(4189), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4185), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 20, - anon_sym_SEMI, + anon_sym_CARET, + ACTIONS(4834), 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_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [86681] = 23, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, - anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4061), 1, - sym_last_case_item, - ACTIONS(4165), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1951), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [86763] = 23, - 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(4112), 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, - [86845] = 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(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(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, - [86927] = 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(4223), 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, - [87009] = 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(4283), 1, - sym_last_case_item, - ACTIONS(4165), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1951), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [87091] = 23, - 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(4037), 1, - sym_last_case_item, - ACTIONS(4165), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(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, - [87173] = 7, - ACTIONS(3), 1, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [106257] = 8, + ACTIONS(67), 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, + ACTIONS(5057), 1, + anon_sym_EQ_TILDE, + ACTIONS(5059), 1, anon_sym_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(5063), 1, + anon_sym_COLON, + ACTIONS(5051), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5055), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5049), 13, + anon_sym_EQ, 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, - [87223] = 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_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), 20, - 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_PIPE_AMP, - anon_sym_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, - [87273] = 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(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(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, + anon_sym_CARET, + ACTIONS(5053), 16, 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(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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4225), 1, - anon_sym_DQUOTE, - STATE(2550), 1, - sym_string, - ACTIONS(1135), 2, - sym_file_descriptor, - ts_builtin_sym_end, - 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_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + 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_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, - [87487] = 23, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, - anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4154), 1, - sym_last_case_item, - ACTIONS(4165), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1951), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [87569] = 23, - 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(4027), 1, - sym_last_case_item, - ACTIONS(4165), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(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, - [87651] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4235), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4237), 1, - anon_sym_DOLLAR, - ACTIONS(4239), 1, - sym__special_character, - ACTIONS(4241), 1, - anon_sym_DQUOTE, - ACTIONS(4243), 1, - aux_sym_number_token1, - ACTIONS(4245), 1, - aux_sym_number_token2, - ACTIONS(4247), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4249), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4251), 1, - anon_sym_BQUOTE, - ACTIONS(4253), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4257), 1, - sym_test_operator, - ACTIONS(4259), 1, - sym__brace_start, - STATE(2877), 1, - aux_sym__literal_repeat1, - ACTIONS(4231), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4255), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1912), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - ACTIONS(4229), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - ACTIONS(4233), 3, - 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, - [87727] = 7, - ACTIONS(3), 1, + anon_sym_STAR_STAR, + [106311] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4225), 1, - anon_sym_DQUOTE, - STATE(2550), 1, - sym_string, - ACTIONS(1139), 2, - sym_file_descriptor, - ts_builtin_sym_end, - 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, + ACTIONS(5073), 1, + anon_sym_RPAREN, + ACTIONS(5075), 1, + anon_sym_EQ_TILDE, + ACTIONS(5077), 1, 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, + ACTIONS(5067), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5071), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5065), 13, + anon_sym_EQ, 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, - [87777] = 23, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, - sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, - anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4122), 1, - sym_last_case_item, - ACTIONS(4165), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1951), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [87859] = 7, - 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_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(1137), 20, - 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_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, - [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, + anon_sym_CARET, + ACTIONS(5069), 16, sym_test_operator, - ACTIONS(4259), 1, - sym__brace_start, - ACTIONS(4263), 1, - aux_sym_heredoc_redirect_token1, - STATE(2877), 1, - aux_sym__literal_repeat1, - ACTIONS(4231), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4255), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1912), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - ACTIONS(4229), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - ACTIONS(4261), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2519), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [87985] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4267), 1, - anon_sym_EQ, - ACTIONS(4269), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4265), 32, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, anon_sym_PLUS_EQ, anon_sym_DASH_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + [106365] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5057), 1, + anon_sym_EQ_TILDE, + ACTIONS(5059), 1, + anon_sym_QMARK, + ACTIONS(5079), 1, + anon_sym_COLON, + ACTIONS(5051), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5055), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5049), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -131626,376 +150808,127 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP, - [88029] = 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), 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, - [88079] = 20, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4273), 1, - anon_sym_SLASH, - ACTIONS(4275), 1, - anon_sym_PERCENT, - ACTIONS(4277), 1, - anon_sym_COLON, - ACTIONS(4281), 1, - anon_sym_RBRACE3, - ACTIONS(4283), 1, - anon_sym_AT, - ACTIONS(4285), 1, - anon_sym_STAR2, - STATE(3690), 1, - aux_sym__expansion_body_repeat1, - STATE(4080), 1, - sym__expansion_regex, - STATE(4176), 1, - sym__expansion_operator, - STATE(4177), 1, - sym__expansion_max_length, - STATE(4179), 1, - sym__expansion_regex_removal, - STATE(4180), 1, - sym__expansion_regex_replacement, - STATE(4182), 1, - sym__expansion_expression, - ACTIONS(4271), 2, - anon_sym_COMMA, anon_sym_CARET, - ACTIONS(4291), 2, - anon_sym_COMMA_COMMA, - anon_sym_CARET_CARET, - ACTIONS(4279), 3, - sym__immediate_double_hash, - anon_sym_POUND, - anon_sym_PERCENT_PERCENT, - ACTIONS(4289), 3, - anon_sym_SLASH_SLASH, - anon_sym_SLASH_POUND, - anon_sym_SLASH_PERCENT, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(4287), 8, - anon_sym_EQ2, - anon_sym_COLON_EQ, - anon_sym_DASH3, - anon_sym_COLON_DASH, - anon_sym_PLUS3, - anon_sym_COLON_PLUS, - anon_sym_QMARK2, - anon_sym_COLON_QMARK, - [88155] = 23, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3592), 1, - sym_word, - ACTIONS(3598), 1, - anon_sym_LPAREN, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3610), 1, - aux_sym_number_token1, - ACTIONS(3612), 1, - aux_sym_number_token2, - ACTIONS(3616), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(5053), 16, sym_test_operator, - ACTIONS(3626), 1, - sym_extglob_pattern, - ACTIONS(3628), 1, - sym__brace_start, - ACTIONS(4169), 1, - sym__special_character, - ACTIONS(4171), 1, - anon_sym_DQUOTE, - ACTIONS(4175), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, - anon_sym_BQUOTE, - ACTIONS(4179), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, - aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4287), 1, - sym_last_case_item, - ACTIONS(4165), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4181), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1951), 2, - sym_case_item, - aux_sym_case_statement_repeat1, - STATE(3634), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [88237] = 7, - 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), 19, - anon_sym_SEMI, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + 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, + [106419] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5075), 1, + anon_sym_EQ_TILDE, + ACTIONS(5077), 1, + anon_sym_QMARK, + ACTIONS(5081), 1, + anon_sym_RPAREN, + ACTIONS(5067), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5071), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5065), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, anon_sym_AMP, - [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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4303), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4305), 1, - anon_sym_DOLLAR, - ACTIONS(4308), 1, - sym__special_character, - ACTIONS(4311), 1, - anon_sym_DQUOTE, - ACTIONS(4314), 1, - aux_sym_number_token1, - ACTIONS(4317), 1, - aux_sym_number_token2, - ACTIONS(4320), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4323), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4326), 1, - anon_sym_BQUOTE, - ACTIONS(4329), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4335), 1, + anon_sym_CARET, + ACTIONS(5069), 16, sym_test_operator, - ACTIONS(4338), 1, - sym__brace_start, - STATE(2877), 1, - aux_sym__literal_repeat1, - ACTIONS(4298), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4332), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1912), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - ACTIONS(4295), 3, - sym_raw_string, - sym_ansi_c_string, - sym_word, - ACTIONS(4301), 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, - [88445] = 23, - ACTIONS(63), 1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + 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, + [106473] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(4544), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(4550), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(4556), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(4576), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(4578), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(4580), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(5085), 1, + anon_sym_esac, + ACTIONS(5087), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(5089), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(5093), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(5095), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(5097), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + STATE(4128), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4053), 1, + STATE(5121), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(5091), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, + STATE(2239), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(4281), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -132005,112 +150938,59 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [88527] = 23, - ACTIONS(63), 1, + [106559] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(4544), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(4550), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(4556), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(4576), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(4578), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(4580), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(5087), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(5089), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(5093), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(5095), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(5097), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + ACTIONS(5101), 1, + anon_sym_esac, + STATE(4128), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4038), 1, + STATE(5122), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(5091), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, + STATE(2240), 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, - [88609] = 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(4343), 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, + STATE(4281), 2, sym_concatenation, - aux_sym_for_statement_repeat1, - ACTIONS(4229), 3, - 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, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -132120,56 +151000,59 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [88685] = 23, - ACTIONS(63), 1, + [106645] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(4544), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(4550), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(4556), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(4576), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(4578), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(4580), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(5087), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(5089), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(5093), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(5095), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(5097), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + ACTIONS(5103), 1, + anon_sym_esac, + STATE(4128), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4044), 1, + STATE(4960), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(5091), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, + STATE(2229), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(4281), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -132179,20 +151062,20 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [88767] = 7, + [106731] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4187), 1, + ACTIONS(2806), 1, anon_sym_DQUOTE, - STATE(2467), 1, + STATE(2992), 1, sym_string, - ACTIONS(1135), 2, + ACTIONS(1089), 2, sym_file_descriptor, - sym_variable_name, - ACTIONS(4189), 2, + ts_builtin_sym_end, + ACTIONS(5107), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4185), 9, + ACTIONS(5105), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -132202,7 +151085,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 19, + ACTIONS(1081), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -132218,60 +151101,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [88817] = 23, - ACTIONS(63), 1, + [106783] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(4544), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(4550), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(4556), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(4576), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(4578), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(4580), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(4669), 1, + anon_sym_esac, + ACTIONS(5087), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(5089), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(5093), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(5095), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(5097), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + STATE(4128), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4072), 1, + STATE(5069), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(5091), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, + STATE(2243), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(4281), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -132281,56 +151169,59 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [88899] = 23, - ACTIONS(63), 1, + [106869] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(3592), 1, + ACTIONS(4544), 1, sym_word, - ACTIONS(3598), 1, + ACTIONS(4550), 1, anon_sym_LPAREN, - ACTIONS(3604), 1, + ACTIONS(4556), 1, anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3624), 1, + ACTIONS(4576), 1, sym_test_operator, - ACTIONS(3626), 1, + ACTIONS(4578), 1, sym_extglob_pattern, - ACTIONS(3628), 1, + ACTIONS(4580), 1, sym__brace_start, - ACTIONS(4169), 1, + ACTIONS(4644), 1, + anon_sym_esac, + ACTIONS(5087), 1, sym__special_character, - ACTIONS(4171), 1, + ACTIONS(5089), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(5093), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(5095), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(5097), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3681), 1, + STATE(4128), 1, aux_sym__literal_repeat1, - STATE(3885), 1, - sym_concatenation, - STATE(4081), 1, + STATE(5068), 1, sym_last_case_item, - ACTIONS(4165), 2, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4173), 2, + ACTIONS(5091), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4181), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, + STATE(2244), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3634), 9, + STATE(4281), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -132340,33 +151231,112 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [88981] = 3, + [106955] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 32, + ACTIONS(2806), 1, + anon_sym_DQUOTE, + STATE(2992), 1, + sym_string, + ACTIONS(1093), 2, + sym_file_descriptor, + ts_builtin_sym_end, + ACTIONS(5107), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5105), 9, + anon_sym_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(1091), 21, anon_sym_SEMI, - anon_sym_COMMA, + anon_sym_AMP_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [107007] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5057), 1, + anon_sym_EQ_TILDE, + ACTIONS(5059), 1, + anon_sym_QMARK, + ACTIONS(5109), 1, + anon_sym_COLON, + ACTIONS(5051), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + ACTIONS(5055), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5049), 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(5053), 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_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_STAR_STAR, + [107061] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5117), 1, + anon_sym_EQ_TILDE, + ACTIONS(5115), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4886), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK, + anon_sym_QMARK, + ACTIONS(5111), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -132374,136 +151344,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP, - [89022] = 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, - sym_word, - ACTIONS(4349), 1, - anon_sym_LPAREN, - ACTIONS(4351), 1, - sym__special_character, - ACTIONS(4353), 1, - anon_sym_DQUOTE, - ACTIONS(4357), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4359), 1, - anon_sym_BQUOTE, - ACTIONS(4361), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4365), 1, - sym__comment_word, - ACTIONS(4367), 1, - sym__empty_value, - ACTIONS(4369), 1, + anon_sym_CARET, + ACTIONS(5113), 16, sym_test_operator, - STATE(1197), 1, - aux_sym__literal_repeat1, - ACTIONS(4347), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4355), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4363), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1258), 2, - sym_concatenation, - sym_array, - STATE(886), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [89101] = 7, - ACTIONS(3), 1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + 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, + [107111] = 6, + ACTIONS(67), 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, + ACTIONS(5075), 1, + anon_sym_EQ_TILDE, + ACTIONS(5071), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4926), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RPAREN, + anon_sym_QMARK, + ACTIONS(5065), 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_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_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, 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_CARET, + ACTIONS(5069), 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_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_STAR_STAR, + [107161] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5057), 1, + anon_sym_EQ_TILDE, + ACTIONS(5059), 1, + anon_sym_QMARK, + ACTIONS(5119), 1, + anon_sym_COLON, + ACTIONS(5051), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5055), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5049), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -132511,37 +151434,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP, - [89191] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4377), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4375), 32, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_CARET, + ACTIONS(5053), 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_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_STAR_STAR, + [107215] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(4878), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5121), 2, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + ACTIONS(4876), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -132549,26 +151476,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP, - [89232] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4377), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4375), 32, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_CARET, + ACTIONS(4880), 18, 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, @@ -132580,6 +151498,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + [107265] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5129), 1, + anon_sym_EQ_TILDE, + ACTIONS(5127), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4926), 4, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(5123), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -132587,154 +151522,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP, - [89273] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4379), 1, - sym_word, - ACTIONS(4383), 1, - anon_sym_LPAREN, - ACTIONS(4385), 1, - anon_sym_DOLLAR, - ACTIONS(4387), 1, - sym__special_character, - 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(4411), 1, - sym_test_operator, - ACTIONS(4413), 1, - sym__brace_start, - STATE(2448), 1, - aux_sym__literal_repeat1, - ACTIONS(4381), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4391), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4405), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2758), 2, - sym_concatenation, - sym_array, - STATE(2590), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [89352] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1469), 1, - anon_sym_DOLLAR, - ACTIONS(1475), 1, - aux_sym_number_token1, - ACTIONS(1477), 1, - aux_sym_number_token2, - ACTIONS(1481), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1495), 1, - sym__brace_start, - ACTIONS(4415), 1, - sym_word, - ACTIONS(4419), 1, - anon_sym_LPAREN, - ACTIONS(4421), 1, - sym__special_character, - 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(4435), 1, - sym__comment_word, - ACTIONS(4437), 1, - sym__empty_value, - ACTIONS(4439), 1, + anon_sym_CARET, + ACTIONS(5125), 16, sym_test_operator, - STATE(1030), 1, - aux_sym__literal_repeat1, - ACTIONS(4417), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4425), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4433), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1189), 2, - sym_concatenation, - sym_array, - STATE(698), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [89431] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4447), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4443), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(4441), 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, 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_STAR_STAR, + [107315] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5057), 1, + anon_sym_EQ_TILDE, + ACTIONS(5055), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4926), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_COLON, + ACTIONS(5049), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -132742,150 +151566,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - 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, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5053), 16, 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1233), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 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_STAR_STAR, + [107365] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5075), 1, + anon_sym_EQ_TILDE, + ACTIONS(5077), 1, + anon_sym_QMARK, + ACTIONS(5131), 1, + anon_sym_RPAREN, + ACTIONS(5067), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5071), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5065), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -132893,37 +151612,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP, - [89675] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1229), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 32, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_CARET, + ACTIONS(5069), 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_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_STAR_STAR, + [107419] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5075), 1, + anon_sym_EQ_TILDE, + ACTIONS(5077), 1, + anon_sym_QMARK, + ACTIONS(5133), 1, + anon_sym_RPAREN, + ACTIONS(5067), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5071), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5065), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -132931,205 +151658,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP, - [89716] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4383), 1, - anon_sym_LPAREN, - ACTIONS(4385), 1, - anon_sym_DOLLAR, - ACTIONS(4389), 1, - anon_sym_DQUOTE, - ACTIONS(4393), 1, - aux_sym_number_token1, - ACTIONS(4395), 1, - aux_sym_number_token2, - ACTIONS(4397), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, - anon_sym_BQUOTE, - ACTIONS(4403), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4407), 1, - sym__comment_word, - ACTIONS(4409), 1, - sym__empty_value, - ACTIONS(4413), 1, - sym__brace_start, - ACTIONS(4511), 1, - sym_word, - ACTIONS(4513), 1, - sym__special_character, - ACTIONS(4517), 1, - sym_test_operator, - STATE(2448), 1, - aux_sym__literal_repeat1, - ACTIONS(4381), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(4515), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2758), 2, - sym_concatenation, - sym_array, - STATE(2525), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [89795] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4383), 1, - anon_sym_LPAREN, - ACTIONS(4385), 1, - anon_sym_DOLLAR, - ACTIONS(4389), 1, - anon_sym_DQUOTE, - ACTIONS(4393), 1, - aux_sym_number_token1, - ACTIONS(4395), 1, - aux_sym_number_token2, - ACTIONS(4397), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, - anon_sym_BQUOTE, - ACTIONS(4403), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4407), 1, - sym__comment_word, - ACTIONS(4409), 1, - sym__empty_value, - ACTIONS(4413), 1, - sym__brace_start, - ACTIONS(4519), 1, - sym_word, - ACTIONS(4521), 1, - sym__special_character, - ACTIONS(4525), 1, - sym_test_operator, - STATE(2448), 1, - aux_sym__literal_repeat1, - ACTIONS(4381), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(4523), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2758), 2, - sym_concatenation, - sym_array, - STATE(2719), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [89874] = 19, - ACTIONS(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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1225), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 32, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + ACTIONS(5069), 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_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_STAR_STAR, + [107473] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5129), 1, + anon_sym_EQ_TILDE, + ACTIONS(5127), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4926), 4, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(5123), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -133137,397 +151702,166 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP, - [89988] = 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(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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4531), 1, - sym_word, - ACTIONS(4535), 1, - anon_sym_LPAREN, - ACTIONS(4537), 1, - anon_sym_DOLLAR, - ACTIONS(4539), 1, - sym__special_character, - ACTIONS(4541), 1, - anon_sym_DQUOTE, - ACTIONS(4545), 1, - aux_sym_number_token1, - ACTIONS(4547), 1, - aux_sym_number_token2, - ACTIONS(4549), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4551), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4553), 1, - anon_sym_BQUOTE, - ACTIONS(4555), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4559), 1, - sym__comment_word, - ACTIONS(4561), 1, - sym__empty_value, - ACTIONS(4563), 1, - sym_test_operator, - ACTIONS(4565), 1, - sym__brace_start, - STATE(1233), 1, - aux_sym__literal_repeat1, - ACTIONS(4533), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4543), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4557), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1255), 2, - sym_concatenation, - sym_array, - STATE(914), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [90140] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1703), 1, - anon_sym_DOLLAR, - ACTIONS(1709), 1, - aux_sym_number_token1, - ACTIONS(1711), 1, - aux_sym_number_token2, - ACTIONS(1715), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1729), 1, - sym__brace_start, - ACTIONS(4489), 1, - anon_sym_LPAREN, - ACTIONS(4493), 1, - anon_sym_DQUOTE, - ACTIONS(4497), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, - anon_sym_BQUOTE, - ACTIONS(4501), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4505), 1, - sym__comment_word, - ACTIONS(4507), 1, - sym__empty_value, - ACTIONS(4567), 1, - sym_word, - ACTIONS(4569), 1, - sym__special_character, - ACTIONS(4573), 1, + ACTIONS(5125), 16, sym_test_operator, - STATE(1075), 1, - aux_sym__literal_repeat1, - ACTIONS(4487), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 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, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + 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, + [107523] = 6, + ACTIONS(67), 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, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4601), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2388), 2, - sym_concatenation, - sym_array, - STATE(1997), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [90298] = 22, - ACTIONS(3), 1, + ACTIONS(5057), 1, + anon_sym_EQ_TILDE, + ACTIONS(5055), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4926), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_COLON, + ACTIONS(5049), 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(5053), 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, + [107573] = 3, + ACTIONS(67), 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, + ACTIONS(4855), 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(4853), 23, 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(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_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_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, + [107617] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(4619), 1, + ACTIONS(4544), 1, sym_word, - ACTIONS(4623), 1, + ACTIONS(4550), 1, anon_sym_LPAREN, - ACTIONS(4625), 1, + ACTIONS(4556), 1, anon_sym_DOLLAR, - ACTIONS(4627), 1, - sym__special_character, - ACTIONS(4629), 1, - anon_sym_DQUOTE, - ACTIONS(4633), 1, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(4635), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(4637), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4639), 1, + ACTIONS(4568), 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, + ACTIONS(4576), 1, sym_test_operator, - ACTIONS(4653), 1, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 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, - sym_word, - ACTIONS(4659), 1, - anon_sym_LPAREN, - ACTIONS(4661), 1, - anon_sym_DOLLAR, - ACTIONS(4663), 1, + ACTIONS(4681), 1, + anon_sym_esac, + ACTIONS(5087), 1, sym__special_character, - ACTIONS(4665), 1, + ACTIONS(5089), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, - aux_sym_number_token1, - ACTIONS(4671), 1, - aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(5093), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(5095), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(5097), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4683), 1, - sym__comment_word, - ACTIONS(4685), 1, - sym__empty_value, - ACTIONS(4687), 1, - sym_test_operator, - ACTIONS(4689), 1, - sym__brace_start, - STATE(1289), 1, + STATE(4128), 1, aux_sym__literal_repeat1, - ACTIONS(4657), 2, + STATE(5055), 1, + sym_last_case_item, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4667), 2, + ACTIONS(5091), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4681), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1403), 2, + STATE(2252), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, sym_concatenation, - sym_array, - STATE(1209), 9, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -133537,33 +151871,113 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [90535] = 3, - ACTIONS(3), 1, + [107703] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(4693), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4691), 32, - anon_sym_SEMI, - anon_sym_COMMA, + ACTIONS(5075), 1, + anon_sym_EQ_TILDE, + ACTIONS(5071), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4926), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + anon_sym_RPAREN, + anon_sym_QMARK, + ACTIONS(5065), 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(5069), 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_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_LT_EQ, + anon_sym_GT_EQ, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_STAR_STAR, + [107753] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5141), 1, + anon_sym_RBRACK_RBRACK, + ACTIONS(5143), 1, + anon_sym_EQ_TILDE, + ACTIONS(5145), 1, + anon_sym_QMARK, + ACTIONS(5051), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5139), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(5135), 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(5137), 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, + [107807] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5117), 1, + anon_sym_EQ_TILDE, + ACTIONS(5141), 1, + anon_sym_RBRACK, + ACTIONS(5149), 1, + anon_sym_QMARK, + ACTIONS(5115), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5147), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5111), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -133571,81 +151985,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP, - [90576] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4453), 1, - anon_sym_LPAREN, - ACTIONS(4455), 1, - anon_sym_DOLLAR, - 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(4483), 1, - sym__brace_start, - ACTIONS(4695), 1, - sym_word, - ACTIONS(4697), 1, - sym__special_character, - ACTIONS(4701), 1, + anon_sym_CARET, + ACTIONS(5113), 16, sym_test_operator, - STATE(2446), 1, - aux_sym__literal_repeat1, - ACTIONS(4451), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4475), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(4699), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2707), 2, - sym_concatenation, - sym_array, - STATE(2424), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [90655] = 7, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + 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, + [107861] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(4241), 1, + ACTIONS(1093), 1, + sym_file_descriptor, + ACTIONS(2806), 1, anon_sym_DQUOTE, - STATE(2741), 1, + STATE(2992), 1, sym_string, - ACTIONS(1139), 2, - sym_test_operator, - sym__brace_start, - ACTIONS(4373), 2, + ACTIONS(5107), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4371), 9, + ACTIONS(5105), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -133655,52 +152029,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 18, - anon_sym_LPAREN_LPAREN, + ACTIONS(1091), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, - [90704] = 3, - ACTIONS(3), 1, + [107913] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(1261), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 32, - anon_sym_SEMI, - anon_sym_COMMA, + ACTIONS(5129), 1, + anon_sym_EQ_TILDE, + ACTIONS(5141), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(5151), 1, + anon_sym_QMARK, + ACTIONS(5051), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, + ACTIONS(5127), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5123), 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(5125), 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_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_STAR_STAR, + [107967] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5153), 1, + sym__concat, + ACTIONS(4849), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -133708,23 +152112,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP, - [90745] = 7, + anon_sym_CARET, + ACTIONS(4847), 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, + [108013] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1135), 1, + ACTIONS(1089), 1, sym_file_descriptor, - ACTIONS(4225), 1, + ACTIONS(2806), 1, anon_sym_DQUOTE, - STATE(2550), 1, + STATE(2992), 1, sym_string, - ACTIONS(4227), 2, + ACTIONS(5107), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, + ACTIONS(5105), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -133734,7 +152162,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 19, + ACTIONS(1081), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -133742,6 +152170,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, @@ -133750,172 +152179,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, anon_sym_AMP, - [90794] = 22, - ACTIONS(3), 1, + [108065] = 6, + ACTIONS(67), 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(4703), 1, - sym_word, - ACTIONS(4705), 1, - sym__special_character, - ACTIONS(4709), 1, + ACTIONS(5117), 1, + anon_sym_EQ_TILDE, + ACTIONS(5115), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4926), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK, + anon_sym_QMARK, + ACTIONS(5111), 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(5113), 16, 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(4707), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2758), 2, - sym_concatenation, - sym_array, - STATE(2952), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [90873] = 22, - ACTIONS(3), 1, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + 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, + [108115] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(4544), 1, + sym_word, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, anon_sym_DOLLAR, - ACTIONS(1709), 1, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(1715), 1, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1729), 1, - sym__brace_start, - ACTIONS(4489), 1, - anon_sym_LPAREN, - ACTIONS(4493), 1, - anon_sym_DQUOTE, - ACTIONS(4497), 1, - 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(4711), 1, - sym_word, - ACTIONS(4713), 1, - sym__special_character, - ACTIONS(4717), 1, + ACTIONS(4576), 1, sym_test_operator, - STATE(1075), 1, - aux_sym__literal_repeat1, - ACTIONS(4487), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(4715), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1267), 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, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, + sym__brace_start, + ACTIONS(4675), 1, + anon_sym_esac, + ACTIONS(5087), 1, sym__special_character, - ACTIONS(4734), 1, + ACTIONS(5089), 1, anon_sym_DQUOTE, - ACTIONS(4740), 1, - aux_sym_number_token1, - ACTIONS(4743), 1, - aux_sym_number_token2, - ACTIONS(4746), 1, + ACTIONS(5093), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4749), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4752), 1, + ACTIONS(5095), 1, anon_sym_BQUOTE, - ACTIONS(4755), 1, + ACTIONS(5097), 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, + STATE(4128), 1, aux_sym__literal_repeat1, - STATE(3817), 1, - sym_concatenation, - ACTIONS(4722), 2, + STATE(4726), 1, + sym_last_case_item, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4737), 2, + ACTIONS(5091), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4758), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1951), 2, + STATE(2272), 2, sym_case_item, aux_sym_case_statement_repeat1, - STATE(3649), 9, + STATE(4281), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -133925,113 +152291,70 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [91031] = 7, - ACTIONS(3), 1, + [108201] = 6, + ACTIONS(67), 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, + ACTIONS(5057), 1, + anon_sym_EQ_TILDE, + ACTIONS(5055), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4886), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + anon_sym_COLON, + ACTIONS(5049), 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_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 19, - anon_sym_SEMI, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5053), 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, + [108251] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5155), 1, + sym__concat, + ACTIONS(4843), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, anon_sym_AMP, - [91080] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2461), 1, - anon_sym_DOLLAR, - ACTIONS(2463), 1, - sym__special_character, - ACTIONS(2465), 1, - anon_sym_DQUOTE, - ACTIONS(2469), 1, - aux_sym_number_token1, - ACTIONS(2471), 1, - aux_sym_number_token2, - ACTIONS(2473), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2475), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2477), 1, - anon_sym_BQUOTE, - ACTIONS(2479), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2489), 1, - sym__brace_start, - ACTIONS(4770), 1, - sym_word, - ACTIONS(4772), 1, - anon_sym_LPAREN, - ACTIONS(4776), 1, - sym__comment_word, - ACTIONS(4778), 1, - sym__empty_value, - ACTIONS(4780), 1, - sym_test_operator, - STATE(1707), 1, - aux_sym__literal_repeat1, - ACTIONS(2459), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2481), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(4774), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1765), 2, - sym_concatenation, - sym_array, - STATE(1492), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [91159] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1245), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 32, - anon_sym_SEMI, - anon_sym_COMMA, + anon_sym_CARET, + ACTIONS(4841), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -134039,7 +152362,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, @@ -134051,6 +152373,25 @@ 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, + [108297] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5129), 1, + anon_sym_EQ_TILDE, + ACTIONS(5127), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4886), 4, + anon_sym_RPAREN_RPAREN, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(5123), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134058,58 +152399,122 @@ 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(5125), 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, + [108347] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4836), 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, - [91200] = 22, - ACTIONS(3), 1, + anon_sym_CARET, + ACTIONS(4834), 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, + [108391] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(1327), 1, + ACTIONS(4544), 1, + sym_word, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, anon_sym_DOLLAR, - ACTIONS(1333), 1, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(1335), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(1339), 1, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1353), 1, + ACTIONS(4576), 1, + sym_test_operator, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, sym__brace_start, - ACTIONS(4782), 1, - sym_word, - ACTIONS(4786), 1, - anon_sym_LPAREN, - ACTIONS(4788), 1, + ACTIONS(5087), 1, sym__special_character, - ACTIONS(4790), 1, + ACTIONS(5089), 1, anon_sym_DQUOTE, - ACTIONS(4794), 1, + ACTIONS(5093), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4796), 1, + ACTIONS(5095), 1, anon_sym_BQUOTE, - ACTIONS(4798), 1, + ACTIONS(5097), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4802), 1, - sym__comment_word, - ACTIONS(4804), 1, - sym__empty_value, - ACTIONS(4806), 1, - sym_test_operator, - STATE(849), 1, + ACTIONS(5157), 1, + anon_sym_esac, + STATE(4128), 1, aux_sym__literal_repeat1, - ACTIONS(4784), 2, + STATE(4682), 1, + sym_last_case_item, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4792), 2, + ACTIONS(5091), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4800), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(969), 2, + STATE(2258), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, sym_concatenation, - sym_array, - STATE(661), 9, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -134119,68 +152524,25 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [91279] = 19, - ACTIONS(3), 1, + [108477] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4273), 1, + ACTIONS(4855), 13, + anon_sym_EQ, + 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_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, 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_COMMA, + ACTIONS(4853), 23, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -134188,7 +152550,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, @@ -134200,119 +152561,63 @@ 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, - 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, - 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_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [108521] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(4659), 1, + ACTIONS(4544), 1, + sym_word, + ACTIONS(4550), 1, anon_sym_LPAREN, - ACTIONS(4661), 1, + ACTIONS(4556), 1, anon_sym_DOLLAR, - ACTIONS(4665), 1, - anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(4673), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(4568), 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, + ACTIONS(4576), 1, + sym_test_operator, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, sym__brace_start, - ACTIONS(4812), 1, - sym_word, - ACTIONS(4814), 1, + ACTIONS(5087), 1, sym__special_character, - ACTIONS(4818), 1, - sym_test_operator, - STATE(1289), 1, + ACTIONS(5089), 1, + anon_sym_DQUOTE, + ACTIONS(5093), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5095), 1, + anon_sym_BQUOTE, + ACTIONS(5097), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5159), 1, + anon_sym_esac, + STATE(4128), 1, aux_sym__literal_repeat1, - ACTIONS(4657), 2, + STATE(4679), 1, + sym_last_case_item, + ACTIONS(5083), 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(5091), 2, sym_raw_string, sym_ansi_c_string, - STATE(1403), 2, + ACTIONS(5099), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2238), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, sym_concatenation, - sym_array, - STATE(1057), 9, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -134322,54 +152627,121 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [91545] = 22, - ACTIONS(3), 1, + [108607] = 24, + ACTIONS(67), 1, sym_comment, - ACTIONS(4820), 1, + ACTIONS(4544), 1, sym_word, - ACTIONS(4824), 1, + ACTIONS(4550), 1, anon_sym_LPAREN, - ACTIONS(4826), 1, + ACTIONS(4552), 1, + anon_sym_esac, + ACTIONS(4556), 1, anon_sym_DOLLAR, - ACTIONS(4828), 1, - sym__special_character, - ACTIONS(4830), 1, - anon_sym_DQUOTE, - ACTIONS(4834), 1, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(4836), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(4838), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4840), 1, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4842), 1, + ACTIONS(4576), 1, + sym_test_operator, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, + sym__brace_start, + ACTIONS(5087), 1, + sym__special_character, + ACTIONS(5089), 1, + anon_sym_DQUOTE, + ACTIONS(5093), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5095), 1, anon_sym_BQUOTE, - ACTIONS(4844), 1, + ACTIONS(5097), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4848), 1, - sym__comment_word, - ACTIONS(4850), 1, - sym__empty_value, - ACTIONS(4852), 1, + STATE(4128), 1, + aux_sym__literal_repeat1, + STATE(4571), 1, + sym_last_case_item, + ACTIONS(5083), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5091), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5099), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2227), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4081), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [108693] = 24, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4544), 1, + sym_word, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, + anon_sym_DOLLAR, + ACTIONS(4562), 1, + aux_sym_number_token1, + ACTIONS(4564), 1, + aux_sym_number_token2, + ACTIONS(4568), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4576), 1, sym_test_operator, - ACTIONS(4854), 1, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, sym__brace_start, - STATE(1815), 1, + ACTIONS(4584), 1, + anon_sym_esac, + ACTIONS(5087), 1, + sym__special_character, + ACTIONS(5089), 1, + anon_sym_DQUOTE, + ACTIONS(5093), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5095), 1, + anon_sym_BQUOTE, + ACTIONS(5097), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4128), 1, aux_sym__literal_repeat1, - ACTIONS(4822), 2, + STATE(4587), 1, + sym_last_case_item, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4832), 2, + ACTIONS(5091), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4846), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1834), 2, + STATE(2273), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, sym_concatenation, - sym_array, - STATE(1611), 9, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -134379,33 +152751,13 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [91624] = 3, - ACTIONS(3), 1, + [108779] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(1237), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 32, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT_EQ, - anon_sym_GT_EQ, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(5161), 1, + sym__concat, + ACTIONS(4830), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134413,18 +152765,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP, - [91665] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1207), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 32, - anon_sym_SEMI, - anon_sym_COMMA, + anon_sym_CARET, + ACTIONS(4828), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -134432,7 +152778,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, @@ -134444,6 +152789,27 @@ 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, + [108825] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5057), 1, + anon_sym_EQ_TILDE, + ACTIONS(5059), 1, + anon_sym_QMARK, + ACTIONS(5163), 1, + anon_sym_COLON, + ACTIONS(5051), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5055), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5049), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134451,37 +152817,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP, - [91706] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4858), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4856), 32, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_CARET, + ACTIONS(5053), 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_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_STAR_STAR, + [108879] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5143), 1, + anon_sym_EQ_TILDE, + ACTIONS(5139), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4926), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK_RBRACK, + anon_sym_QMARK, + ACTIONS(5135), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134489,37 +152861,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP, - [91747] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1221), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 32, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_CARET, + ACTIONS(5137), 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_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_STAR_STAR, + [108929] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5165), 1, + sym__concat, + ACTIONS(4815), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134527,18 +152897,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - 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, - anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4813), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -134546,7 +152910,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, @@ -134558,6 +152921,27 @@ 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, + [108975] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5075), 1, + anon_sym_EQ_TILDE, + ACTIONS(5077), 1, + anon_sym_QMARK, + ACTIONS(5167), 1, + anon_sym_RPAREN, + ACTIONS(5067), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5071), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5065), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134565,37 +152949,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP, - [91829] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4862), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4860), 32, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_CARET, + ACTIONS(5069), 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_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_STAR_STAR, + [109029] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5143), 1, + anon_sym_EQ_TILDE, + ACTIONS(5139), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4926), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK_RBRACK, + anon_sym_QMARK, + ACTIONS(5135), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134603,37 +152993,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP, - [91870] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4866), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4864), 32, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_CARET, + ACTIONS(5137), 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_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_STAR_STAR, + [109079] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5143), 1, + anon_sym_EQ_TILDE, + ACTIONS(5145), 1, + anon_sym_QMARK, + ACTIONS(5169), 1, + anon_sym_RBRACK_RBRACK, + ACTIONS(5051), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5139), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5135), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134641,37 +153039,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP, - [91911] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4377), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4375), 32, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_CARET, + ACTIONS(5137), 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_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_STAR_STAR, + [109133] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5117), 1, + anon_sym_EQ_TILDE, + ACTIONS(5149), 1, + anon_sym_QMARK, + ACTIONS(5169), 1, + anon_sym_RBRACK, + ACTIONS(5115), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5147), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5111), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134679,271 +153085,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP, - [91952] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4659), 1, - anon_sym_LPAREN, - ACTIONS(4661), 1, - 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, - sym_test_operator, - STATE(1289), 1, - aux_sym__literal_repeat1, - ACTIONS(4657), 2, - anon_sym_LPAREN_LPAREN, - 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_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1362), 2, - sym_concatenation, - sym_array, - STATE(971), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [92110] = 22, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4912), 1, - sym_word, - ACTIONS(4916), 1, - anon_sym_LPAREN, - ACTIONS(4918), 1, - anon_sym_DOLLAR, - ACTIONS(4920), 1, - sym__special_character, - ACTIONS(4922), 1, - anon_sym_DQUOTE, - ACTIONS(4926), 1, - aux_sym_number_token1, - ACTIONS(4928), 1, - aux_sym_number_token2, - ACTIONS(4930), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4932), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4934), 1, - anon_sym_BQUOTE, - ACTIONS(4936), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4940), 1, - sym__comment_word, - ACTIONS(4942), 1, - sym__empty_value, - ACTIONS(4944), 1, + anon_sym_CARET, + ACTIONS(5113), 16, sym_test_operator, - ACTIONS(4946), 1, - sym__brace_start, - STATE(958), 1, - aux_sym__literal_repeat1, - ACTIONS(4914), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4924), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4938), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1185), 2, - sym_concatenation, - sym_array, - STATE(760), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [92189] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4950), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(4443), 2, - 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, 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, - [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, - ACTIONS(63), 1, + [109187] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4968), 1, + ACTIONS(5129), 1, + anon_sym_EQ_TILDE, + ACTIONS(5151), 1, + anon_sym_QMARK, + ACTIONS(5171), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(5051), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5127), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5123), 13, anon_sym_EQ, - ACTIONS(4265), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134951,37 +153131,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4269), 21, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5125), 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_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, - [92330] = 4, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + [109241] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4970), 1, + ACTIONS(5129), 1, + anon_sym_EQ_TILDE, + ACTIONS(5151), 1, + anon_sym_QMARK, + ACTIONS(5169), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(5051), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5127), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5123), 13, anon_sym_EQ, - ACTIONS(4265), 10, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -134989,35 +153177,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4269), 21, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5125), 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_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, - [92372] = 3, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + [109295] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(1251), 10, + ACTIONS(5075), 1, + anon_sym_EQ_TILDE, + ACTIONS(5071), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4886), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RPAREN, + anon_sym_QMARK, + ACTIONS(5065), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135025,194 +153221,86 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1253), 21, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5069), 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_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, - [92411] = 20, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + [109345] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4976), 1, - anon_sym_RPAREN, - ACTIONS(4978), 1, + ACTIONS(1117), 12, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, 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(1119), 24, + sym_file_descriptor, sym_test_operator, - ACTIONS(5002), 1, sym__brace_start, - STATE(3028), 1, - aux_sym__literal_repeat1, - ACTIONS(4974), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, 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, - [92484] = 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(5004), 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(2018), 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, - [92557] = 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(5006), 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(2039), 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, - [92630] = 3, - ACTIONS(63), 1, + [109389] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(4375), 10, + ACTIONS(5143), 1, + anon_sym_EQ_TILDE, + ACTIONS(5145), 1, + anon_sym_QMARK, + ACTIONS(5171), 1, + anon_sym_RBRACK_RBRACK, + ACTIONS(5051), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5139), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5135), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135220,35 +153308,45 @@ static const uint16_t ts_small_parse_table[] = { 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_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5137), 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_STAR_STAR_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [92669] = 3, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + [109443] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(1231), 10, + ACTIONS(5117), 1, + anon_sym_EQ_TILDE, + ACTIONS(5149), 1, + anon_sym_QMARK, + ACTIONS(5171), 1, + anon_sym_RBRACK, + ACTIONS(5115), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5147), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5111), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135256,35 +153354,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1233), 21, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5113), 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_STAR_STAR_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [92708] = 3, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + [109497] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1227), 10, + ACTIONS(4796), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135292,12 +153388,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1229), 21, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4794), 23, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -135305,7 +153402,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, @@ -135317,16 +153413,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [92747] = 5, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [109541] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(4447), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(5008), 2, + ACTIONS(4898), 1, + anon_sym_DQUOTE, + STATE(2684), 1, + sym_string, + ACTIONS(1089), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4900), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4896), 9, + anon_sym_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(1081), 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_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [109593] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5117), 1, + anon_sym_EQ_TILDE, + ACTIONS(5115), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4926), 4, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(5012), 10, + anon_sym_RBRACK, + anon_sym_QMARK, + ACTIONS(5111), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135334,31 +153484,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(5010), 17, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5113), 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_STAR_STAR_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [92790] = 3, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + [109643] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4898), 1, + anon_sym_DQUOTE, + STATE(2684), 1, + sym_string, + ACTIONS(1093), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4900), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4896), 9, + anon_sym_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(1091), 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_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [109695] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(4375), 10, + ACTIONS(5173), 1, + anon_sym_LBRACK, + ACTIONS(4611), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135366,11 +153565,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4377), 21, - anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4609), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -135378,7 +153578,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, @@ -135390,49 +153589,60 @@ 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, - [92829] = 5, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [109741] = 7, + ACTIONS(3), 1, sym_comment, - STATE(2003), 1, - aux_sym_concatenation_repeat1, - ACTIONS(5014), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3063), 9, + ACTIONS(1089), 1, + sym_file_descriptor, + ACTIONS(2806), 1, + anon_sym_DQUOTE, + STATE(2992), 1, + sym_string, + ACTIONS(5107), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5105), 9, + anon_sym_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(1081), 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_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(3065), 19, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [92872] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_BQUOTE, + [109793] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4375), 10, + ACTIONS(4826), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135440,12 +153650,13 @@ static const uint16_t ts_small_parse_table[] = { 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_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4824), 23, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -135453,7 +153664,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, @@ -135465,63 +153675,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [92911] = 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(5016), 1, + anon_sym_STAR_STAR, 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, - [92984] = 3, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [109837] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4375), 10, + ACTIONS(4796), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135529,11 +153691,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4377), 21, - anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4794), 23, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -135541,7 +153705,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, @@ -135553,11 +153716,15 @@ 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, - [93023] = 3, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [109881] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4375), 10, + ACTIONS(4826), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135565,11 +153732,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4377), 21, - anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4824), 23, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -135577,7 +153746,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, @@ -135589,102 +153757,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - [93062] = 20, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [109925] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, - anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, + ACTIONS(1093), 1, + sym_file_descriptor, + ACTIONS(2806), 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(5018), 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(1987), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, - sym_arithmetic_expansion, - sym_brace_expression, + STATE(2992), 1, sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [93135] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1991), 1, - aux_sym_concatenation_repeat1, - ACTIONS(5020), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1183), 9, + ACTIONS(5107), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5105), 9, + anon_sym_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(1091), 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_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1185), 19, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [93178] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_BQUOTE, + [109977] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(4864), 10, + ACTIONS(5143), 1, + anon_sym_EQ_TILDE, + ACTIONS(5139), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4886), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RBRACK_RBRACK, + anon_sym_QMARK, + ACTIONS(5135), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135692,124 +153828,45 @@ static const uint16_t ts_small_parse_table[] = { 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_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5137), 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_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, - sym_comment, - ACTIONS(4691), 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(4693), 21, - anon_sym_COMMA, + [110027] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5057), 1, + anon_sym_EQ_TILDE, + ACTIONS(5059), 1, + anon_sym_QMARK, + ACTIONS(5175), 1, + anon_sym_COLON, + ACTIONS(5051), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, + ACTIONS(5055), 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_RPAREN, - [93256] = 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(5023), 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(2041), 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, - [93329] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1219), 10, + ACTIONS(5049), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135817,35 +153874,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1221), 21, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5053), 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_STAR_STAR_EQ, anon_sym_LT_LT_EQ, anon_sym_GT_GT_EQ, anon_sym_AMP_EQ, anon_sym_CARET_EQ, anon_sym_PIPE_EQ, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, anon_sym_LT_EQ, anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_RPAREN, - [93368] = 3, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + [110081] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4375), 10, + ACTIONS(1129), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135853,12 +153908,13 @@ static const uint16_t ts_small_parse_table[] = { 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_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1221), 23, + sym_test_operator, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -135866,7 +153922,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, @@ -135878,87 +153933,118 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [93407] = 5, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + anon_sym_RBRACK, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [110125] = 24, + ACTIONS(67), 1, sym_comment, - STATE(1998), 1, - aux_sym_concatenation_repeat1, - ACTIONS(5014), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2975), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(4544), 1, + sym_word, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, anon_sym_DOLLAR, + ACTIONS(4562), 1, aux_sym_number_token1, + ACTIONS(4564), 1, aux_sym_number_token2, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(2977), 19, - sym_file_descriptor, - sym_variable_name, + ACTIONS(4576), 1, sym_test_operator, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 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(5087), 1, sym__special_character, + ACTIONS(5089), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(5093), 1, anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [93450] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5014), 1, - aux_sym_concatenation_token1, - ACTIONS(5025), 1, - sym__concat, - STATE(1991), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, + ACTIONS(5095), 1, anon_sym_BQUOTE, - sym_word, - ACTIONS(1179), 19, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, + ACTIONS(5097), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5177), 1, + anon_sym_esac, + STATE(4128), 1, + aux_sym__literal_repeat1, + STATE(4709), 1, + sym_last_case_item, + ACTIONS(5083), 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(5091), 2, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [93495] = 3, - ACTIONS(63), 1, + STATE(2248), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4081), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [110211] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1129), 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(1221), 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, + [110255] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1215), 10, + ACTIONS(1154), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -135966,11 +154052,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1217), 21, - anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1156), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -135978,7 +154065,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, @@ -135990,89 +154076,61 @@ 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, - [93534] = 5, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [110298] = 23, + ACTIONS(67), 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(4544), 1, + sym_word, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, anon_sym_DOLLAR, + ACTIONS(4562), 1, aux_sym_number_token1, + ACTIONS(4564), 1, aux_sym_number_token2, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(2969), 19, - sym_file_descriptor, - sym_variable_name, + ACTIONS(4576), 1, sym_test_operator, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 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(5087), 1, sym__special_character, + ACTIONS(5089), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [93577] = 20, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4303), 1, - anon_sym_RPAREN, - ACTIONS(5027), 1, - sym_word, - ACTIONS(5033), 1, - anon_sym_DOLLAR, - ACTIONS(5036), 1, - sym__special_character, - ACTIONS(5039), 1, - anon_sym_DQUOTE, - ACTIONS(5045), 1, - aux_sym_number_token1, - ACTIONS(5048), 1, - aux_sym_number_token2, - ACTIONS(5051), 1, + ACTIONS(5093), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5054), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5057), 1, + ACTIONS(5095), 1, anon_sym_BQUOTE, - ACTIONS(5060), 1, + ACTIONS(5097), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5066), 1, - sym_test_operator, - ACTIONS(5069), 1, - sym__brace_start, - STATE(3028), 1, + STATE(4128), 1, aux_sym__literal_repeat1, - ACTIONS(5030), 2, + STATE(4726), 1, + sym_last_case_item, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5042), 2, + ACTIONS(5091), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5063), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2277), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -136082,10 +154140,11 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [93650] = 3, - ACTIONS(63), 1, + [110381] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1223), 10, + ACTIONS(5005), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136093,12 +154152,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1225), 21, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5003), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -136106,7 +154165,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, @@ -136118,89 +154176,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [93689] = 6, - 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, - 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, - 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_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(1127), 16, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - aux_sym_heredoc_redirect_token1, - anon_sym_LT_LT_LT, - [93781] = 3, - ACTIONS(63), 1, + [110424] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4860), 10, + ACTIONS(1198), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136208,11 +154192,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4862), 21, - anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1200), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -136220,7 +154205,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, @@ -136232,11 +154216,15 @@ 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, - [93820] = 3, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [110467] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1243), 10, + ACTIONS(5011), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136244,11 +154232,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1245), 21, - anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5009), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -136256,7 +154245,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, @@ -136268,129 +154256,61 @@ 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, - [93859] = 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_EQ_TILDE, 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, - [93906] = 5, - ACTIONS(63), 1, + [110510] = 23, + ACTIONS(67), 1, sym_comment, - STATE(2003), 1, - aux_sym_concatenation_repeat1, - ACTIONS(5014), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(4544), 1, + sym_word, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, anon_sym_DOLLAR, + ACTIONS(4562), 1, aux_sym_number_token1, + ACTIONS(4564), 1, aux_sym_number_token2, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1169), 19, - sym_file_descriptor, - sym_variable_name, + ACTIONS(4576), 1, sym_test_operator, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 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, - 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, - [93949] = 20, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, - anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5087), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5089), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, - aux_sym_number_token1, - ACTIONS(4988), 1, - aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5093), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5095), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5097), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, - sym__brace_start, - ACTIONS(5074), 1, - anon_sym_RPAREN, - STATE(3028), 1, + STATE(4128), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + STATE(4682), 1, + sym_last_case_item, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5091), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2277), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -136400,103 +154320,98 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [94022] = 20, - ACTIONS(63), 1, + [110593] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4955), 4, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_RPAREN, + anon_sym_QMARK, + ACTIONS(5179), 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(5181), 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, + [110638] = 23, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(4544), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(4576), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, sym__brace_start, - ACTIONS(5076), 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(2009), 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, - [94095] = 20, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, - anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5087), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5089), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, - aux_sym_number_token1, - ACTIONS(4988), 1, - aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5093), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5095), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5097), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, - sym__brace_start, - ACTIONS(5078), 1, - anon_sym_RPAREN, - STATE(3028), 1, + STATE(4128), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + STATE(4852), 1, + sym_last_case_item, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5091), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2061), 2, + STATE(2277), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -136506,16 +154421,18 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [94168] = 5, - ACTIONS(63), 1, + [110721] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(4447), 2, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - ACTIONS(5080), 2, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(5183), 1, + anon_sym_COLON, + ACTIONS(4878), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(5084), 10, + ACTIONS(4876), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136523,16 +154440,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(5082), 17, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4880), 18, 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, @@ -136544,10 +154462,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [94211] = 3, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + [110770] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1223), 10, + ACTIONS(1182), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136555,11 +154476,12 @@ static const uint16_t ts_small_parse_table[] = { 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_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1184), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -136567,7 +154489,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, @@ -136579,49 +154500,15 @@ 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, - [94250] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(2003), 1, - aux_sym_concatenation_repeat1, - ACTIONS(5014), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2995), 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(2997), 19, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - 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, - [94293] = 3, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [110813] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1251), 10, + ACTIONS(4914), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136629,11 +154516,12 @@ static const uint16_t ts_small_parse_table[] = { 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_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4912), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -136641,7 +154529,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, @@ -136653,155 +154540,15 @@ 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, - [94332] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(1998), 1, - aux_sym_concatenation_repeat1, - ACTIONS(5014), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3003), 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(3005), 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, - [94375] = 20, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, - anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, - aux_sym_number_token1, - ACTIONS(4988), 1, - aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, - sym__brace_start, - ACTIONS(5086), 1, - anon_sym_RPAREN, - STATE(3028), 1, - aux_sym__literal_repeat1, - ACTIONS(4974), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2026), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [94448] = 20, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, - anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, - aux_sym_number_token1, - ACTIONS(4988), 1, - aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, - sym__brace_start, - ACTIONS(5088), 1, - anon_sym_RPAREN, - STATE(3028), 1, - aux_sym__literal_repeat1, - ACTIONS(4974), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2001), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [94521] = 3, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [110856] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1215), 10, + ACTIONS(1150), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136809,12 +154556,12 @@ static const uint16_t ts_small_parse_table[] = { 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_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1152), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -136822,7 +154569,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, @@ -136834,10 +154580,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [94560] = 3, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [110899] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 10, + ACTIONS(4914), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136845,12 +154596,12 @@ static const uint16_t ts_small_parse_table[] = { 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_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4912), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -136858,7 +154609,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, @@ -136870,10 +154620,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [94599] = 3, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [110942] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1235), 10, + ACTIONS(4910), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136881,12 +154636,12 @@ static const uint16_t ts_small_parse_table[] = { 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_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4908), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -136894,7 +154649,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, @@ -136906,10 +154660,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [94638] = 3, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [110985] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 10, + ACTIONS(4906), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136917,12 +154676,12 @@ static const uint16_t ts_small_parse_table[] = { 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_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4904), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -136930,7 +154689,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, @@ -136942,10 +154700,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [94677] = 3, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [111028] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4864), 10, + ACTIONS(1150), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -136953,12 +154716,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4866), 21, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1152), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -136966,7 +154729,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, @@ -136978,103 +154740,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [94716] = 20, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [111071] = 23, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(4544), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(4576), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, sym__brace_start, - ACTIONS(5090), 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, - [94789] = 20, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, - anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(5087), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5089), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, - aux_sym_number_token1, - ACTIONS(4988), 1, - aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5093), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5095), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5097), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, - sym__brace_start, - ACTIONS(5092), 1, - anon_sym_RPAREN, - STATE(3028), 1, + STATE(4128), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + STATE(4725), 1, + sym_last_case_item, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5091), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2024), 2, + STATE(2277), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137084,50 +154804,57 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [94862] = 20, - ACTIONS(63), 1, + [111154] = 23, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(4544), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(4576), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, sym__brace_start, - ACTIONS(5094), 1, - anon_sym_RPAREN, - STATE(3028), 1, + ACTIONS(5087), 1, + sym__special_character, + ACTIONS(5089), 1, + anon_sym_DQUOTE, + ACTIONS(5093), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5095), 1, + anon_sym_BQUOTE, + ACTIONS(5097), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4128), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + STATE(4702), 1, + sym_last_case_item, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5091), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2277), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137137,50 +154864,57 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [94935] = 20, - ACTIONS(63), 1, + [111237] = 23, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(4544), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(4576), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, sym__brace_start, - ACTIONS(5096), 1, - anon_sym_RPAREN, - STATE(3028), 1, + ACTIONS(5087), 1, + sym__special_character, + ACTIONS(5089), 1, + anon_sym_DQUOTE, + ACTIONS(5093), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5095), 1, + anon_sym_BQUOTE, + ACTIONS(5097), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4128), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + STATE(5073), 1, + sym_last_case_item, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5091), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2277), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137190,10 +154924,11 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [95008] = 3, - ACTIONS(63), 1, + [111320] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1263), 10, + ACTIONS(1174), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137201,12 +154936,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1265), 21, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1176), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -137214,7 +154949,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, @@ -137226,46 +154960,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [95047] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1227), 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(1229), 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, - [95086] = 3, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [111363] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4860), 10, + ACTIONS(1166), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137273,12 +154976,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4862), 21, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1168), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -137286,7 +154989,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, @@ -137298,50 +155000,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [95125] = 20, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [111406] = 23, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(4544), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(4576), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, sym__brace_start, - ACTIONS(5098), 1, - anon_sym_RPAREN, - STATE(3028), 1, + ACTIONS(5087), 1, + sym__special_character, + ACTIONS(5089), 1, + anon_sym_DQUOTE, + ACTIONS(5093), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5095), 1, + anon_sym_BQUOTE, + ACTIONS(5097), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4128), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + STATE(5121), 1, + sym_last_case_item, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5091), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2277), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137351,50 +155064,177 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [95198] = 20, - ACTIONS(63), 1, + [111489] = 23, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(4544), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, + ACTIONS(4562), 1, + aux_sym_number_token1, + ACTIONS(4564), 1, + aux_sym_number_token2, + ACTIONS(4568), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4576), 1, + sym_test_operator, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, + sym__brace_start, + ACTIONS(5087), 1, sym__special_character, - ACTIONS(4982), 1, + ACTIONS(5089), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5093), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5095), 1, + anon_sym_BQUOTE, + ACTIONS(5097), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4128), 1, + aux_sym__literal_repeat1, + STATE(5122), 1, + sym_last_case_item, + ACTIONS(5083), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5091), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5099), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2277), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4081), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [111572] = 23, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4544), 1, + sym_word, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, + anon_sym_DOLLAR, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(4576), 1, + sym_test_operator, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, + sym__brace_start, + ACTIONS(5087), 1, + sym__special_character, + ACTIONS(5089), 1, + anon_sym_DQUOTE, + ACTIONS(5093), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5095), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5097), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + STATE(4128), 1, + aux_sym__literal_repeat1, + STATE(5069), 1, + sym_last_case_item, + ACTIONS(5083), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5091), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(5099), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2277), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4081), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [111655] = 23, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4544), 1, + sym_word, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, + anon_sym_DOLLAR, + ACTIONS(4562), 1, + aux_sym_number_token1, + ACTIONS(4564), 1, + aux_sym_number_token2, + ACTIONS(4568), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4576), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, sym__brace_start, - ACTIONS(5100), 1, - anon_sym_RPAREN, - STATE(3028), 1, + ACTIONS(5087), 1, + sym__special_character, + ACTIONS(5089), 1, + anon_sym_DQUOTE, + ACTIONS(5093), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5095), 1, + anon_sym_BQUOTE, + ACTIONS(5097), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4128), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + STATE(5068), 1, + sym_last_case_item, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5091), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2031), 2, + STATE(2277), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137404,46 +155244,20 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [95271] = 3, - ACTIONS(63), 1, + [111738] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(1259), 10, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_STAR_STAR, - anon_sym_LT, - anon_sym_GT, - ACTIONS(1261), 21, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_STAR_STAR_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, + ACTIONS(5191), 1, + anon_sym_EQ_TILDE, + ACTIONS(5189), 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, - [95310] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1231), 10, + ACTIONS(4926), 3, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(5185), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137451,75 +155265,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1233), 21, - anon_sym_COMMA, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5187), 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_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, - [95349] = 20, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + [111787] = 23, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(4544), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(4576), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, sym__brace_start, - ACTIONS(5102), 1, - anon_sym_RPAREN, - STATE(3028), 1, + ACTIONS(5087), 1, + sym__special_character, + ACTIONS(5089), 1, + anon_sym_DQUOTE, + ACTIONS(5093), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5095), 1, + anon_sym_BQUOTE, + ACTIONS(5097), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4128), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + STATE(4841), 1, + sym_last_case_item, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5091), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1977), 2, + STATE(2277), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137529,52 +155347,20 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [95422] = 3, - ACTIONS(63), 1, + [111870] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(4691), 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(4693), 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, + ACTIONS(5191), 1, + anon_sym_EQ_TILDE, + ACTIONS(5189), 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, - [95461] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4950), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(5008), 2, + ACTIONS(4926), 3, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(5012), 10, + anon_sym_QMARK, + ACTIONS(5185), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137582,107 +155368,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(5010), 17, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5187), 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_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, - [95504] = 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_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, - [95543] = 20, - ACTIONS(63), 1, + [111919] = 23, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(4544), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(4576), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, sym__brace_start, - ACTIONS(5104), 1, - anon_sym_RPAREN, - STATE(3028), 1, + ACTIONS(5087), 1, + sym__special_character, + ACTIONS(5089), 1, + anon_sym_DQUOTE, + ACTIONS(5093), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5095), 1, + anon_sym_BQUOTE, + ACTIONS(5097), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4128), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + STATE(5055), 1, + sym_last_case_item, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5091), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2277), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137692,10 +155450,11 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [95616] = 3, - ACTIONS(63), 1, + [112002] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1235), 10, + ACTIONS(1206), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137703,11 +155462,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1237), 21, - anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1208), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -137715,7 +155475,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, @@ -137727,51 +155486,61 @@ 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, - [95655] = 20, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [112045] = 23, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(4544), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(4576), 1, + sym_test_operator, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, + sym__brace_start, + ACTIONS(5087), 1, + sym__special_character, + ACTIONS(5089), 1, + anon_sym_DQUOTE, + ACTIONS(5093), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5095), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5097), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, - sym__brace_start, - ACTIONS(5106), 1, - anon_sym_RPAREN, - STATE(3028), 1, + STATE(4128), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + STATE(4960), 1, + sym_last_case_item, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5091), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2001), 2, + STATE(2277), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137781,50 +155550,57 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [95728] = 20, - ACTIONS(63), 1, + [112128] = 23, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(4544), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(4576), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, sym__brace_start, - ACTIONS(5108), 1, - anon_sym_RPAREN, - STATE(3028), 1, + ACTIONS(5087), 1, + sym__special_character, + ACTIONS(5089), 1, + anon_sym_DQUOTE, + ACTIONS(5093), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5095), 1, + anon_sym_BQUOTE, + ACTIONS(5097), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4128), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + STATE(4587), 1, + sym_last_case_item, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5091), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2027), 2, + STATE(2277), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -137834,10 +155610,11 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [95801] = 3, - ACTIONS(63), 1, + [112211] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1219), 10, + ACTIONS(1202), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137845,12 +155622,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(1221), 21, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1204), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -137858,7 +155635,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, @@ -137870,16 +155646,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [95840] = 5, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [112254] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(4950), 2, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - ACTIONS(5080), 2, + ACTIONS(5195), 1, + anon_sym_RPAREN, + ACTIONS(5197), 1, + anon_sym_QMARK, + ACTIONS(5193), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - ACTIONS(5084), 10, + ACTIONS(5179), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -137887,16 +155669,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(5082), 17, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5181), 18, 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, @@ -137908,116 +155691,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [95883] = 20, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, - anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, - aux_sym_number_token1, - ACTIONS(4988), 1, - aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, - sym__brace_start, - ACTIONS(5110), 1, - anon_sym_RPAREN, - STATE(3028), 1, - aux_sym__literal_repeat1, - ACTIONS(4974), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2001), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [95956] = 20, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, - anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, - aux_sym_number_token1, - ACTIONS(4988), 1, - aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, - sym__brace_start, - ACTIONS(5112), 1, - anon_sym_RPAREN, - STATE(3028), 1, - aux_sym__literal_repeat1, - ACTIONS(4974), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2052), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [96029] = 3, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + anon_sym_EQ_TILDE, + [112303] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4856), 10, + ACTIONS(1194), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -138025,11 +155705,12 @@ static const uint16_t ts_small_parse_table[] = { 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_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1196), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -138037,7 +155718,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, @@ -138049,11 +155729,15 @@ 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, - [96068] = 3, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [112346] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1259), 10, + ACTIONS(1190), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -138061,11 +155745,12 @@ static const uint16_t ts_small_parse_table[] = { 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_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1192), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -138073,7 +155758,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, @@ -138085,51 +155769,61 @@ 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, - [96107] = 20, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [112389] = 23, + ACTIONS(67), 1, sym_comment, - ACTIONS(4972), 1, + ACTIONS(4544), 1, sym_word, - ACTIONS(4978), 1, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, + ACTIONS(4576), 1, sym_test_operator, - ACTIONS(5002), 1, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, sym__brace_start, - ACTIONS(5114), 1, - anon_sym_RPAREN, - STATE(3028), 1, + ACTIONS(5087), 1, + sym__special_character, + ACTIONS(5089), 1, + anon_sym_DQUOTE, + ACTIONS(5093), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5095), 1, + anon_sym_BQUOTE, + ACTIONS(5097), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(4128), 1, aux_sym__literal_repeat1, - ACTIONS(4974), 2, + STATE(4729), 1, + sym_last_case_item, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, + ACTIONS(5091), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(4998), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2059), 2, + STATE(2277), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -138139,10 +155833,11 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [96180] = 3, - ACTIONS(63), 1, + [112472] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4856), 10, + ACTIONS(4830), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -138150,12 +155845,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - anon_sym_STAR_STAR, anon_sym_LT, anon_sym_GT, - ACTIONS(4858), 21, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4828), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -138163,7 +155858,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, @@ -138175,115 +155869,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [96219] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4273), 1, - anon_sym_SLASH, - ACTIONS(4275), 1, - anon_sym_PERCENT, - ACTIONS(4277), 1, - anon_sym_COLON, - ACTIONS(4281), 1, - anon_sym_RBRACE3, - ACTIONS(4283), 1, - anon_sym_AT, - ACTIONS(4285), 1, - anon_sym_STAR2, - ACTIONS(5116), 1, - anon_sym_LBRACK, - STATE(4192), 1, - sym__expansion_operator, - STATE(4193), 1, - sym__expansion_max_length, - STATE(4194), 1, - sym__expansion_regex_removal, - STATE(4195), 1, - sym__expansion_regex_replacement, - STATE(4197), 1, - sym__expansion_regex, - STATE(4198), 1, - sym__expansion_expression, - ACTIONS(4271), 2, - anon_sym_COMMA, - anon_sym_CARET, - ACTIONS(4291), 2, - anon_sym_COMMA_COMMA, - anon_sym_CARET_CARET, - ACTIONS(4279), 3, - sym__immediate_double_hash, - anon_sym_POUND, - anon_sym_PERCENT_PERCENT, - ACTIONS(4289), 3, - anon_sym_SLASH_SLASH, - anon_sym_SLASH_POUND, - anon_sym_SLASH_PERCENT, - ACTIONS(4287), 8, - anon_sym_EQ2, - anon_sym_COLON_EQ, - anon_sym_DASH3, - anon_sym_COLON_DASH, - anon_sym_PLUS3, - anon_sym_COLON_PLUS, - anon_sym_QMARK2, - anon_sym_COLON_QMARK, - [96290] = 20, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4972), 1, - sym_word, - ACTIONS(4978), 1, - anon_sym_DOLLAR, - ACTIONS(4980), 1, - sym__special_character, - ACTIONS(4982), 1, - anon_sym_DQUOTE, - ACTIONS(4986), 1, - aux_sym_number_token1, - ACTIONS(4988), 1, - aux_sym_number_token2, - ACTIONS(4990), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, - anon_sym_BQUOTE, - ACTIONS(4996), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5000), 1, - sym_test_operator, - ACTIONS(5002), 1, - sym__brace_start, - ACTIONS(5118), 1, + anon_sym_STAR_STAR, anon_sym_RPAREN, - STATE(3028), 1, - aux_sym__literal_repeat1, - ACTIONS(4974), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2001), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [96363] = 3, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [112515] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1243), 10, + ACTIONS(4815), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -138291,12 +155885,12 @@ static const uint16_t ts_small_parse_table[] = { 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_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4813), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -138304,7 +155898,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, @@ -138316,10 +155909,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - [96402] = 3, - ACTIONS(63), 1, + anon_sym_STAR_STAR, + anon_sym_RPAREN, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [112558] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1263), 10, + ACTIONS(1186), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -138327,11 +155925,12 @@ static const uint16_t ts_small_parse_table[] = { 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_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(1188), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -138339,7 +155938,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, @@ -138351,117 +155949,15 @@ 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, - [96441] = 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(5120), 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, - [96514] = 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(5122), 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(2055), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [96587] = 3, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [112601] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 10, + ACTIONS(4977), 13, + anon_sym_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_PLUS, @@ -138469,11 +155965,12 @@ static const uint16_t ts_small_parse_table[] = { 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_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4975), 22, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, anon_sym_PLUS_EQ, @@ -138481,7 +155978,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, @@ -138493,256 +155989,63 @@ 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, - [96626] = 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(5124), 1, - anon_sym_RPAREN, - STATE(3028), 1, - aux_sym__literal_repeat1, - ACTIONS(4974), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4984), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(4998), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(2045), 2, - sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2890), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [96699] = 20, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4972), 1, - 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(5126), 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, - [96772] = 5, - ACTIONS(63), 1, + anon_sym_EQ_TILDE, + anon_sym_QMARK, + [112644] = 3, + ACTIONS(67), 1, sym_comment, - STATE(1998), 1, - aux_sym_concatenation_repeat1, - ACTIONS(5014), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3067), 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(3069), 19, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + ACTIONS(5001), 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, - 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, - [96815] = 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(5128), 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, - [96888] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1135), 1, - sym_file_descriptor, - ACTIONS(4225), 1, - anon_sym_DQUOTE, - STATE(2550), 1, - sym_string, - ACTIONS(4227), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, + anon_sym_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_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_PIPE_AMP, - anon_sym_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, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4999), 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, + [112687] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1135), 1, + ACTIONS(1093), 1, sym_file_descriptor, - ACTIONS(5132), 1, + ACTIONS(2806), 1, anon_sym_DQUOTE, - STATE(3105), 1, + STATE(2992), 1, sym_string, - ACTIONS(5134), 2, + ACTIONS(5107), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5130), 9, + ACTIONS(5105), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -138752,7 +156055,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 16, + ACTIONS(1091), 21, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -138760,736 +156064,241 @@ 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, - [96980] = 3, - ACTIONS(63), 1, + anon_sym_AMP, + [112738] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1259), 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(1261), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + ACTIONS(5001), 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, - 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, - [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, - 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(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, - 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_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), 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, - [97252] = 20, - 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(3153), 1, - sym__special_character, - ACTIONS(5166), 1, - sym_word, - ACTIONS(5170), 1, - sym_test_operator, - ACTIONS(5172), 1, - sym_regex, - STATE(1004), 1, - aux_sym__literal_repeat1, - STATE(1238), 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(5168), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1262), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [97324] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1211), 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(1213), 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, - [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, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1251), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1253), 21, - 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, - [97544] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1247), 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(1249), 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, - [97582] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1215), 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(1217), 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, - [97620] = 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(5190), 1, - sym_word, - ACTIONS(5194), 1, - sym_test_operator, - ACTIONS(5196), 1, - sym_extglob_pattern, - STATE(3678), 1, - aux_sym__literal_repeat1, - STATE(3914), 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(5192), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(3641), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [97692] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1243), 9, + anon_sym_SLASH, + anon_sym_PERCENT, 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(1245), 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, - [97730] = 7, - ACTIONS(3), 1, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4999), 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, + [112781] = 6, + ACTIONS(67), 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, + ACTIONS(4882), 1, + anon_sym_QMARK, + ACTIONS(5199), 1, + anon_sym_COLON, + ACTIONS(4878), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4876), 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_QMARK, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - ACTIONS(1137), 16, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4880), 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, + [112830] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4981), 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_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, - ACTIONS(63), 1, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(4979), 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, + [112873] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(1239), 9, + ACTIONS(5197), 1, + anon_sym_QMARK, + ACTIONS(5201), 1, + anon_sym_RPAREN, + ACTIONS(5193), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5179), 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_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1241), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [97814] = 3, - ACTIONS(63), 1, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5181), 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, + [112922] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(1201), 9, + ACTIONS(5191), 1, + anon_sym_EQ_TILDE, + ACTIONS(5189), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(4886), 3, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + anon_sym_QMARK, + ACTIONS(5185), 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_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1203), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + anon_sym_PIPE, + anon_sym_AMP, + anon_sym_CARET, + ACTIONS(5187), 16, 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, - [97852] = 7, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + 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, + [112971] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1139), 1, + ACTIONS(1089), 1, sym_file_descriptor, - ACTIONS(4225), 1, + ACTIONS(2806), 1, anon_sym_DQUOTE, - STATE(2550), 1, + STATE(2992), 1, sym_string, - ACTIONS(4227), 2, + ACTIONS(5107), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, + ACTIONS(5105), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -139499,7 +156308,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 16, + ACTIONS(1081), 21, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -139507,109 +156317,114 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, - [97898] = 19, - ACTIONS(63), 1, + anon_sym_AMP, + [113022] = 7, + ACTIONS(67), 1, sym_comment, - ACTIONS(4229), 1, + ACTIONS(4892), 1, + anon_sym_EQ_TILDE, + ACTIONS(5203), 1, + anon_sym_QMARK, + ACTIONS(4890), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(5051), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(4884), 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(4888), 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, + [113073] = 23, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4544), 1, sym_word, - ACTIONS(4237), 1, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, anon_sym_DOLLAR, - ACTIONS(4243), 1, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(4245), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(4249), 1, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4576), 1, sym_test_operator, - ACTIONS(4259), 1, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, sym__brace_start, - ACTIONS(5152), 1, + ACTIONS(5087), 1, sym__special_character, - ACTIONS(5154), 1, + ACTIONS(5089), 1, anon_sym_DQUOTE, - ACTIONS(5158), 1, + ACTIONS(5093), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5160), 1, + ACTIONS(5095), 1, anon_sym_BQUOTE, - ACTIONS(5162), 1, + ACTIONS(5097), 1, anon_sym_DOLLAR_BQUOTE, - STATE(2877), 1, + STATE(4128), 1, aux_sym__literal_repeat1, - ACTIONS(5150), 2, + STATE(4709), 1, + sym_last_case_item, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5156), 2, + ACTIONS(5091), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5164), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1905), 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, - [97968] = 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(5198), 1, - sym_word, - ACTIONS(5202), 1, - sym_test_operator, - ACTIONS(5204), 1, - sym_extglob_pattern, - STATE(3723), 1, - aux_sym__literal_repeat1, - STATE(4018), 1, + STATE(2277), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, 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(5200), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(3716), 9, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139619,189 +156434,57 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [98040] = 3, - ACTIONS(63), 1, + [113156] = 23, + ACTIONS(67), 1, sym_comment, - ACTIONS(1263), 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(4544), 1, sym_word, - ACTIONS(1265), 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, - [98078] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1255), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, anon_sym_DOLLAR, + ACTIONS(4562), 1, aux_sym_number_token1, + ACTIONS(4564), 1, aux_sym_number_token2, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1257), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(4576), 1, sym_test_operator, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 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(5087), 1, sym__special_character, + ACTIONS(5089), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(5093), 1, anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [98116] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1183), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, + ACTIONS(5095), 1, anon_sym_BQUOTE, - sym_word, - ACTIONS(1185), 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(5097), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [98154] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1267), 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(1269), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, + STATE(4128), 1, + aux_sym__literal_repeat1, + STATE(4679), 1, + sym_last_case_item, + ACTIONS(5083), 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(5091), 2, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [98192] = 20, - ACTIONS(63), 1, - sym_comment, - ACTIONS(491), 1, - anon_sym_DOLLAR, - ACTIONS(495), 1, - anon_sym_DQUOTE, - ACTIONS(499), 1, - aux_sym_number_token1, - ACTIONS(501), 1, - aux_sym_number_token2, - ACTIONS(503), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(505), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(507), 1, - anon_sym_BQUOTE, - ACTIONS(509), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(519), 1, - sym__brace_start, - ACTIONS(3129), 1, - sym__special_character, - ACTIONS(5206), 1, - sym_word, - ACTIONS(5210), 1, - sym_test_operator, - ACTIONS(5212), 1, - sym_regex, - STATE(754), 1, - aux_sym__literal_repeat1, - STATE(910), 1, + STATE(2277), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, sym_concatenation, - ACTIONS(455), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(511), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5208), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(588), 9, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139811,48 +156494,57 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [98264] = 19, - ACTIONS(63), 1, + [113239] = 23, + ACTIONS(67), 1, sym_comment, - ACTIONS(4229), 1, + ACTIONS(4544), 1, sym_word, - ACTIONS(4237), 1, + ACTIONS(4550), 1, + anon_sym_LPAREN, + ACTIONS(4556), 1, anon_sym_DOLLAR, - ACTIONS(4243), 1, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(4245), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(4249), 1, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4257), 1, + ACTIONS(4576), 1, sym_test_operator, - ACTIONS(4259), 1, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, sym__brace_start, - ACTIONS(5152), 1, + ACTIONS(5087), 1, sym__special_character, - ACTIONS(5154), 1, + ACTIONS(5089), 1, anon_sym_DQUOTE, - ACTIONS(5158), 1, + ACTIONS(5093), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5160), 1, + ACTIONS(5095), 1, anon_sym_BQUOTE, - ACTIONS(5162), 1, + ACTIONS(5097), 1, anon_sym_DOLLAR_BQUOTE, - STATE(2877), 1, + STATE(4128), 1, aux_sym__literal_repeat1, - ACTIONS(5150), 2, + STATE(4571), 1, + sym_last_case_item, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5156), 2, + ACTIONS(5091), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5164), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1915), 2, + STATE(2277), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4281), 2, sym_concatenation, - aux_sym_for_statement_repeat1, - STATE(2519), 9, + sym__extglob_blob, + STATE(4081), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139862,101 +156554,93 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [98334] = 20, - ACTIONS(63), 1, + [113322] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5214), 1, - sym_word, - ACTIONS(5218), 1, + ACTIONS(5017), 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(5015), 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, + [113365] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5211), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(5213), 1, anon_sym_DOLLAR, - ACTIONS(5220), 1, + ACTIONS(5215), 1, sym__special_character, - ACTIONS(5222), 1, + ACTIONS(5217), 1, anon_sym_DQUOTE, - ACTIONS(5226), 1, + ACTIONS(5219), 1, aux_sym_number_token1, - ACTIONS(5228), 1, + ACTIONS(5221), 1, aux_sym_number_token2, - ACTIONS(5230), 1, + ACTIONS(5223), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5232), 1, - anon_sym_RBRACE3, - ACTIONS(5234), 1, + ACTIONS(5225), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5236), 1, + ACTIONS(5227), 1, anon_sym_BQUOTE, - ACTIONS(5238), 1, + ACTIONS(5229), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5242), 1, + ACTIONS(5233), 1, sym_test_operator, - ACTIONS(5244), 1, + ACTIONS(5235), 1, sym__brace_start, - STATE(3725), 1, + STATE(3303), 1, aux_sym__literal_repeat1, - STATE(3997), 1, - sym_concatenation, - ACTIONS(5216), 2, + ACTIONS(5207), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5224), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5240), 2, + ACTIONS(5231), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3712), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [98406] = 20, - ACTIONS(41), 1, - anon_sym_DOLLAR, - ACTIONS(45), 1, - anon_sym_DQUOTE, - ACTIONS(49), 1, - aux_sym_number_token1, - ACTIONS(51), 1, - aux_sym_number_token2, - ACTIONS(53), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(55), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(57), 1, - anon_sym_BQUOTE, - ACTIONS(59), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(63), 1, - sym_comment, - ACTIONS(71), 1, - sym__brace_start, - ACTIONS(3147), 1, - sym__special_character, - ACTIONS(5246), 1, - sym_word, - ACTIONS(5250), 1, - sym_test_operator, - ACTIONS(5252), 1, - sym_regex, - STATE(984), 1, - aux_sym__literal_repeat1, - STATE(1179), 1, + STATE(2281), 2, sym_concatenation, - ACTIONS(13), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(61), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5248), 2, + aux_sym_for_statement_repeat1, + ACTIONS(5205), 3, sym_raw_string, sym_ansi_c_string, - STATE(739), 9, + sym_word, + ACTIONS(5209), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3099), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -139966,49 +156650,55 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [98478] = 20, - ACTIONS(63), 1, + [113441] = 22, + ACTIONS(67), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(5237), 1, + sym_word, + ACTIONS(5243), 1, + anon_sym_LPAREN, + ACTIONS(5246), 1, anon_sym_DOLLAR, - ACTIONS(413), 1, + ACTIONS(5249), 1, + sym__special_character, + ACTIONS(5252), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(5258), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(5261), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(5264), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(5267), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(5270), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(5273), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(3112), 1, - sym__special_character, - ACTIONS(5172), 1, - sym_regex, - ACTIONS(5254), 1, - sym_word, - ACTIONS(5258), 1, + ACTIONS(5279), 1, sym_test_operator, - STATE(1004), 1, + ACTIONS(5282), 1, + sym_extglob_pattern, + ACTIONS(5285), 1, + sym__brace_start, + STATE(4118), 1, aux_sym__literal_repeat1, - STATE(1238), 1, - sym_concatenation, - ACTIONS(389), 2, + ACTIONS(5240), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5256), 2, + ACTIONS(5255), 2, sym_raw_string, sym_ansi_c_string, - STATE(692), 9, + ACTIONS(5276), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2277), 2, + sym_case_item, + aux_sym_case_statement_repeat1, + STATE(4273), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4083), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140018,372 +156708,196 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [98550] = 3, - ACTIONS(63), 1, + [113521] = 11, + ACTIONS(67), 1, sym_comment, - ACTIONS(1231), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1233), 21, + ACTIONS(5301), 1, sym_file_descriptor, - sym__concat, + ACTIONS(5304), 1, sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + STATE(2538), 1, + sym_file_redirect, + STATE(4527), 1, + sym_subscript, + ACTIONS(5298), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2278), 2, + sym_variable_assignment, + aux_sym_command_repeat1, + ACTIONS(5292), 3, anon_sym_GT_GT, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [98588] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1223), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(5288), 5, 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, - 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, - [98626] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5262), 1, - anon_sym_DQUOTE, - STATE(3082), 1, - 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, + ACTIONS(5295), 5, 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_comment, - ACTIONS(1227), 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(1229), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(5290), 13, 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, - [98710] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1219), 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(1221), 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, - [98748] = 7, + [113579] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(5262), 1, - anon_sym_DQUOTE, - STATE(3082), 1, - 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, + ACTIONS(5309), 1, + anon_sym_EQ, + ACTIONS(5311), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(5307), 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_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, - ACTIONS(63), 1, + anon_sym_AMP, + [113623] = 20, + ACTIONS(3), 1, sym_comment, - ACTIONS(1205), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(5213), 1, anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1207), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + ACTIONS(5215), 1, sym__special_character, + ACTIONS(5217), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [98832] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1235), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, + ACTIONS(5219), 1, aux_sym_number_token1, + ACTIONS(5221), 1, aux_sym_number_token2, + ACTIONS(5223), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5225), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(5227), 1, anon_sym_BQUOTE, - sym_word, - ACTIONS(1237), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(5229), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5233), 1, sym_test_operator, + ACTIONS(5235), 1, sym__brace_start, + ACTIONS(5315), 1, + aux_sym_heredoc_redirect_token1, + STATE(3303), 1, + aux_sym__literal_repeat1, + ACTIONS(5207), 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(5231), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [98870] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 9, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1207), 21, - sym_file_descriptor, - sym__concat, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, + STATE(2281), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(5205), 3, sym_raw_string, sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [98908] = 20, - ACTIONS(63), 1, + sym_word, + ACTIONS(5313), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3099), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [113699] = 20, + ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, + ACTIONS(2157), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(5323), 1, anon_sym_DOLLAR, - ACTIONS(413), 1, + ACTIONS(5326), 1, + sym__special_character, + ACTIONS(5329), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(5332), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(5335), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(5338), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(5341), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(5344), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(5347), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(3118), 1, - sym__special_character, - ACTIONS(5172), 1, - sym_regex, - ACTIONS(5266), 1, - sym_word, - ACTIONS(5270), 1, + ACTIONS(5353), 1, sym_test_operator, - STATE(1004), 1, + ACTIONS(5356), 1, + sym__brace_start, + STATE(3303), 1, aux_sym__literal_repeat1, - STATE(1238), 1, - sym_concatenation, - ACTIONS(389), 2, + ACTIONS(5320), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(5350), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5268), 2, + STATE(2281), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(2155), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + ACTIONS(5317), 3, sym_raw_string, sym_ansi_c_string, - STATE(866), 9, + sym_word, + STATE(3099), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140393,47 +156907,53 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [98980] = 19, - ACTIONS(63), 1, + [113775] = 20, + ACTIONS(3), 1, sym_comment, - ACTIONS(5272), 1, - sym_word, - ACTIONS(5276), 1, + ACTIONS(5213), 1, anon_sym_DOLLAR, - ACTIONS(5278), 1, + ACTIONS(5215), 1, sym__special_character, - ACTIONS(5280), 1, + ACTIONS(5217), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(5219), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(5221), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(5223), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(5225), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(5227), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(5229), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5298), 1, + ACTIONS(5233), 1, sym_test_operator, - ACTIONS(5300), 1, + ACTIONS(5235), 1, sym__brace_start, - STATE(2644), 1, + ACTIONS(5361), 1, + aux_sym_heredoc_redirect_token1, + STATE(3303), 1, aux_sym__literal_repeat1, - STATE(2837), 1, - sym_concatenation, - ACTIONS(5274), 2, + ACTIONS(5207), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5282), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5296), 2, + ACTIONS(5231), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(2674), 9, + STATE(2281), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + ACTIONS(5205), 3, + sym_raw_string, + sym_ansi_c_string, + sym_word, + ACTIONS(5359), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3099), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140443,47 +156963,186 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99049] = 19, - ACTIONS(63), 1, + [113851] = 20, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5365), 1, + anon_sym_SLASH, + ACTIONS(5367), 1, + anon_sym_PERCENT, + ACTIONS(5369), 1, + anon_sym_COLON, + ACTIONS(5373), 1, + anon_sym_RBRACE3, + ACTIONS(5375), 1, + anon_sym_AT, + ACTIONS(5377), 1, + anon_sym_STAR2, + STATE(4162), 1, + aux_sym__expansion_body_repeat1, + STATE(4602), 1, + sym__expansion_operator, + STATE(4607), 1, + sym__expansion_max_length, + STATE(4608), 1, + sym__expansion_regex_removal, + STATE(4609), 1, + sym__expansion_regex_replacement, + STATE(4610), 1, + sym__expansion_regex, + STATE(4615), 1, + sym__expansion_expression, + ACTIONS(5363), 2, + anon_sym_COMMA, + anon_sym_CARET, + ACTIONS(5383), 2, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + ACTIONS(5371), 3, + sym__immediate_double_hash, + anon_sym_POUND, + anon_sym_PERCENT_PERCENT, + ACTIONS(5381), 3, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(5379), 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, + [113927] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1200), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1198), 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, + [113968] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5389), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(5387), 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, + [114009] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(5276), 1, + ACTIONS(5391), 1, + sym_word, + ACTIONS(5395), 1, + anon_sym_LPAREN, + ACTIONS(5397), 1, anon_sym_DOLLAR, - ACTIONS(5278), 1, + ACTIONS(5399), 1, sym__special_character, - ACTIONS(5280), 1, + ACTIONS(5401), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(5405), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(5407), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(5409), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(5411), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(5413), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(5415), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, - sym__brace_start, - ACTIONS(5302), 1, - sym_word, - ACTIONS(5306), 1, + ACTIONS(5419), 1, + sym__comment_word, + ACTIONS(5421), 1, + sym__empty_value, + ACTIONS(5423), 1, sym_test_operator, - STATE(2648), 1, + ACTIONS(5425), 1, + sym__brace_start, + STATE(1244), 1, aux_sym__literal_repeat1, - STATE(2811), 1, - sym_concatenation, - ACTIONS(5274), 2, + ACTIONS(5393), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5304), 2, + ACTIONS(5403), 2, sym_raw_string, sym_ansi_c_string, - STATE(2671), 9, + ACTIONS(5417), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1462), 2, + sym_concatenation, + sym_array, + STATE(968), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140493,146 +157152,134 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99118] = 18, - ACTIONS(3), 1, + [114088] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(361), 1, + STATE(2326), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5427), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1117), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, aux_sym_number_token1, - ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, anon_sym_BQUOTE, - ACTIONS(5308), 1, sym_word, - ACTIONS(5310), 1, - anon_sym_RBRACK, - ACTIONS(5316), 1, + ACTIONS(1119), 19, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(348), 2, + sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5312), 2, sym__special_character, - sym__comment_word, - ACTIONS(5314), 2, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [99185] = 19, - ACTIONS(63), 1, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [114133] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(4661), 1, + STATE(2288), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5429), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1107), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, 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(4689), 1, - sym__brace_start, - ACTIONS(4814), 1, - sym__special_character, - ACTIONS(5318), 1, sym_word, - ACTIONS(5322), 1, + ACTIONS(1109), 19, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - STATE(1287), 1, - aux_sym__literal_repeat1, - STATE(1400), 1, - sym_concatenation, - ACTIONS(4657), 2, + sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5320), 2, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(1066), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [99254] = 19, - ACTIONS(63), 1, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [114178] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(4882), 1, + ACTIONS(5432), 1, + sym_word, + ACTIONS(5436), 1, + anon_sym_LPAREN, + ACTIONS(5438), 1, anon_sym_DOLLAR, - ACTIONS(4884), 1, + ACTIONS(5440), 1, sym__special_character, - ACTIONS(4886), 1, + ACTIONS(5442), 1, anon_sym_DQUOTE, - ACTIONS(4890), 1, + ACTIONS(5446), 1, aux_sym_number_token1, - ACTIONS(4892), 1, + ACTIONS(5448), 1, aux_sym_number_token2, - ACTIONS(4894), 1, + ACTIONS(5450), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4896), 1, + ACTIONS(5452), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4898), 1, + ACTIONS(5454), 1, anon_sym_BQUOTE, - ACTIONS(4900), 1, + ACTIONS(5456), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4910), 1, - sym__brace_start, - ACTIONS(5324), 1, - sym_word, - ACTIONS(5328), 1, + ACTIONS(5460), 1, + sym__comment_word, + ACTIONS(5462), 1, + sym__empty_value, + ACTIONS(5464), 1, sym_test_operator, - STATE(1263), 1, + ACTIONS(5466), 1, + sym__brace_start, + STATE(2829), 1, aux_sym__literal_repeat1, - STATE(1308), 1, - sym_concatenation, - ACTIONS(4878), 2, + ACTIONS(5434), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4902), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5326), 2, + ACTIONS(5444), 2, sym_raw_string, sym_ansi_c_string, - STATE(954), 9, + ACTIONS(5458), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(3024), 2, + sym_concatenation, + sym_array, + STATE(2576), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140642,47 +157289,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99323] = 19, - ACTIONS(63), 1, + [114257] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(5330), 1, + ACTIONS(5468), 1, sym_word, - ACTIONS(5334), 1, + ACTIONS(5472), 1, + anon_sym_LPAREN, + ACTIONS(5474), 1, anon_sym_DOLLAR, - ACTIONS(5336), 1, + ACTIONS(5476), 1, sym__special_character, - ACTIONS(5338), 1, + ACTIONS(5478), 1, anon_sym_DQUOTE, - ACTIONS(5342), 1, + ACTIONS(5482), 1, aux_sym_number_token1, - ACTIONS(5344), 1, + ACTIONS(5484), 1, aux_sym_number_token2, - ACTIONS(5346), 1, + ACTIONS(5486), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5348), 1, + ACTIONS(5488), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5350), 1, + ACTIONS(5490), 1, anon_sym_BQUOTE, - ACTIONS(5352), 1, + ACTIONS(5492), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5356), 1, + ACTIONS(5496), 1, + sym__comment_word, + ACTIONS(5498), 1, + sym__empty_value, + ACTIONS(5500), 1, sym_test_operator, - ACTIONS(5358), 1, + ACTIONS(5502), 1, sym__brace_start, - STATE(3616), 1, + STATE(2629), 1, aux_sym__literal_repeat1, - STATE(3686), 1, - sym_concatenation, - ACTIONS(5332), 2, + ACTIONS(5470), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5340), 2, + ACTIONS(5480), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5354), 2, + ACTIONS(5494), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3555), 9, + STATE(3028), 2, + sym_concatenation, + sym_array, + STATE(2996), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140692,47 +157346,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99392] = 19, - ACTIONS(63), 1, + [114336] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(5360), 1, - sym_word, - ACTIONS(5364), 1, + ACTIONS(1740), 1, anon_sym_DOLLAR, - ACTIONS(5366), 1, - sym__special_character, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(1746), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(1748), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(1752), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(1766), 1, + sym__brace_start, + ACTIONS(5504), 1, + sym_word, + ACTIONS(5508), 1, + anon_sym_LPAREN, + ACTIONS(5510), 1, + sym__special_character, + ACTIONS(5512), 1, + anon_sym_DQUOTE, + ACTIONS(5516), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5518), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5520), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5386), 1, + ACTIONS(5524), 1, + sym__comment_word, + ACTIONS(5526), 1, + sym__empty_value, + ACTIONS(5528), 1, sym_test_operator, - ACTIONS(5388), 1, - sym__brace_start, - STATE(2547), 1, + STATE(1352), 1, aux_sym__literal_repeat1, - STATE(2838), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5506), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5370), 2, + ACTIONS(5514), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5384), 2, + ACTIONS(5522), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3026), 9, + STATE(1404), 2, + sym_concatenation, + sym_array, + STATE(1485), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140742,47 +157403,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99461] = 19, - ACTIONS(63), 1, + [114415] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(1360), 1, anon_sym_DOLLAR, - ACTIONS(5366), 1, - sym__special_character, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(1366), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(1368), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(1372), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, - anon_sym_BQUOTE, - ACTIONS(5382), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(1386), 1, sym__brace_start, - ACTIONS(5390), 1, + ACTIONS(5530), 1, sym_word, - ACTIONS(5394), 1, + ACTIONS(5534), 1, + anon_sym_LPAREN, + ACTIONS(5536), 1, + sym__special_character, + ACTIONS(5538), 1, + anon_sym_DQUOTE, + ACTIONS(5542), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5544), 1, + anon_sym_BQUOTE, + ACTIONS(5546), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5550), 1, + sym__comment_word, + ACTIONS(5552), 1, + sym__empty_value, + ACTIONS(5554), 1, sym_test_operator, - STATE(2512), 1, + STATE(928), 1, aux_sym__literal_repeat1, - STATE(2769), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5532), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5392), 2, + ACTIONS(5540), 2, sym_raw_string, sym_ansi_c_string, - STATE(2977), 9, + ACTIONS(5548), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1198), 2, + sym_concatenation, + sym_array, + STATE(717), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140792,97 +157460,255 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99530] = 19, - ACTIONS(63), 1, + [114494] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(4898), 1, + anon_sym_DQUOTE, + STATE(2684), 1, + sym_string, + ACTIONS(1093), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4900), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4896), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, anon_sym_DOLLAR, - ACTIONS(5368), 1, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1091), 18, + anon_sym_AMP_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + [114543] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4898), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + STATE(2684), 1, + sym_string, + ACTIONS(1089), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(4900), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4896), 9, + anon_sym_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(1081), 18, + anon_sym_AMP_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + [114592] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5427), 1, + aux_sym_concatenation_token1, + ACTIONS(5556), 1, + sym__concat, + STATE(2288), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, aux_sym_number_token1, - ACTIONS(5374), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(5396), 1, sym_word, - ACTIONS(5398), 1, - sym__special_character, - ACTIONS(5402), 1, + ACTIONS(1123), 19, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - STATE(2547), 1, - aux_sym__literal_repeat1, - STATE(2838), 1, - sym_concatenation, - ACTIONS(5362), 2, + sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5400), 2, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(2700), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [99599] = 19, - ACTIONS(63), 1, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [114639] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1188), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1186), 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, + [114680] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1152), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1150), 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, + [114721] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(1398), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(1404), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(1406), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(1410), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, - anon_sym_BQUOTE, - ACTIONS(5382), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(1424), 1, sym__brace_start, - ACTIONS(5398), 1, - sym__special_character, - ACTIONS(5404), 1, + ACTIONS(5558), 1, sym_word, - ACTIONS(5408), 1, + ACTIONS(5562), 1, + anon_sym_LPAREN, + ACTIONS(5564), 1, + sym__special_character, + ACTIONS(5566), 1, + anon_sym_DQUOTE, + ACTIONS(5570), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5572), 1, + anon_sym_BQUOTE, + ACTIONS(5574), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5578), 1, + sym__comment_word, + ACTIONS(5580), 1, + sym__empty_value, + ACTIONS(5582), 1, sym_test_operator, - STATE(2512), 1, + STATE(1110), 1, aux_sym__literal_repeat1, - STATE(2769), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5560), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5406), 2, + ACTIONS(5568), 2, sym_raw_string, sym_ansi_c_string, - STATE(2702), 9, + ACTIONS(5576), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1267), 2, + sym_concatenation, + sym_array, + STATE(802), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140892,97 +157718,134 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99668] = 19, - ACTIONS(63), 1, + [114800] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(4882), 1, + STATE(2326), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5427), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3660), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, 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(4910), 1, - sym__brace_start, - ACTIONS(5410), 1, sym_word, - ACTIONS(5414), 1, + ACTIONS(3662), 19, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - STATE(1270), 1, - aux_sym__literal_repeat1, - STATE(1365), 1, - sym_concatenation, - ACTIONS(4878), 2, + sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4902), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5412), 2, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(968), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [99737] = 19, - ACTIONS(63), 1, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [114845] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5590), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(5586), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5584), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_AMP, + ACTIONS(5588), 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, + [114890] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(5592), 1, + sym_word, + ACTIONS(5596), 1, + anon_sym_LPAREN, + ACTIONS(5598), 1, anon_sym_DOLLAR, - ACTIONS(4665), 1, + ACTIONS(5600), 1, + sym__special_character, + ACTIONS(5602), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(5606), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(5608), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(5610), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(5612), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(5614), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(5616), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, - sym__brace_start, - ACTIONS(4814), 1, - sym__special_character, - ACTIONS(5416), 1, - sym_word, - ACTIONS(5420), 1, + ACTIONS(5620), 1, + sym__comment_word, + ACTIONS(5622), 1, + sym__empty_value, + ACTIONS(5624), 1, sym_test_operator, - STATE(1280), 1, + ACTIONS(5626), 1, + sym__brace_start, + STATE(1449), 1, aux_sym__literal_repeat1, - STATE(1385), 1, - sym_concatenation, - ACTIONS(4657), 2, + ACTIONS(5594), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5418), 2, + ACTIONS(5604), 2, sym_raw_string, sym_ansi_c_string, - STATE(920), 9, + ACTIONS(5618), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1545), 2, + sym_concatenation, + sym_array, + STATE(1187), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -140992,100 +157855,162 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99806] = 22, + [114969] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5365), 1, + anon_sym_SLASH, + ACTIONS(5367), 1, + anon_sym_PERCENT, + ACTIONS(5369), 1, + anon_sym_COLON, + ACTIONS(5628), 1, + anon_sym_RBRACE3, + ACTIONS(5630), 1, + anon_sym_AT, + STATE(4131), 1, + aux_sym__expansion_body_repeat1, + STATE(4532), 1, + sym__expansion_max_length, + STATE(4798), 1, + sym__expansion_operator, + STATE(4802), 1, + sym__expansion_regex_removal, + STATE(4803), 1, + sym__expansion_regex_replacement, + STATE(4804), 1, + sym__expansion_regex, + STATE(4805), 1, + sym__expansion_expression, + ACTIONS(5363), 2, + anon_sym_COMMA, + anon_sym_CARET, + ACTIONS(5383), 2, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + ACTIONS(5371), 3, + sym__immediate_double_hash, + anon_sym_POUND, + anon_sym_PERCENT_PERCENT, + ACTIONS(5381), 3, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(5379), 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, + [115042] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5365), 1, + anon_sym_SLASH, + ACTIONS(5367), 1, + anon_sym_PERCENT, + ACTIONS(5369), 1, + anon_sym_COLON, + ACTIONS(5630), 1, + anon_sym_AT, + ACTIONS(5632), 1, + anon_sym_RBRACE3, + STATE(4149), 1, + aux_sym__expansion_body_repeat1, + STATE(4778), 1, + sym__expansion_operator, + STATE(4779), 1, + sym__expansion_max_length, + STATE(4780), 1, + sym__expansion_regex_removal, + STATE(4781), 1, + sym__expansion_regex_replacement, + STATE(4784), 1, + sym__expansion_regex, + STATE(4785), 1, + sym__expansion_expression, + ACTIONS(5363), 2, + anon_sym_COMMA, + anon_sym_CARET, + ACTIONS(5383), 2, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + ACTIONS(5371), 3, + sym__immediate_double_hash, + anon_sym_POUND, + anon_sym_PERCENT_PERCENT, + ACTIONS(5381), 3, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(5379), 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, + [115115] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(5426), 1, + ACTIONS(5472), 1, anon_sym_LPAREN, - ACTIONS(5428), 1, - aux_sym__c_word_token1, - ACTIONS(5430), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(5432), 1, + ACTIONS(5474), 1, anon_sym_DOLLAR, - ACTIONS(5434), 1, + ACTIONS(5478), 1, anon_sym_DQUOTE, - ACTIONS(5436), 1, + ACTIONS(5482), 1, aux_sym_number_token1, - ACTIONS(5438), 1, + ACTIONS(5484), 1, aux_sym_number_token2, - ACTIONS(5440), 1, + ACTIONS(5486), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5442), 1, + ACTIONS(5488), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5444), 1, + ACTIONS(5490), 1, anon_sym_BQUOTE, - ACTIONS(5446), 1, + ACTIONS(5492), 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, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5448), 1, + ACTIONS(5496), 1, + sym__comment_word, + ACTIONS(5498), 1, + sym__empty_value, + ACTIONS(5502), 1, + sym__brace_start, + ACTIONS(5634), 1, sym_word, - ACTIONS(5452), 1, - anon_sym_DOLLAR, - ACTIONS(5454), 1, + ACTIONS(5636), 1, sym__special_character, - 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(5474), 1, + ACTIONS(5640), 1, sym_test_operator, - ACTIONS(5476), 1, - sym__brace_start, - STATE(3077), 1, + STATE(2629), 1, aux_sym__literal_repeat1, - STATE(3172), 1, - sym_concatenation, - ACTIONS(5450), 2, + ACTIONS(5470), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5458), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5472), 2, + ACTIONS(5494), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3020), 9, + ACTIONS(5638), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3028), 2, + sym_concatenation, + sym_array, + STATE(3284), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141095,47 +158020,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [99950] = 19, - ACTIONS(63), 1, + [115194] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(5478), 1, + ACTIONS(5642), 1, sym_word, - ACTIONS(5482), 1, + ACTIONS(5646), 1, + anon_sym_LPAREN, + ACTIONS(5648), 1, anon_sym_DOLLAR, - ACTIONS(5484), 1, + ACTIONS(5650), 1, sym__special_character, - ACTIONS(5486), 1, + ACTIONS(5652), 1, anon_sym_DQUOTE, - ACTIONS(5490), 1, + ACTIONS(5656), 1, aux_sym_number_token1, - ACTIONS(5492), 1, + ACTIONS(5658), 1, aux_sym_number_token2, - ACTIONS(5494), 1, + ACTIONS(5660), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5496), 1, + ACTIONS(5662), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5498), 1, + ACTIONS(5664), 1, anon_sym_BQUOTE, - ACTIONS(5500), 1, + ACTIONS(5666), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5504), 1, + ACTIONS(5670), 1, + sym__comment_word, + ACTIONS(5672), 1, + sym__empty_value, + ACTIONS(5674), 1, sym_test_operator, - ACTIONS(5506), 1, + ACTIONS(5676), 1, sym__brace_start, - STATE(1750), 1, + STATE(1175), 1, aux_sym__literal_repeat1, - STATE(1762), 1, - sym_concatenation, - ACTIONS(5480), 2, + ACTIONS(5644), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5488), 2, + ACTIONS(5654), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5502), 2, + ACTIONS(5668), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1503), 9, + STATE(1227), 2, + sym_concatenation, + sym_array, + STATE(834), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141145,96 +158077,208 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100019] = 18, + [115273] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(1192), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1190), 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, + [115314] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(2295), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5427), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3693), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, aux_sym_number_token1, - ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, anon_sym_BQUOTE, - ACTIONS(5308), 1, sym_word, - ACTIONS(5316), 1, + ACTIONS(3695), 19, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(5508), 1, - anon_sym_RBRACK, - ACTIONS(348), 2, + sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5312), 2, sym__special_character, - sym__comment_word, - ACTIONS(5314), 2, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [100086] = 19, - ACTIONS(63), 1, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [115359] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5680), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(5678), 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, + [115400] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1208), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1206), 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, + [115441] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(5682), 1, + sym_word, + ACTIONS(5686), 1, + anon_sym_LPAREN, + ACTIONS(5688), 1, anon_sym_DOLLAR, - ACTIONS(4665), 1, + ACTIONS(5690), 1, + sym__special_character, + ACTIONS(5692), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(5696), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(5698), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(5700), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(5702), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(5704), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(5706), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, - sym__brace_start, - ACTIONS(4870), 1, - sym__special_character, - ACTIONS(5510), 1, - sym_word, - ACTIONS(5514), 1, + ACTIONS(5710), 1, + sym__comment_word, + ACTIONS(5712), 1, + sym__empty_value, + ACTIONS(5714), 1, sym_test_operator, - STATE(1287), 1, + ACTIONS(5716), 1, + sym__brace_start, + STATE(3398), 1, aux_sym__literal_repeat1, - STATE(1400), 1, - sym_concatenation, - ACTIONS(4657), 2, + ACTIONS(5684), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5512), 2, + ACTIONS(5694), 2, sym_raw_string, sym_ansi_c_string, - STATE(1410), 9, + ACTIONS(5708), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(3554), 2, + sym_concatenation, + sym_array, + STATE(3328), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141244,47 +158288,168 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100155] = 19, - ACTIONS(63), 1, + [115520] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1156), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1154), 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, + [115561] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1152), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1150), 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, + [115602] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1196), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1194), 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, + [115643] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(5482), 1, + ACTIONS(5596), 1, + anon_sym_LPAREN, + ACTIONS(5598), 1, anon_sym_DOLLAR, - ACTIONS(5484), 1, - sym__special_character, - ACTIONS(5486), 1, + ACTIONS(5602), 1, anon_sym_DQUOTE, - ACTIONS(5490), 1, + ACTIONS(5606), 1, aux_sym_number_token1, - ACTIONS(5492), 1, + ACTIONS(5608), 1, aux_sym_number_token2, - ACTIONS(5494), 1, + ACTIONS(5610), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5496), 1, + ACTIONS(5612), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5498), 1, + ACTIONS(5614), 1, anon_sym_BQUOTE, - ACTIONS(5500), 1, + ACTIONS(5616), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5506), 1, + ACTIONS(5620), 1, + sym__comment_word, + ACTIONS(5622), 1, + sym__empty_value, + ACTIONS(5626), 1, sym__brace_start, - ACTIONS(5516), 1, + ACTIONS(5718), 1, sym_word, - ACTIONS(5520), 1, + ACTIONS(5720), 1, + sym__special_character, + ACTIONS(5724), 1, sym_test_operator, - STATE(1729), 1, + STATE(1449), 1, aux_sym__literal_repeat1, - STATE(1772), 1, - sym_concatenation, - ACTIONS(5480), 2, + ACTIONS(5594), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5502), 2, + ACTIONS(5618), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5518), 2, + ACTIONS(5722), 2, sym_raw_string, sym_ansi_c_string, - STATE(1487), 9, + STATE(1545), 2, + sym_concatenation, + sym_array, + STATE(1265), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141294,47 +158459,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100224] = 19, - ACTIONS(63), 1, + [115722] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(5276), 1, + ACTIONS(2840), 1, anon_sym_DOLLAR, - ACTIONS(5280), 1, + ACTIONS(2842), 1, + sym__special_character, + ACTIONS(2844), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(2848), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(2850), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(2852), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(2854), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(2856), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(2858), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(2868), 1, sym__brace_start, - ACTIONS(5522), 1, + ACTIONS(5726), 1, sym_word, - ACTIONS(5524), 1, - sym__special_character, - ACTIONS(5528), 1, + ACTIONS(5728), 1, + anon_sym_LPAREN, + ACTIONS(5732), 1, + sym__comment_word, + ACTIONS(5734), 1, + sym__empty_value, + ACTIONS(5736), 1, sym_test_operator, - STATE(2644), 1, + STATE(1795), 1, aux_sym__literal_repeat1, - STATE(2837), 1, - sym_concatenation, - ACTIONS(5274), 2, + ACTIONS(2838), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(2860), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5526), 2, + ACTIONS(5730), 2, sym_raw_string, sym_ansi_c_string, - STATE(2478), 9, + STATE(2014), 2, + sym_concatenation, + sym_array, + STATE(1650), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141344,47 +158516,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100293] = 19, - ACTIONS(63), 1, + [115801] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(1740), 1, anon_sym_DOLLAR, - ACTIONS(4665), 1, - anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(1746), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(1748), 1, aux_sym_number_token2, - ACTIONS(4673), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(1752), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(1766), 1, + sym__brace_start, + ACTIONS(5508), 1, + anon_sym_LPAREN, + ACTIONS(5512), 1, + anon_sym_DQUOTE, + ACTIONS(5516), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5518), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(5520), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, - sym__brace_start, - ACTIONS(4870), 1, - sym__special_character, - ACTIONS(5530), 1, + ACTIONS(5524), 1, + sym__comment_word, + ACTIONS(5526), 1, + sym__empty_value, + ACTIONS(5738), 1, sym_word, - ACTIONS(5534), 1, + ACTIONS(5740), 1, + sym__special_character, + ACTIONS(5744), 1, sym_test_operator, - STATE(1280), 1, + STATE(1352), 1, aux_sym__literal_repeat1, - STATE(1385), 1, - sym_concatenation, - ACTIONS(4657), 2, + ACTIONS(5506), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(5522), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5532), 2, + ACTIONS(5742), 2, sym_raw_string, sym_ansi_c_string, - STATE(1412), 9, + STATE(1404), 2, + sym_concatenation, + sym_array, + STATE(970), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141394,46 +158573,52 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100362] = 17, + [115880] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4273), 1, + ACTIONS(5365), 1, anon_sym_SLASH, - ACTIONS(4275), 1, + ACTIONS(5367), 1, anon_sym_PERCENT, - ACTIONS(4277), 1, + ACTIONS(5369), 1, anon_sym_COLON, - ACTIONS(4529), 1, + ACTIONS(5373), 1, + anon_sym_RBRACE3, + ACTIONS(5630), 1, anon_sym_AT, - ACTIONS(5116), 1, - anon_sym_LBRACK, - STATE(4303), 1, + STATE(4164), 1, + aux_sym__expansion_body_repeat1, + STATE(4591), 1, sym__expansion_operator, - STATE(4304), 1, + STATE(4592), 1, sym__expansion_max_length, - STATE(4305), 1, + STATE(4593), 1, sym__expansion_regex_removal, - STATE(4306), 1, + STATE(4594), 1, sym__expansion_regex_replacement, - STATE(4307), 1, + STATE(4599), 1, sym__expansion_regex, - STATE(4308), 1, + STATE(4600), 1, sym__expansion_expression, - ACTIONS(4271), 2, + ACTIONS(5363), 2, anon_sym_COMMA, anon_sym_CARET, - ACTIONS(4291), 2, + ACTIONS(5383), 2, anon_sym_COMMA_COMMA, anon_sym_CARET_CARET, - ACTIONS(4279), 3, + ACTIONS(5371), 3, sym__immediate_double_hash, anon_sym_POUND, anon_sym_PERCENT_PERCENT, - ACTIONS(4289), 3, + ACTIONS(5381), 3, anon_sym_SLASH_SLASH, anon_sym_SLASH_POUND, anon_sym_SLASH_PERCENT, - ACTIONS(4287), 8, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(5379), 8, anon_sym_EQ2, anon_sym_COLON_EQ, anon_sym_DASH3, @@ -141442,97 +158627,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_COLON_PLUS, anon_sym_QMARK2, anon_sym_COLON_QMARK, - [100427] = 19, - ACTIONS(63), 1, + [115953] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(5452), 1, + ACTIONS(5748), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(5746), 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, + [115994] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5750), 1, + sym_word, + ACTIONS(5754), 1, + anon_sym_LPAREN, + 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(5476), 1, - sym__brace_start, - ACTIONS(5536), 1, - sym_word, - ACTIONS(5540), 1, + ACTIONS(5778), 1, + sym__comment_word, + ACTIONS(5780), 1, + sym__empty_value, + ACTIONS(5782), 1, sym_test_operator, - STATE(3084), 1, + ACTIONS(5784), 1, + sym__brace_start, + STATE(1915), 1, aux_sym__literal_repeat1, - STATE(3166), 1, - sym_concatenation, - ACTIONS(5450), 2, + ACTIONS(5752), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5472), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5538), 2, + ACTIONS(5762), 2, sym_raw_string, sym_ansi_c_string, - STATE(3024), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [100496] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5364), 1, - anon_sym_DOLLAR, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, - aux_sym_number_token1, - ACTIONS(5374), 1, - aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, - anon_sym_BQUOTE, - ACTIONS(5382), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(5542), 1, - sym_word, - ACTIONS(5544), 1, - sym__special_character, - ACTIONS(5548), 1, - sym_test_operator, - STATE(2547), 1, - aux_sym__literal_repeat1, - STATE(2838), 1, - sym_concatenation, - ACTIONS(5362), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5776), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5546), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2797), 9, + STATE(2086), 2, + sym_concatenation, + sym_array, + STATE(1740), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141542,47 +158722,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100565] = 19, - ACTIONS(63), 1, + [116073] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5472), 1, + anon_sym_LPAREN, + ACTIONS(5474), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5478), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5482), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5484), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5486), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5488), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5490), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5492), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5496), 1, + sym__comment_word, + ACTIONS(5498), 1, + sym__empty_value, + ACTIONS(5502), 1, sym__brace_start, - ACTIONS(5544), 1, - sym__special_character, - ACTIONS(5550), 1, + ACTIONS(5786), 1, sym_word, - ACTIONS(5554), 1, + ACTIONS(5788), 1, + sym__special_character, + ACTIONS(5792), 1, sym_test_operator, - STATE(2512), 1, + STATE(2629), 1, aux_sym__literal_repeat1, - STATE(2769), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5470), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5494), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5552), 2, + ACTIONS(5790), 2, sym_raw_string, sym_ansi_c_string, - STATE(2801), 9, + STATE(3028), 2, + sym_concatenation, + sym_array, + STATE(3007), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141592,23 +158779,27 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100634] = 5, - ACTIONS(63), 1, + [116152] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(5556), 1, - sym__special_character, - STATE(2157), 1, - aux_sym__literal_repeat1, - ACTIONS(2967), 8, + STATE(2326), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5427), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3678), 11, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(2969), 19, + ACTIONS(3680), 19, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -141616,162 +158807,120 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [100675] = 22, + [116197] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(5426), 1, - anon_sym_LPAREN, - ACTIONS(5428), 1, - aux_sym__c_word_token1, - ACTIONS(5430), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(5432), 1, - anon_sym_DOLLAR, - ACTIONS(5434), 1, - anon_sym_DQUOTE, - ACTIONS(5436), 1, - aux_sym_number_token1, - ACTIONS(5438), 1, - aux_sym_number_token2, - ACTIONS(5440), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5442), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5444), 1, - anon_sym_BQUOTE, - ACTIONS(5446), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(1924), 1, - sym__c_binary_expression, - STATE(1925), 1, - sym__c_postfix_expression, - STATE(1968), 1, - sym__c_unary_expression, - STATE(2373), 1, - sym__c_terminator, - STATE(3631), 1, - sym__c_expression, - STATE(3772), 1, - sym__c_variable_assignment, - STATE(4247), 1, - sym__for_body, - ACTIONS(5422), 2, - anon_sym_SEMI, - anon_sym_AMP, - ACTIONS(5424), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1928), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [100750] = 19, - ACTIONS(63), 1, + ACTIONS(5365), 1, + anon_sym_SLASH, + ACTIONS(5367), 1, + anon_sym_PERCENT, + ACTIONS(5369), 1, + anon_sym_COLON, + ACTIONS(5630), 1, + anon_sym_AT, + ACTIONS(5794), 1, + anon_sym_RBRACE3, + STATE(4156), 1, + aux_sym__expansion_body_repeat1, + STATE(4617), 1, + sym__expansion_operator, + STATE(4618), 1, + sym__expansion_max_length, + STATE(4624), 1, + sym__expansion_regex_replacement, + STATE(4625), 1, + sym__expansion_regex, + STATE(4626), 1, + sym__expansion_expression, + STATE(4691), 1, + sym__expansion_regex_removal, + ACTIONS(5363), 2, + anon_sym_COMMA, + anon_sym_CARET, + ACTIONS(5383), 2, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + ACTIONS(5371), 3, + sym__immediate_double_hash, + anon_sym_POUND, + anon_sym_PERCENT_PERCENT, + ACTIONS(5381), 3, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(5379), 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, + [116270] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(5334), 1, + ACTIONS(5472), 1, + anon_sym_LPAREN, + ACTIONS(5474), 1, anon_sym_DOLLAR, - ACTIONS(5336), 1, - sym__special_character, - ACTIONS(5338), 1, + ACTIONS(5478), 1, anon_sym_DQUOTE, - ACTIONS(5342), 1, + ACTIONS(5482), 1, aux_sym_number_token1, - ACTIONS(5344), 1, + ACTIONS(5484), 1, aux_sym_number_token2, - ACTIONS(5346), 1, + ACTIONS(5486), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5348), 1, + ACTIONS(5488), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5350), 1, + ACTIONS(5490), 1, anon_sym_BQUOTE, - ACTIONS(5352), 1, + ACTIONS(5492), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5358), 1, + ACTIONS(5496), 1, + sym__comment_word, + ACTIONS(5498), 1, + sym__empty_value, + ACTIONS(5502), 1, sym__brace_start, - ACTIONS(5558), 1, + ACTIONS(5796), 1, sym_word, - ACTIONS(5562), 1, - sym_test_operator, - STATE(3599), 1, - aux_sym__literal_repeat1, - STATE(3668), 1, - sym_concatenation, - ACTIONS(5332), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5354), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5560), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(3569), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [100819] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5276), 1, - anon_sym_DOLLAR, - ACTIONS(5280), 1, - anon_sym_DQUOTE, - ACTIONS(5284), 1, - aux_sym_number_token1, - ACTIONS(5286), 1, - aux_sym_number_token2, - ACTIONS(5288), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, - anon_sym_BQUOTE, - ACTIONS(5294), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, - sym__brace_start, - ACTIONS(5524), 1, + ACTIONS(5798), 1, sym__special_character, - ACTIONS(5564), 1, - sym_word, - ACTIONS(5568), 1, + ACTIONS(5802), 1, sym_test_operator, - STATE(2648), 1, + STATE(2629), 1, aux_sym__literal_repeat1, - STATE(2811), 1, - sym_concatenation, - ACTIONS(5274), 2, + ACTIONS(5470), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(5494), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5566), 2, + ACTIONS(5800), 2, sym_raw_string, sym_ansi_c_string, - STATE(2476), 9, + STATE(3028), 2, + sym_concatenation, + sym_array, + STATE(2970), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -141781,244 +158930,211 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [100888] = 18, + [116349] = 5, ACTIONS(3), 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(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, - sym_word, - ACTIONS(5316), 1, - sym_test_operator, - ACTIONS(5570), 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, - sym__special_character, - sym__comment_word, - ACTIONS(5314), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1539), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [100955] = 18, + ACTIONS(5806), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(5586), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(5804), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_AMP, + ACTIONS(5588), 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, + [116394] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(5810), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(5808), 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, + [116435] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5427), 1, + aux_sym_concatenation_token1, + ACTIONS(5812), 1, + sym__concat, + STATE(2288), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1101), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, aux_sym_number_token1, - ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, anon_sym_BQUOTE, - ACTIONS(5308), 1, sym_word, - ACTIONS(5316), 1, + ACTIONS(1103), 19, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(5572), 1, - anon_sym_RBRACK, - ACTIONS(348), 2, + sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5312), 2, sym__special_character, - sym__comment_word, - ACTIONS(5314), 2, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [101022] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4661), 1, - anon_sym_DOLLAR, - ACTIONS(4663), 1, - sym__special_character, - ACTIONS(4665), 1, - anon_sym_DQUOTE, - ACTIONS(4669), 1, - aux_sym_number_token1, - ACTIONS(4671), 1, - aux_sym_number_token2, - ACTIONS(4673), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, - anon_sym_BQUOTE, - ACTIONS(4679), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, - sym__brace_start, - ACTIONS(5574), 1, - sym_word, - ACTIONS(5578), 1, - sym_test_operator, - STATE(1287), 1, - aux_sym__literal_repeat1, - STATE(1400), 1, - sym_concatenation, - ACTIONS(4657), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5576), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1218), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [101091] = 19, - ACTIONS(63), 1, + [116482] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1176), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1174), 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, + [116523] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(5814), 1, + sym_word, + ACTIONS(5818), 1, + anon_sym_LPAREN, + ACTIONS(5820), 1, anon_sym_DOLLAR, - ACTIONS(4663), 1, + ACTIONS(5822), 1, sym__special_character, - ACTIONS(4665), 1, + ACTIONS(5824), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(5828), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(5830), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(5832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(5834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(5836), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(5838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, - sym__brace_start, - ACTIONS(5580), 1, - sym_word, - ACTIONS(5584), 1, + ACTIONS(5842), 1, + sym__comment_word, + ACTIONS(5844), 1, + sym__empty_value, + ACTIONS(5846), 1, sym_test_operator, - STATE(1280), 1, + ACTIONS(5848), 1, + sym__brace_start, + STATE(2393), 1, aux_sym__literal_repeat1, - STATE(1385), 1, - sym_concatenation, - ACTIONS(4657), 2, + ACTIONS(5816), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5582), 2, + ACTIONS(5826), 2, sym_raw_string, sym_ansi_c_string, - STATE(1224), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [101160] = 18, - ACTIONS(3), 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(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, - sym_word, - ACTIONS(5316), 1, - sym_test_operator, - ACTIONS(5586), 1, - anon_sym_RBRACK, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(5840), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5312), 2, - sym__special_character, - sym__comment_word, - ACTIONS(5314), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1539), 9, + STATE(2520), 2, + sym_concatenation, + sym_array, + STATE(2333), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142028,146 +159144,172 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101227] = 18, + [116602] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(361), 1, - anon_sym_DOLLAR, - ACTIONS(365), 1, + ACTIONS(5389), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(5387), 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, + [116643] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5217), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, - aux_sym_number_token1, - ACTIONS(371), 1, - aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, - sym_word, - ACTIONS(5316), 1, + STATE(3244), 1, + sym_string, + ACTIONS(1093), 2, sym_test_operator, - ACTIONS(5588), 1, - anon_sym_RBRACK, - ACTIONS(348), 2, + sym__brace_start, + ACTIONS(5852), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5850), 9, + anon_sym_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(1091), 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, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5312), 2, sym__special_character, - sym__comment_word, - ACTIONS(5314), 2, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [101294] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5364), 1, - anon_sym_DOLLAR, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, aux_sym_number_token1, - ACTIONS(5374), 1, aux_sym_number_token2, - ACTIONS(5376), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(5590), 1, - sym_word, - ACTIONS(5592), 1, - sym__special_character, - ACTIONS(5596), 1, - sym_test_operator, - STATE(2634), 1, - aux_sym__literal_repeat1, - STATE(2809), 1, - sym_concatenation, - ACTIONS(5362), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5594), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2726), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [101363] = 19, - ACTIONS(63), 1, + sym_word, + [116692] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5389), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(5387), 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, + [116733] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(1740), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(1746), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(1748), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(1752), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(1766), 1, + sym__brace_start, + ACTIONS(5508), 1, + anon_sym_LPAREN, + ACTIONS(5512), 1, + anon_sym_DQUOTE, + ACTIONS(5516), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5518), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5520), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(5592), 1, - sym__special_character, - ACTIONS(5598), 1, + ACTIONS(5524), 1, + sym__comment_word, + ACTIONS(5526), 1, + sym__empty_value, + ACTIONS(5854), 1, sym_word, - ACTIONS(5602), 1, + ACTIONS(5856), 1, + sym__special_character, + ACTIONS(5860), 1, sym_test_operator, - STATE(2604), 1, + STATE(1352), 1, aux_sym__literal_repeat1, - STATE(2821), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5506), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5522), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5600), 2, + ACTIONS(5858), 2, sym_raw_string, sym_ansi_c_string, - STATE(2753), 9, + STATE(1404), 2, + sym_concatenation, + sym_array, + STATE(1195), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142177,348 +159319,172 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101432] = 18, - ACTIONS(3), 1, + [116812] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(361), 1, + STATE(2295), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5427), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3425), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, aux_sym_number_token1, - ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, anon_sym_BQUOTE, - ACTIONS(5308), 1, sym_word, - ACTIONS(5316), 1, + ACTIONS(3427), 19, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(5604), 1, - anon_sym_RBRACK, - ACTIONS(348), 2, + sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5312), 2, sym__special_character, - sym__comment_word, - ACTIONS(5314), 2, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [101499] = 18, - ACTIONS(3), 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(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, - sym_word, - ACTIONS(5316), 1, - sym_test_operator, - ACTIONS(5606), 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, - sym__special_character, - sym__comment_word, - ACTIONS(5314), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1539), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [101566] = 19, - ACTIONS(63), 1, + [116857] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(5364), 1, + STATE(2326), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5427), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3463), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, aux_sym_number_token1, - ACTIONS(5374), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(5608), 1, sym_word, - ACTIONS(5610), 1, - sym__special_character, - ACTIONS(5614), 1, + ACTIONS(3465), 19, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - STATE(2547), 1, - aux_sym__literal_repeat1, - STATE(2838), 1, - sym_concatenation, - ACTIONS(5362), 2, + sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5612), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2731), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [101635] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5452), 1, - anon_sym_DOLLAR, - ACTIONS(5454), 1, sym__special_character, - 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(5616), 1, - sym_word, - ACTIONS(5620), 1, - sym_test_operator, - STATE(3101), 1, - aux_sym__literal_repeat1, - STATE(3165), 1, - sym_concatenation, - ACTIONS(5450), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5472), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5618), 2, sym_raw_string, sym_ansi_c_string, - STATE(2973), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [101704] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5364), 1, - anon_sym_DOLLAR, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, - aux_sym_number_token1, - ACTIONS(5374), 1, - aux_sym_number_token2, - ACTIONS(5376), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, - anon_sym_BQUOTE, - ACTIONS(5382), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(5610), 1, - sym__special_character, - ACTIONS(5622), 1, - sym_word, - ACTIONS(5626), 1, - sym_test_operator, - STATE(2512), 1, - aux_sym__literal_repeat1, - STATE(2769), 1, - sym_concatenation, - ACTIONS(5362), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5624), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2737), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [101773] = 22, + [116902] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(5426), 1, - anon_sym_LPAREN, - ACTIONS(5428), 1, - aux_sym__c_word_token1, - ACTIONS(5430), 1, + ACTIONS(5864), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(5432), 1, - anon_sym_DOLLAR, - ACTIONS(5434), 1, - anon_sym_DQUOTE, - ACTIONS(5436), 1, - aux_sym_number_token1, - ACTIONS(5438), 1, - aux_sym_number_token2, - ACTIONS(5440), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5442), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5444), 1, - anon_sym_BQUOTE, - ACTIONS(5446), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(1924), 1, - sym__c_binary_expression, - STATE(1925), 1, - sym__c_postfix_expression, - STATE(1968), 1, - sym__c_unary_expression, - STATE(2373), 1, - sym__c_terminator, - STATE(3631), 1, - sym__c_expression, - STATE(3772), 1, - sym__c_variable_assignment, - STATE(4410), 1, - sym__for_body, - ACTIONS(5422), 2, + ACTIONS(5862), 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, - ACTIONS(5424), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1928), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [101848] = 19, - ACTIONS(63), 1, + [116943] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(5334), 1, + ACTIONS(5436), 1, + anon_sym_LPAREN, + ACTIONS(5438), 1, anon_sym_DOLLAR, - ACTIONS(5336), 1, - sym__special_character, - ACTIONS(5338), 1, + ACTIONS(5442), 1, anon_sym_DQUOTE, - ACTIONS(5342), 1, + ACTIONS(5446), 1, aux_sym_number_token1, - ACTIONS(5344), 1, + ACTIONS(5448), 1, aux_sym_number_token2, - ACTIONS(5346), 1, + ACTIONS(5450), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5348), 1, + ACTIONS(5452), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5350), 1, + ACTIONS(5454), 1, anon_sym_BQUOTE, - ACTIONS(5352), 1, + ACTIONS(5456), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5358), 1, + ACTIONS(5460), 1, + sym__comment_word, + ACTIONS(5462), 1, + sym__empty_value, + ACTIONS(5466), 1, sym__brace_start, - ACTIONS(5628), 1, + ACTIONS(5866), 1, sym_word, - ACTIONS(5632), 1, + ACTIONS(5868), 1, + sym__special_character, + ACTIONS(5872), 1, sym_test_operator, - STATE(3607), 1, + STATE(2829), 1, aux_sym__literal_repeat1, - STATE(3699), 1, - sym_concatenation, - ACTIONS(5332), 2, + ACTIONS(5434), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5354), 2, + ACTIONS(5458), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5630), 2, + ACTIONS(5870), 2, sym_raw_string, sym_ansi_c_string, - STATE(3549), 9, + STATE(3024), 2, + sym_concatenation, + sym_array, + STATE(2707), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142528,47 +159494,96 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101917] = 19, - ACTIONS(63), 1, + [117022] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(5364), 1, - anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5217), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + STATE(3244), 1, + sym_string, + ACTIONS(1089), 2, + sym_test_operator, + sym__brace_start, + ACTIONS(5852), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5850), 9, + anon_sym_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(1081), 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, - ACTIONS(5374), 1, aux_sym_number_token2, - ACTIONS(5376), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(5592), 1, - sym__special_character, - ACTIONS(5634), 1, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [117071] = 22, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5874), 1, sym_word, - ACTIONS(5638), 1, + ACTIONS(5878), 1, + anon_sym_LPAREN, + ACTIONS(5880), 1, + anon_sym_DOLLAR, + ACTIONS(5882), 1, + sym__special_character, + ACTIONS(5884), 1, + anon_sym_DQUOTE, + ACTIONS(5888), 1, + aux_sym_number_token1, + ACTIONS(5890), 1, + aux_sym_number_token2, + ACTIONS(5892), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5894), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5896), 1, + anon_sym_BQUOTE, + ACTIONS(5898), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5902), 1, + sym__comment_word, + ACTIONS(5904), 1, + sym__empty_value, + ACTIONS(5906), 1, sym_test_operator, - STATE(2512), 1, + ACTIONS(5908), 1, + sym__brace_start, + STATE(1415), 1, aux_sym__literal_repeat1, - STATE(2769), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5876), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5636), 2, + ACTIONS(5886), 2, sym_raw_string, sym_ansi_c_string, - STATE(2679), 9, + ACTIONS(5900), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1539), 2, + sym_concatenation, + sym_array, + STATE(1156), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142578,95 +159593,132 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [101986] = 18, + [117150] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(1204), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1202), 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, + [117191] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(2295), 1, + aux_sym_concatenation_repeat1, + ACTIONS(5427), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3674), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, aux_sym_number_token1, - ACTIONS(371), 1, aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, anon_sym_BQUOTE, - ACTIONS(5308), 1, sym_word, - ACTIONS(5316), 1, + ACTIONS(3676), 19, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - ACTIONS(5640), 1, - anon_sym_RBRACK, - ACTIONS(348), 2, + sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5312), 2, sym__special_character, - sym__comment_word, - ACTIONS(5314), 2, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [102053] = 18, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [117236] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(1772), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, - anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(1778), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(1780), 1, aux_sym_number_token2, - ACTIONS(373), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(1784), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(1798), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(5910), 1, sym_word, - ACTIONS(5316), 1, + ACTIONS(5914), 1, + anon_sym_LPAREN, + ACTIONS(5916), 1, + sym__special_character, + ACTIONS(5918), 1, + anon_sym_DQUOTE, + ACTIONS(5922), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5924), 1, + anon_sym_BQUOTE, + ACTIONS(5926), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5930), 1, + sym__comment_word, + ACTIONS(5932), 1, + sym__empty_value, + ACTIONS(5934), 1, sym_test_operator, - ACTIONS(5642), 1, - anon_sym_RBRACK, - ACTIONS(348), 2, + STATE(1268), 1, + aux_sym__literal_repeat1, + ACTIONS(5912), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5312), 2, - sym__special_character, - sym__comment_word, - ACTIONS(5314), 2, + ACTIONS(5920), 2, sym_raw_string, sym_ansi_c_string, - STATE(1539), 9, + ACTIONS(5928), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1447), 2, + sym_concatenation, + sym_array, + STATE(989), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142676,47 +159728,54 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102120] = 19, - ACTIONS(63), 1, + [117315] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(4826), 1, + ACTIONS(5472), 1, + anon_sym_LPAREN, + ACTIONS(5474), 1, anon_sym_DOLLAR, - ACTIONS(4828), 1, - sym__special_character, - ACTIONS(4830), 1, + ACTIONS(5478), 1, anon_sym_DQUOTE, - ACTIONS(4834), 1, + ACTIONS(5482), 1, aux_sym_number_token1, - ACTIONS(4836), 1, + ACTIONS(5484), 1, aux_sym_number_token2, - ACTIONS(4838), 1, + ACTIONS(5486), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4840), 1, + ACTIONS(5488), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4842), 1, + ACTIONS(5490), 1, anon_sym_BQUOTE, - ACTIONS(4844), 1, + ACTIONS(5492), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4854), 1, + ACTIONS(5496), 1, + sym__comment_word, + ACTIONS(5498), 1, + sym__empty_value, + ACTIONS(5502), 1, sym__brace_start, - ACTIONS(5644), 1, + ACTIONS(5936), 1, sym_word, - ACTIONS(5648), 1, + ACTIONS(5938), 1, + sym__special_character, + ACTIONS(5942), 1, sym_test_operator, - STATE(1758), 1, + STATE(2629), 1, aux_sym__literal_repeat1, - STATE(1866), 1, - sym_concatenation, - ACTIONS(4822), 2, + ACTIONS(5470), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4846), 2, + ACTIONS(5494), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5646), 2, + ACTIONS(5940), 2, sym_raw_string, sym_ansi_c_string, - STATE(1579), 9, + STATE(3028), 2, + sym_concatenation, + sym_array, + STATE(2925), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142726,47 +159785,130 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102189] = 19, - ACTIONS(63), 1, + [117394] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1184), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1182), 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, + [117435] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1168), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(1166), 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, + [117476] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(4826), 1, + ACTIONS(5596), 1, + anon_sym_LPAREN, + ACTIONS(5598), 1, anon_sym_DOLLAR, - ACTIONS(4828), 1, - sym__special_character, - ACTIONS(4830), 1, + ACTIONS(5602), 1, anon_sym_DQUOTE, - ACTIONS(4834), 1, + ACTIONS(5606), 1, aux_sym_number_token1, - ACTIONS(4836), 1, + ACTIONS(5608), 1, aux_sym_number_token2, - ACTIONS(4838), 1, + ACTIONS(5610), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4840), 1, + ACTIONS(5612), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4842), 1, + ACTIONS(5614), 1, anon_sym_BQUOTE, - ACTIONS(4844), 1, + ACTIONS(5616), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4854), 1, + ACTIONS(5620), 1, + sym__comment_word, + ACTIONS(5622), 1, + sym__empty_value, + ACTIONS(5626), 1, sym__brace_start, - ACTIONS(5650), 1, + ACTIONS(5944), 1, sym_word, - ACTIONS(5654), 1, + ACTIONS(5946), 1, + sym__special_character, + ACTIONS(5950), 1, sym_test_operator, - STATE(1781), 1, + STATE(1449), 1, aux_sym__literal_repeat1, - STATE(1868), 1, - sym_concatenation, - ACTIONS(4822), 2, + ACTIONS(5594), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4846), 2, + ACTIONS(5618), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5652), 2, + ACTIONS(5948), 2, sym_raw_string, sym_ansi_c_string, - STATE(1575), 9, + STATE(1545), 2, + sym_concatenation, + sym_array, + STATE(1656), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -142776,505 +159918,741 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [102258] = 19, - ACTIONS(63), 1, + [117555] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5656), 1, - sym_word, - ACTIONS(5660), 1, + ACTIONS(1154), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - ACTIONS(5662), 1, - sym__special_character, - 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(5682), 1, + sym_word, + ACTIONS(1156), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, 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_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5666), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(5680), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3397), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [102327] = 19, - ACTIONS(63), 1, + [117595] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(5660), 1, + ACTIONS(1093), 1, + sym_file_descriptor, + ACTIONS(2806), 1, + anon_sym_DQUOTE, + STATE(2992), 1, + sym_string, + ACTIONS(5107), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5105), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, anon_sym_DOLLAR, - ACTIONS(5662), 1, - sym__special_character, - ACTIONS(5664), 1, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1091), 18, + anon_sym_AMP_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, + anon_sym_LT_LT_LT, + [117643] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1089), 1, + sym_file_descriptor, + ACTIONS(5954), 1, anon_sym_DQUOTE, - ACTIONS(5668), 1, + STATE(3403), 1, + sym_string, + ACTIONS(5956), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5952), 9, + anon_sym_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(1081), 18, + anon_sym_AMP_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [117691] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1198), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, 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(5686), 1, sym_word, - ACTIONS(5690), 1, + ACTIONS(1200), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - STATE(3488), 1, - aux_sym__literal_repeat1, - STATE(3530), 1, - sym_concatenation, - ACTIONS(5658), 2, + sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5680), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5688), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(3384), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [102396] = 19, - ACTIONS(63), 1, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [117731] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5692), 1, - sym_word, - ACTIONS(5696), 1, + ACTIONS(1158), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - ACTIONS(5698), 1, - sym__special_character, - ACTIONS(5700), 1, - anon_sym_DQUOTE, - ACTIONS(5704), 1, aux_sym_number_token1, - ACTIONS(5706), 1, aux_sym_number_token2, - ACTIONS(5708), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5718), 1, + sym_word, + ACTIONS(1160), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - ACTIONS(5720), 1, sym__brace_start, - STATE(3133), 1, - aux_sym__literal_repeat1, - STATE(3210), 1, - sym_concatenation, - ACTIONS(5694), 2, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5702), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(5716), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(3096), 9, - sym_arithmetic_expansion, - sym_brace_expression, + [117771] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1093), 1, + sym_file_descriptor, + ACTIONS(5954), 1, + anon_sym_DQUOTE, + STATE(3403), 1, sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [102465] = 19, - ACTIONS(63), 1, + ACTIONS(5956), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5952), 9, + anon_sym_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(1091), 18, + anon_sym_AMP_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [117819] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(1150), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, aux_sym_number_token1, - ACTIONS(5374), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(5592), 1, - sym__special_character, - ACTIONS(5722), 1, sym_word, - ACTIONS(5726), 1, + ACTIONS(1152), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - STATE(2547), 1, - aux_sym__literal_repeat1, - STATE(2838), 1, - sym_concatenation, - ACTIONS(5362), 2, + sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5724), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(2704), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [102534] = 19, - ACTIONS(63), 1, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [117859] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(5696), 1, + ACTIONS(5958), 1, + anon_sym_EQ, + ACTIONS(5307), 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(5311), 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, + [117901] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5960), 1, + anon_sym_EQ, + ACTIONS(5307), 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(5311), 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, + [117943] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1182), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - ACTIONS(5698), 1, - sym__special_character, - ACTIONS(5700), 1, - anon_sym_DQUOTE, - ACTIONS(5704), 1, aux_sym_number_token1, - ACTIONS(5706), 1, aux_sym_number_token2, - ACTIONS(5708), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5720), 1, - sym__brace_start, - ACTIONS(5728), 1, sym_word, - ACTIONS(5732), 1, + ACTIONS(1184), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - STATE(3148), 1, - aux_sym__literal_repeat1, - STATE(3217), 1, - sym_concatenation, - ACTIONS(5694), 2, + sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5716), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5730), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(3100), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [102603] = 19, - ACTIONS(63), 1, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [117983] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5696), 1, + ACTIONS(1174), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - ACTIONS(5698), 1, - sym__special_character, - ACTIONS(5700), 1, - anon_sym_DQUOTE, - ACTIONS(5704), 1, aux_sym_number_token1, - ACTIONS(5706), 1, aux_sym_number_token2, - ACTIONS(5708), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5720), 1, - sym__brace_start, - ACTIONS(5734), 1, sym_word, - ACTIONS(5738), 1, + ACTIONS(1176), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - STATE(3146), 1, - aux_sym__literal_repeat1, - STATE(3215), 1, - sym_concatenation, - ACTIONS(5694), 2, + sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5716), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5736), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(3095), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [102672] = 5, - ACTIONS(63), 1, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [118023] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5740), 1, - sym__special_character, - STATE(2157), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 8, + ACTIONS(1206), 11, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(1275), 19, + ACTIONS(1208), 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_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - [102713] = 19, - ACTIONS(63), 1, + [118063] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4918), 1, + ACTIONS(1162), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - ACTIONS(4920), 1, - sym__special_character, - ACTIONS(4922), 1, - anon_sym_DQUOTE, - ACTIONS(4926), 1, aux_sym_number_token1, - ACTIONS(4928), 1, aux_sym_number_token2, - ACTIONS(4930), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4932), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4934), 1, anon_sym_BQUOTE, - ACTIONS(4936), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4946), 1, - sym__brace_start, - ACTIONS(5743), 1, sym_word, - ACTIONS(5747), 1, + ACTIONS(1164), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - STATE(940), 1, - aux_sym__literal_repeat1, - STATE(1228), 1, - sym_concatenation, - ACTIONS(4914), 2, + sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4938), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5745), 2, + [118103] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1146), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1148), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(677), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [102782] = 19, - ACTIONS(63), 1, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [118143] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4918), 1, + ACTIONS(1178), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - ACTIONS(4920), 1, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1180), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, sym__special_character, - ACTIONS(4922), 1, anon_sym_DQUOTE, - ACTIONS(4926), 1, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [118183] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1186), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, aux_sym_number_token1, - ACTIONS(4928), 1, aux_sym_number_token2, - ACTIONS(4930), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4932), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4934), 1, anon_sym_BQUOTE, - ACTIONS(4936), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4946), 1, - sym__brace_start, - ACTIONS(5749), 1, sym_word, - ACTIONS(5753), 1, + ACTIONS(1188), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - STATE(955), 1, - aux_sym__literal_repeat1, - STATE(1180), 1, - sym_concatenation, - ACTIONS(4914), 2, + sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4938), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5751), 2, + [118223] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1170), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1172), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(730), 9, - sym_arithmetic_expansion, - sym_brace_expression, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [118263] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5964), 1, + anon_sym_DQUOTE, + STATE(3407), 1, sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [102851] = 19, - ACTIONS(63), 1, + ACTIONS(1093), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(5966), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(5962), 9, + anon_sym_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(1091), 17, + anon_sym_AMP_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [118311] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5452), 1, + ACTIONS(1142), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - ACTIONS(5454), 1, - sym__special_character, - 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(5755), 1, sym_word, - ACTIONS(5759), 1, + ACTIONS(1144), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - STATE(3090), 1, - aux_sym__literal_repeat1, - STATE(3170), 1, - sym_concatenation, - ACTIONS(5450), 2, + sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5472), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5757), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(3018), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [102920] = 7, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [118351] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1135), 1, - sym_file_descriptor, - ACTIONS(5763), 1, + ACTIONS(5964), 1, anon_sym_DQUOTE, - STATE(3139), 1, + STATE(3407), 1, sym_string, - ACTIONS(5765), 2, + ACTIONS(1089), 2, + sym_file_descriptor, + sym_variable_name, + ACTIONS(5966), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5761), 9, + ACTIONS(5962), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -143284,7 +160662,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1127), 15, + ACTIONS(1081), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -143298,21 +160676,134 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [102965] = 7, + [118399] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1190), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1192), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [118439] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1194), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1196), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [118479] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1152), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [118519] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1139), 1, + ACTIONS(1089), 1, sym_file_descriptor, - ACTIONS(5763), 1, + ACTIONS(2806), 1, anon_sym_DQUOTE, - STATE(3139), 1, + STATE(2992), 1, sym_string, - ACTIONS(5765), 2, + ACTIONS(5107), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5761), 9, + ACTIONS(5105), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -143322,7 +160813,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - ACTIONS(1137), 15, + ACTIONS(1081), 18, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -143336,199 +160827,166 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, + aux_sym_heredoc_redirect_token1, anon_sym_LT_LT_LT, - [103010] = 19, - ACTIONS(63), 1, + [118567] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5276), 1, + ACTIONS(1166), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - ACTIONS(5280), 1, - anon_sym_DQUOTE, - ACTIONS(5284), 1, aux_sym_number_token1, - ACTIONS(5286), 1, aux_sym_number_token2, - ACTIONS(5288), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, - sym__brace_start, - ACTIONS(5524), 1, - sym__special_character, - ACTIONS(5767), 1, sym_word, - ACTIONS(5771), 1, + ACTIONS(1168), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - STATE(2534), 1, - aux_sym__literal_repeat1, - STATE(2852), 1, - sym_concatenation, - ACTIONS(5274), 2, + sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5769), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(2443), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [103079] = 19, - ACTIONS(63), 1, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [118607] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5276), 1, + ACTIONS(1107), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - ACTIONS(5280), 1, - anon_sym_DQUOTE, - ACTIONS(5284), 1, aux_sym_number_token1, - ACTIONS(5286), 1, aux_sym_number_token2, - ACTIONS(5288), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, - sym__brace_start, - ACTIONS(5524), 1, - sym__special_character, - ACTIONS(5773), 1, sym_word, - ACTIONS(5777), 1, + ACTIONS(1109), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - STATE(2541), 1, - aux_sym__literal_repeat1, - STATE(2844), 1, - sym_concatenation, - ACTIONS(5274), 2, + sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5775), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(2445), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [103148] = 19, - ACTIONS(63), 1, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [118647] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4537), 1, + ACTIONS(1202), 11, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - ACTIONS(4539), 1, - sym__special_character, - ACTIONS(4541), 1, - anon_sym_DQUOTE, - ACTIONS(4545), 1, aux_sym_number_token1, - ACTIONS(4547), 1, aux_sym_number_token2, - ACTIONS(4549), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4551), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4553), 1, anon_sym_BQUOTE, - ACTIONS(4555), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4565), 1, - sym__brace_start, - ACTIONS(5779), 1, sym_word, - ACTIONS(5783), 1, + ACTIONS(1204), 21, + sym_file_descriptor, + sym__concat, + sym_variable_name, sym_test_operator, - STATE(1247), 1, - aux_sym__literal_repeat1, - STATE(1251), 1, - sym_concatenation, - ACTIONS(4533), 2, + sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4557), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5781), 2, + aux_sym_concatenation_token1, + sym__special_character, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(796), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [103217] = 19, - ACTIONS(63), 1, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [118687] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5972), 1, + anon_sym_RPAREN, + ACTIONS(5974), 1, anon_sym_DOLLAR, - ACTIONS(5366), 1, + ACTIONS(5976), 1, sym__special_character, - ACTIONS(5368), 1, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5984), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5988), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(5785), 1, - sym_word, - ACTIONS(5789), 1, + ACTIONS(5996), 1, sym_test_operator, - STATE(2604), 1, + ACTIONS(5998), 1, + sym__brace_start, + STATE(3521), 1, aux_sym__literal_repeat1, - STATE(2821), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5970), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5787), 2, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(3014), 9, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2422), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143538,47 +160996,86 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103286] = 19, - ACTIONS(63), 1, + [118760] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5862), 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(5864), 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, + [118799] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5974), 1, anon_sym_DOLLAR, - ACTIONS(5366), 1, + ACTIONS(5976), 1, sym__special_character, - ACTIONS(5368), 1, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5984), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5988), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(5791), 1, - sym_word, - ACTIONS(5795), 1, + ACTIONS(5996), 1, sym_test_operator, - STATE(2634), 1, + ACTIONS(5998), 1, + sym__brace_start, + ACTIONS(6000), 1, + anon_sym_RPAREN, + STATE(3521), 1, aux_sym__literal_repeat1, - STATE(2809), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5970), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5793), 2, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(3025), 9, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2421), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143588,47 +161085,196 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103355] = 19, - ACTIONS(63), 1, + [118872] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1202), 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(1204), 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, + [118911] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5590), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(6002), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(6006), 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(6004), 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, + [118954] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1206), 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(1208), 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, + [118993] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1166), 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(1168), 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, + [119032] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5974), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5976), 1, + sym__special_character, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5984), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5988), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(5398), 1, - sym__special_character, - ACTIONS(5797), 1, - sym_word, - ACTIONS(5801), 1, + ACTIONS(5996), 1, sym_test_operator, - STATE(2604), 1, + ACTIONS(5998), 1, + sym__brace_start, + ACTIONS(6008), 1, + anon_sym_RPAREN, + STATE(3521), 1, aux_sym__literal_repeat1, - STATE(2821), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5970), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5799), 2, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(2680), 9, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2421), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143638,47 +161284,88 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103424] = 19, - ACTIONS(63), 1, + [119105] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5806), 2, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + ACTIONS(6010), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(6014), 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(6012), 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, + [119148] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5974), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(5976), 1, + sym__special_character, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5984), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5988), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(5398), 1, - sym__special_character, - ACTIONS(5803), 1, - sym_word, - ACTIONS(5807), 1, + ACTIONS(5996), 1, sym_test_operator, - STATE(2634), 1, + ACTIONS(5998), 1, + sym__brace_start, + ACTIONS(6016), 1, + anon_sym_RPAREN, + STATE(3521), 1, aux_sym__literal_repeat1, - STATE(2809), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5970), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5805), 2, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(2690), 9, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2380), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143688,147 +161375,160 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103493] = 19, - ACTIONS(63), 1, + [119221] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1174), 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(1176), 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, + [119260] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1182), 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(1184), 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, + [119299] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(6018), 1, + sym__special_character, + STATE(2390), 1, + aux_sym__literal_repeat1, + ACTIONS(3678), 10, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, aux_sym_number_token1, - ACTIONS(5374), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, - anon_sym_BQUOTE, - ACTIONS(5382), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(5544), 1, - sym__special_character, - ACTIONS(5809), 1, sym_word, - ACTIONS(5813), 1, + ACTIONS(3680), 19, + sym_file_descriptor, + sym_variable_name, sym_test_operator, - STATE(2604), 1, - aux_sym__literal_repeat1, - STATE(2821), 1, - sym_concatenation, - ACTIONS(5362), 2, + sym__brace_start, anon_sym_LPAREN_LPAREN, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5811), 2, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(2805), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [103562] = 19, - ACTIONS(63), 1, - sym_comment, - 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(4609), 1, - sym__brace_start, - ACTIONS(5815), 1, - sym_word, - ACTIONS(5819), 1, - sym_test_operator, - STATE(2175), 1, - aux_sym__literal_repeat1, - STATE(2309), 1, - sym_concatenation, - ACTIONS(4577), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4601), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5817), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2016), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [103631] = 19, - ACTIONS(63), 1, + [119342] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(4556), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, - anon_sym_BQUOTE, - ACTIONS(5382), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, sym__brace_start, - ACTIONS(5544), 1, + ACTIONS(5087), 1, sym__special_character, - ACTIONS(5821), 1, + ACTIONS(5089), 1, + anon_sym_DQUOTE, + ACTIONS(5093), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5095), 1, + anon_sym_BQUOTE, + ACTIONS(5097), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6020), 1, sym_word, - ACTIONS(5825), 1, + ACTIONS(6024), 1, sym_test_operator, - STATE(2634), 1, + STATE(4255), 1, aux_sym__literal_repeat1, - STATE(2809), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5823), 2, + ACTIONS(6022), 2, sym_raw_string, sym_ansi_c_string, - STATE(2790), 9, + STATE(4430), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4133), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143838,47 +161538,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103700] = 19, - ACTIONS(63), 1, + [119415] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4581), 1, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5974), 1, anon_sym_DOLLAR, - ACTIONS(4583), 1, + ACTIONS(5976), 1, sym__special_character, - ACTIONS(4585), 1, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(4589), 1, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(4591), 1, + ACTIONS(5984), 1, aux_sym_number_token2, - ACTIONS(4593), 1, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4595), 1, + ACTIONS(5988), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4597), 1, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(4599), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4609), 1, - sym__brace_start, - ACTIONS(5827), 1, - sym_word, - ACTIONS(5831), 1, + ACTIONS(5996), 1, sym_test_operator, - STATE(2180), 1, + ACTIONS(5998), 1, + sym__brace_start, + ACTIONS(6026), 1, + anon_sym_RPAREN, + STATE(3521), 1, aux_sym__literal_repeat1, - STATE(2195), 1, - sym_concatenation, - ACTIONS(4577), 2, + ACTIONS(5970), 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(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(2060), 9, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2421), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143888,47 +161591,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103769] = 19, - ACTIONS(63), 1, + [119488] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5696), 1, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5974), 1, anon_sym_DOLLAR, - ACTIONS(5698), 1, + ACTIONS(5976), 1, sym__special_character, - ACTIONS(5700), 1, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(5704), 1, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(5706), 1, + ACTIONS(5984), 1, aux_sym_number_token2, - ACTIONS(5708), 1, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, + ACTIONS(5988), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5720), 1, - sym__brace_start, - ACTIONS(5833), 1, - sym_word, - ACTIONS(5837), 1, + ACTIONS(5996), 1, sym_test_operator, - STATE(3142), 1, + ACTIONS(5998), 1, + sym__brace_start, + ACTIONS(6028), 1, + anon_sym_RPAREN, + STATE(3521), 1, aux_sym__literal_repeat1, - STATE(3227), 1, - sym_concatenation, - ACTIONS(5694), 2, + ACTIONS(5970), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5716), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5835), 2, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(3121), 9, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2387), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -143938,23 +161644,61 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [103838] = 5, - ACTIONS(63), 1, + [119561] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5556), 1, + ACTIONS(1198), 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(1200), 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, + [119600] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6030), 1, sym__special_character, - STATE(2157), 1, + STATE(2390), 1, aux_sym__literal_repeat1, - ACTIONS(2995), 8, + ACTIONS(1212), 10, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(2997), 19, + ACTIONS(1214), 19, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -143962,9 +161706,9 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DQUOTE, sym_raw_string, @@ -143974,147 +161718,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [103879] = 19, - ACTIONS(63), 1, + [119643] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5276), 1, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5974), 1, anon_sym_DOLLAR, - ACTIONS(5278), 1, + ACTIONS(5976), 1, sym__special_character, - ACTIONS(5280), 1, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(5984), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(5988), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, - sym__brace_start, - ACTIONS(5839), 1, - sym_word, - ACTIONS(5843), 1, + ACTIONS(5996), 1, sym_test_operator, - STATE(2534), 1, - aux_sym__literal_repeat1, - STATE(2852), 1, - sym_concatenation, - ACTIONS(5274), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5841), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2657), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [103948] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5364), 1, - anon_sym_DOLLAR, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, - aux_sym_number_token1, - ACTIONS(5374), 1, - aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, - anon_sym_BQUOTE, - ACTIONS(5382), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5998), 1, sym__brace_start, - ACTIONS(5610), 1, - sym__special_character, - ACTIONS(5845), 1, - sym_word, - ACTIONS(5849), 1, - sym_test_operator, - STATE(2634), 1, + ACTIONS(6033), 1, + anon_sym_RPAREN, + STATE(3521), 1, aux_sym__literal_repeat1, - STATE(2809), 1, - sym_concatenation, - ACTIONS(5362), 2, + ACTIONS(5970), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5847), 2, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(2698), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [104017] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5364), 1, - anon_sym_DOLLAR, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, - aux_sym_number_token1, - ACTIONS(5374), 1, - aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, - anon_sym_BQUOTE, - ACTIONS(5382), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(5610), 1, - sym__special_character, - ACTIONS(5851), 1, - sym_word, - ACTIONS(5855), 1, - sym_test_operator, - STATE(2604), 1, - aux_sym__literal_repeat1, - STATE(2821), 1, - sym_concatenation, - ACTIONS(5362), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5994), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5853), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2688), 9, + STATE(2392), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144124,47 +161771,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104086] = 19, - ACTIONS(63), 1, + [119716] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5276), 1, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5974), 1, anon_sym_DOLLAR, - ACTIONS(5278), 1, + ACTIONS(5976), 1, sym__special_character, - ACTIONS(5280), 1, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(5984), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(5988), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, - sym__brace_start, - ACTIONS(5857), 1, - sym_word, - ACTIONS(5861), 1, + ACTIONS(5996), 1, sym_test_operator, - STATE(2541), 1, + ACTIONS(5998), 1, + sym__brace_start, + ACTIONS(6035), 1, + anon_sym_RPAREN, + STATE(3521), 1, aux_sym__literal_repeat1, - STATE(2844), 1, - sym_concatenation, - ACTIONS(5274), 2, + ACTIONS(5970), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5859), 2, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(2654), 9, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2421), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144174,23 +161824,25 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104155] = 5, - ACTIONS(63), 1, + [119789] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(5556), 1, + ACTIONS(6018), 1, sym__special_character, - STATE(2157), 1, + STATE(2390), 1, aux_sym__literal_repeat1, - ACTIONS(3063), 8, + ACTIONS(3463), 10, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(3065), 19, + ACTIONS(3465), 19, sym_file_descriptor, sym_variable_name, sym_test_operator, @@ -144198,9 +161850,9 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DQUOTE, sym_raw_string, @@ -144210,47 +161862,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [104196] = 19, - ACTIONS(63), 1, + [119832] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5806), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(6002), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(6006), 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(6004), 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, + [119875] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4537), 1, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5974), 1, anon_sym_DOLLAR, - ACTIONS(4539), 1, + ACTIONS(5976), 1, sym__special_character, - ACTIONS(4541), 1, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(4545), 1, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(4547), 1, + ACTIONS(5984), 1, aux_sym_number_token2, - ACTIONS(4549), 1, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4551), 1, + ACTIONS(5988), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4553), 1, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(4555), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4565), 1, - sym__brace_start, - ACTIONS(5863), 1, - sym_word, - ACTIONS(5867), 1, + ACTIONS(5996), 1, sym_test_operator, - STATE(1107), 1, + ACTIONS(5998), 1, + sym__brace_start, + ACTIONS(6037), 1, + anon_sym_RPAREN, + STATE(3521), 1, aux_sym__literal_repeat1, - STATE(1281), 1, - sym_concatenation, - ACTIONS(4533), 2, + ACTIONS(5970), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4557), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5865), 2, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(911), 9, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2421), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144260,44 +161953,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104265] = 17, - ACTIONS(3), 1, + [119948] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(2285), 1, - aux_sym_number_token1, - ACTIONS(2287), 1, - aux_sym_number_token2, - ACTIONS(2291), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2303), 1, - sym__brace_start, - ACTIONS(5869), 1, + ACTIONS(5968), 1, sym_word, - ACTIONS(5873), 1, + ACTIONS(5974), 1, anon_sym_DOLLAR, - ACTIONS(5877), 1, + ACTIONS(5976), 1, + sym__special_character, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(5881), 1, + ACTIONS(5982), 1, + aux_sym_number_token1, + ACTIONS(5984), 1, + aux_sym_number_token2, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, + ACTIONS(5988), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(5885), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, - sym__comment_word, - ACTIONS(5871), 2, + ACTIONS(5996), 1, + sym_test_operator, + ACTIONS(5998), 1, + sym__brace_start, + ACTIONS(6039), 1, + anon_sym_RPAREN, + STATE(3521), 1, + aux_sym__literal_repeat1, + ACTIONS(5970), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5875), 2, - sym_test_operator, - sym__special_character, - ACTIONS(5879), 2, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5887), 2, + ACTIONS(5994), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1223), 9, + STATE(2395), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144307,93 +162006,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104329] = 19, - ACTIONS(63), 1, + [120021] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5974), 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4459), 1, + ACTIONS(5976), 1, + sym__special_character, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(4463), 1, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(4465), 1, + ACTIONS(5984), 1, aux_sym_number_token2, - ACTIONS(4467), 1, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4469), 1, + ACTIONS(5988), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4471), 1, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(4473), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4483), 1, + ACTIONS(5996), 1, + sym_test_operator, + ACTIONS(5998), 1, sym__brace_start, - ACTIONS(5917), 1, - sym_word, - ACTIONS(5919), 1, - anon_sym_DOLLAR, - ACTIONS(5925), 1, - sym__comment_word, - ACTIONS(4451), 2, + ACTIONS(6041), 1, + anon_sym_RPAREN, + STATE(3521), 1, + aux_sym__literal_repeat1, + ACTIONS(5970), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4475), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5921), 2, - sym_test_operator, - sym__special_character, - ACTIONS(5923), 2, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(2465), 9, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2421), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144403,91 +162059,122 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104461] = 17, - ACTIONS(3), 1, + [120094] = 3, + ACTIONS(67), 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, + ACTIONS(5387), 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(5389), 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, + [120133] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5387), 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(5389), 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, + [120172] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5968), 1, sym_word, - ACTIONS(5929), 1, + ACTIONS(5974), 1, anon_sym_DOLLAR, - ACTIONS(5935), 1, - sym__comment_word, - 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, + ACTIONS(5976), 1, 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, - [104525] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4459), 1, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(4463), 1, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(4465), 1, + ACTIONS(5984), 1, aux_sym_number_token2, - ACTIONS(4467), 1, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4469), 1, + ACTIONS(5988), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4471), 1, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(4473), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4483), 1, + ACTIONS(5996), 1, + sym_test_operator, + ACTIONS(5998), 1, sym__brace_start, - ACTIONS(5917), 1, - sym_word, - ACTIONS(5925), 1, - sym__comment_word, - ACTIONS(5937), 1, - anon_sym_DOLLAR, - ACTIONS(4451), 2, + ACTIONS(6043), 1, + anon_sym_RPAREN, + STATE(3521), 1, + aux_sym__literal_repeat1, + ACTIONS(5970), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4475), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5921), 2, - sym_test_operator, - sym__special_character, - ACTIONS(5923), 2, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(2465), 9, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2406), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144497,44 +162184,86 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104589] = 17, - ACTIONS(3), 1, + [120245] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1469), 1, + ACTIONS(5387), 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(5389), 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, + [120284] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5974), 1, anon_sym_DOLLAR, - ACTIONS(1475), 1, + ACTIONS(5976), 1, + sym__special_character, + ACTIONS(5978), 1, + anon_sym_DQUOTE, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(1477), 1, + ACTIONS(5984), 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(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4429), 1, + ACTIONS(5988), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(4431), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5939), 1, - sym_word, - ACTIONS(5945), 1, - sym__comment_word, - ACTIONS(4417), 2, + ACTIONS(5996), 1, + sym_test_operator, + ACTIONS(5998), 1, + sym__brace_start, + ACTIONS(6045), 1, + anon_sym_RPAREN, + STATE(3521), 1, + aux_sym__literal_repeat1, + ACTIONS(5970), 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, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(795), 9, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2421), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144544,44 +162273,88 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104653] = 17, - ACTIONS(3), 1, + [120357] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(1709), 1, + ACTIONS(5590), 2, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + ACTIONS(6010), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(6014), 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(6012), 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, + [120400] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5974), 1, + anon_sym_DOLLAR, + ACTIONS(5976), 1, + sym__special_character, + ACTIONS(5978), 1, + anon_sym_DQUOTE, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(5984), 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(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(5988), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5927), 1, - sym_word, - ACTIONS(5935), 1, - sym__comment_word, - ACTIONS(5947), 1, - anon_sym_DOLLAR, - ACTIONS(4487), 2, + ACTIONS(5996), 1, + sym_test_operator, + ACTIONS(5998), 1, + sym__brace_start, + ACTIONS(6047), 1, + anon_sym_RPAREN, + STATE(3521), 1, + aux_sym__literal_repeat1, + ACTIONS(5970), 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, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(1000), 9, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2402), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144591,44 +162364,86 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104717] = 17, - ACTIONS(3), 1, + [120473] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 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(1152), 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, + [120512] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(979), 1, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5974), 1, + anon_sym_DOLLAR, + ACTIONS(5976), 1, + sym__special_character, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(5984), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(5988), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, + ACTIONS(5996), 1, + sym_test_operator, + ACTIONS(5998), 1, sym__brace_start, - ACTIONS(5949), 1, - sym_word, - ACTIONS(5951), 1, - anon_sym_DOLLAR, - ACTIONS(5957), 1, - sym__comment_word, - ACTIONS(965), 2, + ACTIONS(6049), 1, + anon_sym_RPAREN, + STATE(3521), 1, + aux_sym__literal_repeat1, + ACTIONS(5970), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5953), 2, - sym_test_operator, - sym__special_character, - ACTIONS(5955), 2, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(1435), 9, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2421), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144638,44 +162453,194 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104781] = 17, - ACTIONS(3), 1, + [120585] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(975), 1, + ACTIONS(1154), 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(1156), 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, + [120624] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 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(1152), 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, + [120663] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5678), 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(5680), 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, + [120702] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5862), 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(5864), 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, + [120741] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5974), 1, anon_sym_DOLLAR, - ACTIONS(979), 1, + ACTIONS(5976), 1, + sym__special_character, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(5984), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(5988), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, + ACTIONS(5996), 1, + sym_test_operator, + ACTIONS(5998), 1, sym__brace_start, - ACTIONS(5949), 1, - sym_word, - ACTIONS(5957), 1, - sym__comment_word, - ACTIONS(965), 2, + ACTIONS(6051), 1, + anon_sym_RPAREN, + STATE(3521), 1, + aux_sym__literal_repeat1, + ACTIONS(5970), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5953), 2, - sym_test_operator, - sym__special_character, - ACTIONS(5955), 2, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(1435), 9, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2421), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144685,44 +162650,53 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104845] = 17, - ACTIONS(3), 1, + [120814] = 22, + ACTIONS(67), 1, sym_comment, - ACTIONS(3610), 1, + ACTIONS(6053), 1, + sym_word, + ACTIONS(6057), 1, + anon_sym_DOLLAR, + ACTIONS(6059), 1, + sym__special_character, + ACTIONS(6061), 1, + anon_sym_DQUOTE, + ACTIONS(6065), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(6067), 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(6069), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(6071), 1, + anon_sym_RBRACE3, + ACTIONS(6073), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6075), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(6077), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5959), 1, - sym_word, - ACTIONS(5961), 1, - anon_sym_DOLLAR, - ACTIONS(5967), 1, - sym__comment_word, - ACTIONS(4165), 2, + ACTIONS(6081), 1, + sym_test_operator, + ACTIONS(6083), 1, + sym__expansion_word, + ACTIONS(6085), 1, + sym__brace_start, + STATE(4089), 1, + sym_command_substitution, + STATE(4247), 1, + aux_sym__literal_repeat1, + STATE(4494), 1, + sym_concatenation, + ACTIONS(6055), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4181), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5963), 2, - sym_test_operator, - sym__special_character, - ACTIONS(5965), 2, + ACTIONS(6063), 2, sym_raw_string, sym_ansi_c_string, - STATE(3762), 9, + ACTIONS(6079), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(4132), 8, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144730,46 +162704,51 @@ static const uint16_t ts_small_parse_table[] = { sym_number, sym_simple_expansion, sym_expansion, - sym_command_substitution, sym_process_substitution, - [104909] = 17, - ACTIONS(3), 1, + [120891] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4459), 1, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5974), 1, + anon_sym_DOLLAR, + ACTIONS(5976), 1, + sym__special_character, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(4463), 1, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(4465), 1, + ACTIONS(5984), 1, aux_sym_number_token2, - ACTIONS(4467), 1, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4469), 1, + ACTIONS(5988), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4471), 1, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(4473), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4483), 1, + ACTIONS(5996), 1, + sym_test_operator, + ACTIONS(5998), 1, sym__brace_start, - ACTIONS(5917), 1, - sym_word, - ACTIONS(5925), 1, - sym__comment_word, - ACTIONS(5969), 1, - anon_sym_DOLLAR, - ACTIONS(4451), 2, + ACTIONS(6087), 1, + anon_sym_RPAREN, + STATE(3521), 1, + aux_sym__literal_repeat1, + ACTIONS(5970), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4475), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5921), 2, - sym_test_operator, - sym__special_character, - ACTIONS(5923), 2, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(2465), 9, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2411), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144779,175 +162758,238 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [104973] = 19, - ACTIONS(63), 1, + [120964] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(5971), 1, - anon_sym_LPAREN, - ACTIONS(5973), 1, - anon_sym_BANG, - ACTIONS(5979), 1, - anon_sym_DOLLAR, - ACTIONS(5981), 1, - aux_sym_number_token1, - ACTIONS(5983), 1, - aux_sym_number_token2, - ACTIONS(5985), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5987), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5989), 1, - anon_sym_BQUOTE, - ACTIONS(5991), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5993), 1, + ACTIONS(1093), 1, + sym_file_descriptor, + ACTIONS(6091), 1, + anon_sym_DQUOTE, + STATE(3486), 1, + sym_string, + ACTIONS(6093), 2, aux_sym__simple_variable_name_token1, - ACTIONS(5995), 1, - sym_variable_name, - STATE(1830), 1, - sym__arithmetic_binary_expression, - STATE(1839), 1, - sym__arithmetic_ternary_expression, - STATE(1842), 1, - sym__arithmetic_unary_expression, - STATE(1884), 1, - sym__arithmetic_postfix_expression, - ACTIONS(5975), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5977), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1878), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [105041] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5971), 1, - anon_sym_LPAREN, - ACTIONS(5973), 1, + aux_sym__multiline_variable_name_token1, + ACTIONS(6089), 9, + anon_sym_DASH, + anon_sym_STAR, anon_sym_BANG, - ACTIONS(5979), 1, + anon_sym_QMARK, anon_sym_DOLLAR, - ACTIONS(5981), 1, - aux_sym_number_token1, - ACTIONS(5983), 1, - aux_sym_number_token2, - ACTIONS(5985), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5987), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5989), 1, - anon_sym_BQUOTE, - ACTIONS(5991), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5995), 1, - sym_variable_name, - ACTIONS(5997), 1, - aux_sym__simple_variable_name_token1, - STATE(1830), 1, - sym__arithmetic_binary_expression, - STATE(1839), 1, - sym__arithmetic_ternary_expression, - STATE(1842), 1, - sym__arithmetic_unary_expression, - STATE(1884), 1, - sym__arithmetic_postfix_expression, - ACTIONS(5975), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5977), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1879), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [105109] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3067), 8, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1091), 17, + anon_sym_AMP_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_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3069), 20, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [121011] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1089), 1, sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + ACTIONS(6091), 1, + anon_sym_DQUOTE, + STATE(3486), 1, + sym_string, + ACTIONS(6093), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(6089), 9, + anon_sym_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(1081), 17, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [105145] = 17, - ACTIONS(3), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [121058] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4882), 1, + ACTIONS(1194), 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(1196), 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, + [121097] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 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(1152), 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, + [121136] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1154), 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(1156), 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, + [121175] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5974), 1, anon_sym_DOLLAR, - ACTIONS(4886), 1, + ACTIONS(5976), 1, + sym__special_character, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(4890), 1, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(4892), 1, + ACTIONS(5984), 1, aux_sym_number_token2, - ACTIONS(4894), 1, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4896), 1, + ACTIONS(5988), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4898), 1, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(4900), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4910), 1, + ACTIONS(5996), 1, + sym_test_operator, + ACTIONS(5998), 1, sym__brace_start, - ACTIONS(5999), 1, - sym_word, - ACTIONS(6005), 1, - sym__comment_word, - ACTIONS(4878), 2, + ACTIONS(6095), 1, + anon_sym_RPAREN, + STATE(3521), 1, + aux_sym__literal_repeat1, + ACTIONS(5970), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4902), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6001), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6003), 2, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(1072), 9, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2424), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -144957,44 +162999,86 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105209] = 17, - ACTIONS(3), 1, + [121248] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4918), 1, + ACTIONS(1150), 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(1152), 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, + [121287] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2157), 1, + anon_sym_RPAREN, + ACTIONS(6097), 1, + sym_word, + ACTIONS(6103), 1, anon_sym_DOLLAR, - ACTIONS(4922), 1, + ACTIONS(6106), 1, + sym__special_character, + ACTIONS(6109), 1, anon_sym_DQUOTE, - ACTIONS(4926), 1, + ACTIONS(6115), 1, aux_sym_number_token1, - ACTIONS(4928), 1, + ACTIONS(6118), 1, aux_sym_number_token2, - ACTIONS(4930), 1, + ACTIONS(6121), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4932), 1, + ACTIONS(6124), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4934), 1, + ACTIONS(6127), 1, anon_sym_BQUOTE, - ACTIONS(4936), 1, + ACTIONS(6130), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4946), 1, + ACTIONS(6136), 1, + sym_test_operator, + ACTIONS(6139), 1, sym__brace_start, - ACTIONS(6007), 1, - sym_word, - ACTIONS(6013), 1, - sym__comment_word, - ACTIONS(4914), 2, + STATE(3521), 1, + aux_sym__literal_repeat1, + ACTIONS(6100), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4938), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6009), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6011), 2, + ACTIONS(6112), 2, sym_raw_string, sym_ansi_c_string, - STATE(782), 9, + ACTIONS(6133), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2421), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145004,44 +163088,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105273] = 17, - ACTIONS(3), 1, + [121360] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(2833), 1, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5974), 1, + anon_sym_DOLLAR, + ACTIONS(5976), 1, + sym__special_character, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(2837), 1, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(2839), 1, + ACTIONS(5984), 1, aux_sym_number_token2, - ACTIONS(2841), 1, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2843), 1, + ACTIONS(5988), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2845), 1, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(2847), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2855), 1, + ACTIONS(5996), 1, + sym_test_operator, + ACTIONS(5998), 1, sym__brace_start, - ACTIONS(6015), 1, - sym_word, - ACTIONS(6017), 1, - anon_sym_DOLLAR, - ACTIONS(6023), 1, - sym__comment_word, - ACTIONS(2827), 2, + ACTIONS(6142), 1, + anon_sym_RPAREN, + STATE(3521), 1, + aux_sym__literal_repeat1, + ACTIONS(5970), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2849), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6019), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6021), 2, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(1646), 9, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2421), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145051,44 +163141,86 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105337] = 17, - ACTIONS(3), 1, + [121433] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(2101), 1, + ACTIONS(1198), 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(1200), 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, + [121472] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5974), 1, anon_sym_DOLLAR, - ACTIONS(2107), 1, + ACTIONS(5976), 1, + sym__special_character, + ACTIONS(5978), 1, + anon_sym_DQUOTE, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(2109), 1, + ACTIONS(5984), 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(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6037), 1, + ACTIONS(5988), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(6039), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6043), 1, - sym__comment_word, - ACTIONS(6027), 2, + ACTIONS(5996), 1, + sym_test_operator, + ACTIONS(5998), 1, + sym__brace_start, + ACTIONS(6144), 1, + anon_sym_RPAREN, + STATE(3521), 1, + aux_sym__literal_repeat1, + ACTIONS(5970), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6029), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6033), 2, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(6041), 2, + ACTIONS(5994), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(975), 9, + STATE(2421), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145098,91 +163230,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105401] = 17, - ACTIONS(3), 1, + [121545] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(2833), 1, - anon_sym_DQUOTE, - ACTIONS(2837), 1, + ACTIONS(4556), 1, + anon_sym_DOLLAR, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(2839), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(2841), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2843), 1, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2845), 1, - anon_sym_BQUOTE, - ACTIONS(2847), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2855), 1, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, sym__brace_start, - ACTIONS(6015), 1, - sym_word, - ACTIONS(6023), 1, - sym__comment_word, - ACTIONS(6045), 1, - anon_sym_DOLLAR, - ACTIONS(2827), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2849), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6019), 2, - sym_test_operator, + ACTIONS(5087), 1, sym__special_character, - ACTIONS(6021), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1646), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [105465] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(413), 1, + ACTIONS(5089), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, - aux_sym_number_token1, - ACTIONS(419), 1, - aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(5093), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(5095), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(5097), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(6047), 1, + ACTIONS(6146), 1, sym_word, - ACTIONS(6049), 1, - anon_sym_DOLLAR, - ACTIONS(6055), 1, - sym__comment_word, - ACTIONS(389), 2, + ACTIONS(6150), 1, + sym_test_operator, + STATE(4182), 1, + aux_sym__literal_repeat1, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6051), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6053), 2, + ACTIONS(6148), 2, sym_raw_string, sym_ansi_c_string, - STATE(835), 9, + STATE(4412), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4090), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145192,191 +163283,158 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105529] = 19, - ACTIONS(63), 1, + [121618] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, - anon_sym_DOLLAR, - ACTIONS(5901), 1, - aux_sym_number_token1, - ACTIONS(5903), 1, - aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, - anon_sym_BQUOTE, - ACTIONS(5911), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6057), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1683), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [105597] = 19, - ACTIONS(63), 1, + ACTIONS(1190), 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(1192), 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, + [121657] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5971), 1, - anon_sym_LPAREN, - ACTIONS(5973), 1, - anon_sym_BANG, - ACTIONS(5979), 1, - anon_sym_DOLLAR, - ACTIONS(5981), 1, - aux_sym_number_token1, - ACTIONS(5983), 1, - aux_sym_number_token2, - ACTIONS(5985), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5987), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5989), 1, - anon_sym_BQUOTE, - ACTIONS(5991), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5995), 1, - sym_variable_name, - ACTIONS(6059), 1, - aux_sym__simple_variable_name_token1, - STATE(1830), 1, - sym__arithmetic_binary_expression, - STATE(1839), 1, - sym__arithmetic_ternary_expression, - STATE(1842), 1, - sym__arithmetic_unary_expression, - STATE(1884), 1, - sym__arithmetic_postfix_expression, - ACTIONS(5975), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5977), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1854), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [105665] = 19, - ACTIONS(63), 1, + ACTIONS(1182), 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(1184), 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, + [121696] = 3, + ACTIONS(67), 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(6061), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1845), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [105733] = 17, - ACTIONS(3), 1, + ACTIONS(1186), 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(1188), 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, + [121735] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5974), 1, + anon_sym_DOLLAR, + ACTIONS(5976), 1, + sym__special_character, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(5984), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(5988), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(5996), 1, + sym_test_operator, + ACTIONS(5998), 1, sym__brace_start, - ACTIONS(6063), 1, - sym_word, - ACTIONS(6065), 1, - anon_sym_DOLLAR, - ACTIONS(6071), 1, - sym__comment_word, - ACTIONS(4381), 2, + ACTIONS(6152), 1, + anon_sym_RPAREN, + STATE(3521), 1, + aux_sym__literal_repeat1, + ACTIONS(5970), 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, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2432), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145386,44 +163444,138 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105797] = 17, + [121808] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1206), 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(1208), 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, + [121847] = 19, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(5365), 1, + anon_sym_SLASH, + ACTIONS(5367), 1, + anon_sym_PERCENT, + ACTIONS(5369), 1, + anon_sym_COLON, + ACTIONS(5373), 1, + anon_sym_RBRACE3, + ACTIONS(5375), 1, + anon_sym_AT, + ACTIONS(5377), 1, + anon_sym_STAR2, + ACTIONS(6154), 1, + anon_sym_LBRACK, + STATE(4623), 1, + sym__expansion_operator, + STATE(4632), 1, + sym__expansion_max_length, + STATE(4633), 1, + sym__expansion_regex_removal, + STATE(4634), 1, + sym__expansion_regex_replacement, + STATE(4639), 1, + sym__expansion_regex, + STATE(4640), 1, + sym__expansion_expression, + ACTIONS(5363), 2, + anon_sym_COMMA, + anon_sym_CARET, + ACTIONS(5383), 2, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + ACTIONS(5371), 3, + sym__immediate_double_hash, + anon_sym_POUND, + anon_sym_PERCENT_PERCENT, + ACTIONS(5381), 3, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + ACTIONS(5379), 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, + [121918] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5974), 1, + anon_sym_DOLLAR, + ACTIONS(5976), 1, + sym__special_character, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(5984), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(5988), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(5996), 1, + sym_test_operator, + ACTIONS(5998), 1, sym__brace_start, - ACTIONS(6063), 1, - sym_word, - ACTIONS(6071), 1, - sym__comment_word, - ACTIONS(6073), 1, - anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(6156), 1, + anon_sym_RPAREN, + STATE(3521), 1, + aux_sym__literal_repeat1, + ACTIONS(5970), 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, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2421), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145433,91 +163585,88 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105861] = 17, - ACTIONS(3), 1, + [121991] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(2829), 1, + ACTIONS(6018), 1, + sym__special_character, + STATE(2390), 1, + aux_sym__literal_repeat1, + ACTIONS(3660), 10, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - ACTIONS(2833), 1, - anon_sym_DQUOTE, - ACTIONS(2837), 1, aux_sym_number_token1, - ACTIONS(2839), 1, aux_sym_number_token2, - ACTIONS(2841), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(2843), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2845), 1, - anon_sym_BQUOTE, - ACTIONS(2847), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(2855), 1, - sym__brace_start, - ACTIONS(6015), 1, sym_word, - ACTIONS(6023), 1, - sym__comment_word, - ACTIONS(2827), 2, + ACTIONS(3662), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2849), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6019), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6021), 2, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(1646), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [105925] = 17, - ACTIONS(3), 1, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [122034] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(713), 1, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5974), 1, + anon_sym_DOLLAR, + ACTIONS(5976), 1, + sym__special_character, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(717), 1, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(5984), 1, aux_sym_number_token2, - ACTIONS(721), 1, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(723), 1, + ACTIONS(5988), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(725), 1, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(727), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(737), 1, + ACTIONS(5996), 1, + sym_test_operator, + ACTIONS(5998), 1, sym__brace_start, - ACTIONS(6075), 1, - sym_word, - ACTIONS(6077), 1, - anon_sym_DOLLAR, - ACTIONS(6083), 1, - sym__comment_word, - ACTIONS(693), 2, + ACTIONS(6158), 1, + anon_sym_RPAREN, + STATE(3521), 1, + aux_sym__literal_repeat1, + ACTIONS(5970), 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, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(732), 9, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2421), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145527,44 +163676,122 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [105989] = 17, - ACTIONS(3), 1, + [122107] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(2465), 1, + ACTIONS(5808), 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(5810), 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, + [122146] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1202), 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(1204), 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, + [122185] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5974), 1, + anon_sym_DOLLAR, + ACTIONS(5976), 1, + sym__special_character, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(2469), 1, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(2471), 1, + ACTIONS(5984), 1, aux_sym_number_token2, - ACTIONS(2473), 1, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2475), 1, + ACTIONS(5988), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2477), 1, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(2479), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2489), 1, + ACTIONS(5996), 1, + sym_test_operator, + ACTIONS(5998), 1, sym__brace_start, - ACTIONS(6085), 1, - sym_word, - ACTIONS(6087), 1, - anon_sym_DOLLAR, - ACTIONS(6093), 1, - sym__comment_word, - ACTIONS(2459), 2, + ACTIONS(6160), 1, + anon_sym_RPAREN, + STATE(3521), 1, + aux_sym__literal_repeat1, + ACTIONS(5970), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2481), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6089), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6091), 2, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(1600), 9, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2397), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145574,44 +163801,158 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106053] = 17, - ACTIONS(3), 1, + [122258] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(2465), 1, + ACTIONS(1190), 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(1192), 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, + [122297] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1174), 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(1176), 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, + [122336] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1166), 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(1168), 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, + [122375] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5974), 1, + anon_sym_DOLLAR, + ACTIONS(5976), 1, + sym__special_character, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(2469), 1, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(2471), 1, + ACTIONS(5984), 1, aux_sym_number_token2, - ACTIONS(2473), 1, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2475), 1, + ACTIONS(5988), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2477), 1, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(2479), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2489), 1, + ACTIONS(5996), 1, + sym_test_operator, + ACTIONS(5998), 1, sym__brace_start, - ACTIONS(6085), 1, - sym_word, - ACTIONS(6093), 1, - sym__comment_word, - ACTIONS(6095), 1, - anon_sym_DOLLAR, - ACTIONS(2459), 2, + ACTIONS(6162), 1, + anon_sym_RPAREN, + STATE(3521), 1, + aux_sym__literal_repeat1, + ACTIONS(5970), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2481), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6089), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6091), 2, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(1600), 9, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2434), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145621,44 +163962,86 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106117] = 17, - ACTIONS(3), 1, + [122448] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(2285), 1, - aux_sym_number_token1, - ACTIONS(2287), 1, - aux_sym_number_token2, - ACTIONS(2291), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2303), 1, - sym__brace_start, - ACTIONS(5869), 1, + ACTIONS(5387), 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(5389), 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, + [122487] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5968), 1, sym_word, - ACTIONS(5877), 1, + ACTIONS(5974), 1, + anon_sym_DOLLAR, + ACTIONS(5976), 1, + sym__special_character, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(5881), 1, + ACTIONS(5982), 1, + aux_sym_number_token1, + ACTIONS(5984), 1, + aux_sym_number_token2, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, + ACTIONS(5988), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(5885), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, - sym__comment_word, - ACTIONS(6097), 1, - anon_sym_DOLLAR, - ACTIONS(5871), 2, + ACTIONS(5996), 1, + sym_test_operator, + ACTIONS(5998), 1, + sym__brace_start, + ACTIONS(6164), 1, + anon_sym_RPAREN, + STATE(3521), 1, + aux_sym__literal_repeat1, + ACTIONS(5970), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5875), 2, - sym_test_operator, - sym__special_character, - ACTIONS(5879), 2, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5887), 2, + ACTIONS(5994), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1223), 9, + STATE(2445), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145668,44 +164051,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106181] = 17, - ACTIONS(3), 1, + [122560] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(713), 1, - anon_sym_DQUOTE, - ACTIONS(717), 1, + ACTIONS(4556), 1, + anon_sym_DOLLAR, + ACTIONS(4562), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(4564), 1, aux_sym_number_token2, - ACTIONS(721), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(723), 1, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(725), 1, + ACTIONS(4578), 1, + sym_extglob_pattern, + ACTIONS(4580), 1, + sym__brace_start, + ACTIONS(5087), 1, + sym__special_character, + ACTIONS(5089), 1, + anon_sym_DQUOTE, + ACTIONS(5093), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5095), 1, anon_sym_BQUOTE, - ACTIONS(727), 1, + ACTIONS(5097), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(737), 1, - sym__brace_start, - ACTIONS(6075), 1, + ACTIONS(6166), 1, sym_word, - ACTIONS(6083), 1, - sym__comment_word, - ACTIONS(6099), 1, - anon_sym_DOLLAR, - ACTIONS(693), 2, + ACTIONS(6170), 1, + sym_test_operator, + STATE(4142), 1, + aux_sym__literal_repeat1, + ACTIONS(5083), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(729), 2, + ACTIONS(5099), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6079), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6081), 2, + ACTIONS(6168), 2, sym_raw_string, sym_ansi_c_string, - STATE(732), 9, + STATE(4400), 2, + sym_concatenation, + sym__extglob_blob, + STATE(4078), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145715,93 +164104,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106245] = 19, - ACTIONS(63), 1, + [122633] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5974), 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(6101), 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(1721), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [106313] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5368), 1, + ACTIONS(5976), 1, + sym__special_character, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5984), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5988), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5996), 1, + sym_test_operator, + ACTIONS(5998), 1, sym__brace_start, - ACTIONS(6103), 1, - sym_word, - ACTIONS(6105), 1, - anon_sym_DOLLAR, - ACTIONS(6111), 1, - sym__comment_word, - ACTIONS(5362), 2, + ACTIONS(6172), 1, + anon_sym_RPAREN, + STATE(3521), 1, + aux_sym__literal_repeat1, + ACTIONS(5970), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6107), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6109), 2, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2421), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145811,44 +164157,50 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106377] = 17, - ACTIONS(3), 1, + [122706] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(2285), 1, - aux_sym_number_token1, - ACTIONS(2287), 1, - aux_sym_number_token2, - ACTIONS(2291), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2303), 1, - sym__brace_start, - ACTIONS(5869), 1, + ACTIONS(5968), 1, sym_word, - ACTIONS(5877), 1, + ACTIONS(5974), 1, + anon_sym_DOLLAR, + ACTIONS(5976), 1, + sym__special_character, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(5881), 1, + ACTIONS(5982), 1, + aux_sym_number_token1, + ACTIONS(5984), 1, + aux_sym_number_token2, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, + ACTIONS(5988), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(5885), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, - sym__comment_word, - ACTIONS(6113), 1, - anon_sym_DOLLAR, - ACTIONS(5871), 2, + ACTIONS(5996), 1, + sym_test_operator, + ACTIONS(5998), 1, + sym__brace_start, + ACTIONS(6174), 1, + anon_sym_RPAREN, + STATE(3521), 1, + aux_sym__literal_repeat1, + ACTIONS(5970), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5875), 2, - sym_test_operator, - sym__special_character, - ACTIONS(5879), 2, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5887), 2, + ACTIONS(5994), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1223), 9, + STATE(2375), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145858,44 +164210,194 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106441] = 17, - ACTIONS(3), 1, + [122779] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5678), 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(5680), 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, + [122818] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1194), 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(1196), 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, + [122857] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5808), 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(5810), 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, + [122896] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5746), 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(5748), 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, + [122935] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(204), 1, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5974), 1, + anon_sym_DOLLAR, + ACTIONS(5976), 1, + sym__special_character, + ACTIONS(5978), 1, + anon_sym_DQUOTE, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(206), 1, + ACTIONS(5984), 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(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3253), 1, + ACTIONS(5988), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(6115), 1, - sym_word, - ACTIONS(6117), 1, - anon_sym_DOLLAR, - ACTIONS(6123), 1, - sym__comment_word, - ACTIONS(947), 2, + ACTIONS(5992), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5996), 1, + sym_test_operator, + ACTIONS(5998), 1, + sym__brace_start, + ACTIONS(6176), 1, + anon_sym_RPAREN, + STATE(3521), 1, + aux_sym__literal_repeat1, + ACTIONS(5970), 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, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(1449), 9, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2421), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145905,44 +164407,125 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106505] = 17, - ACTIONS(3), 1, + [123008] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4665), 1, + ACTIONS(5746), 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(5748), 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, + [123047] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5387), 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(5389), 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, + [123086] = 22, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6057), 1, + anon_sym_DOLLAR, + ACTIONS(6059), 1, + sym__special_character, + ACTIONS(6061), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(6065), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(6067), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(6069), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(6073), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(6075), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(6077), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(6085), 1, sym__brace_start, - ACTIONS(6125), 1, + ACTIONS(6178), 1, sym_word, - ACTIONS(6127), 1, - anon_sym_DOLLAR, - ACTIONS(6133), 1, - sym__comment_word, - ACTIONS(4657), 2, + ACTIONS(6182), 1, + anon_sym_RBRACE3, + ACTIONS(6184), 1, + sym_test_operator, + ACTIONS(6186), 1, + sym__expansion_word, + STATE(4101), 1, + sym_command_substitution, + STATE(4219), 1, + aux_sym__literal_repeat1, + STATE(4499), 1, + sym_concatenation, + ACTIONS(6055), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(6079), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6129), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6131), 2, + ACTIONS(6180), 2, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + STATE(4153), 8, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145950,46 +164533,51 @@ static const uint16_t ts_small_parse_table[] = { sym_number, sym_simple_expansion, sym_expansion, - sym_command_substitution, sym_process_substitution, - [106569] = 17, - ACTIONS(3), 1, + [123163] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(2461), 1, + ACTIONS(5968), 1, + sym_word, + ACTIONS(5974), 1, anon_sym_DOLLAR, - ACTIONS(2465), 1, + ACTIONS(5976), 1, + sym__special_character, + ACTIONS(5978), 1, anon_sym_DQUOTE, - ACTIONS(2469), 1, + ACTIONS(5982), 1, aux_sym_number_token1, - ACTIONS(2471), 1, + ACTIONS(5984), 1, aux_sym_number_token2, - ACTIONS(2473), 1, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(2475), 1, + ACTIONS(5988), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2477), 1, + ACTIONS(5990), 1, anon_sym_BQUOTE, - ACTIONS(2479), 1, + ACTIONS(5992), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(2489), 1, + ACTIONS(5996), 1, + sym_test_operator, + ACTIONS(5998), 1, sym__brace_start, - ACTIONS(6085), 1, - sym_word, - ACTIONS(6093), 1, - sym__comment_word, - ACTIONS(2459), 2, + ACTIONS(6188), 1, + anon_sym_RPAREN, + STATE(3521), 1, + aux_sym__literal_repeat1, + ACTIONS(5970), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(2481), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6089), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6091), 2, + ACTIONS(5980), 2, sym_raw_string, sym_ansi_c_string, - STATE(1600), 9, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2451), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3325), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -145999,185 +164587,329 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106633] = 17, - ACTIONS(3), 1, + [123236] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1186), 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(1188), 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, + [123275] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5387), 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(5389), 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, + [123314] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5280), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(2700), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, + anon_sym_DOLLAR, + ACTIONS(6200), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, - sym__brace_start, - ACTIONS(6135), 1, - sym_word, - ACTIONS(6137), 1, - anon_sym_DOLLAR, - ACTIONS(6143), 1, - sym__comment_word, - ACTIONS(5274), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6139), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6141), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2574), 9, - sym_arithmetic_expansion, - sym_brace_expression, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2126), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [106697] = 17, - ACTIONS(3), 1, + [123386] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5280), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(2786), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, + anon_sym_DOLLAR, + ACTIONS(6200), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, - sym__brace_start, - ACTIONS(6135), 1, - sym_word, - ACTIONS(6143), 1, - sym__comment_word, - ACTIONS(6145), 1, - anon_sym_DOLLAR, - ACTIONS(5274), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6139), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6141), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2574), 9, - sym_arithmetic_expansion, - sym_brace_expression, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2111), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [106761] = 17, - ACTIONS(3), 1, + [123458] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(3610), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, + anon_sym_DOLLAR, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(6204), 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(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(6208), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5959), 1, - sym_word, - ACTIONS(5967), 1, - sym__comment_word, - ACTIONS(6147), 1, + ACTIONS(6214), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2098), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [123530] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(4165), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4181), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5963), 2, - sym_test_operator, - sym__special_character, - ACTIONS(5965), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(3762), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, + aux_sym_number_token1, + ACTIONS(6204), 1, + aux_sym_number_token2, + ACTIONS(6206), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6208), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6210), 1, + anon_sym_BQUOTE, + ACTIONS(6212), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6216), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2102), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [106825] = 17, - ACTIONS(3), 1, + [123602] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(159), 1, + ACTIONS(323), 1, + anon_sym_DOLLAR, + ACTIONS(327), 1, anon_sym_DQUOTE, - ACTIONS(163), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(165), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(167), 1, + ACTIONS(335), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(169), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(171), 1, + ACTIONS(339), 1, anon_sym_BQUOTE, - ACTIONS(173), 1, + ACTIONS(341), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(179), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(6149), 1, + ACTIONS(6218), 1, sym_word, - ACTIONS(6151), 1, - anon_sym_DOLLAR, - ACTIONS(6157), 1, - sym__comment_word, - ACTIONS(145), 2, + ACTIONS(6220), 1, + sym__special_character, + ACTIONS(6224), 1, + sym_test_operator, + ACTIONS(6226), 1, + sym_regex, + STATE(1082), 1, + aux_sym__literal_repeat1, + STATE(1353), 1, + sym_concatenation, + ACTIONS(321), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(175), 2, + ACTIONS(343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6153), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6155), 2, + ACTIONS(6222), 2, sym_raw_string, sym_ansi_c_string, - STATE(358), 9, + STATE(901), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146187,44 +164919,49 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106889] = 17, - ACTIONS(3), 1, + [123674] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(159), 1, + ACTIONS(323), 1, + anon_sym_DOLLAR, + ACTIONS(327), 1, anon_sym_DQUOTE, - ACTIONS(163), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(165), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(167), 1, + ACTIONS(335), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(169), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(171), 1, + ACTIONS(339), 1, anon_sym_BQUOTE, - ACTIONS(173), 1, + ACTIONS(341), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(179), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(6149), 1, + ACTIONS(6226), 1, + sym_regex, + ACTIONS(6228), 1, sym_word, - ACTIONS(6157), 1, - sym__comment_word, - ACTIONS(6159), 1, - anon_sym_DOLLAR, - ACTIONS(145), 2, + ACTIONS(6230), 1, + sym__special_character, + ACTIONS(6234), 1, + sym_test_operator, + STATE(1082), 1, + aux_sym__literal_repeat1, + STATE(1353), 1, + sym_concatenation, + ACTIONS(321), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(175), 2, + ACTIONS(343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6153), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6155), 2, + ACTIONS(6232), 2, sym_raw_string, sym_ansi_c_string, - STATE(358), 9, + STATE(1475), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146234,44 +164971,49 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [106953] = 17, - ACTIONS(3), 1, + [123746] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(1327), 1, + ACTIONS(637), 1, anon_sym_DOLLAR, - ACTIONS(1333), 1, + ACTIONS(641), 1, + anon_sym_DQUOTE, + ACTIONS(645), 1, aux_sym_number_token1, - ACTIONS(1335), 1, + ACTIONS(647), 1, aux_sym_number_token2, - ACTIONS(1339), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1353), 1, - sym__brace_start, - ACTIONS(4790), 1, - anon_sym_DQUOTE, - ACTIONS(4794), 1, + ACTIONS(649), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4796), 1, + ACTIONS(651), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(653), 1, anon_sym_BQUOTE, - ACTIONS(4798), 1, + ACTIONS(655), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6161), 1, + ACTIONS(665), 1, + sym__brace_start, + ACTIONS(6236), 1, sym_word, - ACTIONS(6167), 1, - sym__comment_word, - ACTIONS(4784), 2, + ACTIONS(6238), 1, + sym__special_character, + ACTIONS(6242), 1, + sym_test_operator, + ACTIONS(6244), 1, + sym_regex, + STATE(948), 1, + aux_sym__literal_repeat1, + STATE(1173), 1, + sym_concatenation, + ACTIONS(635), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4800), 2, + ACTIONS(657), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6163), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6165), 2, + ACTIONS(6240), 2, sym_raw_string, sym_ansi_c_string, - STATE(705), 9, + STATE(745), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146281,93 +165023,101 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107017] = 19, - ACTIONS(63), 1, + [123818] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2576), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 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, + STATE(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1728), 8, + STATE(2062), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [107085] = 17, - ACTIONS(3), 1, + [123890] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(204), 1, + ACTIONS(323), 1, + anon_sym_DOLLAR, + ACTIONS(327), 1, + anon_sym_DQUOTE, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(206), 1, + ACTIONS(333), 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(335), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3253), 1, + ACTIONS(337), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(339), 1, anon_sym_BQUOTE, - ACTIONS(6115), 1, + ACTIONS(341), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(6226), 1, + sym_regex, + ACTIONS(6246), 1, sym_word, - ACTIONS(6123), 1, - sym__comment_word, - ACTIONS(6171), 1, - anon_sym_DOLLAR, - ACTIONS(947), 2, + ACTIONS(6248), 1, + sym__special_character, + ACTIONS(6252), 1, + sym_test_operator, + STATE(1082), 1, + aux_sym__literal_repeat1, + STATE(1353), 1, + sym_concatenation, + ACTIONS(321), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(961), 2, + ACTIONS(343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6119), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6121), 2, + ACTIONS(6250), 2, sym_raw_string, sym_ansi_c_string, - STATE(1449), 9, + STATE(931), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146377,91 +165127,100 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107149] = 17, - ACTIONS(3), 1, + [123962] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(155), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(159), 1, + ACTIONS(6200), 1, anon_sym_DQUOTE, - ACTIONS(163), 1, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(165), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(167), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(169), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(171), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(173), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(179), 1, - sym__brace_start, - ACTIONS(6149), 1, - sym_word, - ACTIONS(6157), 1, - sym__comment_word, - ACTIONS(145), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(175), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6153), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6155), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(358), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(6254), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2081), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [107213] = 17, - ACTIONS(3), 1, + [124034] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(1833), 1, + ACTIONS(2670), 1, + anon_sym_DOLLAR, + ACTIONS(2676), 1, aux_sym_number_token1, - ACTIONS(1835), 1, + ACTIONS(2678), 1, aux_sym_number_token2, - ACTIONS(1839), 1, + ACTIONS(2682), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1851), 1, + ACTIONS(2692), 1, sym__brace_start, - ACTIONS(6173), 1, + ACTIONS(2830), 1, sym_word, - ACTIONS(6177), 1, - anon_sym_DOLLAR, - ACTIONS(6181), 1, + ACTIONS(2834), 1, + sym_test_operator, + ACTIONS(6258), 1, + sym__special_character, + ACTIONS(6260), 1, anon_sym_DQUOTE, - ACTIONS(6185), 1, + ACTIONS(6264), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6187), 1, + ACTIONS(6266), 1, anon_sym_BQUOTE, - ACTIONS(6189), 1, + ACTIONS(6268), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6193), 1, - sym__comment_word, - ACTIONS(6175), 2, + STATE(1479), 1, + aux_sym__literal_repeat1, + ACTIONS(6256), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6179), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6183), 2, + ACTIONS(6262), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(6191), 2, + ACTIONS(6270), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(851), 9, + STATE(592), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1458), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146471,91 +165230,152 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107277] = 17, - ACTIONS(3), 1, + [124104] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5486), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, + anon_sym_DOLLAR, + ACTIONS(6200), 1, anon_sym_DQUOTE, - ACTIONS(5490), 1, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5492), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5494), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5496), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5498), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5500), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5506), 1, - sym__brace_start, - ACTIONS(6195), 1, - sym_word, - ACTIONS(6197), 1, + ACTIONS(6272), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2061), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [124176] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(6203), 1, - sym__comment_word, - ACTIONS(5480), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5502), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6199), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6201), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1546), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, + aux_sym_number_token1, + ACTIONS(6204), 1, + aux_sym_number_token2, + ACTIONS(6206), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6208), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6210), 1, + anon_sym_BQUOTE, + ACTIONS(6212), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6274), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2060), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [107341] = 17, - ACTIONS(3), 1, + [124248] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(1833), 1, + ACTIONS(2670), 1, + anon_sym_DOLLAR, + ACTIONS(2676), 1, aux_sym_number_token1, - ACTIONS(1835), 1, + ACTIONS(2678), 1, aux_sym_number_token2, - ACTIONS(1839), 1, + ACTIONS(2682), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1851), 1, + ACTIONS(2692), 1, sym__brace_start, - ACTIONS(6173), 1, + ACTIONS(2830), 1, sym_word, - ACTIONS(6181), 1, + ACTIONS(2834), 1, + sym_test_operator, + ACTIONS(6258), 1, + sym__special_character, + ACTIONS(6260), 1, anon_sym_DQUOTE, - ACTIONS(6185), 1, + ACTIONS(6264), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6187), 1, + ACTIONS(6266), 1, anon_sym_BQUOTE, - ACTIONS(6189), 1, + ACTIONS(6268), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6193), 1, - sym__comment_word, - ACTIONS(6205), 1, - anon_sym_DOLLAR, - ACTIONS(6175), 2, + STATE(1479), 1, + aux_sym__literal_repeat1, + ACTIONS(6256), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6179), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6183), 2, + ACTIONS(6262), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(6191), 2, + ACTIONS(6270), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(851), 9, + STATE(573), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1458), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146565,185 +165385,257 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107405] = 17, - ACTIONS(3), 1, + [124318] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5482), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5486), 1, + ACTIONS(6200), 1, anon_sym_DQUOTE, - ACTIONS(5490), 1, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5492), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5494), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5496), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5498), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5500), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5506), 1, - sym__brace_start, - ACTIONS(6195), 1, - sym_word, - ACTIONS(6203), 1, - sym__comment_word, - ACTIONS(5480), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5502), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6199), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6201), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1546), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(6276), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2059), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [107469] = 17, - ACTIONS(3), 1, + [124390] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5486), 1, + ACTIONS(2960), 1, + sym_variable_name, + ACTIONS(2984), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6278), 1, + anon_sym_LPAREN, + ACTIONS(6280), 1, + anon_sym_BANG, + ACTIONS(6286), 1, + anon_sym_DOLLAR, + ACTIONS(6288), 1, anon_sym_DQUOTE, - ACTIONS(5490), 1, + ACTIONS(6290), 1, aux_sym_number_token1, - ACTIONS(5492), 1, + ACTIONS(6292), 1, aux_sym_number_token2, - ACTIONS(5494), 1, + ACTIONS(6294), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5496), 1, + ACTIONS(6296), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5498), 1, + ACTIONS(6298), 1, anon_sym_BQUOTE, - ACTIONS(5500), 1, + ACTIONS(6300), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5506), 1, - sym__brace_start, - ACTIONS(6195), 1, - sym_word, - ACTIONS(6203), 1, - sym__comment_word, - ACTIONS(6207), 1, - anon_sym_DOLLAR, - ACTIONS(5480), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5502), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6199), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6201), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1546), 9, - sym_arithmetic_expansion, - sym_brace_expression, + STATE(2232), 1, + sym__arithmetic_postfix_expression, + STATE(2234), 1, + sym__arithmetic_unary_expression, + STATE(2235), 1, + sym__arithmetic_ternary_expression, + STATE(2236), 1, + sym__arithmetic_binary_expression, + ACTIONS(6282), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6284), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2263), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [107533] = 17, - ACTIONS(3), 1, + [124462] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(1333), 1, + ACTIONS(2960), 1, + sym_variable_name, + ACTIONS(2986), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6278), 1, + anon_sym_LPAREN, + ACTIONS(6280), 1, + anon_sym_BANG, + ACTIONS(6286), 1, + anon_sym_DOLLAR, + ACTIONS(6288), 1, + anon_sym_DQUOTE, + ACTIONS(6290), 1, aux_sym_number_token1, - ACTIONS(1335), 1, + ACTIONS(6292), 1, aux_sym_number_token2, - ACTIONS(1339), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(1353), 1, - sym__brace_start, - ACTIONS(4790), 1, - anon_sym_DQUOTE, - ACTIONS(4794), 1, + ACTIONS(6294), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4796), 1, + ACTIONS(6296), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6298), 1, anon_sym_BQUOTE, - ACTIONS(4798), 1, + ACTIONS(6300), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6161), 1, - sym_word, - ACTIONS(6167), 1, - sym__comment_word, - ACTIONS(6209), 1, - anon_sym_DOLLAR, - ACTIONS(4784), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4800), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6163), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6165), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(705), 9, - sym_arithmetic_expansion, - sym_brace_expression, + STATE(2232), 1, + sym__arithmetic_postfix_expression, + STATE(2234), 1, + sym__arithmetic_unary_expression, + STATE(2235), 1, + sym__arithmetic_ternary_expression, + STATE(2236), 1, + sym__arithmetic_binary_expression, + ACTIONS(6282), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6284), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2265), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [107597] = 17, - ACTIONS(3), 1, + [124534] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(1333), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, + anon_sym_DOLLAR, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(1335), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(1339), 1, + ACTIONS(6206), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1353), 1, - sym__brace_start, - ACTIONS(4790), 1, + ACTIONS(6210), 1, + anon_sym_BQUOTE, + ACTIONS(6212), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6302), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2103), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [124606] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(407), 1, + anon_sym_DOLLAR, + ACTIONS(411), 1, anon_sym_DQUOTE, - ACTIONS(4794), 1, + ACTIONS(415), 1, + aux_sym_number_token1, + ACTIONS(417), 1, + aux_sym_number_token2, + ACTIONS(419), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4796), 1, + ACTIONS(421), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(423), 1, anon_sym_BQUOTE, - ACTIONS(4798), 1, + ACTIONS(425), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6161), 1, + ACTIONS(435), 1, + sym__brace_start, + ACTIONS(6304), 1, sym_word, - ACTIONS(6167), 1, - sym__comment_word, - ACTIONS(6211), 1, - anon_sym_DOLLAR, - ACTIONS(4784), 2, + ACTIONS(6306), 1, + sym__special_character, + ACTIONS(6310), 1, + sym_test_operator, + ACTIONS(6312), 1, + sym_regex, + STATE(824), 1, + aux_sym__literal_repeat1, + STATE(1001), 1, + sym_concatenation, + ACTIONS(405), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4800), 2, + ACTIONS(427), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6163), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6165), 2, + ACTIONS(6308), 2, sym_raw_string, sym_ansi_c_string, - STATE(705), 9, + STATE(667), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146753,44 +165645,48 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107661] = 17, - ACTIONS(3), 1, + [124678] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(2107), 1, + ACTIONS(2670), 1, + anon_sym_DOLLAR, + ACTIONS(2676), 1, aux_sym_number_token1, - ACTIONS(2109), 1, + ACTIONS(2678), 1, aux_sym_number_token2, - ACTIONS(2113), 1, + ACTIONS(2682), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2125), 1, + ACTIONS(2692), 1, sym__brace_start, - ACTIONS(6025), 1, + ACTIONS(3203), 1, sym_word, - ACTIONS(6031), 1, + ACTIONS(3207), 1, + sym_test_operator, + ACTIONS(6260), 1, anon_sym_DQUOTE, - ACTIONS(6035), 1, + ACTIONS(6264), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6037), 1, + ACTIONS(6266), 1, anon_sym_BQUOTE, - ACTIONS(6039), 1, + ACTIONS(6268), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6043), 1, - sym__comment_word, - ACTIONS(6213), 1, - anon_sym_DOLLAR, - ACTIONS(6027), 2, + ACTIONS(6314), 1, + sym__special_character, + STATE(1479), 1, + aux_sym__literal_repeat1, + ACTIONS(6256), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6029), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6033), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(6041), 2, + ACTIONS(6270), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(975), 9, + ACTIONS(6316), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(655), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1718), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -146800,281 +165696,308 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [107725] = 17, - ACTIONS(3), 1, + [124748] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5364), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5368), 1, + ACTIONS(6200), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(6103), 1, - sym_word, - ACTIONS(6111), 1, - sym__comment_word, - ACTIONS(5362), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6107), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6109), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2557), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(6318), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2042), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [107789] = 17, - ACTIONS(3), 1, + [124820] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(204), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, + anon_sym_DOLLAR, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(206), 1, + ACTIONS(6204), 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(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3253), 1, + ACTIONS(6208), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(6115), 1, - sym_word, - ACTIONS(6123), 1, - sym__comment_word, - ACTIONS(6215), 1, - anon_sym_DOLLAR, - ACTIONS(947), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(961), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6119), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6121), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1449), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(6212), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6320), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2039), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [107853] = 17, - ACTIONS(3), 1, + [124892] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4581), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(4585), 1, + ACTIONS(6200), 1, anon_sym_DQUOTE, - ACTIONS(4589), 1, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(4591), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(4593), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4595), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4597), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(4599), 1, + ACTIONS(6212), 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, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4601), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6219), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6221), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2086), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(6322), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2230), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [107917] = 17, - ACTIONS(3), 1, + [124964] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4665), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, + anon_sym_DOLLAR, + ACTIONS(6200), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, - sym__brace_start, - ACTIONS(6125), 1, - sym_word, - ACTIONS(6133), 1, - sym__comment_word, - ACTIONS(6225), 1, - anon_sym_DOLLAR, - ACTIONS(4657), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6129), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6131), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1144), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(6324), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2106), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [107981] = 19, - ACTIONS(63), 1, + [125036] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6227), 1, + ACTIONS(6326), 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(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1695), 8, + STATE(2112), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [108049] = 17, - ACTIONS(3), 1, + [125108] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(4922), 1, - anon_sym_DQUOTE, - ACTIONS(4926), 1, + ACTIONS(2670), 1, + anon_sym_DOLLAR, + ACTIONS(2676), 1, aux_sym_number_token1, - ACTIONS(4928), 1, + ACTIONS(2678), 1, aux_sym_number_token2, - ACTIONS(4930), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4932), 1, + ACTIONS(2682), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4934), 1, - anon_sym_BQUOTE, - ACTIONS(4936), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4946), 1, + ACTIONS(2692), 1, sym__brace_start, - ACTIONS(6007), 1, + ACTIONS(3203), 1, sym_word, - ACTIONS(6013), 1, - sym__comment_word, - ACTIONS(6229), 1, - anon_sym_DOLLAR, - ACTIONS(4914), 2, + ACTIONS(3207), 1, + sym_test_operator, + ACTIONS(6260), 1, + anon_sym_DQUOTE, + ACTIONS(6264), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6266), 1, + anon_sym_BQUOTE, + ACTIONS(6268), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6314), 1, + sym__special_character, + STATE(1479), 1, + aux_sym__literal_repeat1, + ACTIONS(6256), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4938), 2, + ACTIONS(6270), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6009), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6011), 2, + ACTIONS(6316), 2, sym_raw_string, sym_ansi_c_string, - STATE(782), 9, + STATE(682), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1718), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147084,91 +166007,83 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108113] = 17, - ACTIONS(3), 1, + [125178] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4585), 1, - anon_sym_DQUOTE, - ACTIONS(4589), 1, + ACTIONS(4035), 10, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, 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(4609), 1, - sym__brace_start, - ACTIONS(6217), 1, sym_word, - ACTIONS(6223), 1, - sym__comment_word, - ACTIONS(6231), 1, - anon_sym_DOLLAR, - ACTIONS(4577), 2, + ACTIONS(4037), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4601), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6219), 2, - sym_test_operator, sym__special_character, - ACTIONS(6221), 2, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(2086), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [108177] = 17, - ACTIONS(3), 1, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [125216] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(4585), 1, + ACTIONS(3371), 1, + sym_word, + ACTIONS(3375), 1, + anon_sym_DOLLAR, + ACTIONS(3379), 1, anon_sym_DQUOTE, - ACTIONS(4589), 1, + ACTIONS(3383), 1, aux_sym_number_token1, - ACTIONS(4591), 1, + ACTIONS(3385), 1, aux_sym_number_token2, - ACTIONS(4593), 1, + ACTIONS(3387), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4595), 1, + ACTIONS(3389), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4597), 1, + ACTIONS(3391), 1, anon_sym_BQUOTE, - ACTIONS(4599), 1, + ACTIONS(3393), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4609), 1, + ACTIONS(3397), 1, + sym_test_operator, + ACTIONS(3399), 1, sym__brace_start, - ACTIONS(6217), 1, - sym_word, - ACTIONS(6223), 1, - sym__comment_word, - ACTIONS(6233), 1, - anon_sym_DOLLAR, - ACTIONS(4577), 2, + ACTIONS(6328), 1, + sym__special_character, + STATE(2011), 1, + aux_sym__literal_repeat1, + ACTIONS(3373), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4601), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6219), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6221), 2, + ACTIONS(3381), 2, sym_raw_string, sym_ansi_c_string, - STATE(2086), 9, + ACTIONS(3395), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(698), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1742), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147178,185 +166093,256 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108241] = 17, - ACTIONS(3), 1, + [125286] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4541), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, + anon_sym_DOLLAR, + ACTIONS(6200), 1, anon_sym_DQUOTE, - ACTIONS(4545), 1, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(4547), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(4549), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4551), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4553), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(4555), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4565), 1, - sym__brace_start, - ACTIONS(6235), 1, - sym_word, - ACTIONS(6237), 1, - anon_sym_DOLLAR, - ACTIONS(6243), 1, - sym__comment_word, - ACTIONS(4533), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4557), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6239), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6241), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(942), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(6330), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2166), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [108305] = 17, - ACTIONS(3), 1, + [125358] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4922), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, + anon_sym_DOLLAR, + ACTIONS(6200), 1, anon_sym_DQUOTE, - ACTIONS(4926), 1, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(4928), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(4930), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4932), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4934), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(4936), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4946), 1, - sym__brace_start, - ACTIONS(6007), 1, - sym_word, - ACTIONS(6013), 1, - sym__comment_word, - ACTIONS(6245), 1, - anon_sym_DOLLAR, - ACTIONS(4914), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4938), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6009), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6011), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(782), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(6332), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2079), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [108369] = 17, - ACTIONS(3), 1, + [125430] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4541), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, + anon_sym_DOLLAR, + ACTIONS(6200), 1, anon_sym_DQUOTE, - ACTIONS(4545), 1, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(4547), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(4549), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4551), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4553), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(4555), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4565), 1, - sym__brace_start, - ACTIONS(6235), 1, - sym_word, - ACTIONS(6243), 1, - sym__comment_word, - ACTIONS(6247), 1, - anon_sym_DOLLAR, - ACTIONS(4533), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4557), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6239), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6241), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(942), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(6334), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2107), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [108433] = 17, - ACTIONS(3), 1, + [125502] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(413), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, + anon_sym_DOLLAR, + ACTIONS(6200), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(6047), 1, + ACTIONS(6336), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2108), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [125574] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5205), 1, sym_word, - ACTIONS(6055), 1, - sym__comment_word, - ACTIONS(6249), 1, + ACTIONS(5213), 1, anon_sym_DOLLAR, - ACTIONS(389), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6051), 2, + ACTIONS(5219), 1, + aux_sym_number_token1, + ACTIONS(5221), 1, + aux_sym_number_token2, + ACTIONS(5225), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5233), 1, sym_test_operator, + ACTIONS(5235), 1, + sym__brace_start, + ACTIONS(6340), 1, sym__special_character, - ACTIONS(6053), 2, + ACTIONS(6342), 1, + anon_sym_DQUOTE, + ACTIONS(6346), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6348), 1, + anon_sym_BQUOTE, + ACTIONS(6350), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3303), 1, + aux_sym__literal_repeat1, + ACTIONS(6338), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6344), 2, sym_raw_string, sym_ansi_c_string, - STATE(835), 9, + ACTIONS(6352), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2282), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3099), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147366,93 +166352,100 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108497] = 19, - ACTIONS(63), 1, + [125644] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6251), 1, + ACTIONS(6354), 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(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1638), 8, + STATE(2109), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [108565] = 17, - ACTIONS(3), 1, + [125716] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5338), 1, + ACTIONS(3371), 1, + sym_word, + ACTIONS(3375), 1, + anon_sym_DOLLAR, + ACTIONS(3379), 1, anon_sym_DQUOTE, - ACTIONS(5342), 1, + ACTIONS(3383), 1, aux_sym_number_token1, - ACTIONS(5344), 1, + ACTIONS(3385), 1, aux_sym_number_token2, - ACTIONS(5346), 1, + ACTIONS(3387), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5348), 1, + ACTIONS(3389), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5350), 1, + ACTIONS(3391), 1, anon_sym_BQUOTE, - ACTIONS(5352), 1, + ACTIONS(3393), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5358), 1, + ACTIONS(3397), 1, + sym_test_operator, + ACTIONS(3399), 1, sym__brace_start, - ACTIONS(6253), 1, - sym_word, - ACTIONS(6255), 1, - anon_sym_DOLLAR, - ACTIONS(6261), 1, - sym__comment_word, - ACTIONS(5332), 2, + ACTIONS(6328), 1, + sym__special_character, + STATE(2011), 1, + aux_sym__literal_repeat1, + ACTIONS(3373), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5354), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6257), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6259), 2, + ACTIONS(3381), 2, sym_raw_string, sym_ansi_c_string, - STATE(3610), 9, + ACTIONS(3395), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(706), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1742), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147462,428 +166455,464 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [108629] = 17, - ACTIONS(3), 1, + [125786] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(2778), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, + anon_sym_DOLLAR, + ACTIONS(6200), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, - sym__brace_start, - ACTIONS(6063), 1, - sym_word, - ACTIONS(6071), 1, - sym__comment_word, - ACTIONS(6263), 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, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2110), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [108693] = 17, - ACTIONS(3), 1, + [125858] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, + anon_sym_DOLLAR, + ACTIONS(6200), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, - sym__brace_start, - ACTIONS(6063), 1, - sym_word, - ACTIONS(6071), 1, - sym__comment_word, - ACTIONS(6265), 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, + ACTIONS(6356), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2114), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [108757] = 17, - ACTIONS(3), 1, + [125930] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5368), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, + anon_sym_DOLLAR, + ACTIONS(6200), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(6103), 1, - sym_word, - ACTIONS(6111), 1, - sym__comment_word, - ACTIONS(6267), 1, - anon_sym_DOLLAR, - ACTIONS(5362), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6107), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6109), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2557), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(6358), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2117), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [108821] = 19, - ACTIONS(63), 1, + [126002] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(2590), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 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, + STATE(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1665), 8, + STATE(2121), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [108889] = 19, - ACTIONS(63), 1, + [126074] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6271), 1, + ACTIONS(6360), 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(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1684), 8, + STATE(2078), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [108957] = 19, - ACTIONS(63), 1, + [126146] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6273), 1, + ACTIONS(6362), 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(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1706), 8, + STATE(2124), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [109025] = 17, - ACTIONS(3), 1, + [126218] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5222), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, + anon_sym_DOLLAR, + ACTIONS(6200), 1, anon_sym_DQUOTE, - ACTIONS(5226), 1, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5228), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5230), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5234), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5236), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5238), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5244), 1, - sym__brace_start, - ACTIONS(6275), 1, - sym_word, - ACTIONS(6277), 1, - anon_sym_DOLLAR, - ACTIONS(6283), 1, - sym__comment_word, - ACTIONS(5216), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5240), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6279), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6281), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(3756), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(6364), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2133), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [109089] = 19, - ACTIONS(63), 1, + [126290] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6285), 1, + ACTIONS(6366), 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(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1734), 8, + STATE(2136), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [109157] = 17, - ACTIONS(3), 1, + [126362] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5222), 1, - anon_sym_DQUOTE, - ACTIONS(5226), 1, + ACTIONS(2638), 1, + sym_word, + ACTIONS(2642), 1, + anon_sym_DOLLAR, + ACTIONS(2648), 1, aux_sym_number_token1, - ACTIONS(5228), 1, + ACTIONS(2650), 1, aux_sym_number_token2, - ACTIONS(5230), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5234), 1, + ACTIONS(2654), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5236), 1, + ACTIONS(2662), 1, + sym_test_operator, + ACTIONS(2664), 1, + sym__brace_start, + ACTIONS(6370), 1, + sym__special_character, + ACTIONS(6372), 1, + anon_sym_DQUOTE, + ACTIONS(6376), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6378), 1, anon_sym_BQUOTE, - ACTIONS(5238), 1, + ACTIONS(6380), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5244), 1, - sym__brace_start, - ACTIONS(6275), 1, - sym_word, - ACTIONS(6283), 1, - sym__comment_word, - ACTIONS(6287), 1, - anon_sym_DOLLAR, - ACTIONS(5216), 2, + STATE(1540), 1, + aux_sym__literal_repeat1, + ACTIONS(6368), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5240), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6279), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6281), 2, + ACTIONS(6374), 2, sym_raw_string, sym_ansi_c_string, - STATE(3756), 9, + ACTIONS(6382), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(553), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1363), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -147893,234 +166922,240 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [109221] = 19, - ACTIONS(63), 1, + [126432] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6289), 1, + ACTIONS(6384), 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(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1752), 8, + STATE(2090), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [109289] = 17, - ACTIONS(3), 1, + [126504] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(1709), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(6204), 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(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(6208), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5927), 1, - sym_word, - ACTIONS(5935), 1, - sym__comment_word, - 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, + ACTIONS(6386), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2092), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [109353] = 17, - ACTIONS(3), 1, + [126576] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4455), 1, + ACTIONS(3674), 10, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - 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(4483), 1, - sym__brace_start, - ACTIONS(5917), 1, sym_word, - ACTIONS(5925), 1, - sym__comment_word, - ACTIONS(4451), 2, + ACTIONS(3676), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4475), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5921), 2, - sym_test_operator, sym__special_character, - ACTIONS(5923), 2, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(2465), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [109417] = 17, - ACTIONS(3), 1, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [126614] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4886), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, + anon_sym_DOLLAR, + ACTIONS(6200), 1, anon_sym_DQUOTE, - ACTIONS(4890), 1, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(4892), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(4894), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4896), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4898), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(4900), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4910), 1, - sym__brace_start, - ACTIONS(5999), 1, - sym_word, - ACTIONS(6005), 1, - sym__comment_word, - ACTIONS(6291), 1, - anon_sym_DOLLAR, - ACTIONS(4878), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4902), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6001), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6003), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(1072), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(6388), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2091), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [109481] = 17, - ACTIONS(3), 1, + [126686] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5368), 1, + ACTIONS(917), 1, + anon_sym_DOLLAR, + ACTIONS(921), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(925), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(927), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(929), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(931), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(933), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(935), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(943), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(2596), 1, + sym__special_character, + ACTIONS(6390), 1, sym_word, - ACTIONS(6111), 1, - sym__comment_word, - ACTIONS(6293), 1, - anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(6394), 1, + sym_test_operator, + ACTIONS(6396), 1, + sym_regex, + STATE(1769), 1, + aux_sym__literal_repeat1, + STATE(1865), 1, + sym_concatenation, + ACTIONS(915), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(937), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6109), 2, + ACTIONS(6392), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(1536), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148130,336 +167165,430 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [109545] = 19, - ACTIONS(63), 1, + [126758] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6295), 1, + ACTIONS(6398), 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(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1654), 8, + STATE(2146), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [109613] = 19, - ACTIONS(63), 1, + [126830] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6297), 1, + ACTIONS(6400), 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(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1701), 8, + STATE(2068), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [109681] = 17, - ACTIONS(3), 1, + [126902] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(4031), 10, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, aux_sym_number_token1, - ACTIONS(5374), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, - anon_sym_BQUOTE, - ACTIONS(5382), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(6103), 1, sym_word, - ACTIONS(6111), 1, - sym__comment_word, - ACTIONS(6299), 1, - anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(4033), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6107), 2, - sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, - sym_arithmetic_expansion, - sym_brace_expression, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [126940] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, + anon_sym_DOLLAR, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, + aux_sym_number_token1, + ACTIONS(6204), 1, + aux_sym_number_token2, + ACTIONS(6206), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6208), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6210), 1, + anon_sym_BQUOTE, + ACTIONS(6212), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6402), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2143), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [109745] = 19, - ACTIONS(63), 1, + [127012] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1117), 10, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(1119), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, + [127050] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6301), 1, + ACTIONS(6404), 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(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1685), 8, + STATE(2141), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [109813] = 19, - ACTIONS(63), 1, + [127122] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(2776), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6303), 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(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1656), 8, + STATE(2051), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [109881] = 19, - ACTIONS(63), 1, + [127194] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6305), 1, + ACTIONS(6406), 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(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1643), 8, + STATE(2099), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [109949] = 17, - ACTIONS(3), 1, + [127266] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5205), 1, + sym_word, + ACTIONS(5213), 1, + anon_sym_DOLLAR, + ACTIONS(5219), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5221), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5225), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5233), 1, + sym_test_operator, + ACTIONS(5235), 1, + sym__brace_start, + ACTIONS(6340), 1, + sym__special_character, + ACTIONS(6342), 1, + anon_sym_DQUOTE, + ACTIONS(6346), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6348), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(6350), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(6103), 1, - sym_word, - ACTIONS(6111), 1, - sym__comment_word, - ACTIONS(6307), 1, - anon_sym_DOLLAR, - ACTIONS(5362), 2, + STATE(3303), 1, + aux_sym__literal_repeat1, + ACTIONS(6338), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6107), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6109), 2, + ACTIONS(6344), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + ACTIONS(6352), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2276), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3099), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148469,44 +167598,48 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110013] = 17, - ACTIONS(3), 1, + [127336] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5700), 1, + ACTIONS(3433), 1, + sym_word, + ACTIONS(3437), 1, + anon_sym_DOLLAR, + ACTIONS(3439), 1, + sym__special_character, + ACTIONS(3441), 1, anon_sym_DQUOTE, - ACTIONS(5704), 1, + ACTIONS(3445), 1, aux_sym_number_token1, - ACTIONS(5706), 1, + ACTIONS(3447), 1, aux_sym_number_token2, - ACTIONS(5708), 1, + ACTIONS(3449), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, + ACTIONS(3451), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, + ACTIONS(3453), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, + ACTIONS(3455), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5720), 1, + ACTIONS(3459), 1, + sym_test_operator, + ACTIONS(3461), 1, sym__brace_start, - ACTIONS(6309), 1, - sym_word, - ACTIONS(6311), 1, - anon_sym_DOLLAR, - ACTIONS(6317), 1, - sym__comment_word, - ACTIONS(5694), 2, + STATE(2063), 1, + aux_sym__literal_repeat1, + ACTIONS(3435), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5716), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6313), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6315), 2, + ACTIONS(3443), 2, sym_raw_string, sym_ansi_c_string, - STATE(3150), 9, + ACTIONS(3457), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(720), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1908), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148516,189 +167649,363 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110077] = 19, - ACTIONS(63), 1, + [127406] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6319), 1, + ACTIONS(6408), 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(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1681), 8, + STATE(2140), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [110145] = 17, - ACTIONS(3), 1, + [127478] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(2285), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, + anon_sym_DOLLAR, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(6204), 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(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, + ACTIONS(6208), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5885), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, - sym__comment_word, - ACTIONS(6321), 1, + ACTIONS(6410), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2145), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [127550] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6412), 1, + aux_sym_concatenation_token1, + ACTIONS(6414), 1, + sym__concat, + STATE(2615), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 24, + anon_sym_SEMI, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + sym__special_character, + [127594] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3425), 10, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - ACTIONS(5871), 2, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3427), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5875), 2, - sym_test_operator, sym__special_character, - ACTIONS(5879), 2, + anon_sym_DQUOTE, sym_raw_string, sym_ansi_c_string, - ACTIONS(5887), 2, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, 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, - [110209] = 19, - ACTIONS(63), 1, + [127632] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6323), 1, + ACTIONS(6416), 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(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1722), 8, + STATE(2083), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [110277] = 17, - ACTIONS(3), 1, + [127704] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5700), 1, - anon_sym_DQUOTE, - ACTIONS(5704), 1, + ACTIONS(2666), 1, + sym_word, + ACTIONS(2670), 1, + anon_sym_DOLLAR, + ACTIONS(2676), 1, aux_sym_number_token1, - ACTIONS(5706), 1, + ACTIONS(2678), 1, aux_sym_number_token2, - ACTIONS(5708), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, + ACTIONS(2682), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, + ACTIONS(2690), 1, + sym_test_operator, + ACTIONS(2692), 1, + sym__brace_start, + ACTIONS(6260), 1, + anon_sym_DQUOTE, + ACTIONS(6264), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6266), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, + ACTIONS(6268), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5720), 1, - sym__brace_start, - ACTIONS(6309), 1, - sym_word, - ACTIONS(6317), 1, - sym__comment_word, - ACTIONS(6325), 1, + ACTIONS(6418), 1, + sym__special_character, + STATE(1479), 1, + aux_sym__literal_repeat1, + ACTIONS(6256), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6270), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6420), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(540), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1292), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [127774] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3693), 10, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, anon_sym_DOLLAR, - ACTIONS(5694), 2, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3695), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5716), 2, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6313), 2, + [127812] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2670), 1, + anon_sym_DOLLAR, + ACTIONS(2676), 1, + aux_sym_number_token1, + ACTIONS(2678), 1, + aux_sym_number_token2, + ACTIONS(2682), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2692), 1, + sym__brace_start, + ACTIONS(2830), 1, + sym_word, + ACTIONS(2834), 1, sym_test_operator, + ACTIONS(6258), 1, sym__special_character, - ACTIONS(6315), 2, + ACTIONS(6260), 1, + anon_sym_DQUOTE, + ACTIONS(6264), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6266), 1, + anon_sym_BQUOTE, + ACTIONS(6268), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(1479), 1, + aux_sym__literal_repeat1, + ACTIONS(6256), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6262), 2, sym_raw_string, sym_ansi_c_string, - STATE(3150), 9, + ACTIONS(6270), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(591), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1458), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148708,285 +168015,295 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110341] = 19, - ACTIONS(63), 1, + [127882] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6327), 1, + ACTIONS(6422), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1658), 8, + STATE(2076), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [110409] = 19, - ACTIONS(63), 1, + [127954] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6329), 1, + ACTIONS(6424), 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(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1724), 8, + STATE(2139), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, - sym_number, - 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, + [128026] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(4978), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(4982), 1, + ACTIONS(6200), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(6212), 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, + ACTIONS(6426), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2138), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [110605] = 19, - ACTIONS(63), 1, + [128098] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2960), 1, + sym_variable_name, + ACTIONS(6278), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6280), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6286), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6288), 1, + anon_sym_DQUOTE, + ACTIONS(6290), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6292), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6294), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6296), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6298), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6300), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6347), 1, + ACTIONS(6428), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(2232), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(2234), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(2235), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(2236), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6282), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6284), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1753), 8, + STATE(2228), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [110673] = 17, + [128170] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1475), 1, + ACTIONS(6432), 1, + anon_sym_DQUOTE, + STATE(3374), 1, + sym_string, + ACTIONS(1093), 2, + sym_test_operator, + sym__brace_start, + ACTIONS(6434), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(6430), 9, + anon_sym_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(1091), 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, + [128216] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2666), 1, + sym_word, + ACTIONS(2670), 1, + anon_sym_DOLLAR, + ACTIONS(2676), 1, aux_sym_number_token1, - ACTIONS(1477), 1, + ACTIONS(2678), 1, aux_sym_number_token2, - ACTIONS(1481), 1, + ACTIONS(2682), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1495), 1, + ACTIONS(2690), 1, + sym_test_operator, + ACTIONS(2692), 1, sym__brace_start, - ACTIONS(4423), 1, + ACTIONS(6260), 1, anon_sym_DQUOTE, - ACTIONS(4427), 1, + ACTIONS(6264), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4429), 1, + ACTIONS(6266), 1, anon_sym_BQUOTE, - ACTIONS(4431), 1, + ACTIONS(6268), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5939), 1, - sym_word, - ACTIONS(5945), 1, - sym__comment_word, - ACTIONS(6349), 1, - anon_sym_DOLLAR, - ACTIONS(4417), 2, + ACTIONS(6418), 1, + sym__special_character, + STATE(1479), 1, + aux_sym__literal_repeat1, + ACTIONS(6256), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4433), 2, + ACTIONS(6270), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5941), 2, - sym_test_operator, - sym__special_character, - ACTIONS(5943), 2, + ACTIONS(6420), 2, sym_raw_string, sym_ansi_c_string, - STATE(795), 9, + STATE(557), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1292), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -148996,44 +168313,49 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110737] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(495), 1, + [128286] = 20, + ACTIONS(45), 1, + anon_sym_DOLLAR, + ACTIONS(49), 1, anon_sym_DQUOTE, - ACTIONS(499), 1, + ACTIONS(53), 1, aux_sym_number_token1, - ACTIONS(501), 1, + ACTIONS(55), 1, aux_sym_number_token2, - ACTIONS(503), 1, + ACTIONS(57), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(505), 1, + ACTIONS(59), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(507), 1, + ACTIONS(61), 1, anon_sym_BQUOTE, - ACTIONS(509), 1, + ACTIONS(63), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(519), 1, + ACTIONS(67), 1, + sym_comment, + ACTIONS(75), 1, sym__brace_start, - ACTIONS(6351), 1, + ACTIONS(6436), 1, sym_word, - ACTIONS(6353), 1, - anon_sym_DOLLAR, - ACTIONS(6359), 1, - sym__comment_word, - ACTIONS(455), 2, + ACTIONS(6438), 1, + sym__special_character, + ACTIONS(6442), 1, + sym_test_operator, + ACTIONS(6444), 1, + sym_regex, + STATE(1116), 1, + aux_sym__literal_repeat1, + STATE(1364), 1, + sym_concatenation, + ACTIONS(43), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(511), 2, + ACTIONS(65), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6355), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6357), 2, + ACTIONS(6440), 2, sym_raw_string, sym_ansi_c_string, - STATE(623), 9, + STATE(887), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149043,44 +168365,48 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110801] = 17, - ACTIONS(3), 1, + [128358] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(495), 1, - anon_sym_DQUOTE, - ACTIONS(499), 1, + ACTIONS(2638), 1, + sym_word, + ACTIONS(2642), 1, + anon_sym_DOLLAR, + ACTIONS(2648), 1, aux_sym_number_token1, - ACTIONS(501), 1, + ACTIONS(2650), 1, aux_sym_number_token2, - ACTIONS(503), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(505), 1, + ACTIONS(2654), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(507), 1, + ACTIONS(2662), 1, + sym_test_operator, + ACTIONS(2664), 1, + sym__brace_start, + ACTIONS(6370), 1, + sym__special_character, + ACTIONS(6372), 1, + anon_sym_DQUOTE, + ACTIONS(6376), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6378), 1, anon_sym_BQUOTE, - ACTIONS(509), 1, + ACTIONS(6380), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(519), 1, - sym__brace_start, - ACTIONS(6351), 1, - sym_word, - ACTIONS(6359), 1, - sym__comment_word, - ACTIONS(6361), 1, - anon_sym_DOLLAR, - ACTIONS(455), 2, + STATE(1540), 1, + aux_sym__literal_repeat1, + ACTIONS(6368), 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, + ACTIONS(6374), 2, sym_raw_string, sym_ansi_c_string, - STATE(623), 9, + ACTIONS(6382), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(539), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1363), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149090,93 +168416,100 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110865] = 19, - ACTIONS(63), 1, + [128428] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(2618), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6363), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1740), 8, + STATE(2134), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [110933] = 17, - ACTIONS(3), 1, + [128500] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(2279), 1, + ACTIONS(2670), 1, anon_sym_DOLLAR, - ACTIONS(2285), 1, + ACTIONS(2676), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(2678), 1, aux_sym_number_token2, - ACTIONS(2291), 1, + ACTIONS(2682), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2303), 1, + ACTIONS(2692), 1, sym__brace_start, - ACTIONS(5869), 1, + ACTIONS(2830), 1, sym_word, - ACTIONS(5877), 1, + ACTIONS(2834), 1, + sym_test_operator, + ACTIONS(6258), 1, + sym__special_character, + ACTIONS(6260), 1, anon_sym_DQUOTE, - ACTIONS(5881), 1, + ACTIONS(6264), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, + ACTIONS(6266), 1, anon_sym_BQUOTE, - ACTIONS(5885), 1, + ACTIONS(6268), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, - sym__comment_word, - ACTIONS(5871), 2, + STATE(1479), 1, + aux_sym__literal_repeat1, + ACTIONS(6256), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5875), 2, - sym_test_operator, - sym__special_character, - ACTIONS(5879), 2, + ACTIONS(6262), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5887), 2, + ACTIONS(6270), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1223), 9, + STATE(605), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1458), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149186,236 +168519,381 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [110997] = 17, - ACTIONS(3), 1, + [128570] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(1709), 1, + ACTIONS(5205), 1, + sym_word, + ACTIONS(5213), 1, + anon_sym_DOLLAR, + ACTIONS(5219), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(5221), 1, aux_sym_number_token2, - ACTIONS(1715), 1, + ACTIONS(5225), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1729), 1, + ACTIONS(5233), 1, + sym_test_operator, + ACTIONS(5235), 1, sym__brace_start, - ACTIONS(4493), 1, + ACTIONS(6340), 1, + sym__special_character, + ACTIONS(6342), 1, anon_sym_DQUOTE, - ACTIONS(4497), 1, + ACTIONS(6346), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(6348), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(6350), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5927), 1, - sym_word, - ACTIONS(5935), 1, - sym__comment_word, - ACTIONS(6365), 1, + STATE(3303), 1, + aux_sym__literal_repeat1, + ACTIONS(6338), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6344), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6352), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2280), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(3099), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [128640] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6432), 1, + anon_sym_DQUOTE, + STATE(3374), 1, + sym_string, + ACTIONS(1089), 2, + sym_test_operator, + sym__brace_start, + ACTIONS(6434), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(6430), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, anon_sym_DOLLAR, - ACTIONS(4487), 2, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + ACTIONS(1081), 15, anon_sym_LPAREN_LPAREN, + anon_sym_RPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, + 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(5931), 2, + sym_word, + [128686] = 20, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, + anon_sym_DOLLAR, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, + aux_sym_number_token1, + ACTIONS(6204), 1, + aux_sym_number_token2, + ACTIONS(6206), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6208), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6210), 1, + anon_sym_BQUOTE, + ACTIONS(6212), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6446), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2089), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [128758] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4098), 10, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(4110), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, - ACTIONS(5933), 2, + anon_sym_DQUOTE, 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, - [111061] = 19, - ACTIONS(63), 1, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [128796] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6367), 1, + ACTIONS(6448), 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(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1735), 8, + STATE(2074), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [111129] = 17, - ACTIONS(3), 1, + [128868] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(365), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, + anon_sym_LPAREN, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, + anon_sym_DOLLAR, + ACTIONS(6200), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, - sym__brace_start, - ACTIONS(3215), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5308), 1, - sym_word, - ACTIONS(5312), 1, - sym__comment_word, - ACTIONS(6369), 1, - anon_sym_DOLLAR, - ACTIONS(348), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(5314), 2, - sym_raw_string, - sym_ansi_c_string, - ACTIONS(5316), 2, - sym_test_operator, - sym__special_character, - STATE(1539), 9, - sym_arithmetic_expansion, - sym_brace_expression, + ACTIONS(6212), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6450), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2077), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, - sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - sym_process_substitution, - [111193] = 19, - ACTIONS(63), 1, + [128940] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(2616), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6371), 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(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1725), 8, + STATE(2082), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [111261] = 17, - ACTIONS(3), 1, + [129012] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(1709), 1, + ACTIONS(2302), 1, + sym_word, + ACTIONS(2306), 1, + anon_sym_DOLLAR, + ACTIONS(2312), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(2314), 1, aux_sym_number_token2, - ACTIONS(1715), 1, + ACTIONS(2318), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1729), 1, + ACTIONS(2326), 1, + sym_test_operator, + ACTIONS(2328), 1, sym__brace_start, - ACTIONS(4493), 1, + ACTIONS(6454), 1, + sym__special_character, + ACTIONS(6456), 1, anon_sym_DQUOTE, - ACTIONS(4497), 1, + ACTIONS(6460), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(6462), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(6464), 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, + STATE(1414), 1, + aux_sym__literal_repeat1, + ACTIONS(6452), 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, + ACTIONS(6458), 2, sym_raw_string, sym_ansi_c_string, - STATE(1000), 9, + ACTIONS(6466), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(501), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1060), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149425,142 +168903,151 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [111325] = 19, - ACTIONS(63), 1, + [129082] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(2788), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6375), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1693), 8, + STATE(2113), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [111393] = 19, - ACTIONS(63), 1, + [129154] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(3433), 1, + sym_word, + ACTIONS(3437), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(3439), 1, + sym__special_character, + ACTIONS(3441), 1, + anon_sym_DQUOTE, + ACTIONS(3445), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(3447), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(3449), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(3451), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(3453), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(3455), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6377), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1737), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(3459), 1, + sym_test_operator, + ACTIONS(3461), 1, + sym__brace_start, + STATE(2063), 1, + aux_sym__literal_repeat1, + ACTIONS(3435), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3443), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(3457), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(742), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1908), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [111461] = 17, - ACTIONS(3), 1, + sym_process_substitution, + [129224] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(41), 1, + ACTIONS(2030), 1, + sym_word, + ACTIONS(2038), 1, anon_sym_DOLLAR, - ACTIONS(45), 1, - anon_sym_DQUOTE, - ACTIONS(49), 1, + ACTIONS(2044), 1, aux_sym_number_token1, - ACTIONS(51), 1, + ACTIONS(2046), 1, aux_sym_number_token2, - ACTIONS(53), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(55), 1, + ACTIONS(2050), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(57), 1, + ACTIONS(2058), 1, + sym_test_operator, + ACTIONS(2060), 1, + sym__brace_start, + ACTIONS(6470), 1, + sym__special_character, + ACTIONS(6472), 1, + anon_sym_DQUOTE, + ACTIONS(6476), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6478), 1, anon_sym_BQUOTE, - ACTIONS(59), 1, + ACTIONS(6480), 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, + STATE(1376), 1, + aux_sym__literal_repeat1, + ACTIONS(6468), 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, + ACTIONS(6474), 2, sym_raw_string, sym_ansi_c_string, - STATE(867), 9, + ACTIONS(6482), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(469), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(999), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149570,193 +169057,204 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [111525] = 19, - ACTIONS(63), 1, + [129294] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2960), 1, + sym_variable_name, + ACTIONS(2988), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(6278), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6280), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6286), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6288), 1, + anon_sym_DQUOTE, + ACTIONS(6290), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6292), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6294), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6296), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6298), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6300), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6387), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(2232), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(2234), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(2235), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(2236), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6282), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6284), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1662), 8, + STATE(2268), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [111593] = 21, - ACTIONS(3), 1, + [129366] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5426), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5428), 1, - aux_sym__c_word_token1, - ACTIONS(5432), 1, + ACTIONS(6192), 1, + anon_sym_BANG, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5434), 1, + ACTIONS(6200), 1, anon_sym_DQUOTE, - ACTIONS(5436), 1, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5438), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5440), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5442), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5444), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5446), 1, + ACTIONS(6212), 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(6484), 1, + aux_sym__simple_variable_name_token1, + STATE(2053), 1, + sym__arithmetic_binary_expression, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, + anon_sym_DASH2, + anon_sym_PLUS2, + ACTIONS(6196), 3, + anon_sym_TILDE, + anon_sym_PLUS_PLUS2, + anon_sym_DASH_DASH2, + STATE(2085), 9, + sym_subscript, + sym__arithmetic_expression, + sym__arithmetic_literal, + sym__arithmetic_parenthesized_expression, sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [111665] = 19, - ACTIONS(63), 1, + [129438] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6393), 1, + ACTIONS(6486), 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(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1660), 8, + STATE(2266), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [111733] = 17, - ACTIONS(3), 1, + [129510] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(1475), 1, + ACTIONS(2030), 1, + sym_word, + ACTIONS(2038), 1, + anon_sym_DOLLAR, + ACTIONS(2044), 1, aux_sym_number_token1, - ACTIONS(1477), 1, + ACTIONS(2046), 1, aux_sym_number_token2, - ACTIONS(1481), 1, + ACTIONS(2050), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1495), 1, + ACTIONS(2058), 1, + sym_test_operator, + ACTIONS(2060), 1, sym__brace_start, - ACTIONS(4423), 1, + ACTIONS(6470), 1, + sym__special_character, + ACTIONS(6472), 1, anon_sym_DQUOTE, - ACTIONS(4427), 1, + ACTIONS(6476), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4429), 1, + ACTIONS(6478), 1, anon_sym_BQUOTE, - ACTIONS(4431), 1, + ACTIONS(6480), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5939), 1, - sym_word, - ACTIONS(5945), 1, - sym__comment_word, - ACTIONS(6395), 1, - anon_sym_DOLLAR, - ACTIONS(4417), 2, + STATE(1376), 1, + aux_sym__literal_repeat1, + ACTIONS(6468), 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, + ACTIONS(6474), 2, sym_raw_string, sym_ansi_c_string, - STATE(795), 9, + ACTIONS(6482), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(474), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(999), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149766,173 +169264,100 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [111797] = 3, - ACTIONS(63), 1, + [129580] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(1167), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(1169), 20, - sym_file_descriptor, + ACTIONS(2578), 1, sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [111833] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5891), 1, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6397), 1, + ACTIONS(6488), 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(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1623), 8, + STATE(2130), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [111901] = 17, - ACTIONS(3), 1, + [129652] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(4237), 1, + ACTIONS(2302), 1, + sym_word, + ACTIONS(2306), 1, anon_sym_DOLLAR, - ACTIONS(4243), 1, + ACTIONS(2312), 1, aux_sym_number_token1, - ACTIONS(4245), 1, + ACTIONS(2314), 1, aux_sym_number_token2, - ACTIONS(4249), 1, + ACTIONS(2318), 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(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, + ACTIONS(2326), 1, 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, - [111965] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2107), 1, - aux_sym_number_token1, - ACTIONS(2109), 1, - aux_sym_number_token2, - ACTIONS(2113), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(2125), 1, + ACTIONS(2328), 1, sym__brace_start, - ACTIONS(6025), 1, - sym_word, - ACTIONS(6031), 1, + ACTIONS(6454), 1, + sym__special_character, + ACTIONS(6456), 1, anon_sym_DQUOTE, - ACTIONS(6035), 1, + ACTIONS(6460), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6037), 1, + ACTIONS(6462), 1, anon_sym_BQUOTE, - ACTIONS(6039), 1, + ACTIONS(6464), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6043), 1, - sym__comment_word, - ACTIONS(6407), 1, - anon_sym_DOLLAR, - ACTIONS(6027), 2, + STATE(1414), 1, + aux_sym__literal_repeat1, + ACTIONS(6452), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6029), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6033), 2, + ACTIONS(6458), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(6041), 2, + ACTIONS(6466), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(975), 9, + STATE(496), 2, + sym_concatenation, + aux_sym_for_statement_repeat1, + STATE(1060), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -149942,420 +169367,456 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [112029] = 19, - ACTIONS(63), 1, + [129722] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6409), 1, + ACTIONS(6490), 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(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1630), 8, + STATE(2087), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [112097] = 19, - ACTIONS(63), 1, + [129794] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2958), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(2960), 1, + sym_variable_name, + ACTIONS(6278), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6280), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6286), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6288), 1, + anon_sym_DQUOTE, + ACTIONS(6290), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6292), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6294), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6296), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6298), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6300), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6411), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(2232), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(2234), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(2235), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(2236), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6282), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6284), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1635), 8, + STATE(2255), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [112165] = 19, - ACTIONS(63), 1, + [129866] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2960), 1, + sym_variable_name, + ACTIONS(6278), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6280), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6286), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6288), 1, + anon_sym_DQUOTE, + ACTIONS(6290), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6292), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6294), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6296), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6298), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6300), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6413), 1, + ACTIONS(6492), 1, aux_sym__simple_variable_name_token1, - STATE(1717), 1, + STATE(2232), 1, sym__arithmetic_postfix_expression, - STATE(1718), 1, + STATE(2234), 1, sym__arithmetic_unary_expression, - STATE(1719), 1, + STATE(2235), 1, sym__arithmetic_ternary_expression, - STATE(1730), 1, + STATE(2236), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + ACTIONS(6282), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6284), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1689), 8, + STATE(2224), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [112233] = 19, - ACTIONS(63), 1, + [129938] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6415), 1, + ACTIONS(6494), 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(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1731), 8, + STATE(2084), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [112301] = 19, - ACTIONS(63), 1, + [130010] = 20, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(2578), 1, + sym_variable_name, + ACTIONS(6190), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, + ACTIONS(6192), 1, anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6198), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6200), 1, + anon_sym_DQUOTE, + ACTIONS(6202), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6204), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6206), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6208), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6210), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6212), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6417), 1, + ACTIONS(6496), 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(2053), 1, sym__arithmetic_binary_expression, - ACTIONS(5895), 2, + STATE(2056), 1, + sym__arithmetic_ternary_expression, + STATE(2057), 1, + sym__arithmetic_unary_expression, + STATE(2058), 1, + sym__arithmetic_postfix_expression, + ACTIONS(6194), 2, anon_sym_DASH2, anon_sym_PLUS2, - ACTIONS(5897), 3, + ACTIONS(6196), 3, anon_sym_TILDE, anon_sym_PLUS_PLUS2, anon_sym_DASH_DASH2, - STATE(1675), 8, + STATE(2075), 9, sym_subscript, sym__arithmetic_expression, sym__arithmetic_literal, sym__arithmetic_parenthesized_expression, + sym_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [112369] = 19, - ACTIONS(63), 1, + [130082] = 18, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(271), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(281), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(283), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(285), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, - anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(289), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6419), 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(1682), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + ACTIONS(6498), 1, + sym_word, + ACTIONS(6500), 1, + anon_sym_RBRACK, + ACTIONS(6506), 1, + sym_test_operator, + ACTIONS(258), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(291), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6502), 2, + sym__special_character, + sym__comment_word, + ACTIONS(6504), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2003), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [112437] = 19, - ACTIONS(63), 1, + sym_process_substitution, + [130149] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(5648), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(5650), 1, + sym__special_character, + ACTIONS(5652), 1, + anon_sym_DQUOTE, + ACTIONS(5656), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(5658), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(5660), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(5662), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(5664), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(5666), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6421), 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(1690), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(5676), 1, + sym__brace_start, + ACTIONS(6508), 1, + sym_word, + ACTIONS(6512), 1, + sym_test_operator, + STATE(1167), 1, + aux_sym__literal_repeat1, + STATE(1229), 1, + sym_concatenation, + ACTIONS(5644), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5668), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6510), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(830), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [112505] = 3, - ACTIONS(63), 1, + sym_process_substitution, + [130218] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(3003), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, + ACTIONS(5756), 1, anon_sym_DOLLAR, + ACTIONS(5758), 1, + sym__special_character, + ACTIONS(5760), 1, + anon_sym_DQUOTE, + ACTIONS(5764), 1, aux_sym_number_token1, + ACTIONS(5766), 1, aux_sym_number_token2, + ACTIONS(5768), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5770), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(5772), 1, + anon_sym_BQUOTE, + ACTIONS(5774), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5784), 1, + sym__brace_start, + ACTIONS(6514), 1, sym_word, - ACTIONS(3005), 20, - sym_file_descriptor, - sym_variable_name, + ACTIONS(6518), 1, sym_test_operator, - sym__brace_start, + STATE(1957), 1, + aux_sym__literal_repeat1, + STATE(2065), 1, + sym_concatenation, + ACTIONS(5752), 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, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, + ACTIONS(5776), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [112541] = 17, - ACTIONS(3), 1, + ACTIONS(6516), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1767), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [130287] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(4537), 1, + ACTIONS(5756), 1, anon_sym_DOLLAR, - ACTIONS(4541), 1, + ACTIONS(5758), 1, + sym__special_character, + 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(5784), 1, sym__brace_start, - ACTIONS(6235), 1, + ACTIONS(6520), 1, sym_word, - ACTIONS(6243), 1, - sym__comment_word, - ACTIONS(4533), 2, + ACTIONS(6524), 1, + sym_test_operator, + STATE(1977), 1, + aux_sym__literal_repeat1, + STATE(2122), 1, + sym_concatenation, + ACTIONS(5752), 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, - sym_test_operator, - sym__special_character, - ACTIONS(6241), 2, + ACTIONS(6522), 2, sym_raw_string, sym_ansi_c_string, - STATE(942), 9, + STATE(1766), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150365,142 +169826,305 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [112605] = 19, - ACTIONS(63), 1, + [130356] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(5971), 1, - anon_sym_LPAREN, - ACTIONS(5973), 1, - anon_sym_BANG, - ACTIONS(5979), 1, + ACTIONS(6530), 1, + sym_variable_name, + STATE(4503), 1, + sym_subscript, + ACTIONS(6528), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2561), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6526), 23, + anon_sym_SEMI, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [130399] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5365), 1, + anon_sym_SLASH, + ACTIONS(5367), 1, + anon_sym_PERCENT, + ACTIONS(5369), 1, + anon_sym_COLON, + ACTIONS(5630), 1, + anon_sym_AT, + ACTIONS(6154), 1, + anon_sym_LBRACK, + STATE(4808), 1, + sym__expansion_operator, + STATE(4809), 1, + sym__expansion_max_length, + STATE(4810), 1, + sym__expansion_regex_removal, + STATE(4811), 1, + sym__expansion_regex_replacement, + STATE(4814), 1, + sym__expansion_regex, + STATE(4815), 1, + sym__expansion_expression, + ACTIONS(5363), 2, + anon_sym_COMMA, + anon_sym_CARET, + ACTIONS(5383), 2, + anon_sym_COMMA_COMMA, + anon_sym_CARET_CARET, + ACTIONS(5371), 3, + sym__immediate_double_hash, + anon_sym_POUND, + anon_sym_PERCENT_PERCENT, + ACTIONS(5381), 3, + anon_sym_SLASH_SLASH, + anon_sym_SLASH_POUND, + anon_sym_SLASH_PERCENT, + ACTIONS(5379), 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, + [130464] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2802), 1, anon_sym_DOLLAR, - ACTIONS(5981), 1, + ACTIONS(2808), 1, aux_sym_number_token1, - ACTIONS(5983), 1, + ACTIONS(2810), 1, aux_sym_number_token2, - ACTIONS(5985), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5987), 1, + ACTIONS(2814), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5989), 1, + ACTIONS(2824), 1, + sym__brace_start, + ACTIONS(3041), 1, + sym_word, + ACTIONS(3043), 1, + sym_test_operator, + ACTIONS(6535), 1, + sym__special_character, + ACTIONS(6537), 1, + anon_sym_DQUOTE, + ACTIONS(6541), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6543), 1, anon_sym_BQUOTE, - ACTIONS(5991), 1, + ACTIONS(6545), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5995), 1, - sym_variable_name, - ACTIONS(6423), 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(1856), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + STATE(2911), 1, + aux_sym__literal_repeat1, + STATE(3113), 1, + sym_concatenation, + ACTIONS(6533), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6539), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6547), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(3003), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [112673] = 19, - ACTIONS(63), 1, + sym_process_substitution, + [130533] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(3004), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3039), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2597), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3037), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [130574] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5598), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(5600), 1, + sym__special_character, + ACTIONS(5602), 1, + anon_sym_DQUOTE, + ACTIONS(5606), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(5608), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(5610), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(5612), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(5614), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(5616), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6425), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1733), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(5626), 1, + sym__brace_start, + ACTIONS(6549), 1, + sym_word, + ACTIONS(6553), 1, + sym_test_operator, + STATE(1384), 1, + aux_sym__literal_repeat1, + STATE(1555), 1, + sym_concatenation, + ACTIONS(5594), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5618), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6551), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1066), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [112741] = 17, + sym_process_substitution, + [130643] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(5664), 1, + ACTIONS(6412), 1, + aux_sym_concatenation_token1, + ACTIONS(6414), 1, + sym__concat, + STATE(2776), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 23, + anon_sym_SEMI, + anon_sym_AMP_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + sym__special_character, + [130686] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5598), 1, + anon_sym_DOLLAR, + ACTIONS(5602), 1, anon_sym_DQUOTE, - ACTIONS(5668), 1, + ACTIONS(5606), 1, aux_sym_number_token1, - ACTIONS(5670), 1, + ACTIONS(5608), 1, aux_sym_number_token2, - ACTIONS(5672), 1, + ACTIONS(5610), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5674), 1, + ACTIONS(5612), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5676), 1, + ACTIONS(5614), 1, anon_sym_BQUOTE, - ACTIONS(5678), 1, + ACTIONS(5616), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5684), 1, + ACTIONS(5626), 1, sym__brace_start, - ACTIONS(6427), 1, + ACTIONS(5720), 1, + sym__special_character, + ACTIONS(6555), 1, sym_word, - ACTIONS(6429), 1, - anon_sym_DOLLAR, - ACTIONS(6435), 1, - sym__comment_word, - ACTIONS(5658), 2, + ACTIONS(6559), 1, + sym_test_operator, + STATE(1384), 1, + aux_sym__literal_repeat1, + STATE(1555), 1, + sym_concatenation, + ACTIONS(5594), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5680), 2, + ACTIONS(5618), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6431), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6433), 2, + ACTIONS(6557), 2, sym_raw_string, sym_ansi_c_string, - STATE(3495), 9, + STATE(1290), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150510,44 +170134,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [112805] = 17, - ACTIONS(3), 1, + [130755] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5664), 1, - anon_sym_DQUOTE, - ACTIONS(5668), 1, + ACTIONS(2802), 1, + anon_sym_DOLLAR, + ACTIONS(2808), 1, aux_sym_number_token1, - ACTIONS(5670), 1, + ACTIONS(2810), 1, aux_sym_number_token2, - ACTIONS(5672), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5674), 1, + ACTIONS(2814), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5676), 1, - anon_sym_BQUOTE, - ACTIONS(5678), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5684), 1, + ACTIONS(2824), 1, sym__brace_start, - ACTIONS(6427), 1, + ACTIONS(3557), 1, sym_word, - ACTIONS(6435), 1, - sym__comment_word, - ACTIONS(6437), 1, - anon_sym_DOLLAR, - ACTIONS(5658), 2, + ACTIONS(3561), 1, + sym_test_operator, + ACTIONS(6537), 1, + anon_sym_DQUOTE, + ACTIONS(6541), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6543), 1, + anon_sym_BQUOTE, + ACTIONS(6545), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6561), 1, + sym__special_character, + STATE(2911), 1, + aux_sym__literal_repeat1, + STATE(3113), 1, + sym_concatenation, + ACTIONS(6533), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5680), 2, + ACTIONS(6547), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6431), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6433), 2, + ACTIONS(6563), 2, sym_raw_string, sym_ansi_c_string, - STATE(3495), 9, + STATE(3307), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150557,44 +170184,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [112869] = 17, - ACTIONS(3), 1, + [130824] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(361), 1, + ACTIONS(5598), 1, anon_sym_DOLLAR, - ACTIONS(365), 1, + ACTIONS(5602), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(5606), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(5608), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(5610), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(5612), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(5614), 1, + anon_sym_BQUOTE, + ACTIONS(5616), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(5626), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(5720), 1, + sym__special_character, + ACTIONS(6565), 1, sym_word, - ACTIONS(5312), 1, - sym__comment_word, - ACTIONS(348), 2, + ACTIONS(6569), 1, + sym_test_operator, + STATE(1442), 1, + aux_sym__literal_repeat1, + STATE(1546), 1, + sym_concatenation, + ACTIONS(5594), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(5618), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5314), 2, + ACTIONS(6567), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5316), 2, - sym_test_operator, - sym__special_character, - STATE(1539), 9, + STATE(1272), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150604,44 +170234,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [112933] = 17, - ACTIONS(3), 1, + [130893] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5338), 1, + ACTIONS(6571), 1, + sym_word, + ACTIONS(6575), 1, + anon_sym_DOLLAR, + ACTIONS(6577), 1, + sym__special_character, + ACTIONS(6579), 1, anon_sym_DQUOTE, - ACTIONS(5342), 1, + ACTIONS(6583), 1, aux_sym_number_token1, - ACTIONS(5344), 1, + ACTIONS(6585), 1, aux_sym_number_token2, - ACTIONS(5346), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5348), 1, + ACTIONS(6589), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5350), 1, + ACTIONS(6591), 1, anon_sym_BQUOTE, - ACTIONS(5352), 1, + ACTIONS(6593), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5358), 1, + ACTIONS(6597), 1, + sym_test_operator, + ACTIONS(6599), 1, sym__brace_start, - ACTIONS(6253), 1, - sym_word, - ACTIONS(6261), 1, - sym__comment_word, - ACTIONS(6439), 1, - anon_sym_DOLLAR, - ACTIONS(5332), 2, + STATE(4054), 1, + aux_sym__literal_repeat1, + STATE(4109), 1, + sym_concatenation, + ACTIONS(6573), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5354), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6257), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6259), 2, + ACTIONS(6581), 2, sym_raw_string, sym_ansi_c_string, - STATE(3610), 9, + ACTIONS(6595), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(4033), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150651,93 +170284,185 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [112997] = 19, - ACTIONS(63), 1, + [130962] = 22, + ACTIONS(3), 1, sym_comment, - ACTIONS(5891), 1, + ACTIONS(6605), 1, anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6607), 1, + aux_sym__c_word_token1, + ACTIONS(6609), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(6611), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6613), 1, + anon_sym_DQUOTE, + ACTIONS(6615), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6617), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6619), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6621), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6623), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6625), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6441), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1756), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + STATE(2285), 1, + sym__c_binary_expression, + STATE(2329), 1, + sym__c_unary_expression, + STATE(2331), 1, + sym__c_postfix_expression, + STATE(2767), 1, + sym__c_terminator, + STATE(4087), 1, + sym__c_expression, + STATE(4199), 1, + sym__c_variable_assignment, + STATE(4878), 1, + sym__for_body, + ACTIONS(6601), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(6603), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2324), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [131037] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5598), 1, + anon_sym_DOLLAR, + ACTIONS(5600), 1, + sym__special_character, + ACTIONS(5602), 1, + anon_sym_DQUOTE, + ACTIONS(5606), 1, + aux_sym_number_token1, + ACTIONS(5608), 1, + aux_sym_number_token2, + ACTIONS(5610), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5612), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5614), 1, + anon_sym_BQUOTE, + ACTIONS(5616), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5626), 1, + sym__brace_start, + ACTIONS(6627), 1, + sym_word, + ACTIONS(6631), 1, + sym_test_operator, + STATE(1442), 1, + aux_sym__literal_repeat1, + STATE(1546), 1, + sym_concatenation, + ACTIONS(5594), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5618), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6629), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1174), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [113065] = 17, + sym_process_substitution, + [131106] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 1, + ACTIONS(3047), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2597), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3045), 23, + anon_sym_SEMI, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [131145] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2802), 1, + anon_sym_DOLLAR, + ACTIONS(2808), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(2810), 1, aux_sym_number_token2, - ACTIONS(2291), 1, + ACTIONS(2814), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2303), 1, + ACTIONS(2824), 1, sym__brace_start, - ACTIONS(5869), 1, + ACTIONS(3565), 1, sym_word, - ACTIONS(5877), 1, + ACTIONS(3567), 1, + sym_test_operator, + ACTIONS(6537), 1, anon_sym_DQUOTE, - ACTIONS(5881), 1, + ACTIONS(6541), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, + ACTIONS(6543), 1, anon_sym_BQUOTE, - ACTIONS(5885), 1, + ACTIONS(6545), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, - sym__comment_word, - ACTIONS(6443), 1, - anon_sym_DOLLAR, - ACTIONS(5871), 2, + ACTIONS(6561), 1, + sym__special_character, + STATE(2904), 1, + aux_sym__literal_repeat1, + STATE(3143), 1, + sym_concatenation, + ACTIONS(6533), 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, + ACTIONS(6547), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1223), 9, + ACTIONS(6633), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3317), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150747,44 +170472,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113129] = 17, - ACTIONS(3), 1, + [131214] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(198), 1, + ACTIONS(3506), 1, + sym_word, + ACTIONS(3510), 1, anon_sym_DOLLAR, - ACTIONS(204), 1, + ACTIONS(3514), 1, + anon_sym_DQUOTE, + ACTIONS(3518), 1, aux_sym_number_token1, - ACTIONS(206), 1, + ACTIONS(3520), 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(3522), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3253), 1, + ACTIONS(3524), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3526), 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, + ACTIONS(3528), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3532), 1, sym_test_operator, + ACTIONS(3534), 1, + sym__brace_start, + ACTIONS(6635), 1, sym__special_character, - ACTIONS(6121), 2, + STATE(3362), 1, + aux_sym__literal_repeat1, + STATE(3565), 1, + sym_concatenation, + ACTIONS(3508), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3516), 2, sym_raw_string, sym_ansi_c_string, - STATE(1449), 9, + ACTIONS(3530), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(3341), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150794,44 +170522,84 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113193] = 17, + [131283] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2285), 1, + ACTIONS(6412), 1, + aux_sym_concatenation_token1, + ACTIONS(6414), 1, + sym__concat, + STATE(2614), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3427), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(3425), 23, + anon_sym_SEMI, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [131326] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4231), 1, + sym_word, + ACTIONS(4235), 1, + anon_sym_DOLLAR, + ACTIONS(4241), 1, aux_sym_number_token1, - ACTIONS(2287), 1, + ACTIONS(4243), 1, aux_sym_number_token2, - ACTIONS(2291), 1, + ACTIONS(4247), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2303), 1, + ACTIONS(4255), 1, + sym_test_operator, + ACTIONS(4257), 1, sym__brace_start, - ACTIONS(5869), 1, - sym_word, - ACTIONS(5877), 1, + ACTIONS(6639), 1, + sym__special_character, + ACTIONS(6641), 1, anon_sym_DQUOTE, - ACTIONS(5881), 1, + ACTIONS(6645), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5883), 1, + ACTIONS(6647), 1, anon_sym_BQUOTE, - ACTIONS(5885), 1, + ACTIONS(6649), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5889), 1, - sym__comment_word, - ACTIONS(6445), 1, - anon_sym_DOLLAR, - ACTIONS(5871), 2, + STATE(3658), 1, + aux_sym__literal_repeat1, + STATE(3756), 1, + sym_concatenation, + ACTIONS(6637), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5875), 2, - sym_test_operator, - sym__special_character, - ACTIONS(5879), 2, + ACTIONS(6643), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5887), 2, + ACTIONS(6651), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1223), 9, + STATE(3632), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150841,44 +170609,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113257] = 17, - ACTIONS(3), 1, + [131395] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(324), 1, + ACTIONS(4235), 1, + anon_sym_DOLLAR, + ACTIONS(4241), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(4243), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(4247), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + ACTIONS(4257), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(4259), 1, + sym_word, + ACTIONS(4261), 1, + sym_test_operator, + ACTIONS(6639), 1, + sym__special_character, + ACTIONS(6641), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(6645), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(6647), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, - sym_word, - ACTIONS(6449), 1, - anon_sym_DOLLAR, - ACTIONS(6455), 1, - sym__comment_word, - ACTIONS(1027), 2, + ACTIONS(6649), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3663), 1, + aux_sym__literal_repeat1, + STATE(3720), 1, + sym_concatenation, + ACTIONS(6637), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(6651), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6453), 2, + ACTIONS(6653), 2, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(3641), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150888,44 +170659,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113321] = 17, - ACTIONS(3), 1, + [131464] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5456), 1, + ACTIONS(3510), 1, + anon_sym_DOLLAR, + ACTIONS(3514), 1, anon_sym_DQUOTE, - ACTIONS(5460), 1, + ACTIONS(3518), 1, aux_sym_number_token1, - ACTIONS(5462), 1, + ACTIONS(3520), 1, aux_sym_number_token2, - ACTIONS(5464), 1, + ACTIONS(3522), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5466), 1, + ACTIONS(3524), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5468), 1, + ACTIONS(3526), 1, anon_sym_BQUOTE, - ACTIONS(5470), 1, + ACTIONS(3528), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5476), 1, + ACTIONS(3534), 1, sym__brace_start, - ACTIONS(6457), 1, + ACTIONS(3538), 1, sym_word, - ACTIONS(6459), 1, - anon_sym_DOLLAR, - ACTIONS(6465), 1, - sym__comment_word, - ACTIONS(5450), 2, + ACTIONS(3542), 1, + sym_test_operator, + ACTIONS(6635), 1, + sym__special_character, + STATE(3432), 1, + aux_sym__literal_repeat1, + STATE(3572), 1, + sym_concatenation, + ACTIONS(3508), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5472), 2, + ACTIONS(3530), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6461), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6463), 2, + ACTIONS(3540), 2, sym_raw_string, sym_ansi_c_string, - STATE(3098), 9, + STATE(3320), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150935,44 +170709,46 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113385] = 17, + [131533] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(271), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(279), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(281), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(283), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(285), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, - anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(289), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(295), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + ACTIONS(6498), 1, sym_word, - ACTIONS(6071), 1, - sym__comment_word, - ACTIONS(6467), 1, - anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(6506), 1, + sym_test_operator, + ACTIONS(6655), 1, + anon_sym_RBRACK, + ACTIONS(258), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(291), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, - sym_test_operator, + ACTIONS(6502), 2, sym__special_character, - ACTIONS(6069), 2, + sym__comment_word, + ACTIONS(6504), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(2003), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -150982,44 +170758,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113449] = 17, - ACTIONS(3), 1, + [131600] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(3707), 1, + sym_word, + ACTIONS(3711), 1, + anon_sym_DOLLAR, + ACTIONS(3713), 1, + sym__special_character, + ACTIONS(3715), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(3719), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(3721), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(3723), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(3725), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(3727), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(3729), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(3733), 1, + sym_test_operator, + ACTIONS(3735), 1, sym__brace_start, - ACTIONS(6063), 1, - sym_word, - ACTIONS(6071), 1, - sym__comment_word, - ACTIONS(6469), 1, - anon_sym_DOLLAR, - ACTIONS(4381), 2, + STATE(3466), 1, + aux_sym__literal_repeat1, + STATE(3612), 1, + sym_concatenation, + ACTIONS(3709), 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, + ACTIONS(3717), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + ACTIONS(3731), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(3400), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151029,93 +170808,134 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113513] = 19, - ACTIONS(63), 1, + [131669] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(3711), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(3713), 1, + sym__special_character, + ACTIONS(3715), 1, + anon_sym_DQUOTE, + ACTIONS(3719), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(3721), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(3723), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(3725), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(3727), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(3729), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6471), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1716), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(3735), 1, + sym__brace_start, + ACTIONS(3743), 1, + sym_word, + ACTIONS(3747), 1, + sym_test_operator, + STATE(3498), 1, + aux_sym__literal_repeat1, + STATE(3593), 1, + sym_concatenation, + ACTIONS(3709), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3731), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(3745), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3369), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [113581] = 17, + sym_process_substitution, + [131738] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2204), 1, + ACTIONS(6657), 1, + aux_sym_concatenation_token1, + ACTIONS(6660), 1, + sym__concat, + STATE(2583), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1109), 4, + sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1107), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_BQUOTE, + [131781] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2802), 1, anon_sym_DOLLAR, - ACTIONS(2210), 1, + ACTIONS(2808), 1, aux_sym_number_token1, - ACTIONS(2212), 1, + ACTIONS(2810), 1, aux_sym_number_token2, - ACTIONS(2216), 1, + ACTIONS(2814), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2228), 1, + ACTIONS(2824), 1, sym__brace_start, - ACTIONS(6473), 1, + ACTIONS(2962), 1, sym_word, - ACTIONS(6479), 1, + ACTIONS(2964), 1, + sym_test_operator, + ACTIONS(6537), 1, anon_sym_DQUOTE, - ACTIONS(6483), 1, + ACTIONS(6541), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6485), 1, + ACTIONS(6543), 1, anon_sym_BQUOTE, - ACTIONS(6487), 1, + ACTIONS(6545), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6491), 1, - sym__comment_word, - ACTIONS(6475), 2, + ACTIONS(6663), 1, + sym__special_character, + STATE(2911), 1, + aux_sym__literal_repeat1, + STATE(3113), 1, + sym_concatenation, + ACTIONS(6533), 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(6547), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(1164), 9, + ACTIONS(6665), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3016), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151125,44 +170945,46 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113645] = 17, + [131850] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(5280), 1, + ACTIONS(271), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(279), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(281), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(283), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(285), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, - anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(289), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(295), 1, sym__brace_start, - ACTIONS(6135), 1, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + ACTIONS(6498), 1, sym_word, - ACTIONS(6143), 1, - sym__comment_word, - ACTIONS(6493), 1, - anon_sym_DOLLAR, - ACTIONS(5274), 2, + ACTIONS(6506), 1, + sym_test_operator, + ACTIONS(6667), 1, + anon_sym_RBRACK, + ACTIONS(258), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(291), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6139), 2, - sym_test_operator, + ACTIONS(6502), 2, sym__special_character, - ACTIONS(6141), 2, + sym__comment_word, + ACTIONS(6504), 2, sym_raw_string, sym_ansi_c_string, - STATE(2574), 9, + STATE(2003), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151172,93 +170994,134 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113709] = 19, - ACTIONS(63), 1, + [131917] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(2798), 1, + sym_word, + ACTIONS(2802), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(2808), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(2810), 1, aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(2814), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(2822), 1, + sym_test_operator, + ACTIONS(2824), 1, + sym__brace_start, + ACTIONS(6537), 1, + anon_sym_DQUOTE, + ACTIONS(6541), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6543), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6545), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6495), 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(1708), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(6663), 1, + sym__special_character, + STATE(2904), 1, + aux_sym__literal_repeat1, + STATE(3143), 1, + sym_concatenation, + ACTIONS(6533), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6547), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6669), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3013), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [113777] = 17, + sym_process_substitution, + [131986] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(709), 1, + ACTIONS(6412), 1, + aux_sym_concatenation_token1, + ACTIONS(6414), 1, + sym__concat, + STATE(2615), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3465), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(3463), 23, + anon_sym_SEMI, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [132029] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5648), 1, anon_sym_DOLLAR, - ACTIONS(713), 1, + ACTIONS(5650), 1, + sym__special_character, + ACTIONS(5652), 1, anon_sym_DQUOTE, - ACTIONS(717), 1, + ACTIONS(5656), 1, aux_sym_number_token1, - ACTIONS(719), 1, + ACTIONS(5658), 1, aux_sym_number_token2, - ACTIONS(721), 1, + ACTIONS(5660), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(723), 1, + ACTIONS(5662), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(725), 1, + ACTIONS(5664), 1, anon_sym_BQUOTE, - ACTIONS(727), 1, + ACTIONS(5666), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(737), 1, + ACTIONS(5676), 1, sym__brace_start, - ACTIONS(6075), 1, + ACTIONS(6671), 1, sym_word, - ACTIONS(6083), 1, - sym__comment_word, - ACTIONS(693), 2, + ACTIONS(6675), 1, + sym_test_operator, + STATE(1128), 1, + aux_sym__literal_repeat1, + STATE(1257), 1, + sym_concatenation, + ACTIONS(5644), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(729), 2, + ACTIONS(5668), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6079), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6081), 2, + ACTIONS(6673), 2, sym_raw_string, sym_ansi_c_string, - STATE(732), 9, + STATE(798), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151268,91 +171131,100 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113841] = 17, + [132098] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(4629), 1, + ACTIONS(6605), 1, + anon_sym_LPAREN, + ACTIONS(6607), 1, + aux_sym__c_word_token1, + ACTIONS(6609), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(6611), 1, + anon_sym_DOLLAR, + ACTIONS(6613), 1, anon_sym_DQUOTE, - ACTIONS(4633), 1, + ACTIONS(6615), 1, aux_sym_number_token1, - ACTIONS(4635), 1, + ACTIONS(6617), 1, aux_sym_number_token2, - ACTIONS(4637), 1, + ACTIONS(6619), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4639), 1, + ACTIONS(6621), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4641), 1, + ACTIONS(6623), 1, anon_sym_BQUOTE, - ACTIONS(4643), 1, + ACTIONS(6625), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4653), 1, - sym__brace_start, - ACTIONS(6497), 1, - sym_word, - ACTIONS(6499), 1, - anon_sym_DOLLAR, - ACTIONS(6505), 1, - sym__comment_word, - ACTIONS(4621), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4645), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6501), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6503), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(3075), 9, - sym_arithmetic_expansion, - sym_brace_expression, + STATE(2285), 1, + sym__c_binary_expression, + STATE(2329), 1, + sym__c_unary_expression, + STATE(2331), 1, + sym__c_postfix_expression, + STATE(2767), 1, + sym__c_terminator, + STATE(4087), 1, + sym__c_expression, + STATE(4199), 1, + sym__c_variable_assignment, + STATE(4866), 1, + sym__for_body, + ACTIONS(6601), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(6603), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2324), 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, - [113905] = 17, - ACTIONS(3), 1, + [132173] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(1709), 1, + ACTIONS(2473), 1, + anon_sym_DOLLAR, + ACTIONS(2479), 1, aux_sym_number_token1, - ACTIONS(1711), 1, + ACTIONS(2481), 1, aux_sym_number_token2, - ACTIONS(1715), 1, + ACTIONS(2485), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1729), 1, + ACTIONS(2495), 1, sym__brace_start, - ACTIONS(4493), 1, + ACTIONS(2772), 1, + sym_word, + ACTIONS(2774), 1, + sym_test_operator, + ACTIONS(6679), 1, + sym__special_character, + ACTIONS(6681), 1, anon_sym_DQUOTE, - ACTIONS(4497), 1, + ACTIONS(6685), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4499), 1, + ACTIONS(6687), 1, anon_sym_BQUOTE, - ACTIONS(4501), 1, + ACTIONS(6689), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5927), 1, - sym_word, - ACTIONS(5935), 1, - sym__comment_word, - ACTIONS(6507), 1, - anon_sym_DOLLAR, - ACTIONS(4487), 2, + STATE(2912), 1, + aux_sym__literal_repeat1, + STATE(3156), 1, + sym_concatenation, + ACTIONS(6677), 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, + ACTIONS(6683), 2, sym_raw_string, sym_ansi_c_string, - STATE(1000), 9, + ACTIONS(6691), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(2972), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151362,44 +171234,46 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [113969] = 17, + [132242] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4629), 1, + ACTIONS(271), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, anon_sym_DQUOTE, - ACTIONS(4633), 1, + ACTIONS(279), 1, aux_sym_number_token1, - ACTIONS(4635), 1, + ACTIONS(281), 1, aux_sym_number_token2, - ACTIONS(4637), 1, + ACTIONS(283), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4639), 1, + ACTIONS(285), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4641), 1, - anon_sym_BQUOTE, - ACTIONS(4643), 1, + ACTIONS(289), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4653), 1, + ACTIONS(295), 1, sym__brace_start, - ACTIONS(6497), 1, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + ACTIONS(6498), 1, sym_word, - ACTIONS(6505), 1, - sym__comment_word, - ACTIONS(6509), 1, - anon_sym_DOLLAR, - ACTIONS(4621), 2, + ACTIONS(6506), 1, + sym_test_operator, + ACTIONS(6693), 1, + anon_sym_RBRACK, + ACTIONS(258), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4645), 2, + ACTIONS(291), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6501), 2, - sym_test_operator, + ACTIONS(6502), 2, sym__special_character, - ACTIONS(6503), 2, + sym__comment_word, + ACTIONS(6504), 2, sym_raw_string, sym_ansi_c_string, - STATE(3075), 9, + STATE(2003), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151409,44 +171283,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114033] = 17, - ACTIONS(3), 1, + [132309] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(4661), 1, + ACTIONS(2802), 1, anon_sym_DOLLAR, - ACTIONS(4665), 1, - anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(2808), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(2810), 1, aux_sym_number_token2, - ACTIONS(4673), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(2814), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, - anon_sym_BQUOTE, - ACTIONS(4679), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(2824), 1, sym__brace_start, - ACTIONS(6125), 1, + ACTIONS(3015), 1, sym_word, - ACTIONS(6133), 1, - sym__comment_word, - ACTIONS(4657), 2, + ACTIONS(3019), 1, + sym_test_operator, + ACTIONS(6535), 1, + sym__special_character, + ACTIONS(6537), 1, + anon_sym_DQUOTE, + ACTIONS(6541), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6543), 1, + anon_sym_BQUOTE, + ACTIONS(6545), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2904), 1, + aux_sym__literal_repeat1, + STATE(3143), 1, + sym_concatenation, + ACTIONS(6533), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(6547), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6129), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6131), 2, + ACTIONS(6695), 2, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + STATE(3001), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151456,93 +171333,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114097] = 19, - ACTIONS(63), 1, + [132378] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, + ACTIONS(6575), 1, anon_sym_DOLLAR, - ACTIONS(5901), 1, + ACTIONS(6577), 1, + sym__special_character, + ACTIONS(6579), 1, + anon_sym_DQUOTE, + ACTIONS(6583), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(6585), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(6589), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, + ACTIONS(6591), 1, anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(6593), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6511), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1642), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [114165] = 17, - 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, + ACTIONS(6599), 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, + ACTIONS(6697), 1, sym_word, - ACTIONS(5935), 1, - sym__comment_word, - ACTIONS(6513), 1, - anon_sym_DOLLAR, - ACTIONS(4487), 2, + ACTIONS(6701), 1, + sym_test_operator, + STATE(4053), 1, + aux_sym__literal_repeat1, + STATE(4158), 1, + sym_concatenation, + ACTIONS(6573), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4503), 2, + ACTIONS(6595), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5931), 2, - sym_test_operator, - sym__special_character, - ACTIONS(5933), 2, + ACTIONS(6699), 2, sym_raw_string, sym_ansi_c_string, - STATE(1000), 9, + STATE(4028), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151552,44 +171383,46 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114229] = 17, + [132447] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(365), 1, + ACTIONS(271), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(279), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(281), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(283), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(285), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(289), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(295), 1, sym__brace_start, - ACTIONS(3215), 1, + ACTIONS(4057), 1, anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(6498), 1, sym_word, - ACTIONS(5312), 1, - sym__comment_word, - ACTIONS(6515), 1, - anon_sym_DOLLAR, - ACTIONS(348), 2, + ACTIONS(6506), 1, + sym_test_operator, + ACTIONS(6703), 1, + anon_sym_RBRACK, + ACTIONS(258), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(291), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5314), 2, + ACTIONS(6502), 2, + sym__special_character, + sym__comment_word, + ACTIONS(6504), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5316), 2, - sym_test_operator, - sym__special_character, - STATE(1539), 9, + STATE(2003), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151599,50 +171432,52 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114293] = 21, + [132514] = 22, ACTIONS(3), 1, sym_comment, - ACTIONS(5426), 1, + ACTIONS(6605), 1, anon_sym_LPAREN, - ACTIONS(5428), 1, + ACTIONS(6607), 1, aux_sym__c_word_token1, - ACTIONS(5432), 1, + ACTIONS(6609), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(6611), 1, anon_sym_DOLLAR, - ACTIONS(5434), 1, + ACTIONS(6613), 1, anon_sym_DQUOTE, - ACTIONS(5436), 1, + ACTIONS(6615), 1, aux_sym_number_token1, - ACTIONS(5438), 1, + ACTIONS(6617), 1, aux_sym_number_token2, - ACTIONS(5440), 1, + ACTIONS(6619), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5442), 1, + ACTIONS(6621), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5444), 1, + ACTIONS(6623), 1, anon_sym_BQUOTE, - ACTIONS(5446), 1, + ACTIONS(6625), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6519), 1, - aux_sym_heredoc_redirect_token1, - STATE(1924), 1, + STATE(2285), 1, sym__c_binary_expression, - STATE(1925), 1, - sym__c_postfix_expression, - STATE(1968), 1, + STATE(2329), 1, sym__c_unary_expression, - STATE(2542), 1, + STATE(2331), 1, + sym__c_postfix_expression, + STATE(2767), 1, sym__c_terminator, - STATE(3628), 1, + STATE(4087), 1, sym__c_expression, - STATE(3772), 1, + STATE(4199), 1, sym__c_variable_assignment, - ACTIONS(5424), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - ACTIONS(6517), 2, + STATE(4565), 1, + sym__for_body, + ACTIONS(6601), 2, anon_sym_SEMI, anon_sym_AMP, - STATE(1928), 7, + ACTIONS(6603), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2324), 7, sym__c_expression_not_assignment, sym__c_parenthesized_expression, sym_string, @@ -151650,93 +171485,47 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [114365] = 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(6521), 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(1747), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [114433] = 17, - ACTIONS(3), 1, + [132589] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5660), 1, + ACTIONS(5880), 1, anon_sym_DOLLAR, - ACTIONS(5664), 1, + ACTIONS(5882), 1, + sym__special_character, + ACTIONS(5884), 1, anon_sym_DQUOTE, - ACTIONS(5668), 1, + ACTIONS(5888), 1, aux_sym_number_token1, - ACTIONS(5670), 1, + ACTIONS(5890), 1, aux_sym_number_token2, - ACTIONS(5672), 1, + ACTIONS(5892), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5674), 1, + ACTIONS(5894), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5676), 1, + ACTIONS(5896), 1, anon_sym_BQUOTE, - ACTIONS(5678), 1, + ACTIONS(5898), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5684), 1, + ACTIONS(5908), 1, sym__brace_start, - ACTIONS(6427), 1, + ACTIONS(6705), 1, sym_word, - ACTIONS(6435), 1, - sym__comment_word, - ACTIONS(5658), 2, + ACTIONS(6709), 1, + sym_test_operator, + STATE(1421), 1, + aux_sym__literal_repeat1, + STATE(1526), 1, + sym_concatenation, + ACTIONS(5876), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5680), 2, + ACTIONS(5900), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6431), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6433), 2, + ACTIONS(6707), 2, sym_raw_string, sym_ansi_c_string, - STATE(3495), 9, + STATE(1168), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151746,93 +171535,130 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114497] = 19, - ACTIONS(63), 1, + [132658] = 9, + 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, - 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(6523), 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(1743), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [114565] = 17, + ACTIONS(3008), 1, + anon_sym_LT_LT_LT, + ACTIONS(6717), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(6719), 1, + sym_file_descriptor, + ACTIONS(3002), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(6715), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2617), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(6713), 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(6711), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP, + [132707] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(5280), 1, + ACTIONS(3006), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3008), 1, + anon_sym_LT_LT_LT, + ACTIONS(6719), 1, + sym_file_descriptor, + ACTIONS(2998), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(3000), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3002), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3004), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(6715), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(2768), 4, + anon_sym_esac, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + STATE(2597), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(6713), 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, + [132762] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6575), 1, + anon_sym_DOLLAR, + ACTIONS(6577), 1, + sym__special_character, + ACTIONS(6579), 1, anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(6583), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(6585), 1, aux_sym_number_token2, - ACTIONS(5288), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(6589), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, + ACTIONS(6591), 1, anon_sym_BQUOTE, - ACTIONS(5294), 1, + ACTIONS(6593), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(6599), 1, sym__brace_start, - ACTIONS(6135), 1, + ACTIONS(6721), 1, sym_word, - ACTIONS(6143), 1, - sym__comment_word, - ACTIONS(6525), 1, - anon_sym_DOLLAR, - ACTIONS(5274), 2, + ACTIONS(6725), 1, + sym_test_operator, + STATE(4049), 1, + aux_sym__literal_repeat1, + STATE(4184), 1, + sym_concatenation, + ACTIONS(6573), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, + ACTIONS(6595), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6139), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6141), 2, + ACTIONS(6723), 2, sym_raw_string, sym_ansi_c_string, - STATE(2574), 9, + STATE(4032), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151842,44 +171668,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114629] = 17, - ACTIONS(3), 1, + [132831] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5456), 1, - anon_sym_DQUOTE, - ACTIONS(5460), 1, + ACTIONS(2469), 1, + sym_word, + ACTIONS(2473), 1, + anon_sym_DOLLAR, + ACTIONS(2479), 1, aux_sym_number_token1, - ACTIONS(5462), 1, + ACTIONS(2481), 1, aux_sym_number_token2, - ACTIONS(5464), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5466), 1, + ACTIONS(2485), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5468), 1, + ACTIONS(2493), 1, + sym_test_operator, + ACTIONS(2495), 1, + sym__brace_start, + ACTIONS(6681), 1, + anon_sym_DQUOTE, + ACTIONS(6685), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6687), 1, anon_sym_BQUOTE, - ACTIONS(5470), 1, + ACTIONS(6689), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5476), 1, - sym__brace_start, - ACTIONS(6457), 1, - sym_word, - ACTIONS(6465), 1, - sym__comment_word, - ACTIONS(6527), 1, - anon_sym_DOLLAR, - ACTIONS(5450), 2, + ACTIONS(6727), 1, + sym__special_character, + STATE(2912), 1, + aux_sym__literal_repeat1, + STATE(3156), 1, + sym_concatenation, + ACTIONS(6677), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5472), 2, + ACTIONS(6691), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6461), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6463), 2, + ACTIONS(6729), 2, sym_raw_string, sym_ansi_c_string, - STATE(3098), 9, + STATE(2824), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151889,44 +171718,90 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114693] = 17, + [132900] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, + ACTIONS(3008), 1, + anon_sym_LT_LT_LT, + ACTIONS(3025), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(6719), 1, + sym_file_descriptor, + ACTIONS(3000), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3002), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3004), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3021), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(6715), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(3023), 4, + anon_sym_esac, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + STATE(2597), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(6713), 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, + [132955] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5820), 1, + anon_sym_DOLLAR, + ACTIONS(5822), 1, + sym__special_character, + ACTIONS(5824), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5828), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5830), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5836), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5848), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(6731), 1, sym_word, - ACTIONS(6111), 1, - sym__comment_word, - ACTIONS(6529), 1, - anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(6735), 1, + sym_test_operator, + STATE(2385), 1, + aux_sym__literal_repeat1, + STATE(2504), 1, + sym_concatenation, + ACTIONS(5816), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5840), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6109), 2, + ACTIONS(6733), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(2340), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -151936,91 +171811,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114757] = 17, - ACTIONS(3), 1, + [133024] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5276), 1, + ACTIONS(2473), 1, anon_sym_DOLLAR, - ACTIONS(5280), 1, - anon_sym_DQUOTE, - ACTIONS(5284), 1, + ACTIONS(2479), 1, aux_sym_number_token1, - ACTIONS(5286), 1, + ACTIONS(2481), 1, aux_sym_number_token2, - ACTIONS(5288), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5290), 1, + ACTIONS(2485), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5292), 1, - anon_sym_BQUOTE, - ACTIONS(5294), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5300), 1, + ACTIONS(2495), 1, sym__brace_start, - ACTIONS(6135), 1, + ACTIONS(2497), 1, sym_word, - ACTIONS(6143), 1, - sym__comment_word, - ACTIONS(5274), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5296), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6139), 2, + ACTIONS(2499), 1, sym_test_operator, - sym__special_character, - ACTIONS(6141), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2574), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [114821] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4665), 1, + ACTIONS(6681), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, - aux_sym_number_token1, - ACTIONS(4671), 1, - aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(6685), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(6687), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(6689), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, - sym__brace_start, - ACTIONS(6125), 1, - sym_word, - ACTIONS(6133), 1, - sym__comment_word, - ACTIONS(6531), 1, - anon_sym_DOLLAR, - ACTIONS(4657), 2, + ACTIONS(6727), 1, + sym__special_character, + STATE(2939), 1, + aux_sym__literal_repeat1, + STATE(3202), 1, + sym_concatenation, + ACTIONS(6677), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(6691), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6129), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6131), 2, + ACTIONS(6737), 2, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + STATE(2806), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152030,44 +171861,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114885] = 17, - ACTIONS(3), 1, + [133093] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(4665), 1, + ACTIONS(5820), 1, + anon_sym_DOLLAR, + ACTIONS(5822), 1, + sym__special_character, + ACTIONS(5824), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(5828), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(5830), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(5832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(5834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(5836), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(5838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(5848), 1, sym__brace_start, - ACTIONS(6125), 1, + ACTIONS(6739), 1, sym_word, - ACTIONS(6133), 1, - sym__comment_word, - ACTIONS(6533), 1, - anon_sym_DOLLAR, - ACTIONS(4657), 2, + ACTIONS(6743), 1, + sym_test_operator, + STATE(2433), 1, + aux_sym__literal_repeat1, + STATE(2523), 1, + sym_concatenation, + ACTIONS(5816), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(5840), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6129), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6131), 2, + ACTIONS(6741), 2, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + STATE(2307), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152077,44 +171911,46 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [114949] = 17, + [133162] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(365), 1, + ACTIONS(271), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(279), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(281), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(283), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(285), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(289), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(295), 1, sym__brace_start, - ACTIONS(3215), 1, + ACTIONS(4057), 1, anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(6498), 1, sym_word, - ACTIONS(5312), 1, - sym__comment_word, - ACTIONS(6535), 1, - anon_sym_DOLLAR, - ACTIONS(348), 2, + ACTIONS(6506), 1, + sym_test_operator, + ACTIONS(6745), 1, + anon_sym_RBRACK, + ACTIONS(258), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(291), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5314), 2, + ACTIONS(6502), 2, + sym__special_character, + sym__comment_word, + ACTIONS(6504), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5316), 2, - sym_test_operator, - sym__special_character, - STATE(1539), 9, + STATE(2003), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152124,44 +171960,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115013] = 17, - ACTIONS(3), 1, + [133229] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(1789), 1, + ACTIONS(2473), 1, anon_sym_DOLLAR, - ACTIONS(1795), 1, + ACTIONS(2479), 1, aux_sym_number_token1, - ACTIONS(1797), 1, + ACTIONS(2481), 1, aux_sym_number_token2, - ACTIONS(1801), 1, + ACTIONS(2485), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1815), 1, + ACTIONS(2495), 1, sym__brace_start, - ACTIONS(4353), 1, + ACTIONS(2706), 1, + sym_word, + ACTIONS(2710), 1, + sym_test_operator, + ACTIONS(6679), 1, + sym__special_character, + ACTIONS(6681), 1, anon_sym_DQUOTE, - ACTIONS(4357), 1, + ACTIONS(6685), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4359), 1, + ACTIONS(6687), 1, anon_sym_BQUOTE, - ACTIONS(4361), 1, + ACTIONS(6689), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6537), 1, - sym_word, - ACTIONS(6543), 1, - sym__comment_word, - ACTIONS(4347), 2, + STATE(2939), 1, + aux_sym__literal_repeat1, + STATE(3202), 1, + sym_concatenation, + ACTIONS(6677), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4363), 2, + ACTIONS(6691), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6539), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6541), 2, + ACTIONS(6747), 2, sym_raw_string, sym_ansi_c_string, - STATE(951), 9, + STATE(2974), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152171,44 +172010,84 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115077] = 17, + [133298] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(365), 1, + ACTIONS(6753), 1, + sym_variable_name, + STATE(4503), 1, + sym_subscript, + ACTIONS(6751), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(2561), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6749), 23, + anon_sym_SEMI, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [133341] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5880), 1, + anon_sym_DOLLAR, + ACTIONS(5882), 1, + sym__special_character, + ACTIONS(5884), 1, anon_sym_DQUOTE, - ACTIONS(369), 1, + ACTIONS(5888), 1, aux_sym_number_token1, - ACTIONS(371), 1, + ACTIONS(5890), 1, aux_sym_number_token2, - ACTIONS(373), 1, + ACTIONS(5892), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(375), 1, + ACTIONS(5894), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(379), 1, + ACTIONS(5896), 1, + anon_sym_BQUOTE, + ACTIONS(5898), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(385), 1, + ACTIONS(5908), 1, sym__brace_start, - ACTIONS(3215), 1, - anon_sym_BQUOTE, - ACTIONS(5308), 1, + ACTIONS(6755), 1, sym_word, - ACTIONS(5312), 1, - sym__comment_word, - ACTIONS(6545), 1, - anon_sym_DOLLAR, - ACTIONS(348), 2, + ACTIONS(6759), 1, + sym_test_operator, + STATE(1461), 1, + aux_sym__literal_repeat1, + STATE(1510), 1, + sym_concatenation, + ACTIONS(5876), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(381), 2, + ACTIONS(5900), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5314), 2, + ACTIONS(6757), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(5316), 2, - sym_test_operator, - sym__special_character, - STATE(1539), 9, + STATE(1197), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152218,44 +172097,46 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115141] = 17, + [133410] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(271), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(279), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(281), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(283), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(285), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, - anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(289), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(295), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + ACTIONS(6498), 1, sym_word, - ACTIONS(6071), 1, - sym__comment_word, - ACTIONS(6547), 1, - anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(6506), 1, + sym_test_operator, + ACTIONS(6761), 1, + anon_sym_RBRACK, + ACTIONS(258), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(291), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, - sym_test_operator, + ACTIONS(6502), 2, sym__special_character, - ACTIONS(6069), 2, + sym__comment_word, + ACTIONS(6504), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(2003), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152265,44 +172146,84 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115205] = 17, + [133477] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(6763), 1, + aux_sym_concatenation_token1, + ACTIONS(6766), 1, + sym__concat, + STATE(2610), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1109), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1107), 23, + anon_sym_SEMI, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [133520] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5598), 1, + anon_sym_DOLLAR, + ACTIONS(5602), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(5606), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(5608), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(5610), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(5612), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(5614), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(5616), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(5626), 1, sym__brace_start, - ACTIONS(6063), 1, - sym_word, - ACTIONS(6071), 1, - sym__comment_word, - ACTIONS(6549), 1, - anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(5946), 1, + sym__special_character, + ACTIONS(6769), 1, + sym_word, + ACTIONS(6773), 1, + sym_test_operator, + STATE(1384), 1, + aux_sym__literal_repeat1, + STATE(1555), 1, + sym_concatenation, + ACTIONS(5594), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(5618), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6069), 2, + ACTIONS(6771), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(1676), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152312,44 +172233,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115269] = 17, - ACTIONS(3), 1, + [133589] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5368), 1, + ACTIONS(5397), 1, + anon_sym_DOLLAR, + ACTIONS(5399), 1, + sym__special_character, + ACTIONS(5401), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5405), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5407), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5409), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5411), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5413), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5415), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5425), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(6775), 1, sym_word, - ACTIONS(6111), 1, - sym__comment_word, - ACTIONS(6551), 1, - anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(6779), 1, + sym_test_operator, + STATE(1224), 1, + aux_sym__literal_repeat1, + STATE(1403), 1, + sym_concatenation, + ACTIONS(5393), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5417), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6109), 2, + ACTIONS(6777), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(946), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152359,44 +172283,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115333] = 17, - ACTIONS(3), 1, + [133658] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(5368), 1, + ACTIONS(5598), 1, + anon_sym_DOLLAR, + ACTIONS(5602), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(5606), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(5608), 1, aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(5610), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(5612), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(5614), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(5616), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, + ACTIONS(5626), 1, sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(5946), 1, + sym__special_character, + ACTIONS(6781), 1, sym_word, - ACTIONS(6111), 1, - sym__comment_word, - ACTIONS(6553), 1, - anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(6785), 1, + sym_test_operator, + STATE(1442), 1, + aux_sym__literal_repeat1, + STATE(1546), 1, + sym_concatenation, + ACTIONS(5594), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(5618), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6109), 2, + ACTIONS(6783), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(1659), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152406,44 +172333,120 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115397] = 17, + [133727] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6412), 1, + aux_sym_concatenation_token1, + ACTIONS(6787), 1, + sym__concat, + STATE(2610), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1121), 23, + anon_sym_SEMI, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [133770] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6412), 1, + aux_sym_concatenation_token1, + ACTIONS(6789), 1, + sym__concat, + STATE(2610), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1101), 23, + anon_sym_SEMI, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [133813] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(318), 1, + ACTIONS(271), 1, anon_sym_DOLLAR, - ACTIONS(324), 1, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(281), 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(283), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, + ACTIONS(285), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(289), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(4057), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(6498), 1, sym_word, - ACTIONS(6455), 1, - sym__comment_word, - ACTIONS(1027), 2, + ACTIONS(6506), 1, + sym_test_operator, + ACTIONS(6791), 1, + anon_sym_RBRACK, + ACTIONS(258), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(291), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, - sym_test_operator, + ACTIONS(6502), 2, sym__special_character, - ACTIONS(6453), 2, + sym__comment_word, + ACTIONS(6504), 2, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(2003), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152453,44 +172456,87 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115461] = 17, + [133880] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(324), 1, + ACTIONS(6804), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(6806), 1, + anon_sym_LT_LT_LT, + ACTIONS(6809), 1, + sym_file_descriptor, + ACTIONS(6795), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(6801), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2617), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(6798), 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(6793), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_esac, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, + anon_sym_AMP, + [133929] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(2802), 1, + anon_sym_DOLLAR, + ACTIONS(2808), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(2810), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(2814), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + ACTIONS(2824), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(3027), 1, + sym_word, + ACTIONS(3031), 1, + sym_test_operator, + ACTIONS(6537), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(6541), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(6543), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, - sym_word, - ACTIONS(6455), 1, - sym__comment_word, - ACTIONS(6555), 1, - anon_sym_DOLLAR, - ACTIONS(1027), 2, + ACTIONS(6545), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6812), 1, + sym__special_character, + STATE(2911), 1, + aux_sym__literal_repeat1, + STATE(3113), 1, + sym_concatenation, + ACTIONS(6533), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(6547), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6453), 2, + ACTIONS(6814), 2, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(3116), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152500,44 +172546,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115525] = 17, - ACTIONS(3), 1, + [133998] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(45), 1, + ACTIONS(6816), 1, + sym_word, + ACTIONS(6820), 1, + anon_sym_DOLLAR, + ACTIONS(6822), 1, + sym__special_character, + ACTIONS(6824), 1, anon_sym_DQUOTE, - ACTIONS(49), 1, + ACTIONS(6828), 1, aux_sym_number_token1, - ACTIONS(51), 1, + ACTIONS(6830), 1, aux_sym_number_token2, - ACTIONS(53), 1, + ACTIONS(6832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(55), 1, + ACTIONS(6834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(57), 1, + ACTIONS(6836), 1, anon_sym_BQUOTE, - ACTIONS(59), 1, + ACTIONS(6838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(71), 1, + ACTIONS(6842), 1, + sym_test_operator, + ACTIONS(6844), 1, sym__brace_start, - ACTIONS(6379), 1, - sym_word, - ACTIONS(6385), 1, - sym__comment_word, - ACTIONS(6557), 1, - anon_sym_DOLLAR, - ACTIONS(13), 2, + STATE(1870), 1, + aux_sym__literal_repeat1, + STATE(1963), 1, + sym_concatenation, + ACTIONS(6818), 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, + ACTIONS(6826), 2, sym_raw_string, sym_ansi_c_string, - STATE(867), 9, + ACTIONS(6840), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1692), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152547,44 +172596,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115589] = 17, - ACTIONS(3), 1, + [134067] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(4982), 1, + ACTIONS(6820), 1, + anon_sym_DOLLAR, + ACTIONS(6822), 1, + sym__special_character, + ACTIONS(6824), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(6828), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(6830), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(6832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(6834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(6836), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(6838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5002), 1, + ACTIONS(6844), 1, sym__brace_start, - ACTIONS(6339), 1, + ACTIONS(6846), 1, sym_word, - ACTIONS(6345), 1, - sym__comment_word, - ACTIONS(6559), 1, - anon_sym_DOLLAR, - ACTIONS(4974), 2, + ACTIONS(6850), 1, + sym_test_operator, + STATE(1856), 1, + aux_sym__literal_repeat1, + STATE(1976), 1, + sym_concatenation, + ACTIONS(6818), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4998), 2, + ACTIONS(6840), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6341), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6343), 2, + ACTIONS(6848), 2, sym_raw_string, sym_ansi_c_string, - STATE(2927), 9, + STATE(1683), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152594,44 +172646,46 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115653] = 17, + [134136] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(324), 1, + ACTIONS(271), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(281), 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(283), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, + ACTIONS(285), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(289), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(4057), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(6498), 1, sym_word, - ACTIONS(6455), 1, - sym__comment_word, - ACTIONS(6561), 1, - anon_sym_DOLLAR, - ACTIONS(1027), 2, + ACTIONS(6506), 1, + sym_test_operator, + ACTIONS(6852), 1, + anon_sym_RBRACK, + ACTIONS(258), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(291), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, - sym_test_operator, + ACTIONS(6502), 2, sym__special_character, - ACTIONS(6453), 2, + sym__comment_word, + ACTIONS(6504), 2, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(2003), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152641,44 +172695,83 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115717] = 17, + [134203] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6854), 1, + aux_sym_concatenation_token1, + ACTIONS(6856), 1, + sym__concat, + STATE(2787), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 24, + anon_sym_SEMI, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + sym__special_character, + [134246] = 18, ACTIONS(3), 1, sym_comment, - ACTIONS(280), 1, + ACTIONS(271), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, anon_sym_DQUOTE, - ACTIONS(284), 1, + ACTIONS(279), 1, aux_sym_number_token1, - ACTIONS(286), 1, + ACTIONS(281), 1, aux_sym_number_token2, - ACTIONS(288), 1, + ACTIONS(283), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(290), 1, + ACTIONS(285), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(292), 1, - anon_sym_BQUOTE, - ACTIONS(294), 1, + ACTIONS(289), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(304), 1, + ACTIONS(295), 1, sym__brace_start, - ACTIONS(6563), 1, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + ACTIONS(6498), 1, sym_word, - ACTIONS(6565), 1, - anon_sym_DOLLAR, - ACTIONS(6571), 1, - sym__comment_word, - ACTIONS(242), 2, + ACTIONS(6506), 1, + sym_test_operator, + ACTIONS(6858), 1, + anon_sym_RBRACK, + ACTIONS(258), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(296), 2, + ACTIONS(291), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6567), 2, - sym_test_operator, + ACTIONS(6502), 2, sym__special_character, - ACTIONS(6569), 2, + sym__comment_word, + ACTIONS(6504), 2, sym_raw_string, sym_ansi_c_string, - STATE(396), 9, + STATE(2003), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152688,44 +172781,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115781] = 17, - ACTIONS(3), 1, + [134313] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(280), 1, - anon_sym_DQUOTE, - ACTIONS(284), 1, + ACTIONS(2802), 1, + anon_sym_DOLLAR, + ACTIONS(2808), 1, aux_sym_number_token1, - ACTIONS(286), 1, + ACTIONS(2810), 1, aux_sym_number_token2, - ACTIONS(288), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(290), 1, + ACTIONS(2814), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(292), 1, - anon_sym_BQUOTE, - ACTIONS(294), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(304), 1, + ACTIONS(2824), 1, sym__brace_start, - ACTIONS(6563), 1, + ACTIONS(2929), 1, sym_word, - ACTIONS(6571), 1, - sym__comment_word, - ACTIONS(6573), 1, - anon_sym_DOLLAR, - ACTIONS(242), 2, + ACTIONS(2931), 1, + sym_test_operator, + ACTIONS(6537), 1, + anon_sym_DQUOTE, + ACTIONS(6541), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6543), 1, + anon_sym_BQUOTE, + ACTIONS(6545), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6860), 1, + sym__special_character, + STATE(2911), 1, + aux_sym__literal_repeat1, + STATE(3113), 1, + sym_concatenation, + ACTIONS(6533), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(296), 2, + ACTIONS(6547), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6567), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6569), 2, + ACTIONS(6862), 2, sym_raw_string, sym_ansi_c_string, - STATE(396), 9, + STATE(3041), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152735,44 +172831,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115845] = 17, - ACTIONS(3), 1, + [134382] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(204), 1, + ACTIONS(2802), 1, + anon_sym_DOLLAR, + ACTIONS(2808), 1, aux_sym_number_token1, - ACTIONS(206), 1, + ACTIONS(2810), 1, aux_sym_number_token2, - ACTIONS(210), 1, + ACTIONS(2814), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(224), 1, + ACTIONS(2824), 1, sym__brace_start, - ACTIONS(953), 1, + ACTIONS(2872), 1, + sym_word, + ACTIONS(2876), 1, + sym_test_operator, + ACTIONS(6537), 1, anon_sym_DQUOTE, - ACTIONS(957), 1, + ACTIONS(6541), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(959), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3253), 1, + ACTIONS(6543), 1, anon_sym_BQUOTE, - ACTIONS(6115), 1, - sym_word, - ACTIONS(6123), 1, - sym__comment_word, - ACTIONS(6575), 1, - anon_sym_DOLLAR, - ACTIONS(947), 2, + ACTIONS(6545), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6860), 1, + sym__special_character, + STATE(2904), 1, + aux_sym__literal_repeat1, + STATE(3143), 1, + sym_concatenation, + ACTIONS(6533), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(961), 2, + ACTIONS(6547), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6119), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6121), 2, + ACTIONS(6864), 2, sym_raw_string, sym_ansi_c_string, - STATE(1449), 9, + STATE(3035), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152782,44 +172881,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115909] = 17, - ACTIONS(3), 1, + [134451] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(4886), 1, - anon_sym_DQUOTE, - ACTIONS(4890), 1, + ACTIONS(2802), 1, + anon_sym_DOLLAR, + ACTIONS(2808), 1, aux_sym_number_token1, - ACTIONS(4892), 1, + ACTIONS(2810), 1, aux_sym_number_token2, - ACTIONS(4894), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4896), 1, + ACTIONS(2814), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4898), 1, - anon_sym_BQUOTE, - ACTIONS(4900), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4910), 1, + ACTIONS(2824), 1, sym__brace_start, - ACTIONS(5999), 1, + ACTIONS(3033), 1, sym_word, - ACTIONS(6005), 1, - sym__comment_word, - ACTIONS(6577), 1, - anon_sym_DOLLAR, - ACTIONS(4878), 2, + ACTIONS(3035), 1, + sym_test_operator, + ACTIONS(6537), 1, + anon_sym_DQUOTE, + ACTIONS(6541), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6543), 1, + anon_sym_BQUOTE, + ACTIONS(6545), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6812), 1, + sym__special_character, + STATE(2904), 1, + aux_sym__literal_repeat1, + STATE(3143), 1, + sym_concatenation, + ACTIONS(6533), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4902), 2, + ACTIONS(6547), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6001), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6003), 2, + ACTIONS(6866), 2, sym_raw_string, sym_ansi_c_string, - STATE(1072), 9, + STATE(3108), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152829,44 +172931,47 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [115973] = 17, - ACTIONS(3), 1, + [134520] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(4982), 1, + ACTIONS(5397), 1, + anon_sym_DOLLAR, + ACTIONS(5399), 1, + sym__special_character, + ACTIONS(5401), 1, anon_sym_DQUOTE, - ACTIONS(4986), 1, + ACTIONS(5405), 1, aux_sym_number_token1, - ACTIONS(4988), 1, + ACTIONS(5407), 1, aux_sym_number_token2, - ACTIONS(4990), 1, + ACTIONS(5409), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4992), 1, + ACTIONS(5411), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4994), 1, + ACTIONS(5413), 1, anon_sym_BQUOTE, - ACTIONS(4996), 1, + ACTIONS(5415), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5002), 1, + ACTIONS(5425), 1, sym__brace_start, - ACTIONS(6339), 1, + ACTIONS(6868), 1, sym_word, - ACTIONS(6345), 1, - sym__comment_word, - ACTIONS(6579), 1, - anon_sym_DOLLAR, - ACTIONS(4974), 2, + ACTIONS(6872), 1, + sym_test_operator, + STATE(1228), 1, + aux_sym__literal_repeat1, + STATE(1466), 1, + sym_concatenation, + ACTIONS(5393), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4998), 2, + ACTIONS(5417), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6341), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6343), 2, + ACTIONS(6870), 2, sym_raw_string, sym_ansi_c_string, - STATE(2927), 9, + STATE(951), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152876,44 +172981,115 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116037] = 17, + [134589] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6412), 1, + aux_sym_concatenation_token1, + ACTIONS(6874), 1, + sym__concat, + STATE(2610), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1121), 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_PIPE, + anon_sym_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [134631] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6876), 1, + sym__special_character, + STATE(2885), 1, + aux_sym__literal_repeat1, + ACTIONS(3465), 4, + sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3463), 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_BQUOTE, + [134671] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(413), 1, + ACTIONS(921), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(925), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(927), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(929), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(931), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(933), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(935), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, + ACTIONS(943), 1, sym__brace_start, - ACTIONS(6047), 1, + ACTIONS(6878), 1, sym_word, - ACTIONS(6055), 1, - sym__comment_word, - ACTIONS(6581), 1, + ACTIONS(6880), 1, anon_sym_DOLLAR, - ACTIONS(389), 2, + ACTIONS(6886), 1, + sym__comment_word, + ACTIONS(915), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(937), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6051), 2, + ACTIONS(6882), 2, sym_test_operator, sym__special_character, - ACTIONS(6053), 2, + ACTIONS(6884), 2, sym_raw_string, sym_ansi_c_string, - STATE(835), 9, + STATE(1487), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -152923,93 +173099,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116101] = 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(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, + [134735] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(3604), 1, - anon_sym_DOLLAR, - ACTIONS(3610), 1, + ACTIONS(2808), 1, aux_sym_number_token1, - ACTIONS(3612), 1, + ACTIONS(2810), 1, aux_sym_number_token2, - ACTIONS(3616), 1, + ACTIONS(2814), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(3628), 1, + ACTIONS(2824), 1, sym__brace_start, - ACTIONS(4171), 1, + ACTIONS(6537), 1, anon_sym_DQUOTE, - ACTIONS(4175), 1, + ACTIONS(6541), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4177), 1, + ACTIONS(6543), 1, anon_sym_BQUOTE, - ACTIONS(4179), 1, + ACTIONS(6545), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5959), 1, + ACTIONS(6888), 1, sym_word, - ACTIONS(5967), 1, + ACTIONS(6890), 1, + anon_sym_DOLLAR, + ACTIONS(6896), 1, sym__comment_word, - ACTIONS(4165), 2, + ACTIONS(6533), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4181), 2, + ACTIONS(6547), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5963), 2, + ACTIONS(6892), 2, sym_test_operator, sym__special_character, - ACTIONS(5965), 2, + ACTIONS(6894), 2, sym_raw_string, sym_ansi_c_string, - STATE(3762), 9, + STATE(2980), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153019,142 +173146,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, + [134799] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(101), 1, + ACTIONS(5880), 1, + anon_sym_DOLLAR, + ACTIONS(5884), 1, anon_sym_DQUOTE, - ACTIONS(105), 1, + ACTIONS(5888), 1, aux_sym_number_token1, - ACTIONS(107), 1, + ACTIONS(5890), 1, aux_sym_number_token2, - ACTIONS(109), 1, + ACTIONS(5892), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(111), 1, + ACTIONS(5894), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(113), 1, + ACTIONS(5896), 1, anon_sym_BQUOTE, - ACTIONS(115), 1, + ACTIONS(5898), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(125), 1, + ACTIONS(5908), 1, sym__brace_start, - ACTIONS(6331), 1, + ACTIONS(6898), 1, sym_word, - ACTIONS(6337), 1, + ACTIONS(6904), 1, sym__comment_word, - ACTIONS(6589), 1, - anon_sym_DOLLAR, - ACTIONS(75), 2, + ACTIONS(5876), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(117), 2, + ACTIONS(5900), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6333), 2, + ACTIONS(6900), 2, sym_test_operator, sym__special_character, - ACTIONS(6335), 2, + ACTIONS(6902), 2, sym_raw_string, sym_ansi_c_string, - STATE(354), 9, + STATE(1311), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153164,44 +173193,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116433] = 17, + [134863] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, + ACTIONS(3217), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(3221), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(3223), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(3225), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(3227), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, + ACTIONS(3229), 1, anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(3231), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(3239), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(6906), 1, sym_word, - ACTIONS(6071), 1, - sym__comment_word, - ACTIONS(6591), 1, + ACTIONS(6908), 1, anon_sym_DOLLAR, - ACTIONS(4381), 2, + ACTIONS(6914), 1, + sym__comment_word, + ACTIONS(3211), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(3233), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(6910), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(6912), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(1819), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153211,91 +173240,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116497] = 17, + [134927] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4389), 1, - anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(2395), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(2397), 1, aux_sym_number_token2, - ACTIONS(4397), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(2401), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, - anon_sym_BQUOTE, - ACTIONS(4403), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(2413), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(6916), 1, sym_word, - ACTIONS(6071), 1, - sym__comment_word, - ACTIONS(6593), 1, + ACTIONS(6920), 1, anon_sym_DOLLAR, - ACTIONS(4381), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6067), 2, - sym_test_operator, - sym__special_character, - ACTIONS(6069), 2, - sym_raw_string, - sym_ansi_c_string, - STATE(2470), 9, - sym_arithmetic_expansion, - sym_brace_expression, - sym_string, - sym_translated_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - sym_process_substitution, - [116561] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(5368), 1, + ACTIONS(6924), 1, anon_sym_DQUOTE, - ACTIONS(5372), 1, - aux_sym_number_token1, - ACTIONS(5374), 1, - aux_sym_number_token2, - ACTIONS(5376), 1, + ACTIONS(6928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(6930), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(6932), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(6103), 1, - sym_word, - ACTIONS(6111), 1, + ACTIONS(6936), 1, sym__comment_word, - ACTIONS(6595), 1, - anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(6918), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(6922), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(6926), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + ACTIONS(6934), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1250), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153305,95 +173287,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116625] = 21, + [134991] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5426), 1, - anon_sym_LPAREN, - ACTIONS(5428), 1, - aux_sym__c_word_token1, - ACTIONS(5432), 1, - anon_sym_DOLLAR, - ACTIONS(5434), 1, - anon_sym_DQUOTE, - ACTIONS(5436), 1, + ACTIONS(2395), 1, aux_sym_number_token1, - ACTIONS(5438), 1, + ACTIONS(2397), 1, aux_sym_number_token2, - ACTIONS(5440), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5442), 1, + ACTIONS(2401), 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(101), 1, + ACTIONS(2413), 1, + sym__brace_start, + ACTIONS(6916), 1, + sym_word, + ACTIONS(6924), 1, anon_sym_DQUOTE, - ACTIONS(105), 1, - aux_sym_number_token1, - ACTIONS(107), 1, - aux_sym_number_token2, - ACTIONS(109), 1, + ACTIONS(6928), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(111), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(113), 1, + ACTIONS(6930), 1, anon_sym_BQUOTE, - ACTIONS(115), 1, + ACTIONS(6932), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(125), 1, - sym__brace_start, - ACTIONS(6331), 1, - sym_word, - ACTIONS(6337), 1, + ACTIONS(6936), 1, sym__comment_word, - ACTIONS(6601), 1, + ACTIONS(6938), 1, anon_sym_DOLLAR, - ACTIONS(75), 2, + ACTIONS(6918), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(117), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - ACTIONS(6333), 2, + ACTIONS(6922), 2, sym_test_operator, sym__special_character, - ACTIONS(6335), 2, + ACTIONS(6926), 2, sym_raw_string, sym_ansi_c_string, - STATE(354), 9, + ACTIONS(6934), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1250), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153403,44 +173334,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116761] = 17, + [135055] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5368), 1, - anon_sym_DQUOTE, - ACTIONS(5372), 1, + ACTIONS(2044), 1, aux_sym_number_token1, - ACTIONS(5374), 1, + ACTIONS(2046), 1, aux_sym_number_token2, - ACTIONS(5376), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5378), 1, + ACTIONS(2050), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5380), 1, + ACTIONS(2060), 1, + sym__brace_start, + ACTIONS(6472), 1, + anon_sym_DQUOTE, + ACTIONS(6476), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6478), 1, anon_sym_BQUOTE, - ACTIONS(5382), 1, + ACTIONS(6480), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5388), 1, - sym__brace_start, - ACTIONS(6103), 1, + ACTIONS(6940), 1, sym_word, - ACTIONS(6111), 1, - sym__comment_word, - ACTIONS(6603), 1, + ACTIONS(6942), 1, anon_sym_DOLLAR, - ACTIONS(5362), 2, + ACTIONS(6948), 1, + sym__comment_word, + ACTIONS(6468), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5384), 2, + ACTIONS(6482), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6107), 2, + ACTIONS(6944), 2, sym_test_operator, sym__special_character, - ACTIONS(6109), 2, + ACTIONS(6946), 2, sym_raw_string, sym_ansi_c_string, - STATE(2557), 9, + STATE(1093), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153450,44 +173381,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116825] = 17, + [135119] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(324), 1, + ACTIONS(1746), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(1748), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(1752), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + ACTIONS(1766), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(5512), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(5516), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(5518), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(5520), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6950), 1, sym_word, - ACTIONS(6455), 1, - sym__comment_word, - ACTIONS(6605), 1, + ACTIONS(6952), 1, anon_sym_DOLLAR, - ACTIONS(1027), 2, + ACTIONS(6958), 1, + sym__comment_word, + ACTIONS(5506), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(5522), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(6954), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(6956), 2, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(1169), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153497,44 +173428,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116889] = 17, + [135183] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(413), 1, - anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(1746), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(1748), 1, aux_sym_number_token2, - ACTIONS(421), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(1752), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(1766), 1, + sym__brace_start, + ACTIONS(5512), 1, + anon_sym_DQUOTE, + ACTIONS(5516), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5518), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(5520), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, - sym__brace_start, - ACTIONS(6047), 1, + ACTIONS(6950), 1, sym_word, - ACTIONS(6055), 1, + ACTIONS(6958), 1, sym__comment_word, - ACTIONS(6607), 1, + ACTIONS(6960), 1, anon_sym_DOLLAR, - ACTIONS(389), 2, + ACTIONS(5506), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(5522), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6051), 2, + ACTIONS(6954), 2, sym_test_operator, sym__special_character, - ACTIONS(6053), 2, + ACTIONS(6956), 2, sym_raw_string, sym_ansi_c_string, - STATE(835), 9, + STATE(1169), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153544,44 +173475,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [116953] = 17, + [135247] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(324), 1, + ACTIONS(2044), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(2046), 1, aux_sym_number_token2, - ACTIONS(330), 1, + ACTIONS(2050), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + ACTIONS(2060), 1, sym__brace_start, - ACTIONS(1033), 1, + ACTIONS(6472), 1, anon_sym_DQUOTE, - ACTIONS(1037), 1, + ACTIONS(6476), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(6478), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(6480), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6940), 1, sym_word, - ACTIONS(6455), 1, + ACTIONS(6948), 1, sym__comment_word, - ACTIONS(6609), 1, + ACTIONS(6962), 1, anon_sym_DOLLAR, - ACTIONS(1027), 2, + ACTIONS(6468), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(6482), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(6944), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(6946), 2, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(1093), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153591,44 +173522,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117017] = 17, + [135311] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(276), 1, - anon_sym_DOLLAR, - ACTIONS(280), 1, + ACTIONS(3217), 1, anon_sym_DQUOTE, - ACTIONS(284), 1, + ACTIONS(3221), 1, aux_sym_number_token1, - ACTIONS(286), 1, + ACTIONS(3223), 1, aux_sym_number_token2, - ACTIONS(288), 1, + ACTIONS(3225), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(290), 1, + ACTIONS(3227), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(292), 1, + ACTIONS(3229), 1, anon_sym_BQUOTE, - ACTIONS(294), 1, + ACTIONS(3231), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(304), 1, + ACTIONS(3239), 1, sym__brace_start, - ACTIONS(6563), 1, + ACTIONS(6906), 1, sym_word, - ACTIONS(6571), 1, + ACTIONS(6914), 1, sym__comment_word, - ACTIONS(242), 2, + ACTIONS(6964), 1, + anon_sym_DOLLAR, + ACTIONS(3211), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(296), 2, + ACTIONS(3233), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6567), 2, + ACTIONS(6910), 2, sym_test_operator, sym__special_character, - ACTIONS(6569), 2, + ACTIONS(6912), 2, sym_raw_string, sym_ansi_c_string, - STATE(396), 9, + STATE(1819), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153638,44 +173569,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117081] = 17, + [135375] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4459), 1, + ACTIONS(323), 1, + anon_sym_DOLLAR, + ACTIONS(327), 1, anon_sym_DQUOTE, - ACTIONS(4463), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(4465), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(4467), 1, + ACTIONS(335), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4469), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4471), 1, + ACTIONS(339), 1, anon_sym_BQUOTE, - ACTIONS(4473), 1, + ACTIONS(341), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4483), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(5917), 1, + ACTIONS(6966), 1, sym_word, - ACTIONS(5925), 1, + ACTIONS(6972), 1, sym__comment_word, - ACTIONS(6611), 1, - anon_sym_DOLLAR, - ACTIONS(4451), 2, + ACTIONS(321), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4475), 2, + ACTIONS(343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5921), 2, + ACTIONS(6968), 2, sym_test_operator, sym__special_character, - ACTIONS(5923), 2, + ACTIONS(6970), 2, sym_raw_string, sym_ansi_c_string, - STATE(2465), 9, + STATE(801), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153685,44 +173616,77 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117145] = 17, + [135439] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4826), 1, - anon_sym_DOLLAR, - ACTIONS(4830), 1, + ACTIONS(1152), 5, + sym_file_descriptor, + sym__concat, + sym_variable_name, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1150), 23, + anon_sym_SEMI, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [135475] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5602), 1, anon_sym_DQUOTE, - ACTIONS(4834), 1, + ACTIONS(5606), 1, aux_sym_number_token1, - ACTIONS(4836), 1, + ACTIONS(5608), 1, aux_sym_number_token2, - ACTIONS(4838), 1, + ACTIONS(5610), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4840), 1, + ACTIONS(5612), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4842), 1, + ACTIONS(5614), 1, anon_sym_BQUOTE, - ACTIONS(4844), 1, + ACTIONS(5616), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4854), 1, + ACTIONS(5626), 1, sym__brace_start, - ACTIONS(6613), 1, + ACTIONS(6974), 1, sym_word, - ACTIONS(6619), 1, + ACTIONS(6976), 1, + anon_sym_DOLLAR, + ACTIONS(6982), 1, sym__comment_word, - ACTIONS(4822), 2, + ACTIONS(5594), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4846), 2, + ACTIONS(5618), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6615), 2, + ACTIONS(6978), 2, sym_test_operator, sym__special_character, - ACTIONS(6617), 2, + ACTIONS(6980), 2, sym_raw_string, sym_ansi_c_string, - STATE(1667), 9, + STATE(1214), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153732,44 +173696,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117209] = 17, + [135539] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(409), 1, - anon_sym_DOLLAR, - ACTIONS(413), 1, + ACTIONS(5602), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(5606), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(5608), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(5610), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(5612), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(5614), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(5616), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, + ACTIONS(5626), 1, sym__brace_start, - ACTIONS(6047), 1, + ACTIONS(6974), 1, sym_word, - ACTIONS(6055), 1, + ACTIONS(6982), 1, sym__comment_word, - ACTIONS(389), 2, + ACTIONS(6984), 1, + anon_sym_DOLLAR, + ACTIONS(5594), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(5618), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6051), 2, + ACTIONS(6978), 2, sym_test_operator, sym__special_character, - ACTIONS(6053), 2, + ACTIONS(6980), 2, sym_raw_string, sym_ansi_c_string, - STATE(835), 9, + STATE(1214), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153779,44 +173743,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117273] = 17, + [135603] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4243), 1, + ACTIONS(5598), 1, + anon_sym_DOLLAR, + ACTIONS(5602), 1, + anon_sym_DQUOTE, + ACTIONS(5606), 1, aux_sym_number_token1, - ACTIONS(4245), 1, + ACTIONS(5608), 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(5610), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5160), 1, + ACTIONS(5612), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5614), 1, anon_sym_BQUOTE, - ACTIONS(5162), 1, + ACTIONS(5616), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6399), 1, + ACTIONS(5626), 1, + sym__brace_start, + ACTIONS(6974), 1, sym_word, - ACTIONS(6405), 1, + ACTIONS(6982), 1, sym__comment_word, - ACTIONS(6621), 1, - anon_sym_DOLLAR, - ACTIONS(5150), 2, + ACTIONS(5594), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5164), 2, + ACTIONS(5618), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6401), 2, + ACTIONS(6978), 2, sym_test_operator, sym__special_character, - ACTIONS(6403), 2, + ACTIONS(6980), 2, sym_raw_string, sym_ansi_c_string, - STATE(2750), 9, + STATE(1214), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153826,93 +173790,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117337] = 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(6623), 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(1873), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [117405] = 17, + [135667] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4830), 1, + ACTIONS(327), 1, anon_sym_DQUOTE, - ACTIONS(4834), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(4836), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(4838), 1, + ACTIONS(335), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4840), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4842), 1, + ACTIONS(339), 1, anon_sym_BQUOTE, - ACTIONS(4844), 1, + ACTIONS(341), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4854), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(6613), 1, + ACTIONS(6966), 1, sym_word, - ACTIONS(6619), 1, + ACTIONS(6972), 1, sym__comment_word, - ACTIONS(6625), 1, + ACTIONS(6986), 1, anon_sym_DOLLAR, - ACTIONS(4822), 2, + ACTIONS(321), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4846), 2, + ACTIONS(343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6615), 2, + ACTIONS(6968), 2, sym_test_operator, sym__special_character, - ACTIONS(6617), 2, + ACTIONS(6970), 2, sym_raw_string, sym_ansi_c_string, - STATE(1667), 9, + STATE(801), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153922,44 +173837,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117469] = 17, + [135731] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4243), 1, + ACTIONS(1366), 1, aux_sym_number_token1, - ACTIONS(4245), 1, + ACTIONS(1368), 1, aux_sym_number_token2, - ACTIONS(4249), 1, + ACTIONS(1372), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4259), 1, + ACTIONS(1386), 1, sym__brace_start, - ACTIONS(5154), 1, + ACTIONS(5538), 1, anon_sym_DQUOTE, - ACTIONS(5158), 1, + ACTIONS(5542), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5160), 1, + ACTIONS(5544), 1, anon_sym_BQUOTE, - ACTIONS(5162), 1, + ACTIONS(5546), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6399), 1, + ACTIONS(6988), 1, sym_word, - ACTIONS(6405), 1, - sym__comment_word, - ACTIONS(6627), 1, + ACTIONS(6990), 1, anon_sym_DOLLAR, - ACTIONS(5150), 2, + ACTIONS(6996), 1, + sym__comment_word, + ACTIONS(5532), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5164), 2, + ACTIONS(5548), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6401), 2, + ACTIONS(6992), 2, sym_test_operator, sym__special_character, - ACTIONS(6403), 2, + ACTIONS(6994), 2, sym_raw_string, sym_ansi_c_string, - STATE(2750), 9, + STATE(878), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -153969,44 +173884,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117533] = 17, + [135795] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(45), 1, - anon_sym_DQUOTE, - ACTIONS(49), 1, + ACTIONS(1746), 1, aux_sym_number_token1, - ACTIONS(51), 1, + ACTIONS(1748), 1, aux_sym_number_token2, - ACTIONS(53), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(55), 1, + ACTIONS(1752), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(57), 1, + ACTIONS(1766), 1, + sym__brace_start, + ACTIONS(5512), 1, + anon_sym_DQUOTE, + ACTIONS(5516), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5518), 1, anon_sym_BQUOTE, - ACTIONS(59), 1, + ACTIONS(5520), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(71), 1, - sym__brace_start, - ACTIONS(6379), 1, + ACTIONS(6950), 1, sym_word, - ACTIONS(6385), 1, + ACTIONS(6958), 1, sym__comment_word, - ACTIONS(6629), 1, + ACTIONS(6998), 1, anon_sym_DOLLAR, - ACTIONS(13), 2, + ACTIONS(5506), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(61), 2, + ACTIONS(5522), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6381), 2, + ACTIONS(6954), 2, sym_test_operator, sym__special_character, - ACTIONS(6383), 2, + ACTIONS(6956), 2, sym_raw_string, sym_ansi_c_string, - STATE(867), 9, + STATE(1169), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154016,77 +173931,77 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117597] = 3, - ACTIONS(63), 1, + [135859] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(2975), 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(2977), 20, + ACTIONS(1156), 5, sym_file_descriptor, + sym__concat, sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1154), 23, + anon_sym_SEMI, + 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_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + aux_sym_concatenation_token1, anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [117633] = 17, + [135895] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5452), 1, - anon_sym_DOLLAR, - ACTIONS(5456), 1, + ACTIONS(327), 1, anon_sym_DQUOTE, - ACTIONS(5460), 1, + ACTIONS(331), 1, aux_sym_number_token1, - ACTIONS(5462), 1, + ACTIONS(333), 1, aux_sym_number_token2, - ACTIONS(5464), 1, + ACTIONS(335), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5466), 1, + ACTIONS(337), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5468), 1, + ACTIONS(339), 1, anon_sym_BQUOTE, - ACTIONS(5470), 1, + ACTIONS(341), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5476), 1, + ACTIONS(351), 1, sym__brace_start, - ACTIONS(6457), 1, + ACTIONS(6966), 1, sym_word, - ACTIONS(6465), 1, + ACTIONS(6972), 1, sym__comment_word, - ACTIONS(5450), 2, + ACTIONS(7000), 1, + anon_sym_DOLLAR, + ACTIONS(321), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5472), 2, + ACTIONS(343), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6461), 2, + ACTIONS(6968), 2, sym_test_operator, sym__special_character, - ACTIONS(6463), 2, + ACTIONS(6970), 2, sym_raw_string, sym_ansi_c_string, - STATE(3098), 9, + STATE(801), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154096,140 +174011,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117697] = 19, - ACTIONS(63), 1, + [135959] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(5971), 1, - anon_sym_LPAREN, - ACTIONS(5973), 1, - anon_sym_BANG, - ACTIONS(5979), 1, - anon_sym_DOLLAR, - ACTIONS(5981), 1, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, aux_sym_number_token1, - ACTIONS(5983), 1, + ACTIONS(995), 1, aux_sym_number_token2, - ACTIONS(5985), 1, + ACTIONS(997), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5987), 1, + ACTIONS(999), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5989), 1, - anon_sym_BQUOTE, - ACTIONS(5991), 1, + ACTIONS(1003), 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, + ACTIONS(1009), 1, sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(2574), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(7002), 1, sym_word, - ACTIONS(6455), 1, - sym__comment_word, - ACTIONS(6633), 1, + ACTIONS(7004), 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, - [117829] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(324), 1, - aux_sym_number_token1, - ACTIONS(326), 1, - aux_sym_number_token2, - ACTIONS(330), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(342), 1, - sym__brace_start, - ACTIONS(1033), 1, - anon_sym_DQUOTE, - ACTIONS(1037), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, - anon_sym_BQUOTE, - ACTIONS(6447), 1, - sym_word, - ACTIONS(6455), 1, + ACTIONS(7010), 1, sym__comment_word, - ACTIONS(6635), 1, - anon_sym_DOLLAR, - ACTIONS(1027), 2, + ACTIONS(973), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(1005), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(7006), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(7008), 2, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(1779), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154239,44 +174058,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117893] = 17, + [136023] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4385), 1, - anon_sym_DOLLAR, - ACTIONS(4389), 1, + ACTIONS(989), 1, anon_sym_DQUOTE, - ACTIONS(4393), 1, + ACTIONS(993), 1, aux_sym_number_token1, - ACTIONS(4395), 1, + ACTIONS(995), 1, aux_sym_number_token2, - ACTIONS(4397), 1, + ACTIONS(997), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4399), 1, + ACTIONS(999), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4401), 1, - anon_sym_BQUOTE, - ACTIONS(4403), 1, + ACTIONS(1003), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4413), 1, + ACTIONS(1009), 1, sym__brace_start, - ACTIONS(6063), 1, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(7002), 1, sym_word, - ACTIONS(6071), 1, + ACTIONS(7010), 1, sym__comment_word, - ACTIONS(4381), 2, + ACTIONS(7012), 1, + anon_sym_DOLLAR, + ACTIONS(973), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4405), 2, + ACTIONS(1005), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6067), 2, + ACTIONS(7006), 2, sym_test_operator, sym__special_character, - ACTIONS(6069), 2, + ACTIONS(7008), 2, sym_raw_string, sym_ansi_c_string, - STATE(2470), 9, + STATE(1779), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154286,44 +174105,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [117957] = 17, + [136087] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5334), 1, - anon_sym_DOLLAR, - ACTIONS(5338), 1, - anon_sym_DQUOTE, - ACTIONS(5342), 1, + ACTIONS(2676), 1, aux_sym_number_token1, - ACTIONS(5344), 1, + ACTIONS(2678), 1, aux_sym_number_token2, - ACTIONS(5346), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5348), 1, + ACTIONS(2682), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5350), 1, + ACTIONS(2692), 1, + sym__brace_start, + ACTIONS(6260), 1, + anon_sym_DQUOTE, + ACTIONS(6264), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6266), 1, anon_sym_BQUOTE, - ACTIONS(5352), 1, + ACTIONS(6268), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5358), 1, - sym__brace_start, - ACTIONS(6253), 1, + ACTIONS(7014), 1, sym_word, - ACTIONS(6261), 1, + ACTIONS(7016), 1, + anon_sym_DOLLAR, + ACTIONS(7022), 1, sym__comment_word, - ACTIONS(5332), 2, + ACTIONS(6256), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5354), 2, + ACTIONS(6270), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6257), 2, + ACTIONS(7018), 2, sym_test_operator, sym__special_character, - ACTIONS(6259), 2, + ACTIONS(7020), 2, sym_raw_string, sym_ansi_c_string, - STATE(3610), 9, + STATE(1410), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154333,44 +174152,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118021] = 17, + [136151] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4665), 1, - anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(2676), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(2678), 1, aux_sym_number_token2, - ACTIONS(4673), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(2682), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(2692), 1, + sym__brace_start, + ACTIONS(6260), 1, + anon_sym_DQUOTE, + ACTIONS(6264), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6266), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(6268), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, - sym__brace_start, - ACTIONS(6125), 1, + ACTIONS(7014), 1, sym_word, - ACTIONS(6133), 1, + ACTIONS(7022), 1, sym__comment_word, - ACTIONS(6637), 1, + ACTIONS(7024), 1, anon_sym_DOLLAR, - ACTIONS(4657), 2, + ACTIONS(6256), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(6270), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6129), 2, + ACTIONS(7018), 2, sym_test_operator, sym__special_character, - ACTIONS(6131), 2, + ACTIONS(7020), 2, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + STATE(1410), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154380,129 +174199,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, + [136215] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(979), 1, + ACTIONS(989), 1, anon_sym_DQUOTE, - ACTIONS(983), 1, + ACTIONS(993), 1, aux_sym_number_token1, - ACTIONS(985), 1, + ACTIONS(995), 1, aux_sym_number_token2, - ACTIONS(987), 1, + ACTIONS(997), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(989), 1, + ACTIONS(999), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(991), 1, - anon_sym_BQUOTE, - ACTIONS(993), 1, + ACTIONS(1003), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(1001), 1, + ACTIONS(1009), 1, sym__brace_start, - ACTIONS(5949), 1, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(7002), 1, sym_word, - ACTIONS(5957), 1, + ACTIONS(7010), 1, sym__comment_word, - ACTIONS(6645), 1, + ACTIONS(7026), 1, anon_sym_DOLLAR, - ACTIONS(965), 2, + ACTIONS(973), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(995), 2, + ACTIONS(1005), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(5953), 2, + ACTIONS(7006), 2, sym_test_operator, sym__special_character, - ACTIONS(5955), 2, + ACTIONS(7008), 2, sym_raw_string, sym_ansi_c_string, - STATE(1435), 9, + STATE(1779), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154512,93 +174246,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118259] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5891), 1, - anon_sym_LPAREN, - ACTIONS(5893), 1, - anon_sym_BANG, - ACTIONS(5899), 1, - anon_sym_DOLLAR, - ACTIONS(5901), 1, - aux_sym_number_token1, - ACTIONS(5903), 1, - aux_sym_number_token2, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, - anon_sym_BQUOTE, - ACTIONS(5911), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6647), 1, - aux_sym__simple_variable_name_token1, - STATE(1717), 1, - sym__arithmetic_postfix_expression, - STATE(1718), 1, - sym__arithmetic_unary_expression, - STATE(1719), 1, - sym__arithmetic_ternary_expression, - STATE(1730), 1, - sym__arithmetic_binary_expression, - ACTIONS(5895), 2, - anon_sym_DASH2, - anon_sym_PLUS2, - ACTIONS(5897), 3, - anon_sym_TILDE, - anon_sym_PLUS_PLUS2, - anon_sym_DASH_DASH2, - STATE(1738), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [118327] = 17, + [136279] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5696), 1, - anon_sym_DOLLAR, - ACTIONS(5700), 1, + ACTIONS(5478), 1, anon_sym_DQUOTE, - ACTIONS(5704), 1, + ACTIONS(5482), 1, aux_sym_number_token1, - ACTIONS(5706), 1, + ACTIONS(5484), 1, aux_sym_number_token2, - ACTIONS(5708), 1, + ACTIONS(5486), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5710), 1, + ACTIONS(5488), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5712), 1, + ACTIONS(5490), 1, anon_sym_BQUOTE, - ACTIONS(5714), 1, + ACTIONS(5492), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5720), 1, + ACTIONS(5502), 1, sym__brace_start, - ACTIONS(6309), 1, + ACTIONS(7028), 1, sym_word, - ACTIONS(6317), 1, + ACTIONS(7030), 1, + anon_sym_DOLLAR, + ACTIONS(7036), 1, sym__comment_word, - ACTIONS(5694), 2, + ACTIONS(5470), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5716), 2, + ACTIONS(5494), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6313), 2, + ACTIONS(7032), 2, sym_test_operator, sym__special_character, - ACTIONS(6315), 2, + ACTIONS(7034), 2, sym_raw_string, sym_ansi_c_string, - STATE(3150), 9, + STATE(2681), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154608,44 +174293,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118391] = 17, + [136343] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4665), 1, + ACTIONS(5478), 1, anon_sym_DQUOTE, - ACTIONS(4669), 1, + ACTIONS(5482), 1, aux_sym_number_token1, - ACTIONS(4671), 1, + ACTIONS(5484), 1, aux_sym_number_token2, - ACTIONS(4673), 1, + ACTIONS(5486), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4675), 1, + ACTIONS(5488), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4677), 1, + ACTIONS(5490), 1, anon_sym_BQUOTE, - ACTIONS(4679), 1, + ACTIONS(5492), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4689), 1, + ACTIONS(5502), 1, sym__brace_start, - ACTIONS(6125), 1, + ACTIONS(7028), 1, sym_word, - ACTIONS(6133), 1, + ACTIONS(7036), 1, sym__comment_word, - ACTIONS(6649), 1, + ACTIONS(7038), 1, anon_sym_DOLLAR, - ACTIONS(4657), 2, + ACTIONS(5470), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4681), 2, + ACTIONS(5494), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6129), 2, + ACTIONS(7032), 2, sym_test_operator, sym__special_character, - ACTIONS(6131), 2, + ACTIONS(7034), 2, sym_raw_string, sym_ansi_c_string, - STATE(1144), 9, + STATE(2681), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154655,44 +174340,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118455] = 17, + [136407] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4625), 1, - anon_sym_DOLLAR, - ACTIONS(4629), 1, + ACTIONS(641), 1, anon_sym_DQUOTE, - ACTIONS(4633), 1, + ACTIONS(645), 1, aux_sym_number_token1, - ACTIONS(4635), 1, + ACTIONS(647), 1, aux_sym_number_token2, - ACTIONS(4637), 1, + ACTIONS(649), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4639), 1, + ACTIONS(651), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4641), 1, + ACTIONS(653), 1, anon_sym_BQUOTE, - ACTIONS(4643), 1, + ACTIONS(655), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4653), 1, + ACTIONS(665), 1, sym__brace_start, - ACTIONS(6497), 1, + ACTIONS(7040), 1, sym_word, - ACTIONS(6505), 1, + ACTIONS(7042), 1, + anon_sym_DOLLAR, + ACTIONS(7048), 1, sym__comment_word, - ACTIONS(4621), 2, + ACTIONS(635), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4645), 2, + ACTIONS(657), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6501), 2, + ACTIONS(7044), 2, sym_test_operator, sym__special_character, - ACTIONS(6503), 2, + ACTIONS(7046), 2, sym_raw_string, sym_ansi_c_string, - STATE(3075), 9, + STATE(780), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154702,44 +174387,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118519] = 17, + [136471] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1795), 1, + ACTIONS(1746), 1, aux_sym_number_token1, - ACTIONS(1797), 1, + ACTIONS(1748), 1, aux_sym_number_token2, - ACTIONS(1801), 1, + ACTIONS(1752), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1815), 1, + ACTIONS(1766), 1, sym__brace_start, - ACTIONS(4353), 1, + ACTIONS(5512), 1, anon_sym_DQUOTE, - ACTIONS(4357), 1, + ACTIONS(5516), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4359), 1, + ACTIONS(5518), 1, anon_sym_BQUOTE, - ACTIONS(4361), 1, + ACTIONS(5520), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6537), 1, + ACTIONS(6950), 1, sym_word, - ACTIONS(6543), 1, + ACTIONS(6958), 1, sym__comment_word, - ACTIONS(6651), 1, + ACTIONS(7050), 1, anon_sym_DOLLAR, - ACTIONS(4347), 2, + ACTIONS(5506), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4363), 2, + ACTIONS(5522), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6539), 2, + ACTIONS(6954), 2, sym_test_operator, sym__special_character, - ACTIONS(6541), 2, + ACTIONS(6956), 2, sym_raw_string, sym_ansi_c_string, - STATE(951), 9, + STATE(1169), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154749,44 +174434,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118583] = 17, + [136535] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1795), 1, + ACTIONS(1366), 1, aux_sym_number_token1, - ACTIONS(1797), 1, + ACTIONS(1368), 1, aux_sym_number_token2, - ACTIONS(1801), 1, + ACTIONS(1372), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1815), 1, + ACTIONS(1386), 1, sym__brace_start, - ACTIONS(4353), 1, + ACTIONS(5538), 1, anon_sym_DQUOTE, - ACTIONS(4357), 1, + ACTIONS(5542), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4359), 1, + ACTIONS(5544), 1, anon_sym_BQUOTE, - ACTIONS(4361), 1, + ACTIONS(5546), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6537), 1, + ACTIONS(6988), 1, sym_word, - ACTIONS(6543), 1, + ACTIONS(6996), 1, sym__comment_word, - ACTIONS(6653), 1, + ACTIONS(7052), 1, anon_sym_DOLLAR, - ACTIONS(4347), 2, + ACTIONS(5532), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4363), 2, + ACTIONS(5548), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6539), 2, + ACTIONS(6992), 2, sym_test_operator, sym__special_character, - ACTIONS(6541), 2, + ACTIONS(6994), 2, sym_raw_string, sym_ansi_c_string, - STATE(951), 9, + STATE(878), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154796,110 +174481,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118647] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3258), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3260), 20, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [118683] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3262), 8, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3264), 20, - sym_file_descriptor, - sym_variable_name, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [118719] = 17, + [136599] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(413), 1, + ACTIONS(3715), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(3719), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(3721), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(3723), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(3725), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(3727), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(3729), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, + ACTIONS(3735), 1, sym__brace_start, - ACTIONS(6047), 1, + ACTIONS(7054), 1, sym_word, - ACTIONS(6055), 1, - sym__comment_word, - ACTIONS(6655), 1, + ACTIONS(7056), 1, anon_sym_DOLLAR, - ACTIONS(389), 2, + ACTIONS(7062), 1, + sym__comment_word, + ACTIONS(3709), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(3731), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6051), 2, + ACTIONS(7058), 2, sym_test_operator, sym__special_character, - ACTIONS(6053), 2, + ACTIONS(7060), 2, sym_raw_string, sym_ansi_c_string, - STATE(835), 9, + STATE(3509), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154909,44 +174528,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118783] = 17, + [136663] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(413), 1, + ACTIONS(641), 1, anon_sym_DQUOTE, - ACTIONS(417), 1, + ACTIONS(645), 1, aux_sym_number_token1, - ACTIONS(419), 1, + ACTIONS(647), 1, aux_sym_number_token2, - ACTIONS(421), 1, + ACTIONS(649), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(423), 1, + ACTIONS(651), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(425), 1, + ACTIONS(653), 1, anon_sym_BQUOTE, - ACTIONS(427), 1, + ACTIONS(655), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(437), 1, + ACTIONS(665), 1, sym__brace_start, - ACTIONS(6047), 1, + ACTIONS(7040), 1, sym_word, - ACTIONS(6055), 1, + ACTIONS(7048), 1, sym__comment_word, - ACTIONS(6657), 1, + ACTIONS(7064), 1, anon_sym_DOLLAR, - ACTIONS(389), 2, + ACTIONS(635), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(429), 2, + ACTIONS(657), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6051), 2, + ACTIONS(7044), 2, sym_test_operator, sym__special_character, - ACTIONS(6053), 2, + ACTIONS(7046), 2, sym_raw_string, sym_ansi_c_string, - STATE(835), 9, + STATE(780), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -154956,126 +174575,127 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [118847] = 3, - ACTIONS(63), 1, + [136727] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(3341), 8, + ACTIONS(6854), 1, + aux_sym_concatenation_token1, + ACTIONS(7066), 1, + sym__concat, + STATE(2708), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1121), 23, + anon_sym_SEMI, + 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_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(3353), 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, - [118883] = 19, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [136769] = 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(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, aux_sym_number_token1, - ACTIONS(5903), 1, + ACTIONS(281), 1, aux_sym_number_token2, - ACTIONS(5905), 1, + ACTIONS(283), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5907), 1, + ACTIONS(285), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5909), 1, - anon_sym_BQUOTE, - ACTIONS(5911), 1, + ACTIONS(289), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5915), 1, - sym_variable_name, - ACTIONS(6659), 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(1628), 8, - sym_subscript, - sym__arithmetic_expression, - sym__arithmetic_literal, - sym__arithmetic_parenthesized_expression, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + ACTIONS(6498), 1, + sym_word, + ACTIONS(6502), 1, + sym__comment_word, + ACTIONS(7068), 1, + anon_sym_DOLLAR, + ACTIONS(258), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(291), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6504), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6506), 2, + sym_test_operator, + sym__special_character, + STATE(2003), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [118951] = 17, + sym_process_substitution, + [136833] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(4830), 1, + ACTIONS(3715), 1, anon_sym_DQUOTE, - ACTIONS(4834), 1, + ACTIONS(3719), 1, aux_sym_number_token1, - ACTIONS(4836), 1, + ACTIONS(3721), 1, aux_sym_number_token2, - ACTIONS(4838), 1, + ACTIONS(3723), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(4840), 1, + ACTIONS(3725), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(4842), 1, + ACTIONS(3727), 1, anon_sym_BQUOTE, - ACTIONS(4844), 1, + ACTIONS(3729), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(4854), 1, + ACTIONS(3735), 1, sym__brace_start, - ACTIONS(6613), 1, + ACTIONS(7054), 1, sym_word, - ACTIONS(6619), 1, + ACTIONS(7062), 1, sym__comment_word, - ACTIONS(6661), 1, + ACTIONS(7070), 1, anon_sym_DOLLAR, - ACTIONS(4822), 2, + ACTIONS(3709), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(4846), 2, + ACTIONS(3731), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6615), 2, + ACTIONS(7058), 2, sym_test_operator, sym__special_character, - ACTIONS(6617), 2, + ACTIONS(7060), 2, sym_raw_string, sym_ansi_c_string, - STATE(1667), 9, + STATE(3509), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -155085,44 +174705,77 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [119015] = 17, + [136897] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1827), 1, - anon_sym_DOLLAR, - ACTIONS(1833), 1, + ACTIONS(1196), 5, + sym_file_descriptor, + sym__concat, + sym_variable_name, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1194), 23, + anon_sym_SEMI, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [136933] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2237), 1, aux_sym_number_token1, - ACTIONS(1835), 1, + ACTIONS(2239), 1, aux_sym_number_token2, - ACTIONS(1839), 1, + ACTIONS(2243), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(1851), 1, + ACTIONS(2255), 1, sym__brace_start, - ACTIONS(6173), 1, + ACTIONS(7072), 1, sym_word, - ACTIONS(6181), 1, + ACTIONS(7076), 1, + anon_sym_DOLLAR, + ACTIONS(7080), 1, anon_sym_DQUOTE, - ACTIONS(6185), 1, + ACTIONS(7084), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6187), 1, + ACTIONS(7086), 1, anon_sym_BQUOTE, - ACTIONS(6189), 1, + ACTIONS(7088), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6193), 1, + ACTIONS(7092), 1, sym__comment_word, - ACTIONS(6175), 2, + ACTIONS(7074), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6179), 2, + ACTIONS(7078), 2, sym_test_operator, sym__special_character, - ACTIONS(6183), 2, + ACTIONS(7082), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(6191), 2, + ACTIONS(7090), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - STATE(851), 9, + STATE(1331), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -155132,44 +174785,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [119079] = 17, + [136997] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2210), 1, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, aux_sym_number_token1, - ACTIONS(2212), 1, + ACTIONS(995), 1, aux_sym_number_token2, - ACTIONS(2216), 1, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(2228), 1, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 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(2574), 1, anon_sym_BQUOTE, - ACTIONS(6487), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6491), 1, + ACTIONS(7002), 1, + sym_word, + ACTIONS(7010), 1, sym__comment_word, - ACTIONS(6663), 1, + ACTIONS(7094), 1, anon_sym_DOLLAR, - ACTIONS(6475), 2, + ACTIONS(973), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6477), 2, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7006), 2, sym_test_operator, sym__special_character, - ACTIONS(6481), 2, + ACTIONS(7008), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(6489), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1164), 9, + STATE(1779), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -155179,44 +174832,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [119143] = 17, + [137061] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(324), 1, + ACTIONS(6575), 1, + anon_sym_DOLLAR, + ACTIONS(6579), 1, + anon_sym_DQUOTE, + ACTIONS(6583), 1, aux_sym_number_token1, - ACTIONS(326), 1, + ACTIONS(6585), 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(6587), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(1039), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(3232), 1, + ACTIONS(6589), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6591), 1, anon_sym_BQUOTE, - ACTIONS(6447), 1, + ACTIONS(6593), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6599), 1, + sym__brace_start, + ACTIONS(7096), 1, sym_word, - ACTIONS(6455), 1, + ACTIONS(7102), 1, sym__comment_word, - ACTIONS(6665), 1, - anon_sym_DOLLAR, - ACTIONS(1027), 2, + ACTIONS(6573), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(1041), 2, + ACTIONS(6595), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6451), 2, + ACTIONS(7098), 2, sym_test_operator, sym__special_character, - ACTIONS(6453), 2, + ACTIONS(7100), 2, sym_raw_string, sym_ansi_c_string, - STATE(1402), 9, + STATE(4063), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -155226,44 +174879,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [119207] = 17, + [137125] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2210), 1, + ACTIONS(2844), 1, + anon_sym_DQUOTE, + ACTIONS(2848), 1, aux_sym_number_token1, - ACTIONS(2212), 1, + ACTIONS(2850), 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(2852), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6485), 1, + ACTIONS(2854), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2856), 1, anon_sym_BQUOTE, - ACTIONS(6487), 1, + ACTIONS(2858), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6491), 1, - sym__comment_word, - ACTIONS(6667), 1, + ACTIONS(2868), 1, + sym__brace_start, + ACTIONS(7104), 1, + sym_word, + ACTIONS(7106), 1, anon_sym_DOLLAR, - ACTIONS(6475), 2, + ACTIONS(7112), 1, + sym__comment_word, + ACTIONS(2838), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(6477), 2, + ACTIONS(2860), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7108), 2, sym_test_operator, sym__special_character, - ACTIONS(6481), 2, + ACTIONS(7110), 2, sym_raw_string, sym_ansi_c_string, - ACTIONS(6489), 2, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - STATE(1164), 9, + STATE(1707), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -155273,44 +174926,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [119271] = 17, + [137189] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(491), 1, - anon_sym_DOLLAR, - ACTIONS(495), 1, + ACTIONS(5824), 1, anon_sym_DQUOTE, - ACTIONS(499), 1, + ACTIONS(5828), 1, aux_sym_number_token1, - ACTIONS(501), 1, + ACTIONS(5830), 1, aux_sym_number_token2, - ACTIONS(503), 1, + ACTIONS(5832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(505), 1, + ACTIONS(5834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(507), 1, + ACTIONS(5836), 1, anon_sym_BQUOTE, - ACTIONS(509), 1, + ACTIONS(5838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(519), 1, + ACTIONS(5848), 1, sym__brace_start, - ACTIONS(6351), 1, + ACTIONS(7114), 1, sym_word, - ACTIONS(6359), 1, + ACTIONS(7116), 1, + anon_sym_DOLLAR, + ACTIONS(7122), 1, sym__comment_word, - ACTIONS(455), 2, + ACTIONS(5816), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(511), 2, + ACTIONS(5840), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6355), 2, + ACTIONS(7118), 2, sym_test_operator, sym__special_character, - ACTIONS(6357), 2, + ACTIONS(7120), 2, sym_raw_string, sym_ansi_c_string, - STATE(623), 9, + STATE(2371), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -155320,44 +174973,44 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [119335] = 17, + [137253] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(5218), 1, + ACTIONS(45), 1, anon_sym_DOLLAR, - ACTIONS(5222), 1, + ACTIONS(49), 1, anon_sym_DQUOTE, - ACTIONS(5226), 1, + ACTIONS(53), 1, aux_sym_number_token1, - ACTIONS(5228), 1, + ACTIONS(55), 1, aux_sym_number_token2, - ACTIONS(5230), 1, + ACTIONS(57), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(5234), 1, + ACTIONS(59), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(5236), 1, + ACTIONS(61), 1, anon_sym_BQUOTE, - ACTIONS(5238), 1, + ACTIONS(63), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(5244), 1, + ACTIONS(75), 1, sym__brace_start, - ACTIONS(6275), 1, + ACTIONS(7124), 1, sym_word, - ACTIONS(6283), 1, + ACTIONS(7130), 1, sym__comment_word, - ACTIONS(5216), 2, + ACTIONS(43), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - ACTIONS(5240), 2, + ACTIONS(65), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - ACTIONS(6279), 2, + ACTIONS(7126), 2, sym_test_operator, sym__special_character, - ACTIONS(6281), 2, + ACTIONS(7128), 2, sym_raw_string, sym_ansi_c_string, - STATE(3756), 9, + STATE(855), 9, sym_arithmetic_expansion, sym_brace_expression, sym_string, @@ -155367,55 +175020,63 @@ static const uint16_t ts_small_parse_table[] = { sym_expansion, sym_command_substitution, sym_process_substitution, - [119399] = 6, + [137317] = 17, 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(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, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, + ACTIONS(2237), 1, + aux_sym_number_token1, + ACTIONS(2239), 1, + aux_sym_number_token2, + ACTIONS(2243), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2255), 1, + sym__brace_start, + ACTIONS(7072), 1, + sym_word, + ACTIONS(7080), 1, + anon_sym_DQUOTE, + ACTIONS(7084), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7086), 1, + anon_sym_BQUOTE, + ACTIONS(7088), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7092), 1, + sym__comment_word, + ACTIONS(7132), 1, + anon_sym_DOLLAR, + ACTIONS(7074), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(7078), 2, + sym_test_operator, sym__special_character, - [119440] = 6, + ACTIONS(7082), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(7090), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1331), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [137381] = 3, ACTIONS(3), 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, + ACTIONS(1148), 5, sym_file_descriptor, + sym__concat, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 21, + ACTIONS(1146), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155423,69 +175084,83 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [119481] = 6, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [137417] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, - aux_sym_concatenation_token1, - ACTIONS(6679), 1, - sym__concat, - STATE(2419), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, - sym_file_descriptor, - sym_variable_name, - aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_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, - [119522] = 6, + ACTIONS(2808), 1, + aux_sym_number_token1, + ACTIONS(2810), 1, + aux_sym_number_token2, + ACTIONS(2814), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2824), 1, + sym__brace_start, + ACTIONS(6537), 1, + anon_sym_DQUOTE, + ACTIONS(6541), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6543), 1, + anon_sym_BQUOTE, + ACTIONS(6545), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6888), 1, + sym_word, + ACTIONS(6896), 1, + sym__comment_word, + ACTIONS(7134), 1, + anon_sym_DOLLAR, + ACTIONS(6533), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6547), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6892), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6894), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2980), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [137481] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, + ACTIONS(7136), 1, aux_sym_concatenation_token1, - ACTIONS(6681), 1, + ACTIONS(7139), 1, sym__concat, - STATE(2419), 1, + STATE(2676), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 3, + ACTIONS(1109), 3, sym_file_descriptor, - sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 21, + ACTIONS(1107), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155493,103 +175168,77 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [119563] = 5, + anon_sym_BQUOTE, + [137523] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2588), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2590), 2, - sym_file_descriptor, - 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, - anon_sym_SEMI, - 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_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, - [119602] = 6, + ACTIONS(2844), 1, + anon_sym_DQUOTE, + ACTIONS(2848), 1, + aux_sym_number_token1, + ACTIONS(2850), 1, + aux_sym_number_token2, + ACTIONS(2852), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2854), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2856), 1, + anon_sym_BQUOTE, + ACTIONS(2858), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2868), 1, + sym__brace_start, + ACTIONS(7104), 1, + sym_word, + ACTIONS(7112), 1, + sym__comment_word, + ACTIONS(7142), 1, + anon_sym_DOLLAR, + ACTIONS(2838), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2860), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7108), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7110), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1707), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [137587] = 3, 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(2969), 3, + ACTIONS(1172), 4, sym_file_descriptor, - sym_variable_name, - aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 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, - [119643] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6639), 1, - aux_sym_concatenation_token1, - ACTIONS(6641), 1, sym__concat, - STATE(2420), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2977), 3, - sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 21, + ACTIONS(1170), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155608,270 +175257,116 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [119684] = 8, + aux_sym_concatenation_token1, + [137623] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6691), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(6693), 1, - anon_sym_LT_LT_LT, - ACTIONS(6696), 1, - sym_file_descriptor, - ACTIONS(6685), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - STATE(2425), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6688), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(6683), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP, - [119729] = 11, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(7002), 1, + sym_word, + ACTIONS(7010), 1, + sym__comment_word, + ACTIONS(7144), 1, + anon_sym_DOLLAR, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7006), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7008), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1779), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [137687] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2607), 1, - anon_sym_LT_LT_LT, - ACTIONS(2666), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(6701), 1, - sym_file_descriptor, - 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, - 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(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, - [119780] = 8, + ACTIONS(2808), 1, + aux_sym_number_token1, + ACTIONS(2810), 1, + aux_sym_number_token2, + ACTIONS(2814), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2824), 1, + sym__brace_start, + ACTIONS(6537), 1, + anon_sym_DQUOTE, + ACTIONS(6541), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6543), 1, + anon_sym_BQUOTE, + ACTIONS(6545), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6888), 1, + sym_word, + ACTIONS(6896), 1, + sym__comment_word, + ACTIONS(7146), 1, + anon_sym_DOLLAR, + ACTIONS(6533), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6547), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6892), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6894), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2980), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [137751] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2607), 1, - anon_sym_LT_LT_LT, - ACTIONS(6701), 1, + ACTIONS(1109), 5, sym_file_descriptor, - ACTIONS(6705), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2601), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - STATE(2425), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6699), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(6703), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP, - [119825] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6707), 1, - sym__concat, - 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, - 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, - [119862] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6709), 1, - sym__concat, - 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, - [119899] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6711), 1, - sym__concat, - ACTIONS(3841), 5, - anon_sym_COMMA, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_COLON, - ACTIONS(3839), 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, - [119936] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6713), 1, - sym__concat, - ACTIONS(3835), 5, - anon_sym_COMMA, - anon_sym_SLASH, - anon_sym_PERCENT, - anon_sym_CARET, - anon_sym_COLON, - ACTIONS(3833), 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, - [119973] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6715), 1, - aux_sym_concatenation_token1, - ACTIONS(6718), 1, sym__concat, - STATE(2432), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 4, - sym_file_descriptor, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 20, + ACTIONS(1107), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155888,24 +175383,117 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + aux_sym_concatenation_token1, anon_sym_BQUOTE, - [120014] = 6, + [137787] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6725), 1, - sym_variable_name, - STATE(3963), 1, - sym_subscript, - ACTIONS(6723), 2, + ACTIONS(181), 1, + anon_sym_DQUOTE, + ACTIONS(185), 1, + aux_sym_number_token1, + ACTIONS(187), 1, + aux_sym_number_token2, + ACTIONS(189), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(191), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(193), 1, + anon_sym_BQUOTE, + ACTIONS(195), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(205), 1, + sym__brace_start, + ACTIONS(7148), 1, + sym_word, + ACTIONS(7150), 1, + anon_sym_DOLLAR, + ACTIONS(7156), 1, + sym__comment_word, + ACTIONS(175), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(197), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7152), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7154), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(387), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [137851] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(181), 1, + anon_sym_DQUOTE, + ACTIONS(185), 1, + aux_sym_number_token1, + ACTIONS(187), 1, + aux_sym_number_token2, + ACTIONS(189), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(191), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(193), 1, + anon_sym_BQUOTE, + ACTIONS(195), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(205), 1, + sym__brace_start, + ACTIONS(7148), 1, + sym_word, + ACTIONS(7156), 1, + sym__comment_word, + ACTIONS(7158), 1, + anon_sym_DOLLAR, + ACTIONS(175), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(197), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7152), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7154), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(387), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [137915] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1172), 5, sym_file_descriptor, + sym__concat, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2433), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6721), 21, + ACTIONS(1170), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155913,32 +175501,31 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120055] = 4, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [137951] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 2, + ACTIONS(1148), 4, sym_file_descriptor, + sym__concat, + sym_variable_name, aux_sym_heredoc_redirect_token1, - STATE(2427), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2660), 21, + ACTIONS(1146), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155957,23 +175544,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120092] = 6, + aux_sym_concatenation_token1, + [137987] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, - aux_sym_concatenation_token1, - ACTIONS(6641), 1, - sym__concat, - STATE(2459), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 3, + ACTIONS(1109), 4, sym_file_descriptor, + sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 21, + ACTIONS(1107), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -155981,6 +175566,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, @@ -155991,64 +175577,168 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + aux_sym_concatenation_token1, + [138023] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5442), 1, + anon_sym_DQUOTE, + ACTIONS(5446), 1, + aux_sym_number_token1, + ACTIONS(5448), 1, + aux_sym_number_token2, + ACTIONS(5450), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5452), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5454), 1, + anon_sym_BQUOTE, + ACTIONS(5456), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5466), 1, + sym__brace_start, + ACTIONS(7160), 1, + sym_word, + ACTIONS(7162), 1, + anon_sym_DOLLAR, + ACTIONS(7168), 1, + sym__comment_word, + ACTIONS(5434), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5458), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7164), 2, + sym_test_operator, sym__special_character, - [120133] = 11, + ACTIONS(7166), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2686), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [138087] = 17, 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(327), 1, + anon_sym_DQUOTE, + ACTIONS(331), 1, + aux_sym_number_token1, + ACTIONS(333), 1, + aux_sym_number_token2, + ACTIONS(335), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(337), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(339), 1, + anon_sym_BQUOTE, + ACTIONS(341), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(6966), 1, + sym_word, + ACTIONS(6972), 1, + sym__comment_word, + ACTIONS(7170), 1, + anon_sym_DOLLAR, + ACTIONS(321), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(343), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6968), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6970), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(801), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [138151] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(177), 1, + anon_sym_DOLLAR, + ACTIONS(181), 1, + anon_sym_DQUOTE, + ACTIONS(185), 1, + aux_sym_number_token1, + ACTIONS(187), 1, + aux_sym_number_token2, + ACTIONS(189), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(191), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(193), 1, + anon_sym_BQUOTE, + ACTIONS(195), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(205), 1, + sym__brace_start, + ACTIONS(7148), 1, + sym_word, + ACTIONS(7156), 1, + sym__comment_word, + ACTIONS(175), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(197), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7152), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7154), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(387), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [138215] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3039), 2, sym_file_descriptor, - ACTIONS(2588), 2, + aux_sym_heredoc_redirect_token1, + ACTIONS(3107), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(2597), 2, - anon_sym_SEMI, - anon_sym_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(2603), 4, - anon_sym_esac, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - STATE(2427), 4, + STATE(2879), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6699), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [120184] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6732), 1, - sym_variable_name, - STATE(3963), 1, - sym_subscript, - ACTIONS(6730), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - STATE(2433), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6728), 21, + ACTIONS(3037), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156056,30 +175746,263 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120225] = 3, + [138255] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5442), 1, + anon_sym_DQUOTE, + ACTIONS(5446), 1, + aux_sym_number_token1, + ACTIONS(5448), 1, + aux_sym_number_token2, + ACTIONS(5450), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5452), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5454), 1, + anon_sym_BQUOTE, + ACTIONS(5456), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5466), 1, + sym__brace_start, + ACTIONS(7160), 1, + sym_word, + ACTIONS(7168), 1, + sym__comment_word, + ACTIONS(7172), 1, + anon_sym_DOLLAR, + ACTIONS(5434), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5458), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7164), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7166), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2686), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [138319] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(327), 1, + anon_sym_DQUOTE, + ACTIONS(331), 1, + aux_sym_number_token1, + ACTIONS(333), 1, + aux_sym_number_token2, + ACTIONS(335), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(337), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(339), 1, + anon_sym_BQUOTE, + ACTIONS(341), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(6966), 1, + sym_word, + ACTIONS(6972), 1, + sym__comment_word, + ACTIONS(7174), 1, + anon_sym_DOLLAR, + ACTIONS(321), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(343), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6968), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6970), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(801), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [138383] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2306), 1, + anon_sym_DOLLAR, + ACTIONS(2312), 1, + aux_sym_number_token1, + ACTIONS(2314), 1, + aux_sym_number_token2, + ACTIONS(2318), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2328), 1, + sym__brace_start, + ACTIONS(6456), 1, + anon_sym_DQUOTE, + ACTIONS(6460), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6462), 1, + anon_sym_BQUOTE, + ACTIONS(6464), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7176), 1, + sym_word, + ACTIONS(7182), 1, + sym__comment_word, + ACTIONS(6452), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6466), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7178), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7180), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1234), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [138447] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5478), 1, + anon_sym_DQUOTE, + ACTIONS(5482), 1, + aux_sym_number_token1, + ACTIONS(5484), 1, + aux_sym_number_token2, + ACTIONS(5486), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5488), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5490), 1, + anon_sym_BQUOTE, + ACTIONS(5492), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5502), 1, + sym__brace_start, + ACTIONS(7028), 1, + sym_word, + ACTIONS(7036), 1, + sym__comment_word, + ACTIONS(7184), 1, + anon_sym_DOLLAR, + ACTIONS(5470), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5494), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7032), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7034), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2681), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [138511] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1740), 1, + anon_sym_DOLLAR, + ACTIONS(1746), 1, + aux_sym_number_token1, + ACTIONS(1748), 1, + aux_sym_number_token2, + ACTIONS(1752), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1766), 1, + sym__brace_start, + ACTIONS(5512), 1, + anon_sym_DQUOTE, + ACTIONS(5516), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5518), 1, + anon_sym_BQUOTE, + ACTIONS(5520), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6950), 1, + sym_word, + ACTIONS(6958), 1, + sym__comment_word, + ACTIONS(5506), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5522), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6954), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6956), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1169), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [138575] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 5, + ACTIONS(1144), 4, sym_file_descriptor, sym__concat, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 21, + ACTIONS(1142), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156087,30 +176010,220 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, + [138611] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2808), 1, + aux_sym_number_token1, + ACTIONS(2810), 1, + aux_sym_number_token2, + ACTIONS(2814), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2824), 1, + sym__brace_start, + ACTIONS(6537), 1, + anon_sym_DQUOTE, + ACTIONS(6541), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6543), 1, + anon_sym_BQUOTE, + ACTIONS(6545), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6888), 1, + sym_word, + ACTIONS(6896), 1, + sym__comment_word, + ACTIONS(7186), 1, + anon_sym_DOLLAR, + ACTIONS(6533), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6547), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6892), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6894), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2980), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [138675] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5602), 1, + anon_sym_DQUOTE, + ACTIONS(5606), 1, + aux_sym_number_token1, + ACTIONS(5608), 1, + aux_sym_number_token2, + ACTIONS(5610), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5612), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5614), 1, + anon_sym_BQUOTE, + ACTIONS(5616), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5626), 1, + sym__brace_start, + ACTIONS(6974), 1, + sym_word, + ACTIONS(6982), 1, + sym__comment_word, + ACTIONS(7188), 1, + anon_sym_DOLLAR, + ACTIONS(5594), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5618), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6978), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6980), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1214), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [138739] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2479), 1, + aux_sym_number_token1, + ACTIONS(2481), 1, + aux_sym_number_token2, + ACTIONS(2485), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2495), 1, + sym__brace_start, + ACTIONS(6681), 1, + anon_sym_DQUOTE, + ACTIONS(6685), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6687), 1, + anon_sym_BQUOTE, + ACTIONS(6689), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7190), 1, + sym_word, + ACTIONS(7192), 1, + anon_sym_DOLLAR, + ACTIONS(7198), 1, + sym__comment_word, + ACTIONS(6677), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6691), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7194), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7196), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2966), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [138803] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2808), 1, + aux_sym_number_token1, + ACTIONS(2810), 1, + aux_sym_number_token2, + ACTIONS(2814), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2824), 1, + sym__brace_start, + ACTIONS(6537), 1, + anon_sym_DQUOTE, + ACTIONS(6541), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6543), 1, anon_sym_BQUOTE, - [120259] = 3, + ACTIONS(6545), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6888), 1, + sym_word, + ACTIONS(6896), 1, + sym__comment_word, + ACTIONS(7200), 1, + anon_sym_DOLLAR, + ACTIONS(6533), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6547), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6892), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6894), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2980), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [138867] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 5, + ACTIONS(1160), 4, sym_file_descriptor, sym__concat, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 21, + ACTIONS(1158), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156118,34 +176231,174 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, + [138903] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3379), 1, + anon_sym_DQUOTE, + ACTIONS(3383), 1, + aux_sym_number_token1, + ACTIONS(3385), 1, + aux_sym_number_token2, + ACTIONS(3387), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3389), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3391), 1, anon_sym_BQUOTE, - [120293] = 6, + ACTIONS(3393), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3399), 1, + sym__brace_start, + ACTIONS(7202), 1, + sym_word, + ACTIONS(7204), 1, + anon_sym_DOLLAR, + ACTIONS(7210), 1, + sym__comment_word, + ACTIONS(3373), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3395), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7206), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7208), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1867), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [138967] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6736), 1, - sym__concat, - STATE(2558), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 3, + ACTIONS(5478), 1, + anon_sym_DQUOTE, + ACTIONS(5482), 1, + aux_sym_number_token1, + ACTIONS(5484), 1, + aux_sym_number_token2, + ACTIONS(5486), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5488), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5490), 1, + anon_sym_BQUOTE, + ACTIONS(5492), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5502), 1, + sym__brace_start, + ACTIONS(7028), 1, + sym_word, + ACTIONS(7036), 1, + sym__comment_word, + ACTIONS(7212), 1, + anon_sym_DOLLAR, + ACTIONS(5470), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5494), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7032), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7034), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2681), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [139031] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(985), 1, + anon_sym_DOLLAR, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(7002), 1, + sym_word, + ACTIONS(7010), 1, + sym__comment_word, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7006), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7008), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1779), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [139095] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1168), 5, sym_file_descriptor, + sym__concat, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 20, + ACTIONS(1166), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156153,6 +176406,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, @@ -156161,57 +176415,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - sym__special_character, + aux_sym_concatenation_token1, anon_sym_BQUOTE, - [120333] = 5, + [139131] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(2671), 2, - anon_sym_PIPE, - 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_SEMI, - 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, - [120371] = 6, + ACTIONS(5602), 1, + anon_sym_DQUOTE, + ACTIONS(5606), 1, + aux_sym_number_token1, + ACTIONS(5608), 1, + aux_sym_number_token2, + ACTIONS(5610), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5612), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5614), 1, + anon_sym_BQUOTE, + ACTIONS(5616), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5626), 1, + sym__brace_start, + ACTIONS(6974), 1, + sym_word, + ACTIONS(6982), 1, + sym__comment_word, + ACTIONS(7214), 1, + anon_sym_DOLLAR, + ACTIONS(5594), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5618), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6978), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6980), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1214), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [139195] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(6412), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(6414), 1, sym__concat, - STATE(2504), 1, + STATE(2628), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 2, + ACTIONS(3427), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 21, + ACTIONS(3425), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156219,7 +176490,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, @@ -156230,22 +176500,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120411] = 6, + [139237] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(7216), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(7219), 1, sym__concat, - STATE(2498), 1, + STATE(2708), 1, aux_sym_concatenation_repeat1, - ACTIONS(3005), 2, + ACTIONS(1109), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 21, + ACTIONS(1107), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156264,22 +176536,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120451] = 6, + [139279] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(6412), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(6414), 1, sym__concat, - STATE(2504), 1, + STATE(2776), 1, aux_sym_concatenation_repeat1, - ACTIONS(3065), 2, + ACTIONS(3465), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 21, + ACTIONS(3463), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156287,7 +176562,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, @@ -156298,22 +176572,350 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120491] = 6, + [139321] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, - sym__concat, - STATE(2498), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3069), 2, + ACTIONS(3379), 1, + anon_sym_DQUOTE, + ACTIONS(3383), 1, + aux_sym_number_token1, + ACTIONS(3385), 1, + aux_sym_number_token2, + ACTIONS(3387), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3389), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3391), 1, + anon_sym_BQUOTE, + ACTIONS(3393), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3399), 1, + sym__brace_start, + ACTIONS(7202), 1, + sym_word, + ACTIONS(7210), 1, + sym__comment_word, + ACTIONS(7222), 1, + anon_sym_DOLLAR, + ACTIONS(3373), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3395), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7206), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7208), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1867), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [139385] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5478), 1, + anon_sym_DQUOTE, + ACTIONS(5482), 1, + aux_sym_number_token1, + ACTIONS(5484), 1, + aux_sym_number_token2, + ACTIONS(5486), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5488), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5490), 1, + anon_sym_BQUOTE, + ACTIONS(5492), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5502), 1, + sym__brace_start, + ACTIONS(7028), 1, + sym_word, + ACTIONS(7036), 1, + sym__comment_word, + ACTIONS(7224), 1, + anon_sym_DOLLAR, + ACTIONS(5470), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5494), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7032), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7034), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2681), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [139449] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2123), 1, + anon_sym_DOLLAR, + ACTIONS(2129), 1, + aux_sym_number_token1, + ACTIONS(2131), 1, + aux_sym_number_token2, + ACTIONS(2135), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2147), 1, + sym__brace_start, + ACTIONS(7226), 1, + sym_word, + ACTIONS(7232), 1, + anon_sym_DQUOTE, + ACTIONS(7236), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7238), 1, + anon_sym_BQUOTE, + ACTIONS(7240), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7244), 1, + sym__comment_word, + ACTIONS(7228), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(7230), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7234), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(7242), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1092), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [139513] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2231), 1, + anon_sym_DOLLAR, + ACTIONS(2237), 1, + aux_sym_number_token1, + ACTIONS(2239), 1, + aux_sym_number_token2, + ACTIONS(2243), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2255), 1, + sym__brace_start, + ACTIONS(7072), 1, + sym_word, + ACTIONS(7080), 1, + anon_sym_DQUOTE, + ACTIONS(7084), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7086), 1, + anon_sym_BQUOTE, + ACTIONS(7088), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7092), 1, + sym__comment_word, + ACTIONS(7074), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(7078), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7082), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(7090), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1331), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [139577] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1398), 1, + anon_sym_DOLLAR, + ACTIONS(1404), 1, + aux_sym_number_token1, + ACTIONS(1406), 1, + aux_sym_number_token2, + ACTIONS(1410), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1424), 1, + sym__brace_start, + ACTIONS(5566), 1, + anon_sym_DQUOTE, + ACTIONS(5570), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5572), 1, + anon_sym_BQUOTE, + ACTIONS(5574), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7246), 1, + sym_word, + ACTIONS(7252), 1, + sym__comment_word, + ACTIONS(5560), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5576), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7248), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7250), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1029), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [139641] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5397), 1, + anon_sym_DOLLAR, + ACTIONS(5401), 1, + anon_sym_DQUOTE, + ACTIONS(5405), 1, + aux_sym_number_token1, + ACTIONS(5407), 1, + aux_sym_number_token2, + ACTIONS(5409), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5411), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5413), 1, + anon_sym_BQUOTE, + ACTIONS(5415), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5425), 1, + sym__brace_start, + ACTIONS(7254), 1, + sym_word, + ACTIONS(7260), 1, + sym__comment_word, + ACTIONS(5393), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5417), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7256), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7258), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1043), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [139705] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5401), 1, + anon_sym_DQUOTE, + ACTIONS(5405), 1, + aux_sym_number_token1, + ACTIONS(5407), 1, + aux_sym_number_token2, + ACTIONS(5409), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5411), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5413), 1, + anon_sym_BQUOTE, + ACTIONS(5415), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5425), 1, + sym__brace_start, + ACTIONS(7254), 1, + sym_word, + ACTIONS(7260), 1, + sym__comment_word, + ACTIONS(7262), 1, + anon_sym_DOLLAR, + ACTIONS(5393), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5417), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7256), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7258), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1043), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [139769] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1144), 5, sym_file_descriptor, + sym__concat, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 21, + ACTIONS(1142), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156321,32 +176923,32 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120531] = 5, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [139805] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6738), 1, - sym__special_character, - STATE(2475), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 3, + ACTIONS(1188), 5, sym_file_descriptor, + sym__concat, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 21, + ACTIONS(1186), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156354,34 +176956,220 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120569] = 6, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [139841] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2479), 1, + aux_sym_number_token1, + ACTIONS(2481), 1, + aux_sym_number_token2, + ACTIONS(2485), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2495), 1, + sym__brace_start, + ACTIONS(6681), 1, + anon_sym_DQUOTE, + ACTIONS(6685), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6687), 1, + anon_sym_BQUOTE, + ACTIONS(6689), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7190), 1, + sym_word, + ACTIONS(7198), 1, + sym__comment_word, + ACTIONS(7264), 1, + anon_sym_DOLLAR, + ACTIONS(6677), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6691), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7194), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7196), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2966), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [139905] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5401), 1, + anon_sym_DQUOTE, + ACTIONS(5405), 1, + aux_sym_number_token1, + ACTIONS(5407), 1, + aux_sym_number_token2, + ACTIONS(5409), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5411), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5413), 1, + anon_sym_BQUOTE, + ACTIONS(5415), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5425), 1, + sym__brace_start, + ACTIONS(7254), 1, + sym_word, + ACTIONS(7260), 1, + sym__comment_word, + ACTIONS(7266), 1, + anon_sym_DOLLAR, + ACTIONS(5393), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5417), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7256), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7258), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1043), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [139969] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, + aux_sym_number_token1, + ACTIONS(281), 1, + aux_sym_number_token2, + ACTIONS(283), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(285), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(289), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + ACTIONS(6498), 1, + sym_word, + ACTIONS(6502), 1, + sym__comment_word, + ACTIONS(7268), 1, + anon_sym_DOLLAR, + ACTIONS(258), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(291), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6504), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6506), 2, + sym_test_operator, + sym__special_character, + STATE(2003), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [140033] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(327), 1, + anon_sym_DQUOTE, + ACTIONS(331), 1, + aux_sym_number_token1, + ACTIONS(333), 1, + aux_sym_number_token2, + ACTIONS(335), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(337), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(339), 1, + anon_sym_BQUOTE, + ACTIONS(341), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(6966), 1, + sym_word, + ACTIONS(6972), 1, + sym__comment_word, + ACTIONS(7270), 1, + anon_sym_DOLLAR, + ACTIONS(321), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(343), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6968), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6970), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(801), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [140097] = 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(1176), 5, sym_file_descriptor, + sym__concat, + sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 20, + ACTIONS(1174), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156398,23 +177186,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + aux_sym_concatenation_token1, anon_sym_BQUOTE, - [120609] = 5, + [140133] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6746), 1, - sym__special_character, - STATE(2482), 1, - aux_sym__literal_repeat1, - ACTIONS(2969), 4, + ACTIONS(1192), 5, sym_file_descriptor, + sym__concat, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 20, + ACTIONS(1190), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156431,22 +177219,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [140169] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5438), 1, + anon_sym_DOLLAR, + ACTIONS(5442), 1, + anon_sym_DQUOTE, + ACTIONS(5446), 1, + aux_sym_number_token1, + ACTIONS(5448), 1, + aux_sym_number_token2, + ACTIONS(5450), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5452), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5454), 1, anon_sym_BQUOTE, - [120647] = 4, + ACTIONS(5456), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5466), 1, + sym__brace_start, + ACTIONS(7160), 1, + sym_word, + ACTIONS(7168), 1, + sym__comment_word, + ACTIONS(5434), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5458), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7164), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7166), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2686), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [140233] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 2, + ACTIONS(3047), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - STATE(2461), 4, + STATE(2879), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2660), 20, + ACTIONS(3045), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156464,162 +177302,213 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120683] = 11, + [140271] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2691), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2693), 1, - anon_sym_LT_LT_LT, - ACTIONS(6750), 1, - sym_file_descriptor, - ACTIONS(2601), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2671), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2687), 2, - anon_sym_SEMI, - anon_sym_AMP, - ACTIONS(2689), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2603), 3, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - STATE(2461), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6748), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [120733] = 3, + ACTIONS(49), 1, + anon_sym_DQUOTE, + ACTIONS(53), 1, + aux_sym_number_token1, + ACTIONS(55), 1, + aux_sym_number_token2, + ACTIONS(57), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(59), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(61), 1, + anon_sym_BQUOTE, + ACTIONS(63), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(75), 1, + sym__brace_start, + ACTIONS(7124), 1, + sym_word, + ACTIONS(7130), 1, + sym__comment_word, + ACTIONS(7272), 1, + anon_sym_DOLLAR, + ACTIONS(43), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(65), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7126), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7128), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(855), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [140335] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 4, - sym_file_descriptor, - sym__concat, - sym_variable_name, - aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 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, - [120767] = 3, + ACTIONS(637), 1, + anon_sym_DOLLAR, + ACTIONS(641), 1, + anon_sym_DQUOTE, + ACTIONS(645), 1, + aux_sym_number_token1, + ACTIONS(647), 1, + aux_sym_number_token2, + ACTIONS(649), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(651), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(653), 1, + anon_sym_BQUOTE, + ACTIONS(655), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(665), 1, + sym__brace_start, + ACTIONS(7040), 1, + sym_word, + ACTIONS(7048), 1, + sym__comment_word, + ACTIONS(635), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(657), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7044), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7046), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(780), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [140399] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 4, - sym_file_descriptor, - sym__concat, - sym_variable_name, - aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 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, - [120801] = 11, + ACTIONS(327), 1, + anon_sym_DQUOTE, + ACTIONS(331), 1, + aux_sym_number_token1, + ACTIONS(333), 1, + aux_sym_number_token2, + ACTIONS(335), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(337), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(339), 1, + anon_sym_BQUOTE, + ACTIONS(341), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(6966), 1, + sym_word, + ACTIONS(6972), 1, + sym__comment_word, + ACTIONS(7274), 1, + anon_sym_DOLLAR, + ACTIONS(321), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(343), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6968), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6970), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(801), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [140463] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2693), 1, - anon_sym_LT_LT_LT, - ACTIONS(2715), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(6750), 1, - sym_file_descriptor, - ACTIONS(2601), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2671), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2689), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2713), 2, - anon_sym_SEMI, - anon_sym_AMP, - ACTIONS(2418), 3, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - STATE(2461), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6748), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [120851] = 6, + ACTIONS(2389), 1, + anon_sym_DOLLAR, + ACTIONS(2395), 1, + aux_sym_number_token1, + ACTIONS(2397), 1, + aux_sym_number_token2, + ACTIONS(2401), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2413), 1, + sym__brace_start, + ACTIONS(6916), 1, + sym_word, + ACTIONS(6924), 1, + anon_sym_DQUOTE, + ACTIONS(6928), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6930), 1, + anon_sym_BQUOTE, + ACTIONS(6932), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6936), 1, + sym__comment_word, + ACTIONS(6918), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6922), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6926), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6934), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1250), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [140527] = 6, 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(6754), 2, + ACTIONS(7276), 1, + sym_variable_name, + STATE(4492), 1, + sym_subscript, + ACTIONS(6528), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 21, + STATE(2731), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6526), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156627,7 +177516,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, @@ -156638,23 +177526,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120891] = 6, + [140569] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6756), 1, + ACTIONS(7279), 1, sym_variable_name, - STATE(3943), 1, + STATE(4492), 1, sym_subscript, - ACTIONS(6730), 2, + ACTIONS(6751), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - STATE(2457), 2, + STATE(2731), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - ACTIONS(6728), 20, + ACTIONS(6749), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156672,91 +177562,397 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [120931] = 6, + [140611] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6671), 1, - sym__concat, - STATE(2667), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, + ACTIONS(2808), 1, + aux_sym_number_token1, + ACTIONS(2810), 1, + aux_sym_number_token2, + ACTIONS(2814), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2824), 1, + sym__brace_start, + ACTIONS(6537), 1, + anon_sym_DQUOTE, + ACTIONS(6541), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6543), 1, + anon_sym_BQUOTE, + ACTIONS(6545), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6888), 1, + sym_word, + ACTIONS(6896), 1, + sym__comment_word, + ACTIONS(7281), 1, + anon_sym_DOLLAR, + ACTIONS(6533), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6547), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6892), 2, + sym_test_operator, sym__special_character, - [120971] = 6, + ACTIONS(6894), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2980), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [140675] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6758), 1, - sym_variable_name, - STATE(3943), 1, - sym_subscript, - ACTIONS(6723), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - STATE(2457), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6721), 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, - [121011] = 6, + ACTIONS(2808), 1, + aux_sym_number_token1, + ACTIONS(2810), 1, + aux_sym_number_token2, + ACTIONS(2814), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2824), 1, + sym__brace_start, + ACTIONS(6537), 1, + anon_sym_DQUOTE, + ACTIONS(6541), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6543), 1, + anon_sym_BQUOTE, + ACTIONS(6545), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6888), 1, + sym_word, + ACTIONS(6896), 1, + sym__comment_word, + ACTIONS(7283), 1, + anon_sym_DOLLAR, + ACTIONS(6533), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6547), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6892), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6894), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2980), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [140739] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, - aux_sym_concatenation_token1, - ACTIONS(6761), 1, - sym__concat, - STATE(2419), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, + ACTIONS(107), 1, + anon_sym_DQUOTE, + ACTIONS(111), 1, + aux_sym_number_token1, + ACTIONS(113), 1, + aux_sym_number_token2, + ACTIONS(115), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(117), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(119), 1, + anon_sym_BQUOTE, + ACTIONS(121), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(131), 1, + sym__brace_start, + ACTIONS(7285), 1, + sym_word, + ACTIONS(7287), 1, + anon_sym_DOLLAR, + ACTIONS(7293), 1, + sym__comment_word, + ACTIONS(101), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(123), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7289), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7291), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(365), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [140803] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(107), 1, + anon_sym_DQUOTE, + ACTIONS(111), 1, + aux_sym_number_token1, + ACTIONS(113), 1, + aux_sym_number_token2, + ACTIONS(115), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(117), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(119), 1, + anon_sym_BQUOTE, + ACTIONS(121), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(131), 1, + sym__brace_start, + ACTIONS(7285), 1, + sym_word, + ACTIONS(7293), 1, + sym__comment_word, + ACTIONS(7295), 1, + anon_sym_DOLLAR, + ACTIONS(101), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(123), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7289), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7291), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(365), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [140867] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5478), 1, + anon_sym_DQUOTE, + ACTIONS(5482), 1, + aux_sym_number_token1, + ACTIONS(5484), 1, + aux_sym_number_token2, + ACTIONS(5486), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5488), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5490), 1, + anon_sym_BQUOTE, + ACTIONS(5492), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5502), 1, + sym__brace_start, + ACTIONS(7028), 1, + sym_word, + ACTIONS(7036), 1, + sym__comment_word, + ACTIONS(7297), 1, + anon_sym_DOLLAR, + ACTIONS(5470), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5494), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7032), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7034), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2681), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [140931] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2038), 1, + anon_sym_DOLLAR, + ACTIONS(2044), 1, + aux_sym_number_token1, + ACTIONS(2046), 1, + aux_sym_number_token2, + ACTIONS(2050), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2060), 1, + sym__brace_start, + ACTIONS(6472), 1, + anon_sym_DQUOTE, + ACTIONS(6476), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6478), 1, + anon_sym_BQUOTE, + ACTIONS(6480), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6940), 1, + sym_word, + ACTIONS(6948), 1, + sym__comment_word, + ACTIONS(6468), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6482), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6944), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6946), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1093), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [140995] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3441), 1, + anon_sym_DQUOTE, + ACTIONS(3445), 1, + aux_sym_number_token1, + ACTIONS(3447), 1, + aux_sym_number_token2, + ACTIONS(3449), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3451), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3453), 1, + anon_sym_BQUOTE, + ACTIONS(3455), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3461), 1, + sym__brace_start, + ACTIONS(7299), 1, + sym_word, + ACTIONS(7301), 1, + anon_sym_DOLLAR, + ACTIONS(7307), 1, + sym__comment_word, + ACTIONS(3435), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3457), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7303), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7305), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1998), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [141059] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5478), 1, + anon_sym_DQUOTE, + ACTIONS(5482), 1, + aux_sym_number_token1, + ACTIONS(5484), 1, + aux_sym_number_token2, + ACTIONS(5486), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5488), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5490), 1, + anon_sym_BQUOTE, + ACTIONS(5492), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5502), 1, + sym__brace_start, + ACTIONS(7028), 1, + sym_word, + ACTIONS(7036), 1, + sym__comment_word, + ACTIONS(7309), 1, + anon_sym_DOLLAR, + ACTIONS(5470), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5494), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7032), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7034), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2681), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [141123] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1160), 5, sym_file_descriptor, + sym__concat, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 20, + ACTIONS(1158), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156764,33 +177960,34 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [121051] = 6, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [141159] = 5, 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(7311), 1, + sym__special_character, + STATE(2742), 1, + aux_sym__literal_repeat1, + ACTIONS(1214), 3, sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 20, + ACTIONS(1212), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156798,6 +177995,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, @@ -156808,18 +178006,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [121091] = 3, + [141199] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2648), 1, + aux_sym_number_token1, + ACTIONS(2650), 1, + aux_sym_number_token2, + ACTIONS(2654), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2664), 1, + sym__brace_start, + ACTIONS(6372), 1, + anon_sym_DQUOTE, + ACTIONS(6376), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6378), 1, + anon_sym_BQUOTE, + ACTIONS(6380), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7314), 1, + sym_word, + ACTIONS(7316), 1, + anon_sym_DOLLAR, + ACTIONS(7322), 1, + sym__comment_word, + ACTIONS(6368), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6382), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7318), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7320), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1392), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [141263] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 4, + ACTIONS(1152), 4, sym_file_descriptor, sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 22, + ACTIONS(1150), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156838,91 +178085,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [121125] = 8, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2693), 1, - anon_sym_LT_LT_LT, - ACTIONS(6705), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(6750), 1, - sym_file_descriptor, - ACTIONS(2601), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - STATE(2462), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6748), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(6703), 9, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP, - [121169] = 8, + [141299] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6691), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(6768), 1, - anon_sym_LT_LT_LT, - ACTIONS(6771), 1, - sym_file_descriptor, - ACTIONS(6685), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - STATE(2462), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6765), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(6683), 9, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, - anon_sym_AMP, - [121213] = 3, + ACTIONS(1404), 1, + aux_sym_number_token1, + ACTIONS(1406), 1, + aux_sym_number_token2, + ACTIONS(1410), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1424), 1, + sym__brace_start, + ACTIONS(5566), 1, + anon_sym_DQUOTE, + ACTIONS(5570), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5572), 1, + anon_sym_BQUOTE, + ACTIONS(5574), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7246), 1, + sym_word, + ACTIONS(7252), 1, + sym__comment_word, + ACTIONS(7324), 1, + anon_sym_DOLLAR, + ACTIONS(5560), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5576), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7248), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7250), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1029), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [141363] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 4, + ACTIONS(1156), 4, sym_file_descriptor, sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 22, + ACTIONS(1154), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156941,24 +178165,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [121247] = 6, + [141399] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6736), 1, - sym__concat, - STATE(2650), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 3, + ACTIONS(1164), 4, sym_file_descriptor, + sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 20, + ACTIONS(1162), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -156966,28 +178187,126 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + aux_sym_concatenation_token1, + [141435] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2648), 1, + aux_sym_number_token1, + ACTIONS(2650), 1, + aux_sym_number_token2, + ACTIONS(2654), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2664), 1, + sym__brace_start, + ACTIONS(6372), 1, + anon_sym_DQUOTE, + ACTIONS(6376), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6378), 1, + anon_sym_BQUOTE, + ACTIONS(6380), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7314), 1, + sym_word, + ACTIONS(7322), 1, + sym__comment_word, + ACTIONS(7326), 1, + anon_sym_DOLLAR, + ACTIONS(6368), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6382), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7318), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7320), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1392), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [141499] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1404), 1, + aux_sym_number_token1, + ACTIONS(1406), 1, + aux_sym_number_token2, + ACTIONS(1410), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1424), 1, + sym__brace_start, + ACTIONS(5566), 1, + anon_sym_DQUOTE, + ACTIONS(5570), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5572), 1, + anon_sym_BQUOTE, + ACTIONS(5574), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7246), 1, + sym_word, + ACTIONS(7252), 1, + sym__comment_word, + ACTIONS(7328), 1, + anon_sym_DOLLAR, + ACTIONS(5560), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5576), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7248), 2, + sym_test_operator, sym__special_character, - [121287] = 3, + ACTIONS(7250), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1029), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [141563] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 4, + ACTIONS(1152), 4, sym_file_descriptor, sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 22, + ACTIONS(1150), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157006,19 +178325,256 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [121321] = 3, + [141599] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(411), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + aux_sym_number_token1, + ACTIONS(417), 1, + aux_sym_number_token2, + ACTIONS(419), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(421), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(423), 1, + anon_sym_BQUOTE, + ACTIONS(425), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(435), 1, + sym__brace_start, + ACTIONS(7330), 1, + sym_word, + ACTIONS(7332), 1, + anon_sym_DOLLAR, + ACTIONS(7338), 1, + sym__comment_word, + ACTIONS(405), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(427), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7334), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7336), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(690), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [141663] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(230), 1, + aux_sym_number_token1, + ACTIONS(232), 1, + aux_sym_number_token2, + ACTIONS(236), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(250), 1, + sym__brace_start, + ACTIONS(1017), 1, + anon_sym_DQUOTE, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1023), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2956), 1, + anon_sym_BQUOTE, + ACTIONS(7340), 1, + sym_word, + ACTIONS(7342), 1, + anon_sym_DOLLAR, + ACTIONS(7348), 1, + sym__comment_word, + ACTIONS(1011), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1025), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7344), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7346), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1960), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [141727] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2808), 1, + aux_sym_number_token1, + ACTIONS(2810), 1, + aux_sym_number_token2, + ACTIONS(2814), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2824), 1, + sym__brace_start, + ACTIONS(6537), 1, + anon_sym_DQUOTE, + ACTIONS(6541), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6543), 1, + anon_sym_BQUOTE, + ACTIONS(6545), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6888), 1, + sym_word, + ACTIONS(6896), 1, + sym__comment_word, + ACTIONS(7350), 1, + anon_sym_DOLLAR, + ACTIONS(6533), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6547), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6892), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6894), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2980), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [141791] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(411), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + aux_sym_number_token1, + ACTIONS(417), 1, + aux_sym_number_token2, + ACTIONS(419), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(421), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(423), 1, + anon_sym_BQUOTE, + ACTIONS(425), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(435), 1, + sym__brace_start, + ACTIONS(7330), 1, + sym_word, + ACTIONS(7338), 1, + sym__comment_word, + ACTIONS(7352), 1, + anon_sym_DOLLAR, + ACTIONS(405), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(427), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7334), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7336), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(690), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [141855] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(230), 1, + aux_sym_number_token1, + ACTIONS(232), 1, + aux_sym_number_token2, + ACTIONS(236), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(250), 1, + sym__brace_start, + ACTIONS(1017), 1, + anon_sym_DQUOTE, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1023), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2956), 1, + anon_sym_BQUOTE, + ACTIONS(7340), 1, + sym_word, + ACTIONS(7348), 1, + sym__comment_word, + ACTIONS(7354), 1, + anon_sym_DOLLAR, + ACTIONS(1011), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1025), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7344), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7346), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1960), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [141919] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 4, + ACTIONS(1180), 4, sym_file_descriptor, sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 22, + ACTIONS(1178), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157037,20 +178593,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [121355] = 3, + [141955] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 5, + ACTIONS(1204), 5, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 21, + ACTIONS(1202), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157067,83 +178625,121 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [121389] = 3, + [141991] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 4, - sym_file_descriptor, - sym__concat, - sym_variable_name, - aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 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, - [121423] = 3, + ACTIONS(2473), 1, + anon_sym_DOLLAR, + ACTIONS(2479), 1, + aux_sym_number_token1, + ACTIONS(2481), 1, + aux_sym_number_token2, + ACTIONS(2485), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2495), 1, + sym__brace_start, + ACTIONS(6681), 1, + anon_sym_DQUOTE, + ACTIONS(6685), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6687), 1, + anon_sym_BQUOTE, + ACTIONS(6689), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7190), 1, + sym_word, + ACTIONS(7198), 1, + sym__comment_word, + ACTIONS(6677), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6691), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7194), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7196), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2966), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [142055] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 5, - sym_file_descriptor, - sym__concat, - sym_variable_name, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - aux_sym_concatenation_token1, + ACTIONS(5478), 1, + anon_sym_DQUOTE, + ACTIONS(5482), 1, + aux_sym_number_token1, + ACTIONS(5484), 1, + aux_sym_number_token2, + ACTIONS(5486), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5488), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5490), 1, anon_sym_BQUOTE, - [121457] = 3, + ACTIONS(5492), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5502), 1, + sym__brace_start, + ACTIONS(7028), 1, + sym_word, + ACTIONS(7036), 1, + sym__comment_word, + ACTIONS(7356), 1, + anon_sym_DOLLAR, + ACTIONS(5470), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5494), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7032), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7034), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2681), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [142119] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 5, - sym_file_descriptor, + ACTIONS(7358), 1, + aux_sym_concatenation_token1, + ACTIONS(7360), 1, sym__concat, + STATE(2951), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 3, + sym_file_descriptor, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 21, + ACTIONS(1117), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157160,59 +178756,358 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, + sym__special_character, + [142161] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(49), 1, + anon_sym_DQUOTE, + ACTIONS(53), 1, + aux_sym_number_token1, + ACTIONS(55), 1, + aux_sym_number_token2, + ACTIONS(57), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(59), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(61), 1, anon_sym_BQUOTE, - [121491] = 6, + ACTIONS(63), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(75), 1, + sym__brace_start, + ACTIONS(7124), 1, + sym_word, + ACTIONS(7130), 1, + sym__comment_word, + ACTIONS(7362), 1, + anon_sym_DOLLAR, + ACTIONS(43), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(65), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7126), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7128), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(855), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [142225] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, - aux_sym_concatenation_token1, - ACTIONS(6641), 1, - sym__concat, - STATE(2459), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 3, - sym_file_descriptor, - sym_variable_name, + ACTIONS(5884), 1, + anon_sym_DQUOTE, + ACTIONS(5888), 1, + aux_sym_number_token1, + ACTIONS(5890), 1, + aux_sym_number_token2, + ACTIONS(5892), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5894), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5896), 1, + anon_sym_BQUOTE, + ACTIONS(5898), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5908), 1, + sym__brace_start, + ACTIONS(6898), 1, + sym_word, + ACTIONS(6904), 1, + sym__comment_word, + ACTIONS(7364), 1, + anon_sym_DOLLAR, + ACTIONS(5876), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5900), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6900), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6902), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1311), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [142289] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(49), 1, + anon_sym_DQUOTE, + ACTIONS(53), 1, + aux_sym_number_token1, + ACTIONS(55), 1, + aux_sym_number_token2, + ACTIONS(57), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(59), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(61), 1, + anon_sym_BQUOTE, + ACTIONS(63), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(75), 1, + sym__brace_start, + ACTIONS(7124), 1, + sym_word, + ACTIONS(7130), 1, + sym__comment_word, + ACTIONS(7366), 1, + anon_sym_DOLLAR, + ACTIONS(43), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(65), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7126), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7128), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(855), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [142353] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3441), 1, + anon_sym_DQUOTE, + ACTIONS(3445), 1, + aux_sym_number_token1, + ACTIONS(3447), 1, + aux_sym_number_token2, + ACTIONS(3449), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3451), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3453), 1, + anon_sym_BQUOTE, + ACTIONS(3455), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3461), 1, + sym__brace_start, + ACTIONS(7299), 1, + sym_word, + ACTIONS(7307), 1, + sym__comment_word, + ACTIONS(7368), 1, + anon_sym_DOLLAR, + ACTIONS(3435), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3457), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7303), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7305), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1998), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [142417] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(327), 1, + anon_sym_DQUOTE, + ACTIONS(331), 1, + aux_sym_number_token1, + ACTIONS(333), 1, + aux_sym_number_token2, + ACTIONS(335), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(337), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(339), 1, + anon_sym_BQUOTE, + ACTIONS(341), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(6966), 1, + sym_word, + ACTIONS(6972), 1, + sym__comment_word, + ACTIONS(7370), 1, + anon_sym_DOLLAR, + ACTIONS(321), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(343), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6968), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6970), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(801), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [142481] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5824), 1, + anon_sym_DQUOTE, + ACTIONS(5828), 1, + aux_sym_number_token1, + ACTIONS(5830), 1, + aux_sym_number_token2, + ACTIONS(5832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5836), 1, + anon_sym_BQUOTE, + ACTIONS(5838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5848), 1, + sym__brace_start, + ACTIONS(7114), 1, + sym_word, + ACTIONS(7122), 1, + sym__comment_word, + ACTIONS(7372), 1, + anon_sym_DOLLAR, + ACTIONS(5816), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5840), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7118), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7120), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2371), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [142545] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6605), 1, + anon_sym_LPAREN, + ACTIONS(6607), 1, + aux_sym__c_word_token1, + ACTIONS(6611), 1, + anon_sym_DOLLAR, + ACTIONS(6613), 1, + anon_sym_DQUOTE, + ACTIONS(6615), 1, + aux_sym_number_token1, + ACTIONS(6617), 1, + aux_sym_number_token2, + ACTIONS(6619), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6621), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6623), 1, + anon_sym_BQUOTE, + ACTIONS(6625), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7376), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 20, + STATE(2285), 1, + sym__c_binary_expression, + STATE(2329), 1, + sym__c_unary_expression, + STATE(2331), 1, + sym__c_postfix_expression, + STATE(3173), 1, + sym__c_terminator, + STATE(4079), 1, + sym__c_expression, + STATE(4199), 1, + sym__c_variable_assignment, + ACTIONS(6603), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(7374), 2, anon_sym_SEMI, - anon_sym_AMP_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, - [121531] = 6, + STATE(2324), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [142617] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6639), 1, + ACTIONS(6854), 1, aux_sym_concatenation_token1, - ACTIONS(6641), 1, + ACTIONS(6856), 1, sym__concat, - STATE(2458), 1, + STATE(2933), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 3, + ACTIONS(1119), 2, sym_file_descriptor, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 20, + ACTIONS(1117), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157230,117 +179125,355 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [121571] = 3, + sym__special_character, + [142659] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 5, - sym_file_descriptor, - sym__concat, - sym_variable_name, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - aux_sym_concatenation_token1, + ACTIONS(5978), 1, + anon_sym_DQUOTE, + ACTIONS(5982), 1, + aux_sym_number_token1, + ACTIONS(5984), 1, + aux_sym_number_token2, + ACTIONS(5986), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5988), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5990), 1, + anon_sym_BQUOTE, + ACTIONS(5992), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5998), 1, + sym__brace_start, + ACTIONS(7378), 1, + sym_word, + ACTIONS(7380), 1, + anon_sym_DOLLAR, + ACTIONS(7386), 1, + sym__comment_word, + ACTIONS(5970), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7382), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7384), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3364), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [142723] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5978), 1, + anon_sym_DQUOTE, + ACTIONS(5982), 1, + aux_sym_number_token1, + ACTIONS(5984), 1, + aux_sym_number_token2, + ACTIONS(5986), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5988), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5990), 1, anon_sym_BQUOTE, - [121605] = 3, + ACTIONS(5992), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5998), 1, + sym__brace_start, + ACTIONS(7378), 1, + sym_word, + ACTIONS(7386), 1, + sym__comment_word, + ACTIONS(7388), 1, + anon_sym_DOLLAR, + ACTIONS(5970), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7382), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7384), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3364), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [142787] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 5, - sym_file_descriptor, - sym__concat, - sym_variable_name, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - aux_sym_concatenation_token1, + ACTIONS(327), 1, + anon_sym_DQUOTE, + ACTIONS(331), 1, + aux_sym_number_token1, + ACTIONS(333), 1, + aux_sym_number_token2, + ACTIONS(335), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(337), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(339), 1, anon_sym_BQUOTE, - [121639] = 5, + ACTIONS(341), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(6966), 1, + sym_word, + ACTIONS(6972), 1, + sym__comment_word, + ACTIONS(7390), 1, + anon_sym_DOLLAR, + ACTIONS(321), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(343), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6968), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6970), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(801), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [142851] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6774), 1, + ACTIONS(1772), 1, + anon_sym_DOLLAR, + ACTIONS(1778), 1, + aux_sym_number_token1, + ACTIONS(1780), 1, + aux_sym_number_token2, + ACTIONS(1784), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1798), 1, + sym__brace_start, + ACTIONS(5918), 1, + anon_sym_DQUOTE, + ACTIONS(5922), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5924), 1, + anon_sym_BQUOTE, + ACTIONS(5926), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7392), 1, + sym_word, + ACTIONS(7398), 1, + sym__comment_word, + ACTIONS(5912), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5928), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7394), 2, + sym_test_operator, sym__special_character, - STATE(2475), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 3, - sym_file_descriptor, - sym_variable_name, - aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 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, - [121677] = 6, + ACTIONS(7396), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1136), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [142915] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6579), 1, + anon_sym_DQUOTE, + ACTIONS(6583), 1, + aux_sym_number_token1, + ACTIONS(6585), 1, + aux_sym_number_token2, + ACTIONS(6587), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6589), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6591), 1, + anon_sym_BQUOTE, + ACTIONS(6593), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6599), 1, + sym__brace_start, + ACTIONS(7096), 1, + sym_word, + ACTIONS(7102), 1, + sym__comment_word, + ACTIONS(7400), 1, + anon_sym_DOLLAR, + ACTIONS(6573), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6595), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7098), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7100), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(4063), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [142979] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2129), 1, + aux_sym_number_token1, + ACTIONS(2131), 1, + aux_sym_number_token2, + ACTIONS(2135), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2147), 1, + sym__brace_start, + ACTIONS(7226), 1, + sym_word, + ACTIONS(7232), 1, + anon_sym_DQUOTE, + ACTIONS(7236), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7238), 1, + anon_sym_BQUOTE, + ACTIONS(7240), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7244), 1, + sym__comment_word, + ACTIONS(7402), 1, + anon_sym_DOLLAR, + ACTIONS(7228), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(7230), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7234), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(7242), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1092), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [143043] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6824), 1, + anon_sym_DQUOTE, + ACTIONS(6828), 1, + aux_sym_number_token1, + ACTIONS(6830), 1, + aux_sym_number_token2, + ACTIONS(6832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6836), 1, + anon_sym_BQUOTE, + ACTIONS(6838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6844), 1, + sym__brace_start, + ACTIONS(7404), 1, + sym_word, + ACTIONS(7406), 1, + anon_sym_DOLLAR, + ACTIONS(7412), 1, + sym__comment_word, + ACTIONS(6818), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6840), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7408), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7410), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1750), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [143107] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(6412), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(7414), 1, sym__concat, - STATE(2498), 1, + STATE(2610), 1, aux_sym_concatenation_repeat1, - ACTIONS(6779), 2, + ACTIONS(1103), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 21, + ACTIONS(1101), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157348,7 +179481,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, @@ -157359,22 +179491,494 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [121717] = 6, + [143149] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5820), 1, + anon_sym_DOLLAR, + ACTIONS(5824), 1, + anon_sym_DQUOTE, + ACTIONS(5828), 1, + aux_sym_number_token1, + ACTIONS(5830), 1, + aux_sym_number_token2, + ACTIONS(5832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5836), 1, + anon_sym_BQUOTE, + ACTIONS(5838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5848), 1, + sym__brace_start, + ACTIONS(7114), 1, + sym_word, + ACTIONS(7122), 1, + sym__comment_word, + ACTIONS(5816), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5840), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7118), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7120), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2371), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [143213] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2129), 1, + aux_sym_number_token1, + ACTIONS(2131), 1, + aux_sym_number_token2, + ACTIONS(2135), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2147), 1, + sym__brace_start, + ACTIONS(7226), 1, + sym_word, + ACTIONS(7232), 1, + anon_sym_DQUOTE, + ACTIONS(7236), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7238), 1, + anon_sym_BQUOTE, + ACTIONS(7240), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7244), 1, + sym__comment_word, + ACTIONS(7416), 1, + anon_sym_DOLLAR, + ACTIONS(7228), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(7230), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7234), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(7242), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1092), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [143277] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(921), 1, + anon_sym_DQUOTE, + ACTIONS(925), 1, + aux_sym_number_token1, + ACTIONS(927), 1, + aux_sym_number_token2, + ACTIONS(929), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(931), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(933), 1, + anon_sym_BQUOTE, + ACTIONS(935), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(943), 1, + sym__brace_start, + ACTIONS(6878), 1, + sym_word, + ACTIONS(6886), 1, + sym__comment_word, + ACTIONS(7418), 1, + anon_sym_DOLLAR, + ACTIONS(915), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(937), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6882), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6884), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1487), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [143341] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2395), 1, + aux_sym_number_token1, + ACTIONS(2397), 1, + aux_sym_number_token2, + ACTIONS(2401), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2413), 1, + sym__brace_start, + ACTIONS(6916), 1, + sym_word, + ACTIONS(6924), 1, + anon_sym_DQUOTE, + ACTIONS(6928), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6930), 1, + anon_sym_BQUOTE, + ACTIONS(6932), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6936), 1, + sym__comment_word, + ACTIONS(7420), 1, + anon_sym_DOLLAR, + ACTIONS(6918), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6922), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6926), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6934), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1250), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [143405] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6820), 1, + anon_sym_DOLLAR, + ACTIONS(6824), 1, + anon_sym_DQUOTE, + ACTIONS(6828), 1, + aux_sym_number_token1, + ACTIONS(6830), 1, + aux_sym_number_token2, + ACTIONS(6832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6836), 1, + anon_sym_BQUOTE, + ACTIONS(6838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6844), 1, + sym__brace_start, + ACTIONS(7404), 1, + sym_word, + ACTIONS(7412), 1, + sym__comment_word, + ACTIONS(6818), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6840), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7408), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7410), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1750), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [143469] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1981), 1, + anon_sym_DOLLAR, + ACTIONS(1987), 1, + aux_sym_number_token1, + ACTIONS(1989), 1, + aux_sym_number_token2, + ACTIONS(1993), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2005), 1, + sym__brace_start, + ACTIONS(7422), 1, + sym_word, + ACTIONS(7428), 1, + anon_sym_DQUOTE, + ACTIONS(7432), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7434), 1, + anon_sym_BQUOTE, + ACTIONS(7436), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7440), 1, + sym__comment_word, + ACTIONS(7424), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(7426), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7430), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(7438), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(926), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [143533] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2395), 1, + aux_sym_number_token1, + ACTIONS(2397), 1, + aux_sym_number_token2, + ACTIONS(2401), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2413), 1, + sym__brace_start, + ACTIONS(6916), 1, + sym_word, + ACTIONS(6924), 1, + anon_sym_DQUOTE, + ACTIONS(6928), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6930), 1, + anon_sym_BQUOTE, + ACTIONS(6932), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6936), 1, + sym__comment_word, + ACTIONS(7442), 1, + anon_sym_DOLLAR, + ACTIONS(6918), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6922), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6926), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6934), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1250), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [143597] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(7002), 1, + sym_word, + ACTIONS(7010), 1, + sym__comment_word, + ACTIONS(7444), 1, + anon_sym_DOLLAR, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7006), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7008), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1779), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [143661] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(103), 1, + anon_sym_DOLLAR, + ACTIONS(107), 1, + anon_sym_DQUOTE, + ACTIONS(111), 1, + aux_sym_number_token1, + ACTIONS(113), 1, + aux_sym_number_token2, + ACTIONS(115), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(117), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(119), 1, + anon_sym_BQUOTE, + ACTIONS(121), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(131), 1, + sym__brace_start, + ACTIONS(7285), 1, + sym_word, + ACTIONS(7293), 1, + sym__comment_word, + ACTIONS(101), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(123), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7289), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7291), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(365), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [143725] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4241), 1, + aux_sym_number_token1, + ACTIONS(4243), 1, + aux_sym_number_token2, + ACTIONS(4247), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4257), 1, + sym__brace_start, + ACTIONS(6641), 1, + anon_sym_DQUOTE, + ACTIONS(6645), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6647), 1, + anon_sym_BQUOTE, + ACTIONS(6649), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7446), 1, + sym_word, + ACTIONS(7448), 1, + anon_sym_DOLLAR, + ACTIONS(7454), 1, + sym__comment_word, + ACTIONS(6637), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6651), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7450), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7452), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3652), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [143789] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(6854), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(7456), 1, sym__concat, - STATE(2504), 1, + STATE(2708), 1, aux_sym_concatenation_repeat1, - ACTIONS(6783), 2, + ACTIONS(1103), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 21, + ACTIONS(1101), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157393,53 +179997,161 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [121757] = 6, + [143831] = 17, 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, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 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, - [121797] = 3, + ACTIONS(49), 1, + anon_sym_DQUOTE, + ACTIONS(53), 1, + aux_sym_number_token1, + ACTIONS(55), 1, + aux_sym_number_token2, + ACTIONS(57), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(59), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(61), 1, + anon_sym_BQUOTE, + ACTIONS(63), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(75), 1, + sym__brace_start, + ACTIONS(7124), 1, + sym_word, + ACTIONS(7130), 1, + sym__comment_word, + ACTIONS(7458), 1, + anon_sym_DOLLAR, + ACTIONS(43), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(65), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7126), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7128), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(855), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [143895] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1360), 1, + anon_sym_DOLLAR, + ACTIONS(1366), 1, + aux_sym_number_token1, + ACTIONS(1368), 1, + aux_sym_number_token2, + ACTIONS(1372), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1386), 1, + sym__brace_start, + ACTIONS(5538), 1, + anon_sym_DQUOTE, + ACTIONS(5542), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5544), 1, + anon_sym_BQUOTE, + ACTIONS(5546), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6988), 1, + sym_word, + ACTIONS(6996), 1, + sym__comment_word, + ACTIONS(5532), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5548), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6992), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6994), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(878), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [143959] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4241), 1, + aux_sym_number_token1, + ACTIONS(4243), 1, + aux_sym_number_token2, + ACTIONS(4247), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4257), 1, + sym__brace_start, + ACTIONS(6641), 1, + anon_sym_DQUOTE, + ACTIONS(6645), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6647), 1, + anon_sym_BQUOTE, + ACTIONS(6649), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7446), 1, + sym_word, + ACTIONS(7454), 1, + sym__comment_word, + ACTIONS(7460), 1, + anon_sym_DOLLAR, + ACTIONS(6637), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6651), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7450), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7452), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3652), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [144023] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 5, + ACTIONS(1200), 4, sym_file_descriptor, sym__concat, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 21, + ACTIONS(1198), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157447,30 +180159,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, + [144059] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5648), 1, + anon_sym_DOLLAR, + ACTIONS(5652), 1, + anon_sym_DQUOTE, + ACTIONS(5656), 1, + aux_sym_number_token1, + ACTIONS(5658), 1, + aux_sym_number_token2, + ACTIONS(5660), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5662), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5664), 1, anon_sym_BQUOTE, - [121831] = 3, + ACTIONS(5666), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5676), 1, + sym__brace_start, + ACTIONS(7462), 1, + sym_word, + ACTIONS(7468), 1, + sym__comment_word, + ACTIONS(5644), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5668), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7464), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7466), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(930), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [144123] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 5, + ACTIONS(1184), 4, sym_file_descriptor, sym__concat, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 21, + ACTIONS(1182), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157478,97 +180239,221 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, + [144159] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6824), 1, + anon_sym_DQUOTE, + ACTIONS(6828), 1, + aux_sym_number_token1, + ACTIONS(6830), 1, + aux_sym_number_token2, + ACTIONS(6832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6836), 1, anon_sym_BQUOTE, - [121865] = 6, + ACTIONS(6838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6844), 1, + sym__brace_start, + ACTIONS(7404), 1, + sym_word, + ACTIONS(7412), 1, + sym__comment_word, + ACTIONS(7470), 1, + anon_sym_DOLLAR, + ACTIONS(6818), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6840), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7408), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7410), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1750), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [144223] = 17, 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, - sym_file_descriptor, - sym_variable_name, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 19, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_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(2840), 1, + anon_sym_DOLLAR, + ACTIONS(2844), 1, + anon_sym_DQUOTE, + ACTIONS(2848), 1, + aux_sym_number_token1, + ACTIONS(2850), 1, + aux_sym_number_token2, + ACTIONS(2852), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(2854), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2856), 1, + anon_sym_BQUOTE, + ACTIONS(2858), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2868), 1, + sym__brace_start, + ACTIONS(7104), 1, + sym_word, + ACTIONS(7112), 1, + sym__comment_word, + ACTIONS(2838), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(2860), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7108), 2, + sym_test_operator, sym__special_character, - [121905] = 5, + ACTIONS(7110), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1707), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [144287] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6789), 1, + ACTIONS(3213), 1, + anon_sym_DOLLAR, + ACTIONS(3217), 1, + anon_sym_DQUOTE, + ACTIONS(3221), 1, + aux_sym_number_token1, + ACTIONS(3223), 1, + aux_sym_number_token2, + ACTIONS(3225), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3227), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3229), 1, + anon_sym_BQUOTE, + ACTIONS(3231), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3239), 1, + sym__brace_start, + ACTIONS(6906), 1, + sym_word, + ACTIONS(6914), 1, + sym__comment_word, + ACTIONS(3211), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3233), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6910), 2, + sym_test_operator, sym__special_character, - STATE(2482), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 4, - sym_file_descriptor, - sym_variable_name, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 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, + ACTIONS(6912), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1819), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [144351] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(917), 1, + anon_sym_DOLLAR, + ACTIONS(921), 1, + anon_sym_DQUOTE, + ACTIONS(925), 1, + aux_sym_number_token1, + ACTIONS(927), 1, + aux_sym_number_token2, + ACTIONS(929), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(931), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(933), 1, anon_sym_BQUOTE, - [121943] = 3, + ACTIONS(935), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(943), 1, + sym__brace_start, + ACTIONS(6878), 1, + sym_word, + ACTIONS(6886), 1, + sym__comment_word, + ACTIONS(915), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(937), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6882), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6884), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1487), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [144415] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 5, + ACTIONS(1208), 5, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 21, + ACTIONS(1206), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157585,20 +180470,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [121977] = 3, + [144451] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 4, + ACTIONS(1200), 5, sym_file_descriptor, sym__concat, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 22, + ACTIONS(1198), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157606,30 +180494,32 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [122011] = 3, + anon_sym_BQUOTE, + [144487] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 4, + ACTIONS(1180), 5, sym_file_descriptor, sym__concat, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 22, + ACTIONS(1178), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157637,30 +180527,270 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [122045] = 3, + anon_sym_BQUOTE, + [144523] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 4, - sym_file_descriptor, + ACTIONS(2802), 1, + anon_sym_DOLLAR, + ACTIONS(2808), 1, + aux_sym_number_token1, + ACTIONS(2810), 1, + aux_sym_number_token2, + ACTIONS(2814), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2824), 1, + sym__brace_start, + ACTIONS(6537), 1, + anon_sym_DQUOTE, + ACTIONS(6541), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6543), 1, + anon_sym_BQUOTE, + ACTIONS(6545), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6888), 1, + sym_word, + ACTIONS(6896), 1, + sym__comment_word, + ACTIONS(6533), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6547), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6892), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6894), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2980), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [144587] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5219), 1, + aux_sym_number_token1, + ACTIONS(5221), 1, + aux_sym_number_token2, + ACTIONS(5225), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5235), 1, + sym__brace_start, + ACTIONS(6342), 1, + anon_sym_DQUOTE, + ACTIONS(6346), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6348), 1, + anon_sym_BQUOTE, + ACTIONS(6350), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7472), 1, + sym_word, + ACTIONS(7474), 1, + anon_sym_DOLLAR, + ACTIONS(7480), 1, + sym__comment_word, + ACTIONS(6338), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6352), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7476), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7478), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3246), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [144651] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2312), 1, + aux_sym_number_token1, + ACTIONS(2314), 1, + aux_sym_number_token2, + ACTIONS(2318), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2328), 1, + sym__brace_start, + ACTIONS(6456), 1, + anon_sym_DQUOTE, + ACTIONS(6460), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6462), 1, + anon_sym_BQUOTE, + ACTIONS(6464), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7176), 1, + sym_word, + ACTIONS(7182), 1, + sym__comment_word, + ACTIONS(7482), 1, + anon_sym_DOLLAR, + ACTIONS(6452), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6466), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7178), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7180), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1234), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [144715] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3437), 1, + anon_sym_DOLLAR, + ACTIONS(3441), 1, + anon_sym_DQUOTE, + ACTIONS(3445), 1, + aux_sym_number_token1, + ACTIONS(3447), 1, + aux_sym_number_token2, + ACTIONS(3449), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3451), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3453), 1, + anon_sym_BQUOTE, + ACTIONS(3455), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3461), 1, + sym__brace_start, + ACTIONS(7299), 1, + sym_word, + ACTIONS(7307), 1, + sym__comment_word, + ACTIONS(3435), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3457), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7303), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7305), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1998), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [144779] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6061), 1, + anon_sym_DQUOTE, + ACTIONS(6065), 1, + aux_sym_number_token1, + ACTIONS(6067), 1, + aux_sym_number_token2, + ACTIONS(6069), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6085), 1, + sym__brace_start, + ACTIONS(7484), 1, + sym_word, + ACTIONS(7486), 1, + anon_sym_DOLLAR, + ACTIONS(7492), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7494), 1, + anon_sym_BQUOTE, + ACTIONS(7496), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7498), 1, + sym__comment_word, + ACTIONS(6055), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6079), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7488), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7490), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(4214), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [144843] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6854), 1, + aux_sym_concatenation_token1, + ACTIONS(6856), 1, sym__concat, - sym_variable_name, + STATE(2663), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3695), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 22, + ACTIONS(3693), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157679,82 +180809,256 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - [122079] = 3, + [144885] = 17, 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(2312), 1, + aux_sym_number_token1, + ACTIONS(2314), 1, + aux_sym_number_token2, + ACTIONS(2318), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2328), 1, + sym__brace_start, + ACTIONS(6456), 1, + anon_sym_DQUOTE, + ACTIONS(6460), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6462), 1, + anon_sym_BQUOTE, + ACTIONS(6464), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7176), 1, + sym_word, + ACTIONS(7182), 1, + sym__comment_word, + ACTIONS(7500), 1, + anon_sym_DOLLAR, + ACTIONS(6452), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6466), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7178), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7180), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1234), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [144949] = 17, 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, + ACTIONS(5652), 1, + anon_sym_DQUOTE, + ACTIONS(5656), 1, + aux_sym_number_token1, + ACTIONS(5658), 1, + aux_sym_number_token2, + ACTIONS(5660), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5662), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5664), 1, + anon_sym_BQUOTE, + ACTIONS(5666), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5676), 1, + sym__brace_start, + ACTIONS(7462), 1, + sym_word, + ACTIONS(7468), 1, + sym__comment_word, + ACTIONS(7502), 1, + anon_sym_DOLLAR, + ACTIONS(5644), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5668), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7464), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7466), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(930), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [145013] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5692), 1, + anon_sym_DQUOTE, + ACTIONS(5696), 1, + aux_sym_number_token1, + ACTIONS(5698), 1, + aux_sym_number_token2, + ACTIONS(5700), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5702), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5704), 1, + anon_sym_BQUOTE, + ACTIONS(5706), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5716), 1, + sym__brace_start, + ACTIONS(7504), 1, + sym_word, + ACTIONS(7506), 1, + anon_sym_DOLLAR, + ACTIONS(7512), 1, + sym__comment_word, + ACTIONS(5684), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5708), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7508), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7510), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3418), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [145077] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3514), 1, + anon_sym_DQUOTE, + ACTIONS(3518), 1, + aux_sym_number_token1, + ACTIONS(3520), 1, + aux_sym_number_token2, + ACTIONS(3522), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3524), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3526), 1, + anon_sym_BQUOTE, + ACTIONS(3528), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3534), 1, + sym__brace_start, + ACTIONS(7514), 1, + sym_word, + ACTIONS(7516), 1, + anon_sym_DOLLAR, + ACTIONS(7522), 1, + sym__comment_word, + ACTIONS(3508), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3530), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7518), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7520), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3367), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [145141] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1987), 1, + aux_sym_number_token1, + ACTIONS(1989), 1, + aux_sym_number_token2, + ACTIONS(1993), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2005), 1, + sym__brace_start, + ACTIONS(7422), 1, + sym_word, + ACTIONS(7428), 1, + anon_sym_DQUOTE, + ACTIONS(7432), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7434), 1, + anon_sym_BQUOTE, + ACTIONS(7436), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7440), 1, + sym__comment_word, + ACTIONS(7524), 1, + anon_sym_DOLLAR, + ACTIONS(7424), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(7426), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7430), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(7438), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(926), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [145205] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 5, + ACTIONS(1164), 5, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 21, + ACTIONS(1162), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157771,20 +181075,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [122181] = 3, + [145241] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 4, - sym_file_descriptor, + ACTIONS(6854), 1, + aux_sym_concatenation_token1, + ACTIONS(6856), 1, sym__concat, - sym_variable_name, + STATE(2787), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3680), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 22, + ACTIONS(3678), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157803,19 +181113,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - [122215] = 3, + [145283] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 4, - sym_file_descriptor, + ACTIONS(3711), 1, + anon_sym_DOLLAR, + ACTIONS(3715), 1, + anon_sym_DQUOTE, + ACTIONS(3719), 1, + aux_sym_number_token1, + ACTIONS(3721), 1, + aux_sym_number_token2, + ACTIONS(3723), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3725), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3727), 1, + anon_sym_BQUOTE, + ACTIONS(3729), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3735), 1, + sym__brace_start, + ACTIONS(7054), 1, + sym_word, + ACTIONS(7062), 1, + sym__comment_word, + ACTIONS(3709), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3731), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7058), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7060), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3509), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [145347] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6854), 1, + aux_sym_concatenation_token1, + ACTIONS(6856), 1, sym__concat, - sym_variable_name, + STATE(2787), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3662), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 22, + ACTIONS(3660), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157834,54 +181196,302 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - [122249] = 3, + [145389] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 5, - sym_file_descriptor, - sym__concat, - sym_variable_name, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 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, + ACTIONS(1987), 1, + aux_sym_number_token1, + ACTIONS(1989), 1, + aux_sym_number_token2, + ACTIONS(1993), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2005), 1, + sym__brace_start, + ACTIONS(7422), 1, + sym_word, + ACTIONS(7428), 1, + anon_sym_DQUOTE, + ACTIONS(7432), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7434), 1, + anon_sym_BQUOTE, + ACTIONS(7436), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7440), 1, + sym__comment_word, + ACTIONS(7526), 1, + anon_sym_DOLLAR, + ACTIONS(7424), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(7426), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7430), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(7438), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(926), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [145453] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3514), 1, + anon_sym_DQUOTE, + ACTIONS(3518), 1, + aux_sym_number_token1, + ACTIONS(3520), 1, + aux_sym_number_token2, + ACTIONS(3522), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3524), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3526), 1, + anon_sym_BQUOTE, + ACTIONS(3528), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3534), 1, + sym__brace_start, + ACTIONS(7514), 1, + sym_word, + ACTIONS(7522), 1, + sym__comment_word, + ACTIONS(7528), 1, + anon_sym_DOLLAR, + ACTIONS(3508), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3530), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7518), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7520), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3367), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [145517] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2642), 1, + anon_sym_DOLLAR, + ACTIONS(2648), 1, + aux_sym_number_token1, + ACTIONS(2650), 1, + aux_sym_number_token2, + ACTIONS(2654), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2664), 1, + sym__brace_start, + ACTIONS(6372), 1, + anon_sym_DQUOTE, + ACTIONS(6376), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6378), 1, + anon_sym_BQUOTE, + ACTIONS(6380), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7314), 1, + sym_word, + ACTIONS(7322), 1, + sym__comment_word, + ACTIONS(6368), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6382), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7318), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7320), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1392), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [145581] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5442), 1, + anon_sym_DQUOTE, + ACTIONS(5446), 1, + aux_sym_number_token1, + ACTIONS(5448), 1, + aux_sym_number_token2, + ACTIONS(5450), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5452), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5454), 1, + anon_sym_BQUOTE, + ACTIONS(5456), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5466), 1, + sym__brace_start, + ACTIONS(7160), 1, + sym_word, + ACTIONS(7168), 1, + sym__comment_word, + ACTIONS(7530), 1, + anon_sym_DOLLAR, + ACTIONS(5434), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5458), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7164), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7166), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2686), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [145645] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5442), 1, + anon_sym_DQUOTE, + ACTIONS(5446), 1, + aux_sym_number_token1, + ACTIONS(5448), 1, + aux_sym_number_token2, + ACTIONS(5450), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5452), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5454), 1, + anon_sym_BQUOTE, + ACTIONS(5456), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5466), 1, + sym__brace_start, + ACTIONS(7160), 1, + sym_word, + ACTIONS(7168), 1, + sym__comment_word, + ACTIONS(7532), 1, + anon_sym_DOLLAR, + ACTIONS(5434), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5458), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7164), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7166), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2686), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [145709] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5219), 1, + aux_sym_number_token1, + ACTIONS(5221), 1, + aux_sym_number_token2, + ACTIONS(5225), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5235), 1, + sym__brace_start, + ACTIONS(6342), 1, + anon_sym_DQUOTE, + ACTIONS(6346), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6348), 1, anon_sym_BQUOTE, - [122283] = 6, + ACTIONS(6350), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7472), 1, + sym_word, + ACTIONS(7480), 1, + sym__comment_word, + ACTIONS(7534), 1, + anon_sym_DOLLAR, + ACTIONS(6338), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6352), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7476), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7478), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3246), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [145773] = 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(1208), 4, sym_file_descriptor, + sym__concat, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 21, + ACTIONS(1206), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157900,19 +181510,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [122323] = 3, + aux_sym_concatenation_token1, + [145809] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 5, + ACTIONS(1152), 5, sym_file_descriptor, sym__concat, sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 21, + ACTIONS(1150), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157929,20 +181542,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [122357] = 3, + [145845] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 4, - sym_file_descriptor, + ACTIONS(6854), 1, + aux_sym_concatenation_token1, + ACTIONS(6856), 1, sym__concat, - sym_variable_name, + STATE(2663), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3676), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 22, + ACTIONS(3674), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -157961,50 +181580,215 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - [122391] = 3, + [145887] = 17, 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, + ACTIONS(641), 1, + anon_sym_DQUOTE, + ACTIONS(645), 1, + aux_sym_number_token1, + ACTIONS(647), 1, + aux_sym_number_token2, + ACTIONS(649), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(651), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(653), 1, + anon_sym_BQUOTE, + ACTIONS(655), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(665), 1, + sym__brace_start, + ACTIONS(7040), 1, + sym_word, + ACTIONS(7048), 1, + sym__comment_word, + ACTIONS(7536), 1, + anon_sym_DOLLAR, + ACTIONS(635), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(657), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7044), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7046), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(780), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [145951] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(641), 1, + anon_sym_DQUOTE, + ACTIONS(645), 1, + aux_sym_number_token1, + ACTIONS(647), 1, + aux_sym_number_token2, + ACTIONS(649), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(651), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(653), 1, + anon_sym_BQUOTE, + ACTIONS(655), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(665), 1, + sym__brace_start, + ACTIONS(7040), 1, + sym_word, + ACTIONS(7048), 1, + sym__comment_word, + ACTIONS(7538), 1, + anon_sym_DOLLAR, + ACTIONS(635), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(657), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7044), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7046), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(780), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [146015] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6605), 1, + anon_sym_LPAREN, + ACTIONS(6607), 1, + aux_sym__c_word_token1, + ACTIONS(6611), 1, + anon_sym_DOLLAR, + ACTIONS(6613), 1, + anon_sym_DQUOTE, + ACTIONS(6615), 1, + aux_sym_number_token1, + ACTIONS(6617), 1, + aux_sym_number_token2, + ACTIONS(6619), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6621), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6623), 1, + anon_sym_BQUOTE, + ACTIONS(6625), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7542), 1, + aux_sym_heredoc_redirect_token1, + STATE(2285), 1, + sym__c_binary_expression, + STATE(2329), 1, + sym__c_unary_expression, + STATE(2331), 1, + sym__c_postfix_expression, + STATE(3157), 1, + sym__c_terminator, + STATE(4092), 1, + sym__c_expression, + STATE(4199), 1, + sym__c_variable_assignment, + ACTIONS(6603), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(7540), 2, + anon_sym_SEMI, + anon_sym_AMP, + STATE(2324), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [146087] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5652), 1, + anon_sym_DQUOTE, + ACTIONS(5656), 1, + aux_sym_number_token1, + ACTIONS(5658), 1, + aux_sym_number_token2, + ACTIONS(5660), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5662), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5664), 1, + anon_sym_BQUOTE, + ACTIONS(5666), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5676), 1, + sym__brace_start, + ACTIONS(7462), 1, + sym_word, + ACTIONS(7468), 1, + sym__comment_word, + ACTIONS(7544), 1, + anon_sym_DOLLAR, + ACTIONS(5644), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5668), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7464), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7466), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(930), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [146151] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 4, + ACTIONS(7546), 1, + sym__special_character, + STATE(2742), 1, + aux_sym__literal_repeat1, + ACTIONS(3465), 3, sym_file_descriptor, - sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 22, + ACTIONS(3463), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158023,23 +181807,396 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - [122459] = 6, + [146191] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6798), 1, - sym__concat, - STATE(2493), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 2, + ACTIONS(2479), 1, + aux_sym_number_token1, + ACTIONS(2481), 1, + aux_sym_number_token2, + ACTIONS(2485), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2495), 1, + sym__brace_start, + ACTIONS(6681), 1, + anon_sym_DQUOTE, + ACTIONS(6685), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6687), 1, + anon_sym_BQUOTE, + ACTIONS(6689), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7190), 1, + sym_word, + ACTIONS(7198), 1, + sym__comment_word, + ACTIONS(7548), 1, + anon_sym_DOLLAR, + ACTIONS(6677), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6691), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7194), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7196), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2966), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [146255] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2479), 1, + aux_sym_number_token1, + ACTIONS(2481), 1, + aux_sym_number_token2, + ACTIONS(2485), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2495), 1, + sym__brace_start, + ACTIONS(6681), 1, + anon_sym_DQUOTE, + ACTIONS(6685), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6687), 1, + anon_sym_BQUOTE, + ACTIONS(6689), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7190), 1, + sym_word, + ACTIONS(7198), 1, + sym__comment_word, + ACTIONS(7550), 1, + anon_sym_DOLLAR, + ACTIONS(6677), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6691), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7194), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7196), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2966), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [146319] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(411), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + aux_sym_number_token1, + ACTIONS(417), 1, + aux_sym_number_token2, + ACTIONS(419), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(421), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(423), 1, + anon_sym_BQUOTE, + ACTIONS(425), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(435), 1, + sym__brace_start, + ACTIONS(7330), 1, + sym_word, + ACTIONS(7338), 1, + sym__comment_word, + ACTIONS(7552), 1, + anon_sym_DOLLAR, + ACTIONS(405), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(427), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7334), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7336), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(690), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [146383] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6579), 1, + anon_sym_DQUOTE, + ACTIONS(6583), 1, + aux_sym_number_token1, + ACTIONS(6585), 1, + aux_sym_number_token2, + ACTIONS(6587), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6589), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6591), 1, + anon_sym_BQUOTE, + ACTIONS(6593), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6599), 1, + sym__brace_start, + ACTIONS(7096), 1, + sym_word, + ACTIONS(7102), 1, + sym__comment_word, + ACTIONS(7554), 1, + anon_sym_DOLLAR, + ACTIONS(6573), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6595), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7098), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7100), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(4063), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [146447] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2676), 1, + aux_sym_number_token1, + ACTIONS(2678), 1, + aux_sym_number_token2, + ACTIONS(2682), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2692), 1, + sym__brace_start, + ACTIONS(6260), 1, + anon_sym_DQUOTE, + ACTIONS(6264), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6266), 1, + anon_sym_BQUOTE, + ACTIONS(6268), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7014), 1, + sym_word, + ACTIONS(7022), 1, + sym__comment_word, + ACTIONS(7556), 1, + anon_sym_DOLLAR, + ACTIONS(6256), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6270), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7018), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7020), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1410), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [146511] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(411), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + aux_sym_number_token1, + ACTIONS(417), 1, + aux_sym_number_token2, + ACTIONS(419), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(421), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(423), 1, + anon_sym_BQUOTE, + ACTIONS(425), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(435), 1, + sym__brace_start, + ACTIONS(7330), 1, + sym_word, + ACTIONS(7338), 1, + sym__comment_word, + ACTIONS(7558), 1, + anon_sym_DOLLAR, + ACTIONS(405), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(427), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7334), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7336), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(690), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [146575] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5478), 1, + anon_sym_DQUOTE, + ACTIONS(5482), 1, + aux_sym_number_token1, + ACTIONS(5484), 1, + aux_sym_number_token2, + ACTIONS(5486), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5488), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5490), 1, + anon_sym_BQUOTE, + ACTIONS(5492), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5502), 1, + sym__brace_start, + ACTIONS(7028), 1, + sym_word, + ACTIONS(7036), 1, + sym__comment_word, + ACTIONS(7560), 1, + anon_sym_DOLLAR, + ACTIONS(5470), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5494), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7032), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7034), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2681), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [146639] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2676), 1, + aux_sym_number_token1, + ACTIONS(2678), 1, + aux_sym_number_token2, + ACTIONS(2682), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2692), 1, + sym__brace_start, + ACTIONS(6260), 1, + anon_sym_DQUOTE, + ACTIONS(6264), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6266), 1, + anon_sym_BQUOTE, + ACTIONS(6268), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7014), 1, + sym_word, + ACTIONS(7022), 1, + sym__comment_word, + ACTIONS(7562), 1, + anon_sym_DOLLAR, + ACTIONS(6256), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6270), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7018), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7020), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1410), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [146703] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1188), 4, sym_file_descriptor, + sym__concat, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 21, + ACTIONS(1186), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158058,18 +182215,162 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [122499] = 3, + aux_sym_concatenation_token1, + [146739] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(407), 1, + anon_sym_DOLLAR, + ACTIONS(411), 1, + anon_sym_DQUOTE, + ACTIONS(415), 1, + aux_sym_number_token1, + ACTIONS(417), 1, + aux_sym_number_token2, + ACTIONS(419), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(421), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(423), 1, + anon_sym_BQUOTE, + ACTIONS(425), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(435), 1, + sym__brace_start, + ACTIONS(7330), 1, + sym_word, + ACTIONS(7338), 1, + sym__comment_word, + ACTIONS(405), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(427), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7334), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7336), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(690), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [146803] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5478), 1, + anon_sym_DQUOTE, + ACTIONS(5482), 1, + aux_sym_number_token1, + ACTIONS(5484), 1, + aux_sym_number_token2, + ACTIONS(5486), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5488), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5490), 1, + anon_sym_BQUOTE, + ACTIONS(5492), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5502), 1, + sym__brace_start, + ACTIONS(7028), 1, + sym_word, + ACTIONS(7036), 1, + sym__comment_word, + ACTIONS(7564), 1, + anon_sym_DOLLAR, + ACTIONS(5470), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5494), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7032), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7034), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2681), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [146867] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2676), 1, + aux_sym_number_token1, + ACTIONS(2678), 1, + aux_sym_number_token2, + ACTIONS(2682), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2692), 1, + sym__brace_start, + ACTIONS(6260), 1, + anon_sym_DQUOTE, + ACTIONS(6264), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6266), 1, + anon_sym_BQUOTE, + ACTIONS(6268), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7014), 1, + sym_word, + ACTIONS(7022), 1, + sym__comment_word, + ACTIONS(7566), 1, + anon_sym_DOLLAR, + ACTIONS(6256), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6270), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7018), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7020), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1410), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [146931] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 4, + ACTIONS(1196), 4, sym_file_descriptor, sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 22, + ACTIONS(1194), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158088,20 +182389,444 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [122533] = 3, + [146967] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2676), 1, + aux_sym_number_token1, + ACTIONS(2678), 1, + aux_sym_number_token2, + ACTIONS(2682), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2692), 1, + sym__brace_start, + ACTIONS(6260), 1, + anon_sym_DQUOTE, + ACTIONS(6264), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6266), 1, + anon_sym_BQUOTE, + ACTIONS(6268), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7014), 1, + sym_word, + ACTIONS(7022), 1, + sym__comment_word, + ACTIONS(7568), 1, + anon_sym_DOLLAR, + ACTIONS(6256), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6270), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7018), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7020), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1410), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [147031] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2808), 1, + aux_sym_number_token1, + ACTIONS(2810), 1, + aux_sym_number_token2, + ACTIONS(2814), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2824), 1, + sym__brace_start, + ACTIONS(6537), 1, + anon_sym_DQUOTE, + ACTIONS(6541), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6543), 1, + anon_sym_BQUOTE, + ACTIONS(6545), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6888), 1, + sym_word, + ACTIONS(6896), 1, + sym__comment_word, + ACTIONS(7570), 1, + anon_sym_DOLLAR, + ACTIONS(6533), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6547), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6892), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6894), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2980), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [147095] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2808), 1, + aux_sym_number_token1, + ACTIONS(2810), 1, + aux_sym_number_token2, + ACTIONS(2814), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2824), 1, + sym__brace_start, + ACTIONS(6537), 1, + anon_sym_DQUOTE, + ACTIONS(6541), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6543), 1, + anon_sym_BQUOTE, + ACTIONS(6545), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6888), 1, + sym_word, + ACTIONS(6896), 1, + sym__comment_word, + ACTIONS(7572), 1, + anon_sym_DOLLAR, + ACTIONS(6533), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6547), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6892), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6894), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2980), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [147159] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(921), 1, + anon_sym_DQUOTE, + ACTIONS(925), 1, + aux_sym_number_token1, + ACTIONS(927), 1, + aux_sym_number_token2, + ACTIONS(929), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(931), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(933), 1, + anon_sym_BQUOTE, + ACTIONS(935), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(943), 1, + sym__brace_start, + ACTIONS(6878), 1, + sym_word, + ACTIONS(6886), 1, + sym__comment_word, + ACTIONS(7574), 1, + anon_sym_DOLLAR, + ACTIONS(915), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(937), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6882), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6884), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1487), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [147223] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(921), 1, + anon_sym_DQUOTE, + ACTIONS(925), 1, + aux_sym_number_token1, + ACTIONS(927), 1, + aux_sym_number_token2, + ACTIONS(929), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(931), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(933), 1, + anon_sym_BQUOTE, + ACTIONS(935), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(943), 1, + sym__brace_start, + ACTIONS(6878), 1, + sym_word, + ACTIONS(6886), 1, + sym__comment_word, + ACTIONS(7576), 1, + anon_sym_DOLLAR, + ACTIONS(915), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(937), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6882), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6884), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1487), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [147287] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4562), 1, + aux_sym_number_token1, + ACTIONS(4564), 1, + aux_sym_number_token2, + ACTIONS(4568), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4580), 1, + sym__brace_start, + ACTIONS(5089), 1, + anon_sym_DQUOTE, + ACTIONS(5093), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5095), 1, + anon_sym_BQUOTE, + ACTIONS(5097), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7578), 1, + sym_word, + ACTIONS(7580), 1, + anon_sym_DOLLAR, + ACTIONS(7586), 1, + sym__comment_word, + ACTIONS(5083), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5099), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7582), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7584), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(4251), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [147351] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4562), 1, + aux_sym_number_token1, + ACTIONS(4564), 1, + aux_sym_number_token2, + ACTIONS(4568), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4580), 1, + sym__brace_start, + ACTIONS(5089), 1, + anon_sym_DQUOTE, + ACTIONS(5093), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5095), 1, + anon_sym_BQUOTE, + ACTIONS(5097), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7578), 1, + sym_word, + ACTIONS(7586), 1, + sym__comment_word, + ACTIONS(7588), 1, + anon_sym_DOLLAR, + ACTIONS(5083), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5099), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7582), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7584), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(4251), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [147415] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4235), 1, + anon_sym_DOLLAR, + ACTIONS(4241), 1, + aux_sym_number_token1, + ACTIONS(4243), 1, + aux_sym_number_token2, + ACTIONS(4247), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(4257), 1, + sym__brace_start, + ACTIONS(6641), 1, + anon_sym_DQUOTE, + ACTIONS(6645), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6647), 1, + anon_sym_BQUOTE, + ACTIONS(6649), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7446), 1, + sym_word, + ACTIONS(7454), 1, + sym__comment_word, + ACTIONS(6637), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6651), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7450), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7452), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3652), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [147479] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2395), 1, + aux_sym_number_token1, + ACTIONS(2397), 1, + aux_sym_number_token2, + ACTIONS(2401), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2413), 1, + sym__brace_start, + ACTIONS(6916), 1, + sym_word, + ACTIONS(6924), 1, + anon_sym_DQUOTE, + ACTIONS(6928), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6930), 1, + anon_sym_BQUOTE, + ACTIONS(6932), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6936), 1, + sym__comment_word, + ACTIONS(7590), 1, + anon_sym_DOLLAR, + ACTIONS(6918), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6922), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6926), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6934), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1250), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [147543] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, + ACTIONS(1204), 4, sym_file_descriptor, sym__concat, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 21, + ACTIONS(1202), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158109,30 +182834,220 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, + [147579] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5692), 1, + anon_sym_DQUOTE, + ACTIONS(5696), 1, + aux_sym_number_token1, + ACTIONS(5698), 1, + aux_sym_number_token2, + ACTIONS(5700), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5702), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5704), 1, + anon_sym_BQUOTE, + ACTIONS(5706), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5716), 1, + sym__brace_start, + ACTIONS(7504), 1, + sym_word, + ACTIONS(7512), 1, + sym__comment_word, + ACTIONS(7592), 1, + anon_sym_DOLLAR, + ACTIONS(5684), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5708), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7508), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7510), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3418), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [147643] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(327), 1, + anon_sym_DQUOTE, + ACTIONS(331), 1, + aux_sym_number_token1, + ACTIONS(333), 1, + aux_sym_number_token2, + ACTIONS(335), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(337), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(339), 1, + anon_sym_BQUOTE, + ACTIONS(341), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(6966), 1, + sym_word, + ACTIONS(6972), 1, + sym__comment_word, + ACTIONS(7594), 1, + anon_sym_DOLLAR, + ACTIONS(321), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(343), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6968), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6970), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(801), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [147707] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2395), 1, + aux_sym_number_token1, + ACTIONS(2397), 1, + aux_sym_number_token2, + ACTIONS(2401), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2413), 1, + sym__brace_start, + ACTIONS(6916), 1, + sym_word, + ACTIONS(6924), 1, + anon_sym_DQUOTE, + ACTIONS(6928), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6930), 1, + anon_sym_BQUOTE, + ACTIONS(6932), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6936), 1, + sym__comment_word, + ACTIONS(7596), 1, + anon_sym_DOLLAR, + ACTIONS(6918), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6922), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6926), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6934), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + STATE(1250), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [147771] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1746), 1, + aux_sym_number_token1, + ACTIONS(1748), 1, + aux_sym_number_token2, + ACTIONS(1752), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1766), 1, + sym__brace_start, + ACTIONS(5512), 1, + anon_sym_DQUOTE, + ACTIONS(5516), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5518), 1, anon_sym_BQUOTE, - [122567] = 3, + ACTIONS(5520), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6950), 1, + sym_word, + ACTIONS(6958), 1, + sym__comment_word, + ACTIONS(7598), 1, + anon_sym_DOLLAR, + ACTIONS(5506), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5522), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6954), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6956), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1169), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [147835] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 5, + ACTIONS(1168), 4, sym_file_descriptor, sym__concat, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 21, + ACTIONS(1166), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158140,30 +183055,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [122601] = 3, + [147871] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 5, + ACTIONS(1176), 4, sym_file_descriptor, sym__concat, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 21, + ACTIONS(1174), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158171,94 +183088,224 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, + [147907] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1746), 1, + aux_sym_number_token1, + ACTIONS(1748), 1, + aux_sym_number_token2, + ACTIONS(1752), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1766), 1, + sym__brace_start, + ACTIONS(5512), 1, + anon_sym_DQUOTE, + ACTIONS(5516), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5518), 1, anon_sym_BQUOTE, - [122635] = 3, + ACTIONS(5520), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(6950), 1, + sym_word, + ACTIONS(6958), 1, + sym__comment_word, + ACTIONS(7600), 1, + anon_sym_DOLLAR, + ACTIONS(5506), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5522), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6954), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6956), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1169), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [147971] = 17, 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, - 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, - [122669] = 6, + ACTIONS(5602), 1, + anon_sym_DQUOTE, + ACTIONS(5606), 1, + aux_sym_number_token1, + ACTIONS(5608), 1, + aux_sym_number_token2, + ACTIONS(5610), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5612), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5614), 1, + anon_sym_BQUOTE, + ACTIONS(5616), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5626), 1, + sym__brace_start, + ACTIONS(6974), 1, + sym_word, + ACTIONS(6982), 1, + sym__comment_word, + ACTIONS(7602), 1, + anon_sym_DOLLAR, + ACTIONS(5594), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5618), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6978), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6980), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1214), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [148035] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(6800), 1, - sym__concat, - STATE(2493), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, - sym_file_descriptor, + ACTIONS(5602), 1, + anon_sym_DQUOTE, + ACTIONS(5606), 1, + aux_sym_number_token1, + ACTIONS(5608), 1, + aux_sym_number_token2, + ACTIONS(5610), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5612), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5614), 1, + anon_sym_BQUOTE, + ACTIONS(5616), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5626), 1, + sym__brace_start, + ACTIONS(6974), 1, + sym_word, + ACTIONS(6982), 1, + sym__comment_word, + ACTIONS(7604), 1, + anon_sym_DOLLAR, + ACTIONS(5594), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5618), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6978), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6980), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1214), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [148099] = 21, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6605), 1, + anon_sym_LPAREN, + ACTIONS(6607), 1, + aux_sym__c_word_token1, + ACTIONS(6611), 1, + anon_sym_DOLLAR, + ACTIONS(6613), 1, + anon_sym_DQUOTE, + ACTIONS(6615), 1, + aux_sym_number_token1, + ACTIONS(6617), 1, + aux_sym_number_token2, + ACTIONS(6619), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6621), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(6623), 1, + anon_sym_BQUOTE, + ACTIONS(6625), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7608), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 21, + STATE(2285), 1, + sym__c_binary_expression, + STATE(2329), 1, + sym__c_unary_expression, + STATE(2331), 1, + sym__c_postfix_expression, + STATE(3182), 1, + sym__c_terminator, + STATE(4086), 1, + sym__c_expression, + STATE(4199), 1, + sym__c_variable_assignment, + ACTIONS(6603), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + ACTIONS(7606), 2, anon_sym_SEMI, - 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, - [122709] = 3, + STATE(2324), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [148171] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 4, + ACTIONS(1192), 4, sym_file_descriptor, sym__concat, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 22, + ACTIONS(1190), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158277,82 +183324,488 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [122743] = 3, + [148207] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 4, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(6057), 1, + anon_sym_DOLLAR, + ACTIONS(6061), 1, + anon_sym_DQUOTE, + ACTIONS(6065), 1, + aux_sym_number_token1, + ACTIONS(6067), 1, + aux_sym_number_token2, + ACTIONS(6069), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6085), 1, + sym__brace_start, + ACTIONS(7484), 1, + sym_word, + ACTIONS(7492), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7494), 1, + anon_sym_BQUOTE, + ACTIONS(7496), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7498), 1, + sym__comment_word, + ACTIONS(6055), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6079), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7488), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7490), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(4214), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [148271] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(327), 1, + anon_sym_DQUOTE, + ACTIONS(331), 1, + aux_sym_number_token1, + ACTIONS(333), 1, + aux_sym_number_token2, + ACTIONS(335), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(337), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(339), 1, + anon_sym_BQUOTE, + ACTIONS(341), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(6966), 1, + sym_word, + ACTIONS(6972), 1, + sym__comment_word, + ACTIONS(7610), 1, + anon_sym_DOLLAR, + ACTIONS(321), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(343), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6968), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6970), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(801), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [148335] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, + aux_sym_number_token1, + ACTIONS(281), 1, + aux_sym_number_token2, + ACTIONS(283), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(285), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(289), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + ACTIONS(6498), 1, + sym_word, + ACTIONS(6502), 1, + sym__comment_word, + ACTIONS(7612), 1, + anon_sym_DOLLAR, + ACTIONS(258), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(291), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6504), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6506), 2, + sym_test_operator, + sym__special_character, + STATE(2003), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [148399] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, + aux_sym_number_token1, + ACTIONS(281), 1, + aux_sym_number_token2, + ACTIONS(283), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(285), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(289), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + ACTIONS(6498), 1, + sym_word, + ACTIONS(6502), 1, + sym__comment_word, + ACTIONS(7614), 1, + anon_sym_DOLLAR, + ACTIONS(258), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(291), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6504), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6506), 2, + sym_test_operator, + sym__special_character, + STATE(2003), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [148463] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(224), 1, + anon_sym_DOLLAR, + ACTIONS(230), 1, + aux_sym_number_token1, + ACTIONS(232), 1, + aux_sym_number_token2, + ACTIONS(236), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(250), 1, + sym__brace_start, + ACTIONS(1017), 1, + anon_sym_DQUOTE, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(1023), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(2956), 1, + anon_sym_BQUOTE, + ACTIONS(7340), 1, + sym_word, + ACTIONS(7348), 1, + sym__comment_word, + ACTIONS(1011), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1025), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7344), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7346), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1960), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [148527] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6804), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 22, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(7622), 1, + anon_sym_LT_LT_LT, + ACTIONS(7625), 1, + sym_file_descriptor, + ACTIONS(6795), 2, anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(7619), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2869), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7616), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - aux_sym_concatenation_token1, - [122777] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1245), 4, - sym_file_descriptor, - sym__concat, - sym_variable_name, - aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 22, + ACTIONS(6793), 9, anon_sym_SEMI, 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, - [122811] = 3, + [148575] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 5, - sym_file_descriptor, + ACTIONS(327), 1, + anon_sym_DQUOTE, + ACTIONS(331), 1, + aux_sym_number_token1, + ACTIONS(333), 1, + aux_sym_number_token2, + ACTIONS(335), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(337), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(339), 1, + anon_sym_BQUOTE, + ACTIONS(341), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(6966), 1, + sym_word, + ACTIONS(6972), 1, + sym__comment_word, + ACTIONS(7628), 1, + anon_sym_DOLLAR, + ACTIONS(321), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(343), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6968), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6970), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(801), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [148639] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(327), 1, + anon_sym_DQUOTE, + ACTIONS(331), 1, + aux_sym_number_token1, + ACTIONS(333), 1, + aux_sym_number_token2, + ACTIONS(335), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(337), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(339), 1, + anon_sym_BQUOTE, + ACTIONS(341), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(351), 1, + sym__brace_start, + ACTIONS(6966), 1, + sym_word, + ACTIONS(6972), 1, + sym__comment_word, + ACTIONS(7630), 1, + anon_sym_DOLLAR, + ACTIONS(321), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(343), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6968), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6970), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(801), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [148703] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5760), 1, + anon_sym_DQUOTE, + ACTIONS(5764), 1, + aux_sym_number_token1, + ACTIONS(5766), 1, + aux_sym_number_token2, + ACTIONS(5768), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5770), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5772), 1, + anon_sym_BQUOTE, + ACTIONS(5774), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5784), 1, + sym__brace_start, + ACTIONS(7632), 1, + sym_word, + ACTIONS(7634), 1, + anon_sym_DOLLAR, + ACTIONS(7640), 1, + sym__comment_word, + ACTIONS(5752), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5776), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7636), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7638), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1884), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [148767] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5688), 1, + anon_sym_DOLLAR, + ACTIONS(5692), 1, + anon_sym_DQUOTE, + ACTIONS(5696), 1, + aux_sym_number_token1, + ACTIONS(5698), 1, + aux_sym_number_token2, + ACTIONS(5700), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5702), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5704), 1, + anon_sym_BQUOTE, + ACTIONS(5706), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5716), 1, + sym__brace_start, + ACTIONS(7504), 1, + sym_word, + ACTIONS(7512), 1, + sym__comment_word, + ACTIONS(5684), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5708), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7508), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7510), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3418), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [148831] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7358), 1, + aux_sym_concatenation_token1, + ACTIONS(7360), 1, sym__concat, + STATE(2907), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 3, + sym_file_descriptor, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 21, + ACTIONS(1117), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158360,7 +183813,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, @@ -158369,116 +183821,483 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, + sym__special_character, anon_sym_BQUOTE, - [122845] = 3, + [148873] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 5, - sym_file_descriptor, - sym__concat, - sym_variable_name, - ts_builtin_sym_end, + ACTIONS(271), 1, + anon_sym_DOLLAR, + ACTIONS(275), 1, + anon_sym_DQUOTE, + ACTIONS(279), 1, + aux_sym_number_token1, + ACTIONS(281), 1, + aux_sym_number_token2, + ACTIONS(283), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(285), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(289), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(295), 1, + sym__brace_start, + ACTIONS(4057), 1, + anon_sym_BQUOTE, + ACTIONS(6498), 1, + sym_word, + ACTIONS(6502), 1, + sym__comment_word, + ACTIONS(258), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(291), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(6504), 2, + sym_raw_string, + sym_ansi_c_string, + ACTIONS(6506), 2, + sym_test_operator, + sym__special_character, + STATE(2003), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [148937] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5474), 1, + anon_sym_DOLLAR, + ACTIONS(5478), 1, + anon_sym_DQUOTE, + ACTIONS(5482), 1, + aux_sym_number_token1, + ACTIONS(5484), 1, + aux_sym_number_token2, + ACTIONS(5486), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5488), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5490), 1, + anon_sym_BQUOTE, + ACTIONS(5492), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5502), 1, + sym__brace_start, + ACTIONS(7028), 1, + sym_word, + ACTIONS(7036), 1, + sym__comment_word, + ACTIONS(5470), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5494), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7032), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7034), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(2681), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [149001] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3375), 1, + anon_sym_DOLLAR, + ACTIONS(3379), 1, + anon_sym_DQUOTE, + ACTIONS(3383), 1, + aux_sym_number_token1, + ACTIONS(3385), 1, + aux_sym_number_token2, + ACTIONS(3387), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3389), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3391), 1, + anon_sym_BQUOTE, + ACTIONS(3393), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3399), 1, + sym__brace_start, + ACTIONS(7202), 1, + sym_word, + ACTIONS(7210), 1, + sym__comment_word, + ACTIONS(3373), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3395), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7206), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7208), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1867), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [149065] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3510), 1, + anon_sym_DOLLAR, + ACTIONS(3514), 1, + anon_sym_DQUOTE, + ACTIONS(3518), 1, + aux_sym_number_token1, + ACTIONS(3520), 1, + aux_sym_number_token2, + ACTIONS(3522), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(3524), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(3526), 1, + anon_sym_BQUOTE, + ACTIONS(3528), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3534), 1, + sym__brace_start, + ACTIONS(7514), 1, + sym_word, + ACTIONS(7522), 1, + sym__comment_word, + ACTIONS(3508), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(3530), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7518), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7520), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3367), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [149129] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3111), 1, + anon_sym_LT_LT_LT, + ACTIONS(6717), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(7646), 1, + sym_file_descriptor, + ACTIONS(3002), 2, anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(7644), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2869), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7642), 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, - [122879] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1233), 4, - sym_file_descriptor, - sym__concat, - sym_variable_name, - aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 22, + ACTIONS(6711), 9, anon_sym_SEMI, 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, - [122913] = 3, + [149177] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 5, - sym_file_descriptor, - sym__concat, - sym_variable_name, - ts_builtin_sym_end, + ACTIONS(6061), 1, + anon_sym_DQUOTE, + ACTIONS(6065), 1, + aux_sym_number_token1, + ACTIONS(6067), 1, + aux_sym_number_token2, + ACTIONS(6069), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6085), 1, + sym__brace_start, + ACTIONS(7484), 1, + sym_word, + ACTIONS(7492), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7494), 1, + anon_sym_BQUOTE, + ACTIONS(7496), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7498), 1, + sym__comment_word, + ACTIONS(7648), 1, + anon_sym_DOLLAR, + ACTIONS(6055), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6079), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7488), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7490), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(4214), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [149241] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3111), 1, + anon_sym_LT_LT_LT, + ACTIONS(3141), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 21, - anon_sym_SEMI, + ACTIONS(7646), 1, + sym_file_descriptor, + ACTIONS(3002), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3105), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3107), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3139), 2, + anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(7644), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(2768), 3, + anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + STATE(2879), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7642), 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, + [149295] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5756), 1, + anon_sym_DOLLAR, + ACTIONS(5760), 1, + anon_sym_DQUOTE, + ACTIONS(5764), 1, + aux_sym_number_token1, + ACTIONS(5766), 1, + aux_sym_number_token2, + ACTIONS(5768), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5770), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5772), 1, + anon_sym_BQUOTE, + ACTIONS(5774), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5784), 1, + sym__brace_start, + ACTIONS(7632), 1, + sym_word, + ACTIONS(7640), 1, + sym__comment_word, + ACTIONS(5752), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5776), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7636), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7638), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1884), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [149359] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(7002), 1, + sym_word, + ACTIONS(7010), 1, + sym__comment_word, + ACTIONS(7650), 1, + anon_sym_DOLLAR, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7006), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7008), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1779), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [149423] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1778), 1, + aux_sym_number_token1, + ACTIONS(1780), 1, + aux_sym_number_token2, + ACTIONS(1784), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1798), 1, + sym__brace_start, + ACTIONS(5918), 1, + anon_sym_DQUOTE, + ACTIONS(5922), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5924), 1, anon_sym_BQUOTE, - [122947] = 5, + ACTIONS(5926), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7392), 1, + sym_word, + ACTIONS(7398), 1, + sym__comment_word, + ACTIONS(7652), 1, + anon_sym_DOLLAR, + ACTIONS(5912), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5928), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7394), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7396), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1136), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [149487] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6802), 1, + ACTIONS(7654), 1, sym__special_character, - STATE(2587), 1, + STATE(2885), 1, aux_sym__literal_repeat1, - ACTIONS(6754), 3, + ACTIONS(1214), 4, sym_file_descriptor, + sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 20, + ACTIONS(1212), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158495,91 +184314,210 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [122984] = 3, + [149527] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 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, - [123017] = 16, + ACTIONS(989), 1, + anon_sym_DQUOTE, + ACTIONS(993), 1, + aux_sym_number_token1, + ACTIONS(995), 1, + aux_sym_number_token2, + ACTIONS(997), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(999), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1003), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(1009), 1, + sym__brace_start, + ACTIONS(2574), 1, + anon_sym_BQUOTE, + ACTIONS(7002), 1, + sym_word, + ACTIONS(7010), 1, + sym__comment_word, + ACTIONS(7657), 1, + anon_sym_DOLLAR, + ACTIONS(973), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(1005), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7006), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7008), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1779), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [149591] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6808), 1, - anon_sym_RBRACE3, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, + ACTIONS(4556), 1, + anon_sym_DOLLAR, + ACTIONS(4562), 1, + aux_sym_number_token1, + ACTIONS(4564), 1, + aux_sym_number_token2, + ACTIONS(4568), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(4580), 1, + sym__brace_start, + ACTIONS(5089), 1, + anon_sym_DQUOTE, + ACTIONS(5093), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5095), 1, anon_sym_BQUOTE, - ACTIONS(6818), 1, + ACTIONS(5097), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, + ACTIONS(7578), 1, + sym_word, + ACTIONS(7586), 1, + sym__comment_word, + ACTIONS(5083), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5099), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7582), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7584), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(4251), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, sym_command_substitution, - STATE(4533), 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, + sym_process_substitution, + [149655] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1778), 1, + aux_sym_number_token1, + ACTIONS(1780), 1, + aux_sym_number_token2, + ACTIONS(1784), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(1798), 1, + sym__brace_start, + ACTIONS(5918), 1, + anon_sym_DQUOTE, + ACTIONS(5922), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5924), 1, + anon_sym_BQUOTE, + ACTIONS(5926), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7392), 1, + sym_word, + ACTIONS(7398), 1, + sym__comment_word, + ACTIONS(7659), 1, + anon_sym_DOLLAR, + ACTIONS(5912), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5928), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7394), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7396), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1136), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [149719] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5974), 1, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [123076] = 3, + ACTIONS(5978), 1, + anon_sym_DQUOTE, + ACTIONS(5982), 1, + aux_sym_number_token1, + ACTIONS(5984), 1, + aux_sym_number_token2, + ACTIONS(5986), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(5988), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(5990), 1, + anon_sym_BQUOTE, + ACTIONS(5992), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(5998), 1, + sym__brace_start, + ACTIONS(7378), 1, + sym_word, + ACTIONS(7386), 1, + sym__comment_word, + ACTIONS(5970), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5994), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7382), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7384), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3364), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [149783] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 3, + ACTIONS(1184), 5, sym_file_descriptor, sym__concat, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 22, + ACTIONS(1182), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158587,395 +184525,220 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [123109] = 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(6824), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4087), 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__, - [123168] = 3, + [149819] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 3, - sym_file_descriptor, - sym__concat, + ACTIONS(3109), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 22, + ACTIONS(3111), 1, + anon_sym_LT_LT_LT, + ACTIONS(7646), 1, + sym_file_descriptor, + ACTIONS(3002), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3103), 2, anon_sym_SEMI, + anon_sym_AMP, + ACTIONS(3105), 2, 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, + ACTIONS(3107), 2, anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(7644), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(3023), 3, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, + STATE(2879), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7642), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - aux_sym_concatenation_token1, - [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, + [149873] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6832), 1, - aux_sym_concatenation_token1, - ACTIONS(6834), 1, - sym__concat, - STATE(2584), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6830), 3, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(6828), 19, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, + ACTIONS(5760), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(5764), 1, aux_sym_number_token1, + ACTIONS(5766), 1, aux_sym_number_token2, + ACTIONS(5768), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(5770), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(5772), 1, anon_sym_BQUOTE, + ACTIONS(5774), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, + ACTIONS(5784), 1, + sym__brace_start, + ACTIONS(7632), 1, 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, + ACTIONS(7640), 1, + sym__comment_word, + ACTIONS(7661), 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, + ACTIONS(5752), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5776), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7636), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7638), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1884), 9, + sym_arithmetic_expansion, + sym_brace_expression, sym_string, + sym_translated_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, + sym_process_substitution, + [149937] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(6832), 1, - aux_sym_concatenation_token1, - ACTIONS(6834), 1, - sym__concat, - STATE(2576), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6864), 3, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(6862), 19, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, + ACTIONS(5884), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(5888), 1, aux_sym_number_token1, + ACTIONS(5890), 1, aux_sym_number_token2, + ACTIONS(5892), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(5894), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(5896), 1, anon_sym_BQUOTE, + ACTIONS(5898), 1, anon_sym_DOLLAR_BQUOTE, + ACTIONS(5908), 1, + sym__brace_start, + ACTIONS(6898), 1, + sym_word, + ACTIONS(6904), 1, + sym__comment_word, + ACTIONS(7663), 1, + anon_sym_DOLLAR, + ACTIONS(5876), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(5900), 2, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - sym_word, - [123462] = 19, - ACTIONS(63), 1, + ACTIONS(6900), 2, + sym_test_operator, + sym__special_character, + ACTIONS(6902), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1311), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [150001] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(6840), 1, - anon_sym_LPAREN, - ACTIONS(6842), 1, - aux_sym__c_word_token1, - ACTIONS(6844), 1, + ACTIONS(5213), 1, anon_sym_DOLLAR, - ACTIONS(6846), 1, - anon_sym_DQUOTE, - ACTIONS(6848), 1, + ACTIONS(5219), 1, aux_sym_number_token1, - ACTIONS(6850), 1, + ACTIONS(5221), 1, aux_sym_number_token2, - ACTIONS(6852), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6854), 1, + ACTIONS(5225), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, + ACTIONS(5235), 1, + sym__brace_start, + ACTIONS(6342), 1, + anon_sym_DQUOTE, + ACTIONS(6346), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6348), 1, anon_sym_BQUOTE, - ACTIONS(6858), 1, + ACTIONS(6350), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(6866), 1, - anon_sym_RPAREN_RPAREN, - STATE(1980), 1, - sym__c_postfix_expression, - STATE(1986), 1, - sym__c_binary_expression, - STATE(1996), 1, - sym__c_unary_expression, - STATE(3897), 1, - sym__c_expression, - STATE(3980), 1, - sym__c_variable_assignment, - ACTIONS(6838), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(2012), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, + ACTIONS(7472), 1, + sym_word, + ACTIONS(7480), 1, + sym__comment_word, + ACTIONS(6338), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6352), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7476), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7478), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(3246), 9, + sym_arithmetic_expansion, + sym_brace_expression, sym_string, + sym_translated_string, sym_number, sym_simple_expansion, sym_expansion, sym_command_substitution, - [123527] = 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(6868), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4089), 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__, - [123586] = 6, + sym_process_substitution, + [150065] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(7358), 1, aux_sym_concatenation_token1, - ACTIONS(6736), 1, + ACTIONS(7360), 1, sym__concat, - STATE(2598), 1, + STATE(2981), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 3, + ACTIONS(1119), 4, sym_file_descriptor, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 19, + ACTIONS(1117), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -158991,24 +184754,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + sym__special_character, + [150107] = 17, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2670), 1, + anon_sym_DOLLAR, + ACTIONS(2676), 1, + aux_sym_number_token1, + ACTIONS(2678), 1, + aux_sym_number_token2, + ACTIONS(2682), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(2692), 1, + sym__brace_start, + ACTIONS(6260), 1, + anon_sym_DQUOTE, + ACTIONS(6264), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(6266), 1, anon_sym_BQUOTE, - [123625] = 6, + ACTIONS(6268), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7014), 1, + sym_word, + ACTIONS(7022), 1, + sym__comment_word, + ACTIONS(6256), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(6270), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + ACTIONS(7018), 2, + sym_test_operator, + sym__special_character, + ACTIONS(7020), 2, + sym_raw_string, + sym_ansi_c_string, + STATE(1410), 9, + sym_arithmetic_expansion, + sym_brace_expression, + sym_string, + sym_translated_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + sym_process_substitution, + [150171] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6736), 1, - sym__concat, - STATE(2558), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 3, + ACTIONS(3047), 2, sym_file_descriptor, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 19, + STATE(2968), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3045), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159016,6 +184826,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, @@ -159024,110 +184835,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, + [150208] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 3, + ACTIONS(1156), 4, sym_file_descriptor, sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 22, + ACTIONS(1154), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159135,29 +184856,36 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [123827] = 3, + anon_sym_BQUOTE, + [150243] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 3, - sym_file_descriptor, + ACTIONS(7358), 1, + aux_sym_concatenation_token1, + ACTIONS(7360), 1, sym__concat, + STATE(3038), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 3, + sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 22, + ACTIONS(1117), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159165,29 +184893,29 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - [123860] = 3, + sym__special_character, + [150284] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 3, + ACTIONS(1119), 4, sym_file_descriptor, - sym__concat, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 22, + ACTIONS(1117), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159195,121 +184923,30 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + sym__special_character, anon_sym_BQUOTE, - ACTIONS(6818), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(6876), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4475), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [124017] = 5, + [150319] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6878), 1, - sym__special_character, - STATE(2549), 1, - aux_sym__literal_repeat1, - ACTIONS(2997), 2, + ACTIONS(1208), 3, sym_file_descriptor, + sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 21, + ACTIONS(1206), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159328,363 +184965,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [124054] = 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(6880), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4462), 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__, - [124113] = 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(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(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(6884), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4051), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [124231] = 19, - 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(6886), 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(3864), 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, - [124296] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, - anon_sym_BQUOTE, - ACTIONS(6818), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(6888), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4058), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [124355] = 16, - 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(6890), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4030), 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__, - [124414] = 5, + aux_sym_concatenation_token1, + [150354] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6878), 1, - sym__special_character, - STATE(2549), 1, - aux_sym__literal_repeat1, - ACTIONS(3065), 2, - sym_file_descriptor, + ACTIONS(7673), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 21, + ACTIONS(7675), 1, + sym_file_descriptor, + ACTIONS(7670), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2902), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7667), 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(7665), 13, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [124451] = 19, - ACTIONS(63), 1, - sym_comment, - ACTIONS(6840), 1, - anon_sym_LPAREN, - ACTIONS(6842), 1, - aux_sym__c_word_token1, - ACTIONS(6844), 1, - anon_sym_DOLLAR, - ACTIONS(6846), 1, - anon_sym_DQUOTE, - ACTIONS(6848), 1, - aux_sym_number_token1, - ACTIONS(6850), 1, - aux_sym_number_token2, - ACTIONS(6852), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6854), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, - anon_sym_BQUOTE, - ACTIONS(6858), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6892), 1, - anon_sym_RPAREN_RPAREN, - STATE(1980), 1, - sym__c_postfix_expression, - STATE(1986), 1, - sym__c_binary_expression, - STATE(1996), 1, - sym__c_unary_expression, - STATE(3867), 1, - sym__c_expression, - STATE(3980), 1, - sym__c_variable_assignment, - ACTIONS(6838), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(2012), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [124516] = 5, + [150397] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 2, + ACTIONS(1184), 3, sym_file_descriptor, + sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(2736), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2619), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 17, + ACTIONS(1182), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159692,30 +185022,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, + anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [124553] = 6, + aux_sym_concatenation_token1, + [150432] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6894), 1, - sym_variable_name, - STATE(4016), 1, - sym_subscript, - ACTIONS(6723), 2, + ACTIONS(7678), 1, + sym__special_character, + STATE(2916), 1, + aux_sym__literal_repeat1, + ACTIONS(3662), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2544), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6721), 19, + ACTIONS(3660), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159723,6 +185058,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, @@ -159731,61 +185067,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [124592] = 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(6897), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4034), 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__, - [124651] = 3, + [150471] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 3, + ACTIONS(1200), 3, sym_file_descriptor, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 22, + ACTIONS(1198), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159804,22 +185099,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [124684] = 5, + [150506] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6802), 1, - sym__special_character, - STATE(2587), 1, - aux_sym__literal_repeat1, - ACTIONS(6783), 3, + ACTIONS(7680), 1, + aux_sym_concatenation_token1, + ACTIONS(7682), 1, + sym__concat, + STATE(3033), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 20, + ACTIONS(1117), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159827,7 +185125,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, @@ -159836,56 +185133,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + sym__special_character, anon_sym_BQUOTE, - [124721] = 8, + [150547] = 6, 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(7358), 1, + aux_sym_concatenation_token1, + ACTIONS(7684), 1, + sym__concat, + STATE(2583), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 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_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1101), 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, - anon_sym_BQUOTE, - ACTIONS(6902), 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, - [124764] = 5, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_BQUOTE, + [150588] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6911), 1, - sym__special_character, - STATE(2549), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 2, + ACTIONS(1204), 3, sym_file_descriptor, + sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 21, + ACTIONS(1202), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159904,18 +185201,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [124801] = 3, + aux_sym_concatenation_token1, + [150623] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 4, - sym_file_descriptor, + ACTIONS(7358), 1, + aux_sym_concatenation_token1, + ACTIONS(7686), 1, sym__concat, - ts_builtin_sym_end, + STATE(2583), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 3, + sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 21, + ACTIONS(1121), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159923,7 +185228,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, @@ -159932,19 +185236,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, anon_sym_BQUOTE, - [124834] = 3, + [150664] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 3, + ACTIONS(1192), 3, sym_file_descriptor, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 22, + ACTIONS(1190), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -159963,105 +185268,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, 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, + [150699] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 4, + ACTIONS(7678), 1, + sym__special_character, + STATE(2916), 1, + aux_sym__literal_repeat1, + ACTIONS(3680), 3, sym_file_descriptor, - sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 21, + ACTIONS(3678), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160078,66 +185302,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [125018] = 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(6918), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4141), 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__, - [125077] = 4, + anon_sym_BQUOTE, + [150738] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 2, + ACTIONS(7688), 1, + sym__special_character, + STATE(2991), 1, + aux_sym__literal_repeat1, + ACTIONS(3680), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - STATE(2562), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2660), 19, + ACTIONS(3678), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160145,62 +185326,73 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [125112] = 3, + [150777] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 4, - sym_file_descriptor, - sym__concat, - ts_builtin_sym_end, + ACTIONS(7692), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(7694), 1, + sym_file_descriptor, + ACTIONS(6715), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2902), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(6713), 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(7690), 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, - aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [125145] = 6, + [150820] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(7358), 1, aux_sym_concatenation_token1, - ACTIONS(6920), 1, + ACTIONS(7360), 1, sym__concat, - STATE(2432), 1, + STATE(2981), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 3, + ACTIONS(3465), 4, sym_file_descriptor, sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 19, + ACTIONS(3463), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160216,19 +185408,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [125184] = 3, + [150861] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 4, + ACTIONS(1152), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 21, + ACTIONS(1150), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160245,24 +185438,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [125217] = 6, + [150896] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2718), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 2, + ACTIONS(7696), 1, + sym__special_character, + STATE(2916), 1, + aux_sym__literal_repeat1, + ACTIONS(1214), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 20, + ACTIONS(1212), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160270,6 +185464,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, @@ -160278,25 +185473,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - sym__special_character, anon_sym_BQUOTE, - [125256] = 6, + [150935] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6926), 1, - sym_variable_name, - STATE(4016), 1, - sym_subscript, - ACTIONS(6730), 2, + ACTIONS(1152), 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(6728), 19, + ACTIONS(1150), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160304,6 +185495,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, @@ -160312,54 +185504,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + aux_sym_concatenation_token1, anon_sym_BQUOTE, - [125295] = 8, + [150970] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2914), 1, - anon_sym_LT_LT_LT, - ACTIONS(6705), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(6930), 1, + ACTIONS(3039), 2, sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - STATE(2548), 4, + aux_sym_heredoc_redirect_token1, + ACTIONS(3493), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2941), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6703), 8, + ACTIONS(3037), 19, 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(6928), 8, + 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, - [125338] = 3, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_BQUOTE, + [151009] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 4, + ACTIONS(1200), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 21, + ACTIONS(1198), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160376,19 +185570,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [125371] = 3, + [151044] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 3, + ACTIONS(1184), 4, sym_file_descriptor, sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 22, + ACTIONS(1182), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160396,29 +185593,31 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [125404] = 3, + anon_sym_BQUOTE, + [151079] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 3, + ACTIONS(1176), 4, sym_file_descriptor, sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 22, + ACTIONS(1174), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160426,29 +185625,31 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [125437] = 3, + anon_sym_BQUOTE, + [151114] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 3, + ACTIONS(1168), 4, sym_file_descriptor, sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 22, + ACTIONS(1166), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160456,81 +185657,37 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, 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, + [151149] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6736), 1, - sym__concat, - STATE(2728), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 3, + ACTIONS(3039), 2, sym_file_descriptor, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 19, + ACTIONS(3187), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(2968), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3037), 19, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160538,27 +185695,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, + anon_sym_RPAREN, anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - sym__special_character, - [125574] = 3, + [151188] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 4, + ACTIONS(7699), 1, + sym_variable_name, + STATE(4529), 1, + sym_subscript, + STATE(2924), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6528), 3, sym_file_descriptor, - sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 21, + ACTIONS(6526), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160566,7 +185729,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, @@ -160575,20 +185737,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [125607] = 3, + [151229] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 4, - sym_file_descriptor, + ACTIONS(7358), 1, + aux_sym_concatenation_token1, + ACTIONS(7360), 1, sym__concat, + STATE(2986), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3427), 4, + sym_file_descriptor, + sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 21, + ACTIONS(3425), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160596,7 +185764,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, @@ -160605,50 +185772,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [125640] = 3, + [151270] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 4, + ACTIONS(7711), 1, + anon_sym_LT_LT_LT, + ACTIONS(7714), 1, sym_file_descriptor, - sym__concat, + ACTIONS(6804), 2, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 21, + ACTIONS(7702), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(7708), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2926), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(6793), 7, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_AMP, + ACTIONS(7705), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [125673] = 3, + [151317] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 4, + ACTIONS(3047), 3, sym_file_descriptor, - sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 21, + STATE(2959), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3045), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160656,7 +185835,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, @@ -160665,25 +185843,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [125706] = 6, + [151354] = 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(1169), 3, + ACTIONS(1152), 3, sym_file_descriptor, - ts_builtin_sym_end, + sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 19, + ACTIONS(1150), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160691,26 +185863,31 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - sym__special_character, - [125745] = 3, + aux_sym_concatenation_token1, + [151389] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 3, + ACTIONS(1156), 3, sym_file_descriptor, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 22, + ACTIONS(1154), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160729,18 +185906,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [125778] = 3, + [151424] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 3, + ACTIONS(1152), 3, sym_file_descriptor, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 22, + ACTIONS(1150), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -160759,299 +185938,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, 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, - 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(6936), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4135), 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__, - [125909] = 11, + [151459] = 5, 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(6940), 1, - sym_file_descriptor, - ACTIONS(2732), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2736), 2, + ACTIONS(3170), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(2713), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2619), 4, + ACTIONS(3039), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + STATE(2959), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6938), 8, + ACTIONS(3037), 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_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [125958] = 11, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [151498] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2603), 1, - anon_sym_BQUOTE, - ACTIONS(2912), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2914), 1, - anon_sym_LT_LT_LT, - ACTIONS(6930), 1, + ACTIONS(1208), 4, sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2908), 2, + sym__concat, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1206), 23, + anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(2910), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2906), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2562), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6928), 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, - [126007] = 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(6942), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4240), 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__, - [126066] = 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(6944), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4216), 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__, - [126125] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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(6946), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4204), 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__, - [126184] = 3, + [151533] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 3, - sym_file_descriptor, + ACTIONS(6854), 1, + aux_sym_concatenation_token1, + ACTIONS(7717), 1, sym__concat, + STATE(2708), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 22, + ACTIONS(1101), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161059,7 +186030,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, @@ -161070,141 +186040,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - [126217] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6832), 1, - aux_sym_concatenation_token1, - ACTIONS(6948), 1, - sym__concat, - STATE(2588), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 19, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [126256] = 16, - 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(6950), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4459), 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__, - [126315] = 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(6952), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4248), 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__, - [126374] = 5, + [151574] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6954), 1, - sym__special_character, - STATE(2587), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 3, + ACTIONS(1204), 4, sym_file_descriptor, + sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 20, + ACTIONS(1202), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161221,104 +186070,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + aux_sym_concatenation_token1, anon_sym_BQUOTE, - [126411] = 6, + [151609] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6957), 1, - aux_sym_concatenation_token1, - ACTIONS(6960), 1, + ACTIONS(1176), 3, + sym_file_descriptor, 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, + ACTIONS(1174), 24, anon_sym_SEMI, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, - [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, + aux_sym_concatenation_token1, + [151644] = 3, 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, + ACTIONS(1168), 3, sym_file_descriptor, - sym_variable_name, - ts_builtin_sym_end, + sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 18, + ACTIONS(1166), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161326,25 +186124,32 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [126554] = 3, + aux_sym_concatenation_token1, + [151679] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 3, + ACTIONS(1196), 4, sym_file_descriptor, sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 22, + ACTIONS(1194), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161352,116 +186157,31 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [126587] = 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(6965), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4183), 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__, - [126646] = 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(6967), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4241), 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__, - [126705] = 3, + [151714] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 4, + ACTIONS(1192), 4, sym_file_descriptor, sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 21, + ACTIONS(1190), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161478,26 +186198,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, anon_sym_BQUOTE, - [126738] = 6, + [151749] = 5, 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, + ACTIONS(7688), 1, + sym__special_character, + STATE(2991), 1, + aux_sym__literal_repeat1, + ACTIONS(3662), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6721), 18, + ACTIONS(3660), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161505,79 +186223,75 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [126777] = 16, + [151788] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, + ACTIONS(1188), 4, + sym_file_descriptor, + sym__concat, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1186), 23, + anon_sym_SEMI, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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(6972), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4261), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [126836] = 8, + [151823] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6977), 1, + ACTIONS(3497), 1, anon_sym_LT_LT_LT, - ACTIONS(6980), 1, - sym_file_descriptor, - ACTIONS(6691), 2, - ts_builtin_sym_end, + ACTIONS(6717), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6899), 2, + ACTIONS(7723), 1, + sym_file_descriptor, + ACTIONS(3168), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - STATE(2597), 4, + ACTIONS(7721), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2967), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6683), 7, + ACTIONS(6711), 8, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161585,7 +186299,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP, - ACTIONS(6974), 8, + anon_sym_BQUOTE, + ACTIONS(7719), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -161594,48 +186309,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [126879] = 6, + [151870] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6983), 1, - sym__concat, - STATE(2432), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, - sym_file_descriptor, - sym_variable_name, + ACTIONS(6804), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 19, + ACTIONS(7731), 1, + anon_sym_LT_LT_LT, + ACTIONS(7734), 1, + sym_file_descriptor, + ACTIONS(7702), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(7728), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2942), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(6793), 8, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, + anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_AMP, + ACTIONS(7725), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - anon_sym_BQUOTE, - [126918] = 3, + [151917] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1265), 4, + ACTIONS(1196), 3, sym_file_descriptor, sym__concat, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 21, + ACTIONS(1194), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161643,35 +186362,36 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [126951] = 6, + [151952] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(6854), 1, aux_sym_concatenation_token1, - ACTIONS(6736), 1, + ACTIONS(7737), 1, sym__concat, - STATE(2665), 1, + STATE(2708), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 4, + ACTIONS(1123), 2, sym_file_descriptor, - sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 18, + ACTIONS(1121), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161681,206 +186401,137 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [126990] = 4, + [151993] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 3, - sym_file_descriptor, - ts_builtin_sym_end, + ACTIONS(3023), 1, + anon_sym_BQUOTE, + ACTIONS(3497), 1, + anon_sym_LT_LT_LT, + ACTIONS(3585), 1, aux_sym_heredoc_redirect_token1, - STATE(2623), 4, + ACTIONS(7723), 1, + sym_file_descriptor, + ACTIONS(3168), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3491), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3493), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(7721), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(3583), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2941), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2660), 18, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(7719), 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, - [127025] = 16, + [152046] = 7, 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, + ACTIONS(1093), 1, + sym_file_descriptor, + ACTIONS(4239), 1, + anon_sym_DQUOTE, + STATE(3670), 1, + sym_string, + ACTIONS(7741), 2, 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, + aux_sym__multiline_variable_name_token1, + ACTIONS(7739), 9, 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, - 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_AT2, anon_sym_0, anon_sym__, - [127143] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6802), 1, - sym__special_character, - STATE(2587), 1, - aux_sym__literal_repeat1, - ACTIONS(3065), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 20, - anon_sym_SEMI, + ACTIONS(1091), 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_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, - [127180] = 6, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_heredoc_redirect_token1, + [152089] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6832), 1, - aux_sym_concatenation_token1, - ACTIONS(6834), 1, + ACTIONS(7743), 1, sym__concat, - STATE(2576), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 3, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 19, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [127219] = 3, + ACTIONS(4849), 5, + anon_sym_COMMA, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_COLON, + ACTIONS(4847), 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, + [152126] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 4, + ACTIONS(1188), 3, sym_file_descriptor, sym__concat, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 21, + ACTIONS(1186), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161888,29 +186539,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [127252] = 3, + [152161] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 4, - sym_file_descriptor, + ACTIONS(7680), 1, + aux_sym_concatenation_token1, + ACTIONS(7682), 1, sym__concat, + STATE(2999), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 3, + sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 21, + ACTIONS(1117), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -161918,7 +186577,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, @@ -161927,106 +186585,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [127285] = 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(6989), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4393), 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__, - [127344] = 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(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, + sym__special_character, + [152202] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 4, + ACTIONS(7358), 1, + aux_sym_concatenation_token1, + ACTIONS(7745), 1, + sym__concat, + STATE(2583), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 3, sym_file_descriptor, sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 21, + ACTIONS(1121), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162043,20 +186621,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - sym__special_character, - anon_sym_BQUOTE, - [127436] = 3, + [152243] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 4, - sym_file_descriptor, + ACTIONS(7358), 1, + aux_sym_concatenation_token1, + ACTIONS(7747), 1, sym__concat, - ts_builtin_sym_end, + STATE(2583), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 3, + sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 21, + ACTIONS(1101), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162073,70 +186656,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, + [152284] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2727), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2590), 3, + ACTIONS(7680), 1, + aux_sym_concatenation_token1, + ACTIONS(7682), 1, + sym__concat, + STATE(2997), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2623), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 16, + ACTIONS(1117), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162144,23 +186681,30 @@ static const uint16_t ts_small_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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [127565] = 3, + sym__special_character, + [152325] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 3, + ACTIONS(1180), 4, sym_file_descriptor, sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 22, + ACTIONS(1178), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162168,30 +186712,30 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - [127598] = 3, + anon_sym_BQUOTE, + [152360] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 4, + ACTIONS(1172), 3, sym_file_descriptor, sym__concat, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 21, + ACTIONS(1170), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162199,71 +186743,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [127631] = 16, + [152395] = 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(7749), 1, sym_variable_name, - ACTIONS(6995), 1, - anon_sym_RBRACE3, - STATE(1956), 1, + STATE(4520), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4477), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [127690] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1213), 3, + ACTIONS(6751), 2, sym_file_descriptor, - sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 22, + STATE(2958), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6749), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162271,113 +186781,110 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, + [152436] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2738), 1, - anon_sym_LT_LT_LT, - ACTIONS(6705), 1, + ACTIONS(2770), 1, + ts_builtin_sym_end, + ACTIONS(3172), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6940), 1, + ACTIONS(3174), 1, + anon_sym_LT_LT_LT, + ACTIONS(7755), 1, sym_file_descriptor, - ACTIONS(2734), 2, + ACTIONS(3166), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3168), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - STATE(2627), 4, + ACTIONS(3170), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(7753), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(3164), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2959), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6703), 8, + ACTIONS(7751), 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, + [152489] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7757), 1, + sym_variable_name, + STATE(4529), 1, + sym_subscript, + STATE(2924), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6751), 3, + sym_file_descriptor, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(6749), 20, 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_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, - [127825] = 6, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [152530] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6999), 1, + ACTIONS(7759), 1, sym_variable_name, - STATE(3993), 1, + STATE(4520), 1, sym_subscript, - ACTIONS(6730), 2, + ACTIONS(6528), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - STATE(2631), 2, + STATE(2958), 2, sym_variable_assignment, aux_sym_variable_assignments_repeat1, - ACTIONS(6728), 19, + ACTIONS(6526), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162394,72 +186901,146 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [127864] = 6, + [152571] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(7006), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7008), 1, + ACTIONS(3174), 1, + anon_sym_LT_LT_LT, + ACTIONS(7755), 1, sym_file_descriptor, - STATE(2621), 2, + ACTIONS(3168), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(6717), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(7753), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2926), 4, sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7003), 8, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(6711), 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(7751), 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, + [152618] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1164), 4, + sym_file_descriptor, + sym__concat, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(1162), 23, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7001), 13, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [152653] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1119), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 24, anon_sym_SEMI, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [127903] = 11, + sym__special_character, + [152688] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, - anon_sym_LT_LT_LT, - ACTIONS(2865), 1, - ts_builtin_sym_end, - ACTIONS(2869), 1, + ACTIONS(2768), 1, + anon_sym_BQUOTE, + ACTIONS(3495), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7013), 1, + ACTIONS(3497), 1, + anon_sym_LT_LT_LT, + ACTIONS(7723), 1, sym_file_descriptor, - ACTIONS(2727), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2734), 2, + ACTIONS(3168), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - ACTIONS(2859), 2, + ACTIONS(3491), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(2867), 3, + ACTIONS(3493), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(7721), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(3489), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - STATE(2623), 4, + STATE(2941), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(7011), 8, + ACTIONS(7719), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -162468,166 +187049,195 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [127952] = 8, + [152741] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2863), 1, - anon_sym_LT_LT_LT, - ACTIONS(7013), 1, + ACTIONS(1148), 3, sym_file_descriptor, - ACTIONS(2734), 2, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1146), 24, + anon_sym_SEMI, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, - ACTIONS(6705), 2, - ts_builtin_sym_end, + anon_sym_LT_LT_LT, + anon_sym_AMP, + aux_sym_concatenation_token1, + [152776] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3047), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - STATE(2597), 4, + STATE(2941), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6703), 7, + ACTIONS(3045), 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_PIPE, + anon_sym_SEMI_SEMI, + anon_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + anon_sym_BQUOTE, + [152813] = 4, 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(7015), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4401), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(7762), 1, + sym__concat, + ACTIONS(4843), 5, + anon_sym_COMMA, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_COLON, + ACTIONS(4841), 21, + sym__immediate_double_hash, 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__, - [128054] = 6, + 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, + [152850] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7019), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7021), 1, + ACTIONS(1109), 3, sym_file_descriptor, - STATE(2621), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(6699), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - ACTIONS(7017), 13, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1107), 24, anon_sym_SEMI, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [128093] = 4, + aux_sym_concatenation_token1, + [152885] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 2, - sym_file_descriptor, + ACTIONS(6804), 1, aux_sym_heredoc_redirect_token1, - STATE(2619), 4, + ACTIONS(7770), 1, + anon_sym_LT_LT_LT, + ACTIONS(7773), 1, + sym_file_descriptor, + ACTIONS(7702), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(7767), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2967), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2660), 19, + ACTIONS(6793), 8, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, + anon_sym_AMP, + anon_sym_BQUOTE, + ACTIONS(7764), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [128128] = 8, + [152932] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6691), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7026), 1, + ACTIONS(3189), 1, anon_sym_LT_LT_LT, - ACTIONS(7029), 1, + ACTIONS(6717), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7780), 1, sym_file_descriptor, - ACTIONS(6899), 2, + ACTIONS(3168), 2, anon_sym_LT_LT, anon_sym_LT_LT_DASH, - STATE(2627), 4, + ACTIONS(7778), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(2942), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6683), 8, + ACTIONS(6711), 8, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162636,7 +187246,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, anon_sym_AMP, - ACTIONS(7023), 8, + ACTIONS(7776), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -162645,149 +187255,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [128171] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, - anon_sym_BQUOTE, - ACTIONS(6818), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(7032), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4586), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [128230] = 16, - 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(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, - 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(7036), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - 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, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [128348] = 6, + [152979] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7038), 1, - sym_variable_name, - STATE(3993), 1, - sym_subscript, - ACTIONS(6723), 2, + ACTIONS(7358), 1, + aux_sym_concatenation_token1, + ACTIONS(7360), 1, + sym__concat, + STATE(2951), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3465), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - STATE(2631), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6721), 19, + ACTIONS(3463), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162804,107 +187285,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [128387] = 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(7041), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4420), 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__, - [128446] = 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(7043), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4321), 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__, - [128505] = 5, + [153020] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6802), 1, - sym__special_character, - STATE(2587), 1, - aux_sym__literal_repeat1, - ACTIONS(2997), 3, + ACTIONS(7358), 1, + aux_sym_concatenation_token1, + ACTIONS(7360), 1, + sym__concat, + STATE(2950), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3427), 3, sym_file_descriptor, - ts_builtin_sym_end, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 20, + ACTIONS(3425), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162921,19 +187320,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [128542] = 3, + [153061] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 4, - sym_file_descriptor, + ACTIONS(6854), 1, + aux_sym_concatenation_token1, + ACTIONS(6856), 1, sym__concat, - ts_builtin_sym_end, + STATE(2933), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3680), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 21, + ACTIONS(3678), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162941,35 +187345,34 @@ static const uint16_t ts_small_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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [128575] = 6, + [153102] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7045), 1, - sym_variable_name, - STATE(3964), 1, - sym_subscript, - STATE(2595), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6730), 3, + ACTIONS(6854), 1, + aux_sym_concatenation_token1, + ACTIONS(6856), 1, + sym__concat, + STATE(2944), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3676), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6728), 18, + ACTIONS(3674), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -162979,202 +187382,32 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - 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(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, + [153143] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 2, + ACTIONS(6854), 1, + aux_sym_concatenation_token1, + ACTIONS(6856), 1, + sym__concat, + STATE(2933), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3662), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2910), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(2562), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2586), 17, + ACTIONS(3660), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163182,108 +187415,65 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [128887] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, - anon_sym_BQUOTE, - ACTIONS(6818), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(7055), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4276), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [128946] = 11, + [153184] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2420), 1, - ts_builtin_sym_end, - ACTIONS(2861), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2863), 1, - anon_sym_LT_LT_LT, - ACTIONS(7013), 1, + ACTIONS(6854), 1, + aux_sym_concatenation_token1, + ACTIONS(6856), 1, + sym__concat, + STATE(2944), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3695), 2, 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, + aux_sym_heredoc_redirect_token1, + ACTIONS(3693), 22, + 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_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, - [128995] = 5, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [153225] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6878), 1, - sym__special_character, - STATE(2549), 1, - aux_sym__literal_repeat1, - ACTIONS(6754), 2, + ACTIONS(1160), 4, sym_file_descriptor, + sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 21, + ACTIONS(1158), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163291,155 +187481,63 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [129032] = 16, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [153260] = 4, 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(7057), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4376), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, + ACTIONS(7782), 1, + sym__concat, + ACTIONS(4815), 5, + anon_sym_COMMA, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_COLON, + ACTIONS(4813), 21, + sym__immediate_double_hash, 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__, - [129091] = 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(7059), 1, anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4351), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, + anon_sym_AT, 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__, - [129150] = 11, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2603), 1, - anon_sym_RPAREN, - ACTIONS(2691), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(2738), 1, - anon_sym_LT_LT_LT, - ACTIONS(6940), 1, - sym_file_descriptor, - ACTIONS(2732), 2, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2736), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - ACTIONS(2687), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - STATE(2619), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6938), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [129199] = 5, + 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, + [153297] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6878), 1, - sym__special_character, - STATE(2549), 1, - aux_sym__literal_repeat1, - ACTIONS(6783), 2, + ACTIONS(1144), 3, sym_file_descriptor, + sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 21, + ACTIONS(1142), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163458,22 +187556,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [129236] = 6, + aux_sym_concatenation_token1, + [153332] = 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(1169), 2, + ACTIONS(1144), 4, sym_file_descriptor, + sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 20, + ACTIONS(1142), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163490,24 +187587,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - sym__special_character, - [129275] = 6, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [153367] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(7061), 1, - sym__concat, - STATE(2432), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 3, + ACTIONS(1160), 3, sym_file_descriptor, - sym_variable_name, + sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 19, + ACTIONS(1158), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163515,26 +187609,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [129314] = 3, + aux_sym_concatenation_token1, + [153402] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 3, + ACTIONS(1109), 4, sym_file_descriptor, - sym_variable_name, + sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 22, + ACTIONS(1107), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163542,120 +187642,37 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - sym__special_character, - [129347] = 16, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6810), 1, - anon_sym_BANG2, - ACTIONS(6814), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6816), 1, - anon_sym_BQUOTE, - ACTIONS(6818), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(6820), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(7063), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4324), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [129406] = 16, - 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(7065), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4315), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [129465] = 6, + [153437] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(7358), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(7784), 1, sym__concat, - STATE(2676), 1, + STATE(2583), 1, aux_sym_concatenation_repeat1, - ACTIONS(3069), 2, + ACTIONS(1103), 4, sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 20, + ACTIONS(1101), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163665,31 +187682,26 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [129504] = 6, + [153478] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(7067), 1, - sym__concat, - STATE(2432), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, + ACTIONS(1148), 4, sym_file_descriptor, - sym_variable_name, + sym__concat, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 19, + ACTIONS(1146), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163706,55 +187718,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [129543] = 6, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [153513] = 12, 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, + ACTIONS(2768), 1, + anon_sym_RPAREN, + ACTIONS(3141), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 20, - anon_sym_SEMI, + ACTIONS(3189), 1, + anon_sym_LT_LT_LT, + ACTIONS(7780), 1, + sym_file_descriptor, + ACTIONS(3168), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3185), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(3187), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(7778), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(3139), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(2968), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7776), 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, + [153566] = 12, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3023), 1, + anon_sym_RPAREN, + ACTIONS(3109), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3189), 1, anon_sym_LT_LT_LT, + ACTIONS(7780), 1, + sym_file_descriptor, + ACTIONS(3168), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3185), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3187), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(7778), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(3103), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, anon_sym_AMP, - [129582] = 6, + STATE(2968), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7776), 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, + [153619] = 3, 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, + ACTIONS(1180), 3, sym_file_descriptor, + sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 20, + ACTIONS(1178), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163762,6 +187822,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, @@ -163772,22 +187833,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [129621] = 6, + aux_sym_concatenation_token1, + [153654] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(7358), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(7786), 1, sym__concat, - STATE(2667), 1, + STATE(2583), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 2, + ACTIONS(1123), 4, sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 20, + ACTIONS(1121), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163797,90 +187863,50 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [129660] = 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(7069), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4356), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, - anon_sym_BANG, - anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_0, - anon_sym__, - [129719] = 11, + [153695] = 12, ACTIONS(3), 1, sym_comment, - ACTIONS(2418), 1, - anon_sym_BQUOTE, - ACTIONS(2914), 1, + ACTIONS(3174), 1, anon_sym_LT_LT_LT, - ACTIONS(2985), 1, + ACTIONS(3243), 1, + ts_builtin_sym_end, + ACTIONS(3247), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6930), 1, + ACTIONS(7755), 1, sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2908), 2, + ACTIONS(3166), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(2910), 2, + ACTIONS(3168), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3170), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(2983), 3, + ACTIONS(7753), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(3245), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - STATE(2562), 4, + STATE(2959), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(6928), 8, + ACTIONS(7751), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -163889,20 +187915,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [129768] = 6, + [153748] = 3, 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, + ACTIONS(1164), 3, sym_file_descriptor, - sym_variable_name, + sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 19, + ACTIONS(1162), 24, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163910,75 +187930,103 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [129807] = 16, + aux_sym_concatenation_token1, + [153783] = 7, 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, + ACTIONS(1089), 1, + sym_file_descriptor, + ACTIONS(4239), 1, + anon_sym_DQUOTE, + STATE(3670), 1, + sym_string, + ACTIONS(7741), 2, aux_sym__simple_variable_name_token1, - ACTIONS(6822), 1, - sym_variable_name, - ACTIONS(7071), 1, - anon_sym_RBRACE3, - STATE(1956), 1, - sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4352), 1, - sym__expansion_body, - ACTIONS(6812), 2, - anon_sym_POUND2, - anon_sym_EQ2, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - ACTIONS(6804), 4, + aux_sym__multiline_variable_name_token1, + ACTIONS(7739), 9, anon_sym_DASH, anon_sym_STAR, - anon_sym_QMARK, - anon_sym_AT2, - ACTIONS(6806), 5, anon_sym_BANG, + anon_sym_QMARK, anon_sym_DOLLAR, anon_sym_POUND, + anon_sym_AT2, anon_sym_0, anon_sym__, - [129866] = 6, + ACTIONS(1081), 13, + 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, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_heredoc_redirect_token1, + [153826] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6736), 1, + ACTIONS(7788), 1, sym__concat, - STATE(2650), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2969), 3, + ACTIONS(4830), 5, + anon_sym_COMMA, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_COLON, + ACTIONS(4828), 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, + [153863] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7790), 1, + sym__special_character, + STATE(2991), 1, + aux_sym__literal_repeat1, + ACTIONS(1214), 2, sym_file_descriptor, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 19, + ACTIONS(1212), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -163986,33 +188034,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [129905] = 6, + [153902] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(7073), 1, - sym__concat, - STATE(2432), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 4, + ACTIONS(1172), 4, sym_file_descriptor, - sym_variable_name, + sym__concat, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 18, + ACTIONS(1170), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164020,6 +188066,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, @@ -164028,24 +188075,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [129944] = 6, + aux_sym_concatenation_token1, + anon_sym_BQUOTE, + [153937] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(7075), 1, - sym__concat, - STATE(2432), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 4, - sym_file_descriptor, + ACTIONS(7793), 1, sym_variable_name, - ts_builtin_sym_end, + STATE(4512), 1, + sym_subscript, + ACTIONS(6751), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 18, + STATE(2994), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6749), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164061,65 +188111,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [129983] = 16, + anon_sym_BQUOTE, + [153978] = 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(7795), 1, sym_variable_name, - ACTIONS(7077), 1, - anon_sym_RBRACE3, - STATE(1956), 1, + STATE(4512), 1, sym_subscript, - STATE(3672), 1, - aux_sym__expansion_body_repeat1, - STATE(3683), 1, - sym_command_substitution, - STATE(4390), 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__, - [130042] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6669), 1, - aux_sym_concatenation_token1, - ACTIONS(7079), 1, - sym__concat, - STATE(2493), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, + ACTIONS(6528), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 20, + STATE(2994), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6526), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164129,26 +188140,32 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [130081] = 3, + anon_sym_BQUOTE, + [154019] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 4, - sym_file_descriptor, + ACTIONS(7358), 1, + aux_sym_concatenation_token1, + ACTIONS(7360), 1, sym__concat, - ts_builtin_sym_end, + STATE(2907), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3465), 3, + sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 21, + ACTIONS(3463), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164156,7 +188173,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, @@ -164165,20 +188181,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, anon_sym_BQUOTE, - [130114] = 3, + [154060] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 4, - sym_file_descriptor, + ACTIONS(7358), 1, + aux_sym_concatenation_token1, + ACTIONS(7360), 1, sym__concat, - ts_builtin_sym_end, + STATE(2909), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3427), 3, + sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 21, + ACTIONS(3425), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164186,7 +188208,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, @@ -164195,20 +188216,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, anon_sym_BQUOTE, - [130147] = 3, + [154101] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 4, - sym_file_descriptor, + ACTIONS(7680), 1, + aux_sym_concatenation_token1, + ACTIONS(7798), 1, sym__concat, - ts_builtin_sym_end, + STATE(2676), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 21, + ACTIONS(1101), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164225,24 +188251,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - anon_sym_BQUOTE, - [130180] = 6, + [154141] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(7680), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(7682), 1, sym__concat, - STATE(2676), 1, + STATE(3119), 1, aux_sym_concatenation_repeat1, - ACTIONS(6779), 2, + ACTIONS(1119), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 20, + ACTIONS(1117), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164252,30 +188278,32 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [130219] = 6, + sym__special_character, + [154181] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(7680), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(7800), 1, sym__concat, - STATE(2667), 1, + STATE(2676), 1, aux_sym_concatenation_repeat1, - ACTIONS(6783), 2, + ACTIONS(1103), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 20, + ACTIONS(1101), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164285,25 +188313,61 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [130258] = 3, + [154221] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 3, - sym_file_descriptor, + ACTIONS(4981), 5, + anon_sym_COMMA, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_COLON, + ACTIONS(4979), 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, + [154255] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7680), 1, + aux_sym_concatenation_token1, + ACTIONS(7682), 1, sym__concat, + STATE(3032), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3695), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 22, + ACTIONS(3693), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164311,34 +188375,33 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - [130291] = 6, + anon_sym_BQUOTE, + [154295] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(7680), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(7682), 1, sym__concat, - STATE(2676), 1, + STATE(3033), 1, aux_sym_concatenation_repeat1, - ACTIONS(6787), 2, + ACTIONS(3662), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 20, + ACTIONS(3660), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164348,30 +188411,31 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [130330] = 6, + anon_sym_BQUOTE, + [154335] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(7680), 1, aux_sym_concatenation_token1, - ACTIONS(6671), 1, + ACTIONS(7682), 1, sym__concat, - STATE(2667), 1, + STATE(3032), 1, aux_sym_concatenation_repeat1, - ACTIONS(6754), 2, + ACTIONS(3676), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 20, + ACTIONS(3674), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164381,30 +188445,31 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [130369] = 6, + anon_sym_BQUOTE, + [154375] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6669), 1, + ACTIONS(7680), 1, aux_sym_concatenation_token1, - ACTIONS(7081), 1, + ACTIONS(7682), 1, sym__concat, - STATE(2493), 1, + STATE(3033), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 2, + ACTIONS(3680), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 20, + ACTIONS(3678), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164414,25 +188479,32 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [130408] = 3, + anon_sym_BQUOTE, + [154415] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 3, - sym_file_descriptor, + ACTIONS(7680), 1, + aux_sym_concatenation_token1, + ACTIONS(7802), 1, sym__concat, + STATE(2676), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 3, + sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 22, + ACTIONS(1121), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164440,71 +188512,64 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - aux_sym_concatenation_token1, - [130441] = 10, + [154455] = 3, 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(1119), 2, sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2898), 2, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 24, + 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_esac, + anon_sym_PIPE, + anon_sym_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, - [130487] = 6, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + sym__special_character, + [154489] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7358), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7360), 1, sym__concat, - STATE(2711), 1, + STATE(3036), 1, aux_sym_concatenation_repeat1, - ACTIONS(6787), 3, + ACTIONS(3427), 3, sym_file_descriptor, - ts_builtin_sym_end, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 18, + ACTIONS(3425), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164520,22 +188585,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [130525] = 6, + [154529] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7358), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7360), 1, sym__concat, - STATE(2716), 1, + STATE(3038), 1, aux_sym_concatenation_repeat1, - ACTIONS(3069), 2, + ACTIONS(3465), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 19, + ACTIONS(3463), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164551,81 +188619,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [130563] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1229), 4, - sym__concat, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 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, - [130595] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1225), 4, - sym__concat, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 20, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - anon_sym_DOLLAR, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [130627] = 6, + [154569] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2718), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3065), 2, + ACTIONS(7804), 1, + sym_variable_name, + STATE(4517), 1, + sym_subscript, + ACTIONS(6528), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 19, + STATE(3009), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6526), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164641,67 +188653,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [130665] = 3, + [154609] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 4, - sym__concat, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 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, - [130697] = 10, + ACTIONS(4830), 5, + anon_sym_COMMA, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_COLON, + ACTIONS(4828), 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, + [154643] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2904), 1, + ACTIONS(3415), 1, anon_sym_LT_LT_LT, - ACTIONS(2981), 1, + ACTIONS(3589), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7085), 1, + ACTIONS(7811), 1, sym_file_descriptor, - ACTIONS(2734), 2, + ACTIONS(3168), 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(3401), 2, anon_sym_PIPE, anon_sym_PIPE_AMP, - ACTIONS(2979), 3, + ACTIONS(3411), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(7809), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(3587), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - STATE(2703), 4, + STATE(3039), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(7083), 8, + ACTIONS(7807), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -164710,19 +188728,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [130743] = 6, + [154693] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(7087), 1, - sym__concat, - STATE(2447), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, + ACTIONS(7813), 1, + sym_variable_name, + STATE(4517), 1, + sym_subscript, + ACTIONS(6751), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 19, + STATE(3009), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6749), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164730,7 +188749,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, @@ -164739,51 +188757,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [130781] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1265), 4, - sym__concat, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 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, - [130813] = 6, + [154733] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7680), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7682), 1, sym__concat, - STATE(2689), 1, + STATE(3044), 1, aux_sym_concatenation_repeat1, - ACTIONS(3069), 2, + ACTIONS(3695), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 19, + ACTIONS(3693), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164800,22 +188791,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [130851] = 6, + [154773] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4977), 5, + anon_sym_COMMA, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_COLON, + ACTIONS(4975), 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, + [154807] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7680), 1, aux_sym_concatenation_token1, - ACTIONS(7089), 1, + ACTIONS(7682), 1, sym__concat, - STATE(2447), 1, + STATE(2997), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 2, + ACTIONS(3662), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 19, + ACTIONS(3660), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164832,22 +188856,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [130889] = 6, + [154847] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7680), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7682), 1, sym__concat, - STATE(2716), 1, + STATE(3044), 1, aux_sym_concatenation_repeat1, - ACTIONS(3005), 2, + ACTIONS(3676), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 19, + ACTIONS(3674), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164855,6 +188881,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, @@ -164863,96 +188890,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [130927] = 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(3880), 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, - [130989] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1261), 4, - sym__concat, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 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, - [131021] = 6, + [154887] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7680), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7682), 1, sym__concat, - STATE(2686), 1, + STATE(2997), 1, aux_sym_concatenation_repeat1, - ACTIONS(3065), 2, + ACTIONS(3680), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 19, + ACTIONS(3678), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164969,22 +188924,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131059] = 6, + [154927] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2718), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2997), 2, + ACTIONS(4815), 5, + anon_sym_COMMA, + anon_sym_SLASH, + anon_sym_PERCENT, + anon_sym_CARET, + anon_sym_COLON, + ACTIONS(4813), 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, + [154961] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4037), 4, sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 19, + ACTIONS(4035), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -164992,6 +188976,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, @@ -165000,52 +188985,58 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [131097] = 6, + [154995] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7006), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7116), 1, + ACTIONS(3039), 2, sym_file_descriptor, - STATE(2695), 2, + aux_sym_heredoc_redirect_token1, + ACTIONS(3401), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3039), 4, sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7113), 8, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3037), 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_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7001), 12, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131135] = 6, + [155033] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7021), 1, + ACTIONS(7694), 1, sym_file_descriptor, - ACTIONS(7121), 1, + ACTIONS(7817), 1, aux_sym_heredoc_redirect_token1, - STATE(2788), 1, + STATE(3199), 1, sym_file_redirect, - ACTIONS(6699), 8, + ACTIONS(6715), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(6713), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -165054,7 +189045,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7119), 13, + ACTIONS(7815), 13, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165068,20 +189059,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131173] = 6, + [155075] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7123), 1, - sym_variable_name, - STATE(4001), 1, - sym_subscript, - ACTIONS(6730), 2, + ACTIONS(4033), 4, sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2736), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6728), 18, + ACTIONS(4031), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165089,6 +189075,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, @@ -165097,22 +189084,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131211] = 6, + anon_sym_BQUOTE, + [155109] = 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(3005), 2, + ACTIONS(1119), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 19, + ACTIONS(1117), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165129,22 +189114,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131249] = 6, + sym__special_character, + anon_sym_BQUOTE, + [155143] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2686), 1, - aux_sym_concatenation_repeat1, - ACTIONS(2997), 2, + ACTIONS(3427), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 19, + ACTIONS(3425), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165152,31 +189136,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131287] = 6, + [155177] = 11, 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(6779), 2, + ACTIONS(3415), 1, + anon_sym_LT_LT_LT, + ACTIONS(3504), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(7811), 1, + sym_file_descriptor, + ACTIONS(3168), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3401), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3411), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(7809), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(3502), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3039), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7807), 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, + [155227] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4037), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 19, + ACTIONS(4035), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165184,31 +189206,70 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [131325] = 6, + [155261] = 11, 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(6783), 2, + ACTIONS(3413), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3415), 1, + anon_sym_LT_LT_LT, + ACTIONS(7811), 1, + sym_file_descriptor, + ACTIONS(3168), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3401), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3411), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(7809), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(3409), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3039), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7807), 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, + [155311] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3427), 4, sym_file_descriptor, + sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 19, + ACTIONS(3425), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165216,6 +189277,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, @@ -165224,23 +189286,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [131363] = 6, + [155345] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7680), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7682), 1, sym__concat, - STATE(2716), 1, + STATE(2999), 1, aux_sym_concatenation_repeat1, - ACTIONS(6787), 2, + ACTIONS(3662), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 19, + ACTIONS(3660), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165256,36 +189321,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [131401] = 8, + [155385] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - ACTIONS(6705), 1, + ACTIONS(7673), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7085), 1, + ACTIONS(7825), 1, sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - STATE(2735), 4, + ACTIONS(7822), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3030), 2, sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(6703), 7, + aux_sym_redirected_statement_repeat2, + ACTIONS(7819), 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(7665), 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(7083), 8, + [155427] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7694), 1, + sym_file_descriptor, + ACTIONS(7830), 1, + aux_sym_heredoc_redirect_token1, + STATE(3213), 1, + sym_file_redirect, + ACTIONS(6715), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(6713), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -165294,20 +189382,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [131443] = 6, + ACTIONS(7828), 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, + [155469] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7680), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7832), 1, sym__concat, - STATE(2711), 1, + STATE(2676), 1, aux_sym_concatenation_repeat1, - ACTIONS(6779), 3, + ACTIONS(1123), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 18, + ACTIONS(1121), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165323,52 +189424,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131481] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1217), 4, - sym__concat, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 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, - [131513] = 6, + [155509] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7680), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7834), 1, sym__concat, - STATE(2712), 1, + STATE(2676), 1, aux_sym_concatenation_repeat1, - ACTIONS(6783), 3, + ACTIONS(1103), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 18, + ACTIONS(1101), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165384,46 +189458,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131551] = 3, + anon_sym_BQUOTE, + [155549] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 3, - sym_file_descriptor, - sym_variable_name, + ACTIONS(7692), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 21, + ACTIONS(7836), 1, + sym_file_descriptor, + ACTIONS(7644), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3030), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7642), 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(7690), 12, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131583] = 3, + [155591] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 3, + ACTIONS(7680), 1, + aux_sym_concatenation_token1, + ACTIONS(7682), 1, + sym__concat, + STATE(3005), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3695), 3, sym_file_descriptor, - sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 21, + ACTIONS(3693), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165431,28 +189520,33 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131615] = 3, + [155631] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 3, + ACTIONS(7358), 1, + aux_sym_concatenation_token1, + ACTIONS(7838), 1, + sym__concat, + STATE(2583), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 3, sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 21, + ACTIONS(1121), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165460,66 +189554,72 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131647] = 6, + [155671] = 11, 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(3415), 1, + anon_sym_LT_LT_LT, + ACTIONS(3555), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 19, - anon_sym_SEMI, + ACTIONS(7811), 1, + sym_file_descriptor, + ACTIONS(3168), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3401), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(3411), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(7809), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(3553), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + STATE(3039), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(7807), 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, - [131685] = 6, + [155721] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7358), 1, aux_sym_concatenation_token1, - ACTIONS(7125), 1, + ACTIONS(7840), 1, sym__concat, - STATE(2447), 1, + STATE(2583), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, + ACTIONS(1103), 3, sym_file_descriptor, - ts_builtin_sym_end, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 18, + ACTIONS(1101), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165535,50 +189635,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131723] = 6, + [155761] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(7127), 1, - sym__concat, - STATE(2447), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 3, - sym_file_descriptor, - ts_builtin_sym_end, + ACTIONS(3415), 1, + anon_sym_LT_LT_LT, + ACTIONS(6717), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 18, + ACTIONS(7811), 1, + sym_file_descriptor, + ACTIONS(3168), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(7809), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3042), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(6711), 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(7807), 8, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [131761] = 3, + [155807] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3264), 4, + ACTIONS(3047), 2, sym_file_descriptor, - sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3262), 20, + STATE(3039), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3045), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165586,7 +189696,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, @@ -165595,70 +189704,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [131793] = 6, + [155843] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7019), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7129), 1, + ACTIONS(7680), 1, + aux_sym_concatenation_token1, + ACTIONS(7682), 1, + sym__concat, + STATE(3005), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3676), 3, sym_file_descriptor, - STATE(2695), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(6748), 8, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(3674), 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, - ACTIONS(7017), 12, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [131831] = 10, + [155883] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2902), 1, + ACTIONS(6804), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(2904), 1, + ACTIONS(7848), 1, anon_sym_LT_LT_LT, - ACTIONS(7085), 1, + ACTIONS(7851), 1, sym_file_descriptor, - ACTIONS(2734), 2, + ACTIONS(7702), 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, + ACTIONS(7845), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3042), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(7083), 8, + ACTIONS(6793), 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(7842), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -165667,47 +189780,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [131877] = 6, + [155929] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(7131), 1, - sym__concat, - STATE(2447), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 2, + ACTIONS(7694), 1, sym_file_descriptor, + ACTIONS(7856), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 19, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + STATE(3059), 1, + sym_file_redirect, + ACTIONS(6715), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(6713), 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(7854), 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, - anon_sym_BQUOTE, - [131915] = 3, + [155971] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3260), 4, + ACTIONS(7680), 1, + aux_sym_concatenation_token1, + ACTIONS(7858), 1, + sym__concat, + STATE(2676), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 2, sym_file_descriptor, - sym_variable_name, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3258), 20, + ACTIONS(1121), 21, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165724,23 +189844,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [131947] = 6, + [156011] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7680), 1, aux_sym_concatenation_token1, - ACTIONS(7133), 1, + ACTIONS(7682), 1, sym__concat, - STATE(2447), 1, + STATE(2999), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, + ACTIONS(3680), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 19, + ACTIONS(3678), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165756,24 +189878,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [131985] = 6, + [156051] = 3, 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(4033), 3, sym_file_descriptor, sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 18, + ACTIONS(4031), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165781,75 +189898,30 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, + [156085] = 3, 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(2969), 3, + ACTIONS(7860), 3, sym_file_descriptor, - sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 18, + ACTIONS(7862), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165857,6 +189929,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, @@ -165865,67 +189938,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132123] = 18, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7093), 1, - anon_sym_LPAREN, - ACTIONS(7095), 1, - aux_sym__c_word_token1, - ACTIONS(7097), 1, - anon_sym_DOLLAR, - ACTIONS(7099), 1, - anon_sym_DQUOTE, - ACTIONS(7101), 1, - aux_sym_number_token1, - ACTIONS(7103), 1, - aux_sym_number_token2, - ACTIONS(7105), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(7107), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(7109), 1, anon_sym_BQUOTE, - ACTIONS(7111), 1, - anon_sym_DOLLAR_BQUOTE, - STATE(1984), 1, - sym__c_unary_expression, - STATE(1988), 1, - sym__c_binary_expression, - STATE(1989), 1, - sym__c_postfix_expression, - STATE(3842), 1, - sym__c_expression, - STATE(3936), 1, - sym__c_variable_assignment, - ACTIONS(7091), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1983), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [132185] = 6, + [156118] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(7153), 1, - sym__concat, - STATE(2432), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, + ACTIONS(7864), 3, sym_file_descriptor, - sym_variable_name, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 18, + ACTIONS(7866), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165933,6 +189959,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, @@ -165941,23 +189968,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132223] = 6, + anon_sym_BQUOTE, + [156151] = 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(2997), 3, + ACTIONS(7870), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 18, + ACTIONS(7868), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -165965,63 +189988,102 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132261] = 6, + [156184] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7876), 1, + anon_sym_RBRACE3, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(5030), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [156243] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7021), 1, + ACTIONS(7894), 2, 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, + ACTIONS(7892), 23, anon_sym_SEMI, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132299] = 6, + [156276] = 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(3005), 3, + ACTIONS(7898), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 18, + ACTIONS(7896), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166029,32 +190091,29 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132337] = 5, + [156309] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 2, + ACTIONS(7902), 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, + ACTIONS(7900), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166062,29 +190121,73 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132373] = 6, + [156342] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(7159), 1, - sym__concat, - STATE(2432), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1173), 3, - sym_file_descriptor, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, sym_variable_name, + ACTIONS(7904), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4991), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [156401] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7906), 3, + sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 18, + ACTIONS(7908), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166092,6 +190195,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, @@ -166100,21 +190204,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132411] = 4, + anon_sym_BQUOTE, + [156434] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2662), 2, + ACTIONS(7912), 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(7910), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166122,74 +190224,115 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132445] = 18, - ACTIONS(63), 1, + [156467] = 16, + ACTIONS(3), 1, sym_comment, - ACTIONS(5432), 1, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(7914), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4946), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, 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_POUND, + anon_sym_0, + anon_sym__, + [156526] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7149), 1, + ACTIONS(7884), 1, anon_sym_BQUOTE, - ACTIONS(7151), 1, + ACTIONS(7886), 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, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(7916), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, sym_command_substitution, - [132507] = 6, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4714), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [156585] = 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(7920), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 19, + ACTIONS(7918), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166197,60 +190340,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132545] = 3, + [156618] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 4, - sym__concat, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 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, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, anon_sym_BQUOTE, + ACTIONS(7886), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [132577] = 6, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(7922), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4898), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [156677] = 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(7924), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 19, + ACTIONS(7926), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166267,93 +190423,123 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132615] = 10, + anon_sym_BQUOTE, + [156710] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2904), 1, - anon_sym_LT_LT_LT, - ACTIONS(2935), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7085), 1, + ACTIONS(7930), 2, sym_file_descriptor, - ACTIONS(2734), 2, - anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(2898), 2, + aux_sym_heredoc_redirect_token1, + ACTIONS(7928), 23, + anon_sym_SEMI, 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_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, - [132661] = 8, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [156743] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6691), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7164), 1, - anon_sym_LT_LT_LT, - ACTIONS(7167), 1, + ACTIONS(4179), 2, 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, + aux_sym_heredoc_redirect_token1, + ACTIONS(4177), 23, 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_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, - [132703] = 6, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [156776] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(7170), 1, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, sym_variable_name, - STATE(4001), 1, + ACTIONS(7932), 1, + anon_sym_RBRACE3, + STATE(2303), 1, sym_subscript, - ACTIONS(6723), 2, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4845), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [156835] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7934), 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(7936), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166361,6 +190547,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, @@ -166369,22 +190556,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132741] = 6, + anon_sym_BQUOTE, + [156868] = 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(7938), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 19, + ACTIONS(7940), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166401,22 +190586,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132779] = 6, + anon_sym_BQUOTE, + [156901] = 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(7894), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 19, + ACTIONS(7892), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166433,22 +190616,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [132817] = 6, + anon_sym_BQUOTE, + [156934] = 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(7942), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 19, + ACTIONS(7944), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166456,6 +190637,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, @@ -166464,20 +190646,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - sym__special_character, - [132855] = 6, + anon_sym_BQUOTE, + [156967] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7021), 1, - sym_file_descriptor, - ACTIONS(7175), 1, + ACTIONS(7673), 1, aux_sym_heredoc_redirect_token1, - STATE(2771), 1, + ACTIONS(7952), 1, + sym_file_descriptor, + ACTIONS(7949), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3069), 2, sym_file_redirect, - ACTIONS(6699), 8, + aux_sym_redirected_statement_repeat2, + ACTIONS(7946), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -166486,232 +190674,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7173), 13, + ACTIONS(7665), 11, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - 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_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, + [157008] = 16, 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, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, + ACTIONS(7884), 1, anon_sym_BQUOTE, - ACTIONS(6858), 1, + ACTIONS(7886), 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, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(7955), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, 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, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4774), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, 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, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [157067] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 3, + ACTIONS(7942), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 21, + ACTIONS(7944), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166728,112 +190753,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, + [157100] = 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(7959), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 18, + ACTIONS(7957), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166841,75 +190773,30 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, + [157133] = 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(7961), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 18, + ACTIONS(7963), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -166917,6 +190804,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, @@ -166925,149 +190813,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - ACTIONS(3), 1, - sym_comment, - 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, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_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, - [133569] = 3, + [157166] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(2977), 4, + ACTIONS(7965), 3, sym_file_descriptor, - sym_variable_name, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 20, + ACTIONS(7967), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167084,180 +190843,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [133601] = 18, - ACTIONS(63), 1, + [157199] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(7969), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4747), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [157258] = 19, + ACTIONS(67), 1, sym_comment, - ACTIONS(7093), 1, + ACTIONS(7971), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(7975), 1, anon_sym_LPAREN, - ACTIONS(7095), 1, + ACTIONS(7977), 1, aux_sym__c_word_token1, - ACTIONS(7097), 1, + ACTIONS(7979), 1, anon_sym_DOLLAR, - ACTIONS(7099), 1, + ACTIONS(7981), 1, anon_sym_DQUOTE, - ACTIONS(7101), 1, + ACTIONS(7983), 1, aux_sym_number_token1, - ACTIONS(7103), 1, + ACTIONS(7985), 1, aux_sym_number_token2, - ACTIONS(7105), 1, + ACTIONS(7987), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7107), 1, + ACTIONS(7989), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7109), 1, + ACTIONS(7991), 1, anon_sym_BQUOTE, - ACTIONS(7111), 1, + ACTIONS(7993), 1, anon_sym_DOLLAR_BQUOTE, - STATE(1984), 1, + STATE(2442), 1, sym__c_unary_expression, - STATE(1988), 1, - sym__c_binary_expression, - STATE(1989), 1, + STATE(2453), 1, sym__c_postfix_expression, - STATE(3811), 1, + STATE(2457), 1, + sym__c_binary_expression, + STATE(4362), 1, sym__c_expression, - STATE(3936), 1, + STATE(4470), 1, sym__c_variable_assignment, - ACTIONS(7091), 2, + ACTIONS(7973), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1983), 7, + STATE(2381), 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, - 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, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 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, - [133797] = 3, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [157323] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3306), 2, + ACTIONS(7997), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3304), 21, + ACTIONS(7995), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167276,16 +190963,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [133828] = 3, + [157356] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7179), 2, + ACTIONS(8001), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7177), 21, + ACTIONS(7999), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167304,16 +190993,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [133859] = 3, + [157389] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7183), 2, + ACTIONS(8005), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7181), 21, + ACTIONS(8003), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167332,17 +191023,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [133890] = 3, + [157422] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8007), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4696), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [157481] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7185), 3, + ACTIONS(8009), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7187), 20, + ACTIONS(8011), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167359,18 +191095,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [133921] = 3, + [157514] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(7975), 1, + anon_sym_LPAREN, + ACTIONS(7977), 1, + aux_sym__c_word_token1, + ACTIONS(7979), 1, + anon_sym_DOLLAR, + ACTIONS(7981), 1, + anon_sym_DQUOTE, + ACTIONS(7983), 1, + aux_sym_number_token1, + ACTIONS(7985), 1, + aux_sym_number_token2, + ACTIONS(7987), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7989), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7991), 1, + anon_sym_BQUOTE, + ACTIONS(7993), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8013), 1, + anon_sym_RPAREN_RPAREN, + STATE(2442), 1, + sym__c_unary_expression, + STATE(2453), 1, + sym__c_postfix_expression, + STATE(2457), 1, + sym__c_binary_expression, + STATE(4415), 1, + sym__c_expression, + STATE(4470), 1, + sym__c_variable_assignment, + ACTIONS(7973), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2381), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [157579] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8015), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4584), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [157638] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8017), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4739), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [157697] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3306), 3, + ACTIONS(8019), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3304), 20, + ACTIONS(8021), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167387,18 +191257,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [133952] = 3, + [157730] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6787), 3, + ACTIONS(8025), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 20, + ACTIONS(8023), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167406,27 +191277,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [133983] = 3, + [157763] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3306), 3, + ACTIONS(8027), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3304), 20, + ACTIONS(8029), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167443,17 +191317,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [134014] = 3, + [157796] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7191), 2, + ACTIONS(8027), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7189), 21, + ACTIONS(8029), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167472,16 +191348,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134045] = 3, + [157829] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7195), 2, + ACTIONS(8009), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7193), 21, + ACTIONS(8011), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167500,17 +191378,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134076] = 3, + [157862] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7197), 3, + ACTIONS(7997), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7199), 20, + ACTIONS(7995), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167527,17 +191407,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [134107] = 3, + [157895] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7203), 2, + ACTIONS(8031), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7201), 21, + ACTIONS(8033), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167545,27 +191428,71 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134138] = 3, + anon_sym_BQUOTE, + [157928] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8035), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4686), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [157987] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7207), 2, + ACTIONS(8031), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7205), 21, + ACTIONS(8033), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167584,16 +191511,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134169] = 3, + [158020] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8037), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4756), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [158079] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8039), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4613), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [158138] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7211), 2, + ACTIONS(8043), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7209), 21, + ACTIONS(8041), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167612,16 +191627,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134200] = 3, + [158171] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7215), 2, + ACTIONS(7961), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7213), 21, + ACTIONS(7963), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167640,45 +191657,343 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134231] = 3, + [158204] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(7219), 2, - sym_file_descriptor, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8045), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4813), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [158263] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8047), 1, + aux_sym_concatenation_token1, + ACTIONS(8049), 1, + sym__concat, + STATE(3203), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3906), 3, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(7217), 21, + ACTIONS(3904), 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, + [158302] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8051), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(5127), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [158361] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8047), 1, + aux_sym_concatenation_token1, + ACTIONS(8049), 1, + sym__concat, + STATE(3211), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3900), 3, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3898), 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_esac, - anon_sym_PIPE, anon_sym_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, - [134262] = 3, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [158400] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8053), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4914), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [158459] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8055), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(5011), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [158518] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8057), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4948), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [158577] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8059), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4772), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [158636] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7221), 3, + ACTIONS(8001), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7223), 20, + ACTIONS(7999), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167695,17 +192010,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [134293] = 3, + [158669] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7227), 2, + ACTIONS(7942), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7225), 21, + ACTIONS(7944), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167724,16 +192041,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134324] = 3, + [158702] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7231), 2, + ACTIONS(7680), 1, + aux_sym_concatenation_token1, + ACTIONS(7682), 1, + sym__concat, + STATE(3122), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3695), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7229), 21, + ACTIONS(3693), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167741,63 +192066,118 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134355] = 5, + [158741] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(7233), 1, - sym__special_character, - STATE(2782), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 3, - sym_test_operator, - sym__brace_start, - aux_sym_heredoc_redirect_token1, - ACTIONS(1273), 18, - anon_sym_LPAREN_LPAREN, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - anon_sym_DOLLAR_LPAREN_LPAREN, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8061), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(5058), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, 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_POUND, + anon_sym_0, + anon_sym__, + [158800] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, anon_sym_BQUOTE, + ACTIONS(7886), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - sym_word, - [134390] = 6, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8063), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(5057), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [158859] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7680), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7682), 1, sym__concat, - STATE(2794), 1, + STATE(3119), 1, aux_sym_concatenation_repeat1, - ACTIONS(2997), 2, + ACTIONS(3662), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(2995), 18, + ACTIONS(3660), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167813,16 +192193,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134427] = 3, + [158898] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8065), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4680), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [158957] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7238), 2, + ACTIONS(3676), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7236), 21, + ACTIONS(3674), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167830,27 +192256,72 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134458] = 3, + anon_sym_BQUOTE, + [158990] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8067), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4578), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [159049] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7227), 2, + ACTIONS(8005), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7225), 21, + ACTIONS(8003), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167858,28 +192329,34 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134489] = 3, + anon_sym_BQUOTE, + [159082] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7240), 3, + ACTIONS(7680), 1, + aux_sym_concatenation_token1, + ACTIONS(7682), 1, + sym__concat, + STATE(3122), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3676), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7242), 20, + ACTIONS(3674), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167887,7 +192364,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, @@ -167896,17 +192372,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + [159121] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, anon_sym_BQUOTE, - [134520] = 3, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8069), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4872), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [159180] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7246), 2, + ACTIONS(7680), 1, + aux_sym_concatenation_token1, + ACTIONS(7682), 1, + sym__concat, + STATE(3119), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3680), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7244), 21, + ACTIONS(3678), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167914,27 +192440,32 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134551] = 3, + [159219] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7250), 2, + ACTIONS(7680), 1, + aux_sym_concatenation_token1, + ACTIONS(8071), 1, + sym__concat, + STATE(2676), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7248), 21, + ACTIONS(1101), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167942,28 +192473,26 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134582] = 3, + [159258] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7231), 3, + ACTIONS(8075), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7229), 20, + ACTIONS(8073), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -167971,32 +192500,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + [159291] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, anon_sym_BQUOTE, - [134613] = 6, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8077), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4558), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [159350] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7680), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(8079), 1, sym__concat, - STATE(2796), 1, + STATE(2676), 1, aux_sym_concatenation_repeat1, - ACTIONS(3005), 2, + ACTIONS(1123), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 18, + ACTIONS(1121), 20, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168012,48 +192587,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134650] = 6, + [159389] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(7019), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7252), 1, - sym_file_descriptor, - STATE(2793), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - 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(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, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8081), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4622), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [159448] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7254), 3, + ACTIONS(8043), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7256), 20, + ACTIONS(8041), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168070,21 +192659,112 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [134718] = 6, + [159481] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8083), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4673), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [159540] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8085), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4705), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [159599] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7006), 1, + ACTIONS(7692), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7261), 1, + ACTIONS(8087), 1, sym_file_descriptor, - STATE(2793), 2, + ACTIONS(7778), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3069), 2, sym_file_redirect, aux_sym_redirected_statement_repeat2, - ACTIONS(7258), 8, + ACTIONS(7776), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -168093,7 +192773,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7001), 11, + ACTIONS(7690), 11, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168105,50 +192785,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134755] = 6, + [159640] = 16, 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, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 18, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [134792] = 6, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8089), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(5061), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [159699] = 16, 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(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8091), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4723), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [159758] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8025), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 18, + ACTIONS(8023), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168156,6 +192886,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, @@ -168164,22 +192895,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134829] = 6, + anon_sym_BQUOTE, + [159791] = 16, 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(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8093), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4751), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [159850] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7959), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 18, + ACTIONS(7957), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168187,6 +192959,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, @@ -168195,22 +192968,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134866] = 6, + anon_sym_BQUOTE, + [159883] = 16, 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(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8095), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4783), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [159942] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7959), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 18, + ACTIONS(7957), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168218,6 +193032,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, @@ -168226,16 +193041,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134903] = 3, + anon_sym_BQUOTE, + [159975] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7270), 2, + ACTIONS(8099), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7268), 21, + ACTIONS(8097), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168254,22 +193072,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134934] = 6, + [160008] = 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(8101), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 18, + ACTIONS(8103), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168277,6 +193092,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, @@ -168285,16 +193101,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [134971] = 3, + anon_sym_BQUOTE, + [160041] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7274), 2, + ACTIONS(8101), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7272), 21, + ACTIONS(8103), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168302,33 +193122,28 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135002] = 6, + anon_sym_BQUOTE, + [160074] = 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(8107), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 18, + ACTIONS(8105), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168336,30 +193151,29 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135039] = 6, + [160107] = 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(7898), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 18, + ACTIONS(7896), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168367,24 +193181,30 @@ 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, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135076] = 3, + [160140] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7278), 2, + ACTIONS(7920), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7276), 21, + ACTIONS(7918), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168392,28 +193212,121 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135107] = 3, + anon_sym_BQUOTE, + [160173] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(7975), 1, + anon_sym_LPAREN, + ACTIONS(7977), 1, + aux_sym__c_word_token1, + ACTIONS(7979), 1, + anon_sym_DOLLAR, + ACTIONS(7981), 1, + anon_sym_DQUOTE, + ACTIONS(7983), 1, + aux_sym_number_token1, + ACTIONS(7985), 1, + aux_sym_number_token2, + ACTIONS(7987), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7989), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7991), 1, + anon_sym_BQUOTE, + ACTIONS(7993), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8109), 1, + anon_sym_RPAREN_RPAREN, + STATE(2442), 1, + sym__c_unary_expression, + STATE(2453), 1, + sym__c_postfix_expression, + STATE(2457), 1, + sym__c_binary_expression, + STATE(4365), 1, + sym__c_expression, + STATE(4470), 1, + sym__c_variable_assignment, + ACTIONS(7973), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2381), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [160238] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(7975), 1, + anon_sym_LPAREN, + ACTIONS(7977), 1, + aux_sym__c_word_token1, + ACTIONS(7979), 1, + anon_sym_DOLLAR, + ACTIONS(7981), 1, + anon_sym_DQUOTE, + ACTIONS(7983), 1, + aux_sym_number_token1, + ACTIONS(7985), 1, + aux_sym_number_token2, + ACTIONS(7987), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7989), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7991), 1, + anon_sym_BQUOTE, + ACTIONS(7993), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8111), 1, + anon_sym_RPAREN_RPAREN, + STATE(2442), 1, + sym__c_unary_expression, + STATE(2453), 1, + sym__c_postfix_expression, + STATE(2457), 1, + sym__c_binary_expression, + STATE(4310), 1, + sym__c_expression, + STATE(4470), 1, + sym__c_variable_assignment, + ACTIONS(7973), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2381), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [160303] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7238), 3, + ACTIONS(3695), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7236), 20, + ACTIONS(3693), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168430,79 +193343,93 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [135138] = 6, + [160336] = 7, 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(7830), 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(7836), 1, + sym_file_descriptor, + STATE(3213), 1, + sym_file_redirect, + ACTIONS(7644), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7642), 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(7828), 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, - [135175] = 3, + [160377] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3306), 2, - sym_file_descriptor, + ACTIONS(7817), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3304), 21, + ACTIONS(7836), 1, + sym_file_descriptor, + STATE(3199), 1, + sym_file_redirect, + ACTIONS(7644), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7642), 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(7815), 12, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135206] = 6, + [160418] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7129), 1, + ACTIONS(7836), 1, sym_file_descriptor, - ACTIONS(7157), 1, + ACTIONS(7856), 1, aux_sym_heredoc_redirect_token1, - STATE(2849), 1, + STATE(3059), 1, sym_file_redirect, - ACTIONS(6748), 8, + ACTIONS(7644), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7642), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -168511,7 +193438,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7155), 12, + ACTIONS(7854), 12, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168524,14 +193451,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135243] = 3, + [160459] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8113), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(5125), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [160518] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7219), 3, + ACTIONS(7906), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7217), 20, + ACTIONS(7908), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168539,27 +193508,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + [160551] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, anon_sym_BQUOTE, - [135274] = 3, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8115), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(5044), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [160610] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 3, + ACTIONS(7924), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 20, + ACTIONS(7926), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168567,26 +193581,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [135305] = 3, + [160643] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7282), 2, + ACTIONS(8119), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7280), 21, + ACTIONS(8117), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168605,45 +193622,141 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135336] = 3, + [160676] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8121), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(5025), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [160735] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(7975), 1, + anon_sym_LPAREN, + ACTIONS(7977), 1, + aux_sym__c_word_token1, + ACTIONS(7979), 1, + anon_sym_DOLLAR, + ACTIONS(7981), 1, + anon_sym_DQUOTE, + ACTIONS(7983), 1, + aux_sym_number_token1, + ACTIONS(7985), 1, + aux_sym_number_token2, + ACTIONS(7987), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7989), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7991), 1, + anon_sym_BQUOTE, + ACTIONS(7993), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8123), 1, + anon_sym_RPAREN_RPAREN, + STATE(2442), 1, + sym__c_unary_expression, + STATE(2453), 1, + sym__c_postfix_expression, + STATE(2457), 1, + sym__c_binary_expression, + STATE(4312), 1, + sym__c_expression, + STATE(4470), 1, + sym__c_variable_assignment, + ACTIONS(7973), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2381), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [160800] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(6779), 2, + ACTIONS(8125), 1, sym_file_descriptor, + ACTIONS(7692), 2, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(7753), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3221), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7751), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(7690), 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, - [135367] = 3, + [160841] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7284), 3, + ACTIONS(7959), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7286), 20, + ACTIONS(7957), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168651,27 +193764,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [135398] = 3, + [160874] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7288), 3, + ACTIONS(3676), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7290), 20, + ACTIONS(3674), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168679,27 +193794,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + [160907] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(7975), 1, + anon_sym_LPAREN, + ACTIONS(7977), 1, + aux_sym__c_word_token1, + ACTIONS(7979), 1, + anon_sym_DOLLAR, + ACTIONS(7981), 1, + anon_sym_DQUOTE, + ACTIONS(7983), 1, + aux_sym_number_token1, + ACTIONS(7985), 1, + aux_sym_number_token2, + ACTIONS(7987), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7989), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7991), 1, anon_sym_BQUOTE, - [135429] = 3, + ACTIONS(7993), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8127), 1, + anon_sym_RPAREN_RPAREN, + STATE(2442), 1, + sym__c_unary_expression, + STATE(2453), 1, + sym__c_postfix_expression, + STATE(2457), 1, + sym__c_binary_expression, + STATE(4333), 1, + sym__c_expression, + STATE(4470), 1, + sym__c_variable_assignment, + ACTIONS(7973), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2381), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [160972] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7292), 3, + ACTIONS(8129), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7294), 20, + ACTIONS(8131), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168716,205 +193880,140 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [135460] = 7, + [161005] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1135), 1, + ACTIONS(8135), 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(8133), 23, anon_sym_SEMI, 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, - [135536] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7129), 1, - 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, - 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135573] = 6, + [161038] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7305), 1, + ACTIONS(7902), 3, sym_file_descriptor, - ACTIONS(7006), 2, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - STATE(2818), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7302), 8, + ACTIONS(7900), 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_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7001), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135610] = 6, + anon_sym_BQUOTE, + [161071] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7019), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7308), 1, + ACTIONS(7902), 3, sym_file_descriptor, - STATE(2820), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(6928), 8, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(7900), 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_RPAREN, + anon_sym_PIPE, + anon_sym_SEMI_SEMI, + anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7017), 11, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [135647] = 6, + [161104] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7006), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7313), 1, + ACTIONS(7938), 2, sym_file_descriptor, - STATE(2820), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7310), 8, + aux_sym_heredoc_redirect_token1, + ACTIONS(7940), 23, + anon_sym_SEMI, + 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_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [135684] = 3, + [161137] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3069), 3, + ACTIONS(8137), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 20, + ACTIONS(8139), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168931,18 +194030,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [135715] = 3, + [161170] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7316), 3, + ACTIONS(8141), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7318), 20, + ACTIONS(8143), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168959,18 +194060,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [135746] = 3, + [161203] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7320), 3, + ACTIONS(8145), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7322), 20, + ACTIONS(8147), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -168987,49 +194090,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [135777] = 7, + [161236] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1139), 1, - sym_file_descriptor, - ACTIONS(7298), 1, + ACTIONS(8047), 1, + aux_sym_concatenation_token1, + ACTIONS(8049), 1, + sym__concat, + STATE(3211), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 3, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 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, - STATE(3493), 1, - sym_string, - ACTIONS(7300), 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, + sym_word, + [161275] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(1137), 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, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8149), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4797), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, anon_sym_DASH, anon_sym_STAR, - anon_sym_BANG, anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, anon_sym_DOLLAR, anon_sym_POUND, - anon_sym_AT2, anon_sym_0, anon_sym__, - [135816] = 3, + [161334] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7197), 2, + ACTIONS(8151), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7199), 21, + ACTIONS(8153), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169037,27 +194187,29 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135847] = 3, + anon_sym_BQUOTE, + [161367] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7326), 2, + ACTIONS(8155), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7324), 21, + ACTIONS(8157), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169065,59 +194217,102 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135878] = 6, + anon_sym_BQUOTE, + [161400] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7328), 1, + ACTIONS(8161), 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(8159), 23, + anon_sym_SEMI, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135915] = 3, + [161433] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8163), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4842), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [161492] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7282), 3, + ACTIONS(8075), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7280), 20, + ACTIONS(8073), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169134,17 +194329,66 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [135946] = 3, + [161525] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(7975), 1, + anon_sym_LPAREN, + ACTIONS(7977), 1, + aux_sym__c_word_token1, + ACTIONS(7979), 1, + anon_sym_DOLLAR, + ACTIONS(7981), 1, + anon_sym_DQUOTE, + ACTIONS(7983), 1, + aux_sym_number_token1, + ACTIONS(7985), 1, + aux_sym_number_token2, + ACTIONS(7987), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7989), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7991), 1, + anon_sym_BQUOTE, + ACTIONS(7993), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8165), 1, + anon_sym_RPAREN_RPAREN, + STATE(2442), 1, + sym__c_unary_expression, + STATE(2453), 1, + sym__c_postfix_expression, + STATE(2457), 1, + sym__c_binary_expression, + STATE(4356), 1, + sym__c_expression, + STATE(4470), 1, + sym__c_variable_assignment, + ACTIONS(7973), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2381), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [161590] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7221), 2, + ACTIONS(8167), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7223), 21, + ACTIONS(8169), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169152,27 +194396,28 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [135977] = 3, + anon_sym_BQUOTE, + [161623] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7240), 2, + ACTIONS(7864), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7242), 21, + ACTIONS(7866), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169191,16 +194436,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136008] = 3, + [161656] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7332), 2, + ACTIONS(8019), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7330), 21, + ACTIONS(8021), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169219,17 +194466,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136039] = 3, + [161689] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7334), 3, + ACTIONS(7912), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7336), 20, + ACTIONS(7910), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169246,18 +194495,241 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136070] = 3, + [161722] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8171), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4825), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [161781] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(7975), 1, + anon_sym_LPAREN, + ACTIONS(7977), 1, + aux_sym__c_word_token1, + ACTIONS(7979), 1, + anon_sym_DOLLAR, + ACTIONS(7981), 1, + anon_sym_DQUOTE, + ACTIONS(7983), 1, + aux_sym_number_token1, + ACTIONS(7985), 1, + aux_sym_number_token2, + ACTIONS(7987), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7989), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7991), 1, + anon_sym_BQUOTE, + ACTIONS(7993), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8173), 1, + anon_sym_RPAREN_RPAREN, + STATE(2442), 1, + sym__c_unary_expression, + STATE(2453), 1, + sym__c_postfix_expression, + STATE(2457), 1, + sym__c_binary_expression, + STATE(4371), 1, + sym__c_expression, + STATE(4470), 1, + sym__c_variable_assignment, + ACTIONS(7973), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2381), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [161846] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8175), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4936), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [161905] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8177), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4863), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [161964] = 19, + ACTIONS(67), 1, + sym_comment, + ACTIONS(7975), 1, + anon_sym_LPAREN, + ACTIONS(7977), 1, + aux_sym__c_word_token1, + ACTIONS(7979), 1, + anon_sym_DOLLAR, + ACTIONS(7981), 1, + anon_sym_DQUOTE, + ACTIONS(7983), 1, + aux_sym_number_token1, + ACTIONS(7985), 1, + aux_sym_number_token2, + ACTIONS(7987), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7989), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7991), 1, + anon_sym_BQUOTE, + ACTIONS(7993), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8179), 1, + anon_sym_RPAREN_RPAREN, + STATE(2442), 1, + sym__c_unary_expression, + STATE(2453), 1, + sym__c_postfix_expression, + STATE(2457), 1, + sym__c_binary_expression, + STATE(4375), 1, + sym__c_expression, + STATE(4470), 1, + sym__c_variable_assignment, + ACTIONS(7973), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2381), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [162029] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7338), 3, + ACTIONS(8181), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7340), 20, + ACTIONS(8183), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169274,17 +194746,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136101] = 3, + [162062] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7344), 2, + ACTIONS(8155), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7342), 21, + ACTIONS(8157), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169303,17 +194777,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136132] = 3, + [162095] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8185), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4839), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [162154] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8187), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4917), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [162213] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7346), 3, + ACTIONS(8189), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7348), 20, + ACTIONS(8191), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169330,74 +194892,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136163] = 3, + [162246] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7254), 2, - sym_file_descriptor, + ACTIONS(7692), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7256), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(8193), 1, + sym_file_descriptor, + ACTIONS(7721), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3216), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7719), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [136194] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6787), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 21, + ACTIONS(7690), 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, - [136225] = 3, + anon_sym_BQUOTE, + [162287] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8195), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4887), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [162346] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6779), 3, + ACTIONS(7898), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 20, + ACTIONS(7896), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169414,17 +194999,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136256] = 3, + [162379] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8197), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4851), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [162438] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7352), 2, + ACTIONS(7898), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7350), 21, + ACTIONS(7896), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169432,28 +195063,61 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136287] = 3, + anon_sym_BQUOTE, + [162471] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8199), 1, + aux_sym_concatenation_token1, + ACTIONS(8202), 1, + sym__concat, + STATE(3193), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1109), 3, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1107), 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, + [162510] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7344), 3, + ACTIONS(7934), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7342), 20, + ACTIONS(7936), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169461,27 +195125,115 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + [162543] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8205), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(5004), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [162602] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, anon_sym_BQUOTE, - [136318] = 3, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8207), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4795), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [162661] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7344), 3, + ACTIONS(8181), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7342), 20, + ACTIONS(8183), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169489,26 +195241,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [136349] = 3, + [162694] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7344), 2, + ACTIONS(8151), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7342), 21, + ACTIONS(8153), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169527,16 +195282,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136380] = 3, + [162727] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7356), 2, + ACTIONS(7965), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7354), 21, + ACTIONS(7967), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169555,16 +195312,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136411] = 3, + [162760] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8209), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4891), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [162819] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8211), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4658), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [162878] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3069), 2, + ACTIONS(3695), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 21, + ACTIONS(3693), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169583,16 +195428,138 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136442] = 3, + [162911] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8047), 1, + aux_sym_concatenation_token1, + ACTIONS(8213), 1, + sym__concat, + STATE(3193), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 3, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1121), 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, + [162950] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8215), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4915), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [163009] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8217), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(5001), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [163068] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7360), 2, + ACTIONS(8099), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7358), 21, + ACTIONS(8097), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169600,28 +195567,28 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136473] = 3, + anon_sym_BQUOTE, + [163101] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7326), 3, + ACTIONS(8145), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7324), 20, + ACTIONS(8147), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169629,26 +195596,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [136504] = 3, + [163134] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7346), 2, + ACTIONS(8141), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7348), 21, + ACTIONS(8143), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169667,17 +195637,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136535] = 3, + [163167] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8219), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4927), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [163226] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7179), 3, + ACTIONS(8189), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7177), 20, + ACTIONS(8191), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169685,26 +195699,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + [163259] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8047), 1, + aux_sym_concatenation_token1, + ACTIONS(8221), 1, + sym__concat, + STATE(3193), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 3, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1101), 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, + [163298] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, anon_sym_BQUOTE, - [136566] = 3, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8223), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4949), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [163357] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7338), 2, + ACTIONS(8137), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7340), 21, + ACTIONS(8139), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169723,17 +195816,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136597] = 3, + [163390] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7246), 3, + ACTIONS(8101), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7244), 20, + ACTIONS(8103), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169741,27 +195835,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [136628] = 3, + [163423] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7274), 3, + ACTIONS(8119), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7272), 20, + ACTIONS(8117), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169778,73 +195875,54 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136659] = 3, + [163456] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(3005), 2, - sym_file_descriptor, + ACTIONS(7673), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(8231), 1, + sym_file_descriptor, + ACTIONS(8228), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3216), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8225), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - anon_sym_AMP, - [136690] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7270), 3, - sym_file_descriptor, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7268), 20, + ACTIONS(7665), 11, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_RPAREN, anon_sym_PIPE, anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136721] = 3, + [163497] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7334), 2, + ACTIONS(8107), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7336), 21, + ACTIONS(8105), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169852,28 +195930,29 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136752] = 3, + anon_sym_BQUOTE, + [163530] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7250), 3, + ACTIONS(8135), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7248), 20, + ACTIONS(8133), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169890,18 +195969,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136783] = 3, + [163563] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8234), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4678), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [163622] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7360), 3, + ACTIONS(8129), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7358), 20, + ACTIONS(8131), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169909,55 +196032,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [136814] = 3, + [163655] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7227), 3, + ACTIONS(8242), 1, sym_file_descriptor, + ACTIONS(7673), 2, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7225), 20, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(8239), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3221), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8236), 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(7665), 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, - [136845] = 3, + [163696] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7227), 3, + ACTIONS(7930), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7225), 20, + ACTIONS(7928), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -169974,17 +196106,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [136876] = 3, + [163729] = 16, ACTIONS(3), 1, sym_comment, - ACTIONS(7320), 2, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8245), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4966), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [163788] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8167), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7322), 21, + ACTIONS(8169), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170003,16 +196180,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136907] = 3, + [163821] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7316), 2, + ACTIONS(8247), 3, sym_file_descriptor, + ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7318), 21, + ACTIONS(8249), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170020,27 +196200,28 @@ 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, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136938] = 3, + anon_sym_BQUOTE, + [163854] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7364), 2, + ACTIONS(8161), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7362), 21, + ACTIONS(8159), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170059,17 +196240,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [136969] = 3, + [163887] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7211), 3, + ACTIONS(4179), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7209), 20, + ACTIONS(4177), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170077,27 +196259,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [137000] = 3, + [163920] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7207), 3, + ACTIONS(8161), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7205), 20, + ACTIONS(8159), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170114,18 +196299,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [137031] = 3, + [163953] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7203), 3, + ACTIONS(8161), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7201), 20, + ACTIONS(8159), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170142,17 +196329,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [137062] = 3, + [163986] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8251), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4967), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [164045] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7185), 2, + ACTIONS(7902), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(7187), 21, + ACTIONS(7900), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170171,17 +196403,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [137093] = 3, + [164078] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7195), 3, + ACTIONS(7942), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7193), 20, + ACTIONS(7944), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170189,27 +196422,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + [164111] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, anon_sym_BQUOTE, - [137124] = 3, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8253), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4694), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [164170] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7191), 3, + ACTIONS(8247), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7189), 20, + ACTIONS(8249), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170217,27 +196495,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [137155] = 3, + [164203] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7352), 3, + ACTIONS(4179), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7350), 20, + ACTIONS(4177), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170254,18 +196535,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [137186] = 3, + [164236] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7278), 3, + ACTIONS(7860), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7276), 20, + ACTIONS(7862), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170273,27 +196555,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - anon_sym_BQUOTE, - [137217] = 3, + [164269] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7215), 3, + ACTIONS(4179), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7213), 20, + ACTIONS(4177), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170310,18 +196595,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [137248] = 3, + [164302] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7356), 3, + ACTIONS(7870), 3, sym_file_descriptor, ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7354), 20, + ACTIONS(7868), 22, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170338,18 +196625,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [137279] = 3, + [164335] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8255), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4944), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [164394] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7332), 3, + ACTIONS(8101), 2, sym_file_descriptor, - ts_builtin_sym_end, aux_sym_heredoc_redirect_token1, - ACTIONS(7330), 20, + ACTIONS(8103), 23, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170357,149 +196688,201 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_RPAREN, + anon_sym_esac, anon_sym_PIPE, anon_sym_SEMI_SEMI, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + [164427] = 16, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7878), 1, + anon_sym_BANG2, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, anon_sym_BQUOTE, - [137310] = 3, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(7888), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(7890), 1, + sym_variable_name, + ACTIONS(8257), 1, + anon_sym_RBRACE3, + STATE(2303), 1, + sym_subscript, + STATE(4177), 1, + sym_command_substitution, + STATE(4178), 1, + aux_sym__expansion_body_repeat1, + STATE(4918), 1, + sym__expansion_body, + ACTIONS(7880), 2, + anon_sym_POUND2, + anon_sym_EQ2, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + ACTIONS(7872), 4, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_QMARK, + anon_sym_AT2, + ACTIONS(7874), 5, + anon_sym_BANG, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_0, + anon_sym__, + [164486] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7364), 3, - sym_file_descriptor, - ts_builtin_sym_end, + ACTIONS(1196), 4, + sym__concat, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(7362), 20, + ACTIONS(1194), 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_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, - [137341] = 3, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [164518] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7292), 2, + ACTIONS(7358), 1, + aux_sym_concatenation_token1, + ACTIONS(7360), 1, + sym__concat, + STATE(3282), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(7294), 21, - anon_sym_SEMI, + ACTIONS(1117), 18, 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, - [137372] = 3, + sym__special_character, + [164556] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7183), 3, - sym_file_descriptor, - ts_builtin_sym_end, + ACTIONS(1172), 4, + sym__concat, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(7181), 20, + ACTIONS(1170), 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_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, - [137403] = 3, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [164588] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7288), 2, - sym_file_descriptor, + ACTIONS(1148), 4, + sym__concat, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(7290), 21, + ACTIONS(1146), 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, - [137434] = 5, + 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, + [164620] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7366), 1, - sym__special_character, - STATE(2782), 1, - aux_sym__literal_repeat1, - ACTIONS(6864), 3, + ACTIONS(1109), 4, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(6862), 18, + ACTIONS(1107), 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, @@ -170512,45 +196895,53 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [137469] = 3, + [164652] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7284), 2, - sym_file_descriptor, + ACTIONS(7692), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7286), 21, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + ACTIONS(8259), 1, + sym_file_descriptor, + ACTIONS(7809), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3248), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7807), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_esac, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + ACTIONS(7690), 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, - [137500] = 6, + [164692] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7019), 1, + ACTIONS(7673), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7368), 1, + ACTIONS(8267), 1, sym_file_descriptor, - STATE(2902), 2, + ACTIONS(8264), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3248), 2, sym_file_redirect, aux_sym_redirected_statement_repeat2, - ACTIONS(7083), 8, + ACTIONS(8261), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -170559,7 +196950,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7017), 10, + ACTIONS(7665), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170570,106 +196961,224 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [137536] = 6, - ACTIONS(63), 1, + [164732] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7370), 1, - aux_sym_concatenation_token1, - ACTIONS(7372), 1, + ACTIONS(1144), 4, sym__concat, - STATE(2892), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 6, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1142), 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, - ACTIONS(1179), 13, + [164764] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1160), 4, + sym__concat, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1158), 20, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, + 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, - [137572] = 6, + sym_word, + [164796] = 18, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6611), 1, + anon_sym_DOLLAR, + ACTIONS(6617), 1, + aux_sym_number_token2, + ACTIONS(8272), 1, + anon_sym_LPAREN, + ACTIONS(8274), 1, + aux_sym__c_word_token1, + ACTIONS(8276), 1, + anon_sym_DQUOTE, + ACTIONS(8278), 1, + aux_sym_number_token1, + ACTIONS(8280), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8282), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8284), 1, + anon_sym_BQUOTE, + ACTIONS(8286), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2285), 1, + sym__c_binary_expression, + STATE(2329), 1, + sym__c_unary_expression, + STATE(2331), 1, + sym__c_postfix_expression, + STATE(4195), 1, + sym__c_expression, + STATE(4199), 1, + sym__c_variable_assignment, + ACTIONS(8270), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2324), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [164858] = 18, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6611), 1, + anon_sym_DOLLAR, + ACTIONS(6617), 1, + aux_sym_number_token2, + ACTIONS(8272), 1, + anon_sym_LPAREN, + ACTIONS(8274), 1, + aux_sym__c_word_token1, + ACTIONS(8276), 1, + anon_sym_DQUOTE, + ACTIONS(8278), 1, + aux_sym_number_token1, + ACTIONS(8280), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8282), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8284), 1, + anon_sym_BQUOTE, + ACTIONS(8286), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2285), 1, + sym__c_binary_expression, + STATE(2329), 1, + sym__c_unary_expression, + STATE(2331), 1, + sym__c_postfix_expression, + STATE(4199), 1, + sym__c_variable_assignment, + STATE(4203), 1, + sym__c_expression, + ACTIONS(8270), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2324), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [164920] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7328), 1, - sym_file_descriptor, - STATE(2867), 1, - sym_file_redirect, - ACTIONS(7175), 2, - ts_builtin_sym_end, + ACTIONS(1164), 4, + sym__concat, + sym_test_operator, + sym__brace_start, 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, + ACTIONS(1162), 20, + anon_sym_LPAREN_LPAREN, 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, + 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, + [164952] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6736), 1, + ACTIONS(1180), 4, sym__concat, - STATE(2937), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1169), 3, - sym_file_descriptor, - sym_variable_name, + sym_test_operator, + sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 16, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, + ACTIONS(1178), 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, - [137644] = 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, + [164984] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7157), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7308), 1, + ACTIONS(8125), 1, sym_file_descriptor, - STATE(2833), 1, + STATE(3074), 1, sym_file_redirect, - ACTIONS(6928), 8, + ACTIONS(7753), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7817), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(7751), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -170678,7 +197187,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7155), 11, + ACTIONS(7815), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170689,17 +197198,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, + [165024] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1192), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1190), 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, - [137680] = 6, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [165056] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7121), 1, + ACTIONS(7817), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7308), 1, + ACTIONS(8193), 1, sym_file_descriptor, - STATE(2855), 1, + STATE(3074), 1, sym_file_redirect, - ACTIONS(6928), 8, + ACTIONS(7721), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7719), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -170708,7 +197248,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(7815), 11, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170720,39 +197260,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [137716] = 16, - ACTIONS(63), 1, + [165096] = 18, + ACTIONS(67), 1, sym_comment, - ACTIONS(7093), 1, + ACTIONS(8290), 1, anon_sym_LPAREN, - ACTIONS(7097), 1, + ACTIONS(8292), 1, + aux_sym__c_word_token1, + ACTIONS(8294), 1, anon_sym_DOLLAR, - ACTIONS(7099), 1, + ACTIONS(8296), 1, anon_sym_DQUOTE, - ACTIONS(7101), 1, + ACTIONS(8298), 1, aux_sym_number_token1, - ACTIONS(7103), 1, + ACTIONS(8300), 1, aux_sym_number_token2, - ACTIONS(7105), 1, + ACTIONS(8302), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7107), 1, + ACTIONS(8304), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7109), 1, + ACTIONS(8306), 1, anon_sym_BQUOTE, - ACTIONS(7111), 1, + ACTIONS(8308), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7374), 1, - aux_sym__c_word_token1, - STATE(1984), 1, + STATE(2398), 1, sym__c_unary_expression, - STATE(1988), 1, + STATE(2399), 1, sym__c_binary_expression, - STATE(1989), 1, + STATE(2401), 1, sym__c_postfix_expression, - ACTIONS(7091), 2, + STATE(4275), 1, + sym__c_expression, + STATE(4483), 1, + sym__c_variable_assignment, + ACTIONS(8288), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(2037), 7, + STATE(2394), 7, sym__c_expression_not_assignment, sym__c_parenthesized_expression, sym_string, @@ -170760,16 +197304,19 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [137772] = 6, + [165158] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7175), 1, + ACTIONS(7856), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7252), 1, + ACTIONS(8087), 1, sym_file_descriptor, - STATE(2867), 1, + STATE(3140), 1, sym_file_redirect, - ACTIONS(6938), 8, + ACTIONS(7778), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7776), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -170778,7 +197325,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(7854), 11, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170790,16 +197337,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [137808] = 6, + [165198] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7121), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7252), 1, + ACTIONS(8125), 1, sym_file_descriptor, - STATE(2855), 1, + STATE(3163), 1, sym_file_redirect, - ACTIONS(6938), 8, + ACTIONS(7753), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7830), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(7751), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -170808,115 +197359,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7119), 11, + ACTIONS(7828), 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, - ACTIONS(63), 1, + [165238] = 3, + ACTIONS(3), 1, sym_comment, - STATE(2901), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7370), 2, + ACTIONS(1188), 4, sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1167), 6, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1169), 13, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1186), 20, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, + 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, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [137878] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(2901), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7370), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(6862), 6, - 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(6864), 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, - [137912] = 5, - ACTIONS(63), 1, + sym_word, + [165270] = 3, + ACTIONS(3), 1, sym_comment, - STATE(2880), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7370), 2, + ACTIONS(1208), 4, sym__concat, - aux_sym_concatenation_token1, - ACTIONS(6828), 6, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(6830), 13, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1206), 20, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, + 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, - [137946] = 6, + sym_word, + [165302] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7157), 1, + ACTIONS(7817), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7252), 1, + ACTIONS(8087), 1, sym_file_descriptor, - STATE(2833), 1, + STATE(3074), 1, sym_file_redirect, - ACTIONS(6938), 8, + ACTIONS(7778), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7776), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -170925,7 +197449,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7155), 11, + ACTIONS(7815), 11, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -170937,48 +197461,109 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [137982] = 5, - ACTIONS(63), 1, + [165342] = 18, + ACTIONS(67), 1, sym_comment, - STATE(2892), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7376), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1183), 6, + ACTIONS(8290), 1, + anon_sym_LPAREN, + ACTIONS(8292), 1, + aux_sym__c_word_token1, + ACTIONS(8294), 1, anon_sym_DOLLAR, + ACTIONS(8296), 1, + anon_sym_DQUOTE, + ACTIONS(8298), 1, aux_sym_number_token1, + ACTIONS(8300), 1, aux_sym_number_token2, + ACTIONS(8302), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8304), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(8306), 1, 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, + ACTIONS(8308), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2398), 1, + sym__c_unary_expression, + STATE(2399), 1, + sym__c_binary_expression, + STATE(2401), 1, + sym__c_postfix_expression, + STATE(4393), 1, + sym__c_expression, + STATE(4483), 1, + sym__c_variable_assignment, + ACTIONS(8288), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2394), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [165404] = 18, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8290), 1, + anon_sym_LPAREN, + ACTIONS(8292), 1, + aux_sym__c_word_token1, + ACTIONS(8294), 1, + anon_sym_DOLLAR, + ACTIONS(8296), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(8298), 1, + aux_sym_number_token1, + ACTIONS(8300), 1, + aux_sym_number_token2, + ACTIONS(8302), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(8304), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8306), 1, + anon_sym_BQUOTE, + ACTIONS(8308), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [138016] = 3, + STATE(2398), 1, + sym__c_unary_expression, + STATE(2399), 1, + sym__c_binary_expression, + STATE(2401), 1, + sym__c_postfix_expression, + STATE(4483), 1, + sym__c_variable_assignment, + STATE(4486), 1, + sym__c_expression, + ACTIONS(8288), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2394), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [165466] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 3, + ACTIONS(1204), 4, + sym__concat, sym_test_operator, sym__brace_start, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 19, + ACTIONS(1202), 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, @@ -170993,17 +197578,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, sym_word, - [138046] = 6, + [165498] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7328), 1, + ACTIONS(7830), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8193), 1, sym_file_descriptor, - STATE(2833), 1, + STATE(3163), 1, sym_file_redirect, - ACTIONS(7157), 2, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7011), 8, + ACTIONS(7721), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7719), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -171012,7 +197599,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(7828), 11, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -171023,16 +197610,20 @@ 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, + [165538] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7175), 1, + ACTIONS(7856), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7308), 1, + ACTIONS(8193), 1, sym_file_descriptor, - STATE(2867), 1, + STATE(3140), 1, sym_file_redirect, - ACTIONS(6928), 8, + ACTIONS(7721), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7719), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -171041,7 +197632,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(7854), 11, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -171053,79 +197644,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_LT, anon_sym_AMP, anon_sym_BQUOTE, - [138118] = 16, - ACTIONS(63), 1, + [165578] = 18, + ACTIONS(67), 1, sym_comment, - ACTIONS(7093), 1, + ACTIONS(7975), 1, anon_sym_LPAREN, - ACTIONS(7097), 1, + ACTIONS(7977), 1, + aux_sym__c_word_token1, + ACTIONS(7979), 1, anon_sym_DOLLAR, - ACTIONS(7099), 1, + ACTIONS(7981), 1, anon_sym_DQUOTE, - ACTIONS(7101), 1, + ACTIONS(7983), 1, aux_sym_number_token1, - ACTIONS(7103), 1, + ACTIONS(7985), 1, aux_sym_number_token2, - ACTIONS(7105), 1, + ACTIONS(7987), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7107), 1, + ACTIONS(7989), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7109), 1, + ACTIONS(7991), 1, anon_sym_BQUOTE, - ACTIONS(7111), 1, + ACTIONS(7993), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7379), 1, - aux_sym__c_word_token1, - STATE(1984), 1, + STATE(2442), 1, sym__c_unary_expression, - STATE(1988), 1, - sym__c_binary_expression, - STATE(1989), 1, + STATE(2453), 1, sym__c_postfix_expression, - ACTIONS(7091), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(1992), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [138174] = 16, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5432), 1, - anon_sym_DOLLAR, - ACTIONS(5438), 1, - aux_sym_number_token2, - ACTIONS(7137), 1, - anon_sym_LPAREN, - ACTIONS(7141), 1, - 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, - ACTIONS(7381), 1, - aux_sym__c_word_token1, - STATE(1924), 1, + STATE(2457), 1, sym__c_binary_expression, - STATE(1925), 1, - sym__c_postfix_expression, - STATE(1968), 1, - sym__c_unary_expression, - ACTIONS(7135), 2, + STATE(4447), 1, + sym__c_expression, + STATE(4470), 1, + sym__c_variable_assignment, + ACTIONS(7973), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1972), 7, + STATE(2381), 7, sym__c_expression_not_assignment, sym__c_parenthesized_expression, sym_string, @@ -171133,119 +197688,72 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [138230] = 16, - ACTIONS(63), 1, + [165640] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(6840), 1, - anon_sym_LPAREN, - ACTIONS(6844), 1, + ACTIONS(1168), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1166), 20, + anon_sym_LPAREN_LPAREN, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + anon_sym_DOLLAR_LPAREN_LPAREN, + aux_sym_concatenation_token1, anon_sym_DOLLAR, - ACTIONS(6846), 1, + sym__special_character, anon_sym_DQUOTE, - ACTIONS(6848), 1, + sym_raw_string, + sym_ansi_c_string, aux_sym_number_token1, - ACTIONS(6850), 1, aux_sym_number_token2, - ACTIONS(6852), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(6854), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, anon_sym_BQUOTE, - ACTIONS(6858), 1, anon_sym_DOLLAR_BQUOTE, - 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, - ACTIONS(63), 1, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + sym_word, + [165672] = 18, + ACTIONS(67), 1, sym_comment, - ACTIONS(6840), 1, + ACTIONS(7975), 1, anon_sym_LPAREN, - ACTIONS(6844), 1, - anon_sym_DOLLAR, - ACTIONS(6846), 1, - anon_sym_DQUOTE, - ACTIONS(6848), 1, - aux_sym_number_token1, - ACTIONS(6850), 1, - aux_sym_number_token2, - ACTIONS(6852), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(6854), 1, - anon_sym_DOLLAR_LPAREN, - ACTIONS(6856), 1, - anon_sym_BQUOTE, - ACTIONS(6858), 1, - anon_sym_DOLLAR_BQUOTE, - ACTIONS(7385), 1, + ACTIONS(7977), 1, aux_sym__c_word_token1, - STATE(1980), 1, - sym__c_postfix_expression, - STATE(1986), 1, - sym__c_binary_expression, - STATE(1996), 1, - sym__c_unary_expression, - ACTIONS(6838), 2, - anon_sym_PLUS_PLUS, - anon_sym_DASH_DASH, - STATE(2023), 7, - sym__c_expression_not_assignment, - sym__c_parenthesized_expression, - sym_string, - sym_number, - sym_simple_expansion, - sym_expansion, - sym_command_substitution, - [138342] = 16, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5432), 1, + ACTIONS(7979), 1, anon_sym_DOLLAR, - ACTIONS(5438), 1, - aux_sym_number_token2, - ACTIONS(7137), 1, - anon_sym_LPAREN, - ACTIONS(7141), 1, + ACTIONS(7981), 1, anon_sym_DQUOTE, - ACTIONS(7143), 1, + ACTIONS(7983), 1, aux_sym_number_token1, - ACTIONS(7145), 1, + ACTIONS(7985), 1, + aux_sym_number_token2, + ACTIONS(7987), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7147), 1, + ACTIONS(7989), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7149), 1, + ACTIONS(7991), 1, anon_sym_BQUOTE, - ACTIONS(7151), 1, + ACTIONS(7993), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7387), 1, - aux_sym__c_word_token1, - STATE(1924), 1, - sym__c_binary_expression, - STATE(1925), 1, - sym__c_postfix_expression, - STATE(1968), 1, + STATE(2442), 1, sym__c_unary_expression, - ACTIONS(7135), 2, + STATE(2453), 1, + sym__c_postfix_expression, + STATE(2457), 1, + sym__c_binary_expression, + STATE(4446), 1, + sym__c_expression, + STATE(4470), 1, + sym__c_variable_assignment, + ACTIONS(7973), 2, anon_sym_PLUS_PLUS, anon_sym_DASH_DASH, - STATE(1967), 7, + STATE(2381), 7, sym__c_expression_not_assignment, sym__c_parenthesized_expression, sym_string, @@ -171253,47 +197761,49 @@ static const uint16_t ts_small_parse_table[] = { sym_simple_expansion, sym_expansion, sym_command_substitution, - [138398] = 6, - ACTIONS(63), 1, + [165734] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7370), 1, - aux_sym_concatenation_token1, - ACTIONS(7389), 1, + ACTIONS(1176), 4, 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, + aux_sym_heredoc_redirect_token1, + ACTIONS(1174), 20, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, + 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, - [138434] = 6, + sym_word, + [165766] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7006), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7394), 1, + ACTIONS(8125), 1, sym_file_descriptor, - STATE(2902), 2, + STATE(3140), 1, sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7391), 8, + ACTIONS(7753), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7856), 2, + ts_builtin_sym_end, + aux_sym_heredoc_redirect_token1, + ACTIONS(7751), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -171302,7 +197812,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(7854), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -171313,17 +197823,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [138470] = 6, + [165806] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7328), 1, + ACTIONS(7830), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8087), 1, sym_file_descriptor, - STATE(2855), 1, + STATE(3163), 1, sym_file_redirect, - ACTIONS(7121), 2, - ts_builtin_sym_end, - aux_sym_heredoc_redirect_token1, - ACTIONS(7011), 8, + ACTIONS(7778), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7776), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -171332,116 +197844,365 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7119), 10, + ACTIONS(7828), 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, - [138506] = 3, - ACTIONS(63), 1, + [165846] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1255), 6, + ACTIONS(1184), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1182), 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, - ACTIONS(1257), 15, + [165878] = 18, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8290), 1, + anon_sym_LPAREN, + ACTIONS(8292), 1, + aux_sym__c_word_token1, + ACTIONS(8294), 1, + anon_sym_DOLLAR, + ACTIONS(8296), 1, + anon_sym_DQUOTE, + ACTIONS(8298), 1, + aux_sym_number_token1, + ACTIONS(8300), 1, + aux_sym_number_token2, + ACTIONS(8302), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8304), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8306), 1, + anon_sym_BQUOTE, + ACTIONS(8308), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2398), 1, + sym__c_unary_expression, + STATE(2399), 1, + sym__c_binary_expression, + STATE(2401), 1, + sym__c_postfix_expression, + STATE(4480), 1, + sym__c_expression, + STATE(4483), 1, + sym__c_variable_assignment, + ACTIONS(8288), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2394), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [165940] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1152), 4, sym__concat, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1150), 20, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, + 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, - [138535] = 4, - ACTIONS(63), 1, + sym_word, + [165972] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7401), 1, - anon_sym_esac, - ACTIONS(7397), 6, - anon_sym_LPAREN, + ACTIONS(1156), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1154), 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, + [166004] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1152), 4, + sym__concat, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1150), 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, - ACTIONS(7399), 14, + [166036] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1200), 4, + sym__concat, sym_test_operator, - sym_extglob_pattern, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1198), 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, - [138566] = 10, - ACTIONS(63), 1, + sym_word, + [166068] = 18, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8290), 1, + anon_sym_LPAREN, + ACTIONS(8292), 1, + aux_sym__c_word_token1, + ACTIONS(8294), 1, + anon_sym_DOLLAR, + ACTIONS(8296), 1, + anon_sym_DQUOTE, + ACTIONS(8298), 1, + aux_sym_number_token1, + ACTIONS(8300), 1, + aux_sym_number_token2, + ACTIONS(8302), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8304), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8306), 1, + anon_sym_BQUOTE, + ACTIONS(8308), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(2398), 1, + sym__c_unary_expression, + STATE(2399), 1, + sym__c_binary_expression, + STATE(2401), 1, + sym__c_postfix_expression, + STATE(4385), 1, + sym__c_expression, + STATE(4483), 1, + sym__c_variable_assignment, + ACTIONS(8288), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2394), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [166130] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(6683), 1, + ACTIONS(7358), 1, + aux_sym_concatenation_token1, + ACTIONS(8310), 1, + sym__concat, + STATE(2583), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1101), 17, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_LT, + anon_sym_GT, anon_sym_PIPE, - ACTIONS(7403), 1, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [166167] = 13, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4081), 1, anon_sym_LT_LT, - ACTIONS(7412), 1, + ACTIONS(4083), 1, + anon_sym_PIPE, + ACTIONS(4085), 1, + anon_sym_PIPE_AMP, + ACTIONS(4087), 1, anon_sym_LT_LT_DASH, - ACTIONS(7415), 1, + ACTIONS(4089), 1, anon_sym_LT_LT_LT, - ACTIONS(7418), 1, + ACTIONS(5169), 1, + anon_sym_RBRACK, + ACTIONS(8318), 1, sym_file_descriptor, - ACTIONS(7409), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(6691), 4, + ACTIONS(4079), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, - STATE(2906), 4, + ACTIONS(8316), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8312), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + STATE(3287), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(7406), 5, + ACTIONS(8314), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [166218] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7358), 1, + aux_sym_concatenation_token1, + ACTIONS(7360), 1, + sym__concat, + STATE(3291), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3427), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(3425), 17, + anon_sym_AMP_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, - [138609] = 6, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [166255] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6922), 1, + ACTIONS(7358), 1, aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(7360), 1, sym__concat, - STATE(2970), 1, + STATE(3282), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 2, + ACTIONS(3465), 3, sym_file_descriptor, + sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 16, + ACTIONS(3463), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -171455,19 +198216,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - sym__special_character, - [138644] = 6, + [166292] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7157), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7368), 1, + ACTIONS(3039), 2, sym_file_descriptor, - STATE(2833), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3938), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3297), 4, sym_file_redirect, - ACTIONS(7083), 8, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3037), 15, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -171476,170 +198246,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7155), 10, - anon_sym_SEMI, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_PIPE, - anon_sym_SEMI_SEMI, - anon_sym_PIPE_AMP, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, - [138679] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7425), 1, - anon_sym_esac, - ACTIONS(7421), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7423), 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, - [138710] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7431), 1, - anon_sym_esac, - ACTIONS(7427), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7429), 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, - [138741] = 8, - ACTIONS(3), 1, + [166327] = 11, + ACTIONS(67), 1, sym_comment, - ACTIONS(3251), 1, - anon_sym_LT_LT_LT, - ACTIONS(6705), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7435), 1, - sym_file_descriptor, - ACTIONS(2734), 2, + ACTIONS(4081), 1, anon_sym_LT_LT, + ACTIONS(4087), 1, anon_sym_LT_LT_DASH, - ACTIONS(6703), 4, + ACTIONS(4089), 1, + anon_sym_LT_LT_LT, + ACTIONS(6711), 1, + anon_sym_PIPE, + ACTIONS(8318), 1, + sym_file_descriptor, + ACTIONS(8316), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8312), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(6717), 4, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_PIPE, anon_sym_PIPE_AMP, - STATE(2953), 4, + anon_sym_RBRACK, + STATE(3301), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(7433), 8, - anon_sym_GT_GT, + ACTIONS(8314), 5, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [138780] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7431), 1, - anon_sym_esac, - ACTIONS(7427), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7429), 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, - [138811] = 4, - ACTIONS(63), 1, + [166374] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(7441), 1, - anon_sym_esac, - ACTIONS(7437), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7439), 14, - sym_test_operator, - sym_extglob_pattern, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3329), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8320), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1117), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1119), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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, - [138842] = 6, + [166409] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7443), 1, - sym_variable_name, - STATE(3971), 1, - sym_subscript, - ACTIONS(6730), 2, + ACTIONS(7680), 1, + aux_sym_concatenation_token1, + ACTIONS(7682), 1, + sym__concat, + STATE(3340), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - STATE(2940), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6728), 15, + ACTIONS(1117), 18, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -171653,155 +198342,63 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [138877] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7449), 1, - anon_sym_esac, - ACTIONS(7445), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7447), 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, - [138908] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7425), 1, - anon_sym_esac, - ACTIONS(7421), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7423), 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, - [138939] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7455), 1, - anon_sym_esac, - ACTIONS(7451), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7453), 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, - [138970] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7461), 1, - anon_sym_esac, - ACTIONS(7457), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7459), 14, - sym_test_operator, - sym_extglob_pattern, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [139001] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7401), 1, - anon_sym_esac, - ACTIONS(7397), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7399), 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, - [139032] = 4, - ACTIONS(3), 1, + [166446] = 13, + ACTIONS(67), 1, sym_comment, - ACTIONS(2662), 2, + ACTIONS(4081), 1, + anon_sym_LT_LT, + ACTIONS(4083), 1, + anon_sym_PIPE, + ACTIONS(4085), 1, + anon_sym_PIPE_AMP, + ACTIONS(4087), 1, + anon_sym_LT_LT_DASH, + ACTIONS(4089), 1, + anon_sym_LT_LT_LT, + ACTIONS(5171), 1, + anon_sym_RBRACK, + ACTIONS(8318), 1, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - STATE(2911), 4, + ACTIONS(4079), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(8316), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8312), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + STATE(3287), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(2660), 15, + ACTIONS(8314), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [166497] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7358), 1, + aux_sym_concatenation_token1, + ACTIONS(8322), 1, + sym__concat, + STATE(2583), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 3, + sym_file_descriptor, + sym_variable_name, + aux_sym_heredoc_redirect_token1, + ACTIONS(1121), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -171815,67 +198412,201 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [139063] = 12, - ACTIONS(63), 1, + [166534] = 10, + ACTIONS(3), 1, sym_comment, - ACTIONS(141), 1, - anon_sym_RBRACK, - ACTIONS(3312), 1, + ACTIONS(3940), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(3942), 1, + anon_sym_LT_LT_LT, + ACTIONS(8328), 1, + sym_file_descriptor, + ACTIONS(3168), 2, anon_sym_LT_LT, - ACTIONS(3314), 1, + anon_sym_LT_LT_DASH, + ACTIONS(3936), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(3938), 2, anon_sym_PIPE, - ACTIONS(3316), 1, anon_sym_PIPE_AMP, - ACTIONS(3318), 1, - anon_sym_LT_LT_DASH, - ACTIONS(3320), 1, + ACTIONS(8326), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3297), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8324), 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, + [166579] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3942), 1, anon_sym_LT_LT_LT, - ACTIONS(7467), 1, + ACTIONS(3955), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8328), 1, sym_file_descriptor, - ACTIONS(3310), 2, + ACTIONS(3168), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(3936), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(7465), 3, + ACTIONS(3938), 2, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(8326), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3297), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8324), 8, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - STATE(2942), 4, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [166624] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(6804), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8336), 1, + anon_sym_LT_LT_LT, + ACTIONS(8339), 1, + sym_file_descriptor, + ACTIONS(7702), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(8333), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(6793), 4, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3294), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(7463), 5, + ACTIONS(8330), 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, - [139110] = 9, + [166667] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(3249), 1, + ACTIONS(3047), 2, + sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(3251), 1, + STATE(3297), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(3045), 17, + anon_sym_AMP_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - ACTIONS(7435), 1, + [166700] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7830), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8259), 1, sym_file_descriptor, - ACTIONS(2734), 2, + STATE(3163), 1, + sym_file_redirect, + ACTIONS(7809), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7807), 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(7828), 10, + anon_sym_SEMI, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(3211), 2, anon_sym_PIPE, + anon_sym_SEMI_SEMI, anon_sym_PIPE_AMP, - ACTIONS(3247), 2, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + anon_sym_AMP, + [166739] = 9, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3942), 1, + anon_sym_LT_LT_LT, + ACTIONS(6717), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8328), 1, + sym_file_descriptor, + ACTIONS(3168), 2, + anon_sym_LT_LT, + anon_sym_LT_LT_DASH, + ACTIONS(8326), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(6711), 4, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - STATE(2911), 4, + anon_sym_PIPE, + anon_sym_PIPE_AMP, + STATE(3294), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(7433), 8, + ACTIONS(8324), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -171884,179 +198615,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [139151] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7473), 1, - anon_sym_esac, - ACTIONS(7469), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7471), 14, - sym_test_operator, - sym_extglob_pattern, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [139182] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1201), 6, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1203), 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, - [139211] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 6, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1207), 15, - sym__concat, - 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, - [139240] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1259), 6, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1261), 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, - [139269] = 3, - ACTIONS(63), 1, - sym_comment, - 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), 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, - [139298] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1231), 6, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1233), 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, - [139327] = 5, - ACTIONS(63), 1, + [166782] = 5, + ACTIONS(67), 1, sym_comment, - STATE(2998), 1, + STATE(3314), 1, aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, + ACTIONS(8342), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1167), 6, + ACTIONS(1117), 8, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, sym__special_character, - ACTIONS(1169), 12, + ACTIONS(1119), 12, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -172064,182 +198640,222 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [139360] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 6, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1207), 15, - sym__concat, - 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, - [139389] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7481), 1, - anon_sym_esac, - ACTIONS(7477), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7479), 14, - sym_test_operator, - sym_extglob_pattern, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [139420] = 6, + [166817] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7121), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7368), 1, + ACTIONS(8344), 1, + sym_variable_name, + STATE(4508), 1, + sym_subscript, + ACTIONS(6528), 2, sym_file_descriptor, - STATE(2855), 1, - sym_file_redirect, - ACTIONS(7083), 8, + aux_sym_heredoc_redirect_token1, + STATE(3299), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6526), 17, + anon_sym_AMP_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_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [166854] = 13, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4081), 1, + anon_sym_LT_LT, + ACTIONS(4083), 1, + anon_sym_PIPE, + ACTIONS(4085), 1, + anon_sym_PIPE_AMP, + ACTIONS(4087), 1, + anon_sym_LT_LT_DASH, + ACTIONS(4089), 1, + anon_sym_LT_LT_LT, + ACTIONS(5141), 1, + anon_sym_RBRACK, + ACTIONS(8318), 1, + sym_file_descriptor, + ACTIONS(4079), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(8316), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8312), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + STATE(3287), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8314), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [166905] = 11, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6793), 1, + anon_sym_PIPE, + ACTIONS(8347), 1, + anon_sym_LT_LT, + ACTIONS(8359), 1, + anon_sym_LT_LT_DASH, + ACTIONS(8362), 1, + anon_sym_LT_LT_LT, + ACTIONS(8365), 1, + sym_file_descriptor, + ACTIONS(8356), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8350), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(6804), 4, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, + STATE(3301), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8353), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [166952] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8368), 1, + sym_variable_name, + STATE(4508), 1, + sym_subscript, + ACTIONS(6751), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + STATE(3299), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6749), 17, anon_sym_AMP_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - anon_sym_AMP, - [139455] = 3, - ACTIONS(63), 1, + [166989] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(1223), 6, - 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, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, + ACTIONS(8370), 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, - [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, + STATE(3306), 1, + aux_sym__literal_repeat1, + ACTIONS(3900), 3, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(3898), 18, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, + anon_sym_DOLLAR, 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, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7487), 1, - anon_sym_esac, - ACTIONS(7483), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7485), 14, - sym_test_operator, - sym_extglob_pattern, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139544] = 6, + sym_word, + [167024] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7817), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8259), 1, + sym_file_descriptor, + STATE(3074), 1, + sym_file_redirect, + ACTIONS(7809), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7807), 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(7815), 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, + [167063] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(7175), 1, + ACTIONS(7856), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(7368), 1, + ACTIONS(8259), 1, sym_file_descriptor, - STATE(2867), 1, + STATE(3140), 1, sym_file_redirect, - ACTIONS(7083), 8, + ACTIONS(7809), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7807), 8, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -172248,7 +198864,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7173), 10, + ACTIONS(7854), 10, anon_sym_SEMI, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -172259,20 +198875,49 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, anon_sym_AMP, - [139579] = 6, + [167102] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8372), 1, + sym__special_character, + STATE(3306), 1, + aux_sym__literal_repeat1, + ACTIONS(1214), 3, + sym_test_operator, + sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1212), 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, + [167137] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(7680), 1, aux_sym_concatenation_token1, - ACTIONS(7489), 1, + ACTIONS(7682), 1, sym__concat, - STATE(2432), 1, + STATE(3337), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 3, + ACTIONS(3676), 2, sym_file_descriptor, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1171), 15, + ACTIONS(3674), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -172286,285 +198931,562 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [139614] = 4, - ACTIONS(63), 1, + [167173] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(7495), 1, - anon_sym_esac, - ACTIONS(7491), 6, - anon_sym_LPAREN, + ACTIONS(8375), 1, + aux_sym_concatenation_token1, + ACTIONS(8377), 1, + sym__concat, + STATE(3344), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1101), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(7493), 14, + ACTIONS(1103), 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, anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139645] = 3, - ACTIONS(63), 1, + [167209] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1263), 6, - 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(1119), 3, sym_test_operator, sym__brace_start, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 19, anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, + 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, - [139674] = 6, - ACTIONS(3), 1, + sym_word, + [167239] = 11, + ACTIONS(67), 1, sym_comment, - ACTIONS(7497), 1, - sym_variable_name, - STATE(3971), 1, - sym_subscript, - ACTIONS(6723), 2, + ACTIONS(6793), 1, + anon_sym_PIPE, + ACTIONS(8379), 1, + anon_sym_LT_LT, + ACTIONS(8391), 1, + anon_sym_LT_LT_DASH, + ACTIONS(8394), 1, + anon_sym_LT_LT_LT, + ACTIONS(8397), 1, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - STATE(2940), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6721), 15, + ACTIONS(8388), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(6804), 3, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, + anon_sym_PIPE_AMP, + ACTIONS(8382), 3, anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + STATE(3310), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8385), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [167285] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(3311), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8400), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1107), 7, + anon_sym_LT_LT, 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, + ACTIONS(1109), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [139709] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7504), 1, - anon_sym_esac, - ACTIONS(7500), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7502), 14, - sym_test_operator, - sym_extglob_pattern, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [139740] = 10, - ACTIONS(63), 1, + [167319] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(3312), 1, + STATE(3312), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8403), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1107), 7, anon_sym_LT_LT, - ACTIONS(3318), 1, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1109), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, - ACTIONS(3320), 1, anon_sym_LT_LT_LT, - ACTIONS(6703), 1, + [167353] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8342), 1, + aux_sym_concatenation_token1, + ACTIONS(8406), 1, + sym__concat, + STATE(3312), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, anon_sym_PIPE, - ACTIONS(7467), 1, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1123), 12, sym_file_descriptor, - ACTIONS(7465), 3, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [167389] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8342), 1, + aux_sym_concatenation_token1, + ACTIONS(8408), 1, + sym__concat, + STATE(3312), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1101), 7, + anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6705), 4, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1103), 12, + sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_GT_GT, anon_sym_PIPE_AMP, anon_sym_RBRACK, - STATE(2906), 4, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [167425] = 4, + ACTIONS(67), 1, + sym_comment, + STATE(3318), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(7463), 5, + ACTIONS(3045), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(3047), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [167457] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8410), 1, + sym_variable_name, + STATE(4515), 1, + sym_subscript, + STATE(3323), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6749), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(6751), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [167493] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7680), 1, + aux_sym_concatenation_token1, + ACTIONS(7682), 1, + sym__concat, + STATE(3337), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3695), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3693), 17, + anon_sym_AMP_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, - [139783] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [167529] = 11, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6711), 1, + anon_sym_PIPE, + ACTIONS(8412), 1, + anon_sym_LT_LT, + ACTIONS(8420), 1, + anon_sym_LT_LT_DASH, + ACTIONS(8422), 1, + anon_sym_LT_LT_LT, + ACTIONS(8424), 1, + sym_file_descriptor, + ACTIONS(8418), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(6717), 3, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_AMP, + ACTIONS(8414), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + STATE(3310), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8416), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [167575] = 16, + ACTIONS(67), 1, sym_comment, - ACTIONS(1247), 6, + ACTIONS(7975), 1, + anon_sym_LPAREN, + ACTIONS(7979), 1, anon_sym_DOLLAR, + ACTIONS(7981), 1, + anon_sym_DQUOTE, + ACTIONS(7983), 1, aux_sym_number_token1, + ACTIONS(7985), 1, aux_sym_number_token2, + ACTIONS(7987), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7989), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(7991), 1, anon_sym_BQUOTE, - sym_word, - ACTIONS(1249), 15, + ACTIONS(7993), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8426), 1, + aux_sym__c_word_token1, + STATE(2442), 1, + sym__c_unary_expression, + STATE(2453), 1, + sym__c_postfix_expression, + STATE(2457), 1, + sym__c_binary_expression, + ACTIONS(7973), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2403), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [167631] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(3313), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8342), 2, 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, - ACTIONS(63), 1, + ACTIONS(3674), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(3676), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [167665] = 16, + ACTIONS(67), 1, sym_comment, - ACTIONS(7510), 1, - anon_sym_esac, - ACTIONS(7506), 6, - anon_sym_LPAREN, + ACTIONS(6611), 1, anon_sym_DOLLAR, - aux_sym_number_token1, + ACTIONS(6617), 1, 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(8272), 1, + anon_sym_LPAREN, + ACTIONS(8276), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(8278), 1, + aux_sym_number_token1, + ACTIONS(8280), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(8282), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8284), 1, anon_sym_BQUOTE, + ACTIONS(8286), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [139843] = 6, - ACTIONS(3), 1, + ACTIONS(8428), 1, + aux_sym__c_word_token1, + STATE(2285), 1, + sym__c_binary_expression, + STATE(2329), 1, + sym__c_unary_expression, + STATE(2331), 1, + sym__c_postfix_expression, + ACTIONS(8270), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2300), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [167721] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(6734), 1, - aux_sym_concatenation_token1, - ACTIONS(6736), 1, - sym__concat, - STATE(2937), 1, + STATE(3314), 1, aux_sym_concatenation_repeat1, - ACTIONS(2969), 3, - sym_file_descriptor, - sym_variable_name, - aux_sym_heredoc_redirect_token1, - ACTIONS(2967), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(8342), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3678), 7, 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, + ACTIONS(3680), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [139878] = 12, - ACTIONS(63), 1, + [167755] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(129), 1, - anon_sym_RBRACK, - ACTIONS(3312), 1, + ACTIONS(8430), 1, + sym_variable_name, + STATE(4515), 1, + sym_subscript, + STATE(3323), 2, + sym_variable_assignment, + aux_sym_variable_assignments_repeat1, + ACTIONS(6526), 7, anon_sym_LT_LT, - ACTIONS(3314), 1, + anon_sym_LT, + anon_sym_GT, anon_sym_PIPE, - ACTIONS(3316), 1, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(6528), 11, + sym_file_descriptor, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, anon_sym_PIPE_AMP, - ACTIONS(3318), 1, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, - ACTIONS(3320), 1, anon_sym_LT_LT_LT, - ACTIONS(7467), 1, + [167791] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7680), 1, + aux_sym_concatenation_token1, + ACTIONS(7682), 1, + sym__concat, + STATE(3340), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3680), 2, sym_file_descriptor, - ACTIONS(3310), 2, + aux_sym_heredoc_redirect_token1, + ACTIONS(3678), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - ACTIONS(7465), 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(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, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [167827] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(1267), 6, + STATE(3335), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8375), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3904), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1269), 15, - sym__concat, + ACTIONS(3906), 13, 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, @@ -172573,24 +199495,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139954] = 3, - ACTIONS(63), 1, + [167861] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(1215), 6, + STATE(3308), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8375), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1117), 6, 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(1119), 13, 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, @@ -172599,77 +199524,306 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [139983] = 3, - ACTIONS(63), 1, + [167895] = 16, + ACTIONS(67), 1, sym_comment, - ACTIONS(1211), 6, + ACTIONS(8290), 1, + anon_sym_LPAREN, + ACTIONS(8294), 1, anon_sym_DOLLAR, + ACTIONS(8296), 1, + anon_sym_DQUOTE, + ACTIONS(8298), 1, aux_sym_number_token1, + ACTIONS(8300), 1, aux_sym_number_token2, + ACTIONS(8302), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8304), 1, anon_sym_DOLLAR_LPAREN, + ACTIONS(8306), 1, anon_sym_BQUOTE, - sym_word, - ACTIONS(1213), 15, + ACTIONS(8308), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8433), 1, + aux_sym__c_word_token1, + STATE(2398), 1, + sym__c_unary_expression, + STATE(2399), 1, + sym__c_binary_expression, + STATE(2401), 1, + sym__c_postfix_expression, + ACTIONS(8288), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2452), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [167951] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(3330), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8320), 2, 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, + ACTIONS(3425), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(3427), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [167985] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8320), 1, + aux_sym_concatenation_token1, + ACTIONS(8435), 1, + sym__concat, + STATE(3311), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1101), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1103), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [168021] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8320), 1, + aux_sym_concatenation_token1, + ACTIONS(8437), 1, + sym__concat, + STATE(3311), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1123), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [168057] = 16, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8290), 1, + anon_sym_LPAREN, + ACTIONS(8294), 1, + anon_sym_DOLLAR, + ACTIONS(8296), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(8298), 1, + aux_sym_number_token1, + ACTIONS(8300), 1, + aux_sym_number_token2, + ACTIONS(8302), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(8304), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8306), 1, + anon_sym_BQUOTE, + ACTIONS(8308), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [140012] = 4, - ACTIONS(63), 1, + ACTIONS(8439), 1, + aux_sym__c_word_token1, + STATE(2398), 1, + sym__c_unary_expression, + STATE(2399), 1, + sym__c_binary_expression, + STATE(2401), 1, + sym__c_postfix_expression, + ACTIONS(8288), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2377), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [168113] = 16, + ACTIONS(67), 1, sym_comment, - ACTIONS(7449), 1, - anon_sym_esac, - ACTIONS(7445), 6, - anon_sym_LPAREN, + ACTIONS(6611), 1, anon_sym_DOLLAR, - aux_sym_number_token1, + ACTIONS(6617), 1, aux_sym_number_token2, + ACTIONS(8272), 1, + anon_sym_LPAREN, + ACTIONS(8276), 1, + anon_sym_DQUOTE, + ACTIONS(8278), 1, + aux_sym_number_token1, + ACTIONS(8280), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8282), 1, anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7447), 14, - sym_test_operator, - sym_extglob_pattern, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - sym__special_character, + ACTIONS(8284), 1, + anon_sym_BQUOTE, + ACTIONS(8286), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8441), 1, + aux_sym__c_word_token1, + STATE(2285), 1, + sym__c_binary_expression, + STATE(2329), 1, + sym__c_unary_expression, + STATE(2331), 1, + sym__c_postfix_expression, + ACTIONS(8270), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2318), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [168169] = 16, + ACTIONS(67), 1, + sym_comment, + ACTIONS(7975), 1, + anon_sym_LPAREN, + ACTIONS(7979), 1, + anon_sym_DOLLAR, + ACTIONS(7981), 1, anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, + ACTIONS(7983), 1, + aux_sym_number_token1, + ACTIONS(7985), 1, + aux_sym_number_token2, + ACTIONS(7987), 1, anon_sym_DOLLAR_LBRACE, + ACTIONS(7989), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7991), 1, anon_sym_BQUOTE, + ACTIONS(7993), 1, anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [140043] = 3, - ACTIONS(63), 1, + ACTIONS(8443), 1, + aux_sym__c_word_token1, + STATE(2442), 1, + sym__c_unary_expression, + STATE(2453), 1, + sym__c_postfix_expression, + STATE(2457), 1, + sym__c_binary_expression, + ACTIONS(7973), 2, + anon_sym_PLUS_PLUS, + anon_sym_DASH_DASH, + STATE(2450), 7, + sym__c_expression_not_assignment, + sym__c_parenthesized_expression, + sym_string, + sym_number, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [168225] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(3329), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8320), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3463), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(3465), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [168259] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(1251), 6, + ACTIONS(8375), 1, + aux_sym_concatenation_token1, + ACTIONS(8445), 1, + sym__concat, + STATE(3344), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1253), 15, - sym__concat, + ACTIONS(1123), 13, 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, @@ -172678,20 +199832,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140072] = 6, + [168295] = 12, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4081), 1, + anon_sym_LT_LT, + ACTIONS(4083), 1, + anon_sym_PIPE, + ACTIONS(4085), 1, + anon_sym_PIPE_AMP, + ACTIONS(4087), 1, + anon_sym_LT_LT_DASH, + ACTIONS(4089), 1, + anon_sym_LT_LT_LT, + ACTIONS(8318), 1, + sym_file_descriptor, + ACTIONS(4079), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(8316), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8312), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + STATE(3287), 4, + sym_file_redirect, + sym_heredoc_redirect, + sym_herestring_redirect, + aux_sym_redirected_statement_repeat1, + ACTIONS(8314), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [168343] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(7680), 1, aux_sym_concatenation_token1, - ACTIONS(6736), 1, + ACTIONS(8447), 1, sym__concat, - STATE(2956), 1, + STATE(2676), 1, aux_sym_concatenation_repeat1, - ACTIONS(2977), 3, + ACTIONS(1123), 2, sym_file_descriptor, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(2975), 15, + ACTIONS(1121), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -172705,114 +199894,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [140107] = 8, - ACTIONS(3), 1, + [168379] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(6691), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7515), 1, - anon_sym_LT_LT_LT, - ACTIONS(7518), 1, - sym_file_descriptor, - ACTIONS(6899), 2, + STATE(3314), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8342), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3660), 7, anon_sym_LT_LT, - anon_sym_LT_LT_DASH, - ACTIONS(6683), 4, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(3662), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [168413] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4083), 1, anon_sym_PIPE, + ACTIONS(4085), 1, anon_sym_PIPE_AMP, - STATE(2953), 4, + STATE(3318), 4, sym_file_redirect, sym_heredoc_redirect, sym_herestring_redirect, aux_sym_redirected_statement_repeat1, - ACTIONS(7512), 8, - anon_sym_GT_GT, + ACTIONS(3037), 6, + anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [140146] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1235), 6, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1237), 15, - sym__concat, - sym_test_operator, - sym__brace_start, - anon_sym_LPAREN_LPAREN, - anon_sym_RPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - aux_sym_concatenation_token1, - sym__special_character, - anon_sym_DQUOTE, - sym_raw_string, - sym_ansi_c_string, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [140175] = 12, - ACTIONS(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, + ACTIONS(3039), 10, 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, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [168449] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(6734), 1, + ACTIONS(7680), 1, aux_sym_concatenation_token1, - ACTIONS(7521), 1, + ACTIONS(8449), 1, sym__concat, - STATE(2432), 1, + STATE(2676), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 3, + ACTIONS(1103), 2, sym_file_descriptor, - sym_variable_name, aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 15, + ACTIONS(1101), 17, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_LT_LT, @@ -172826,81 +199983,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [140257] = 4, - ACTIONS(63), 1, + [168485] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(7527), 1, - anon_sym_esac, - ACTIONS(7523), 6, - anon_sym_LPAREN, + STATE(3313), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8342), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3693), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(3695), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [168519] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(3308), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8375), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3898), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(7525), 14, + ACTIONS(3900), 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, anon_sym_DOLLAR_LBRACE, - anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140288] = 5, + [168553] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(2590), 2, + ACTIONS(7680), 1, + aux_sym_concatenation_token1, + ACTIONS(7682), 1, + sym__concat, + STATE(3340), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3662), 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, + ACTIONS(3660), 17, anon_sym_AMP_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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [140321] = 3, - ACTIONS(63), 1, + [168589] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(1219), 6, + STATE(3344), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8451), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1107), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, sym_word, - ACTIONS(1221), 15, - sym__concat, + ACTIONS(1109), 13, 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, @@ -172909,45 +200104,105 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140350] = 3, - ACTIONS(63), 1, + [168623] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(1239), 6, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - sym_word, - ACTIONS(1241), 15, + STATE(3381), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8454), 2, 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(1117), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1119), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + 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_DOLLAR_BQUOTE, - anon_sym_LT_LPAREN, - anon_sym_GT_LPAREN, - [140379] = 4, - ACTIONS(63), 1, + [168657] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8465), 1, + sym_file_descriptor, + ACTIONS(7665), 2, + anon_sym_LT_LT, + anon_sym_PIPE, + ACTIONS(8462), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3346), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8456), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(8459), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7673), 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, + [168696] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1194), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1196), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [168725] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7510), 1, + ACTIONS(8472), 1, anon_sym_esac, - ACTIONS(7506), 6, + ACTIONS(8468), 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(8470), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -172962,19 +200217,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140410] = 4, - ACTIONS(63), 1, + [168756] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7533), 1, + ACTIONS(8478), 1, anon_sym_esac, - ACTIONS(7529), 6, + ACTIONS(8474), 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(8476), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -172989,73 +200244,175 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140441] = 4, - ACTIONS(63), 1, + [168787] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7461), 1, - anon_sym_esac, - ACTIONS(7457), 6, - anon_sym_LPAREN, + ACTIONS(1186), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1188), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [168816] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1152), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [168845] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1154), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1156), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [168874] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1152), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [168903] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1182), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(7459), 14, + ACTIONS(1184), 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, - [140472] = 4, - ACTIONS(63), 1, + [168932] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7539), 1, - anon_sym_esac, - ACTIONS(7535), 6, - anon_sym_LPAREN, + ACTIONS(1158), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(7537), 14, + ACTIONS(1160), 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, - [140503] = 4, - ACTIONS(63), 1, + [168961] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7527), 1, + ACTIONS(8484), 1, anon_sym_esac, - ACTIONS(7523), 6, + ACTIONS(8480), 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(8482), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173070,47 +200427,76 @@ 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, + [168992] = 5, + ACTIONS(67), 1, sym_comment, - STATE(3033), 1, + STATE(3381), 1, aux_sym_concatenation_repeat1, - ACTIONS(7541), 2, + ACTIONS(8454), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1167), 5, + ACTIONS(3660), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1169), 13, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(3662), 11, sym_file_descriptor, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [169025] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8454), 1, + aux_sym_concatenation_token1, + ACTIONS(8486), 1, + sym__concat, + STATE(3386), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, + ACTIONS(1123), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - sym__special_character, - [140567] = 4, - ACTIONS(63), 1, + [169060] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7495), 1, + ACTIONS(8492), 1, anon_sym_esac, - ACTIONS(7491), 6, + ACTIONS(8488), 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(8490), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173125,43 +200511,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140598] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1243), 6, - 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, - 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, - [140627] = 3, - ACTIONS(63), 1, + [169091] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7543), 6, + ACTIONS(8498), 1, + anon_sym_esac, + ACTIONS(8494), 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(8496), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173176,101 +200538,48 @@ 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, - ACTIONS(63), 1, + [169122] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7421), 6, - anon_sym_LPAREN, + ACTIONS(1142), 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(1144), 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, - [140717] = 5, - ACTIONS(63), 1, + [169151] = 5, + ACTIONS(67), 1, sym_comment, - STATE(2998), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(6781), 5, + ACTIONS(8500), 1, + sym__special_character, + STATE(3412), 1, + aux_sym__literal_repeat1, + ACTIONS(3660), 7, 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, + ACTIONS(3662), 12, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -173278,74 +200587,76 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [140781] = 5, - ACTIONS(63), 1, + [169184] = 3, + ACTIONS(67), 1, sym_comment, - STATE(2998), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2995), 5, + ACTIONS(1206), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(2997), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1208), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [140813] = 3, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [169213] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7549), 6, - anon_sym_LPAREN, + ACTIONS(1107), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(7551), 14, + ACTIONS(1109), 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, - [140841] = 3, - ACTIONS(63), 1, + [169242] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7549), 6, + ACTIONS(8506), 1, + anon_sym_esac, + ACTIONS(8502), 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(8504), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173360,98 +200671,207 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140869] = 6, - ACTIONS(3), 1, + [169273] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, + ACTIONS(1146), 6, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1148), 15, sym__concat, - STATE(3052), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6787), 2, + 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, + [169302] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1107), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1109), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [169331] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7692), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(6785), 15, + ACTIONS(8508), 1, + sym_file_descriptor, + ACTIONS(8326), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3377), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7690), 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(8324), 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, - [140903] = 6, - ACTIONS(3), 1, + [169368] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2970), 1, + STATE(3358), 1, aux_sym_concatenation_repeat1, - ACTIONS(6754), 2, + ACTIONS(8454), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3693), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(3695), 11, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(6752), 15, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_LT_LT, anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [169401] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1166), 7, + anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1168), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [169430] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1166), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, + ACTIONS(1168), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [140937] = 3, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [169459] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7553), 6, - anon_sym_LPAREN, + ACTIONS(1194), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(7555), 14, + ACTIONS(1196), 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, - [140965] = 3, - ACTIONS(63), 1, + [169488] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7457), 6, + ACTIONS(8514), 1, + anon_sym_esac, + ACTIONS(8510), 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(8512), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173466,95 +200886,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [140993] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7557), 1, - sym_variable_name, - STATE(4012), 1, - sym_subscript, - STATE(3067), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6728), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(6730), 11, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [141027] = 3, - ACTIONS(63), 1, + [169519] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7559), 6, - anon_sym_LPAREN, + ACTIONS(1170), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(7561), 14, + ACTIONS(1172), 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, - [141055] = 3, - ACTIONS(63), 1, + [169548] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7559), 6, - anon_sym_LPAREN, + ACTIONS(1198), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(7561), 14, + ACTIONS(1200), 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, - [141083] = 3, - ACTIONS(63), 1, + [169577] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7543), 6, + ACTIONS(8520), 1, + anon_sym_esac, + ACTIONS(8516), 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(8518), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173569,42 +200965,156 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141111] = 3, - ACTIONS(63), 1, + [169608] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(7543), 6, - anon_sym_LPAREN, + ACTIONS(7673), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8528), 1, + sym_file_descriptor, + ACTIONS(8525), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3377), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(7665), 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(8522), 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, + [169645] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1206), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1208), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [169674] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1174), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1176), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [169703] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1166), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(7545), 14, + ACTIONS(1168), 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, - [141139] = 3, - ACTIONS(63), 1, + [169732] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(7563), 6, + ACTIONS(8454), 1, + aux_sym_concatenation_token1, + ACTIONS(8531), 1, + sym__concat, + STATE(3386), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1101), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1103), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [169767] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8537), 1, + anon_sym_esac, + ACTIONS(8533), 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(8535), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173619,17 +201129,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141167] = 3, - ACTIONS(63), 1, + [169798] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(3381), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8454), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3678), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(3680), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [169831] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7567), 6, + ACTIONS(8472), 1, + anon_sym_esac, + ACTIONS(8468), 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(8470), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173644,50 +201184,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141195] = 3, - ACTIONS(63), 1, + [169862] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7427), 6, - anon_sym_LPAREN, + ACTIONS(1182), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1184), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [169891] = 5, + ACTIONS(67), 1, + sym_comment, + STATE(3386), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8539), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1107), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1109), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [169924] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1178), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1180), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [169953] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1206), 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(1208), 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, - [141223] = 5, - ACTIONS(63), 1, + [169982] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7571), 1, - sym__special_character, - STATE(2989), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 5, + ACTIONS(8484), 1, + anon_sym_esac, + ACTIONS(8480), 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(8482), 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 +201317,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141255] = 3, - ACTIONS(63), 1, + [170013] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1190), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1192), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [170042] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7567), 6, + ACTIONS(8537), 1, + anon_sym_esac, + ACTIONS(8533), 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(8535), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173721,69 +201370,208 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141283] = 3, - ACTIONS(63), 1, + [170073] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7574), 6, - anon_sym_LPAREN, + ACTIONS(1150), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1152), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [170102] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1154), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1156), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [170131] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1162), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(7576), 14, + ACTIONS(1164), 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, - [141311] = 5, - ACTIONS(63), 1, + [170160] = 3, + ACTIONS(67), 1, sym_comment, - STATE(3039), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7541), 2, + ACTIONS(1202), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1204), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - ACTIONS(2975), 5, + [170189] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8542), 1, + sym_file_descriptor, + ACTIONS(7690), 2, + anon_sym_LT_LT, + anon_sym_PIPE, + ACTIONS(8316), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3346), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8312), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(8314), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7692), 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, + [170228] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(2977), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1152), 14, sym_file_descriptor, - sym_variable_name, + sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [170257] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8544), 1, + sym__special_character, + STATE(3440), 1, + aux_sym__literal_repeat1, + ACTIONS(3463), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, + ACTIONS(3465), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [141343] = 3, - ACTIONS(63), 1, + [170290] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7578), 6, + ACTIONS(8550), 1, + anon_sym_esac, + ACTIONS(8546), 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(8548), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173798,69 +201586,307 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141371] = 3, - ACTIONS(63), 1, + [170321] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(7578), 6, - anon_sym_LPAREN, + STATE(3358), 1, + aux_sym_concatenation_repeat1, + ACTIONS(8454), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(3674), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(3676), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [170354] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1178), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1180), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [170383] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1174), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1176), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [170412] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1170), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1172), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [170441] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1162), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1164), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [170470] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1194), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1196), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [170499] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1162), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1164), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [170528] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1170), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1172), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [170557] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1202), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(7580), 14, + ACTIONS(1204), 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, - [141399] = 5, - ACTIONS(63), 1, + [170586] = 3, + ACTIONS(67), 1, sym_comment, - STATE(3033), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7541), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2967), 5, + ACTIONS(1142), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(2969), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1144), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [170615] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1198), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, + ACTIONS(1200), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [141431] = 3, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [170644] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7578), 6, + ACTIONS(8556), 1, + anon_sym_esac, + ACTIONS(8552), 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(8554), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173875,70 +201901,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141459] = 3, - ACTIONS(63), 1, + [170675] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(7578), 6, - anon_sym_LPAREN, + ACTIONS(8558), 1, + sym__special_character, + STATE(3412), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1214), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [170708] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1178), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(7580), 14, + ACTIONS(1180), 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, - [141487] = 6, - ACTIONS(63), 1, + [170737] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7475), 1, - aux_sym_concatenation_token1, - ACTIONS(7582), 1, - sym__concat, - STATE(3015), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 5, + ACTIONS(1190), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1173), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1192), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [141521] = 3, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [170766] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7567), 6, + ACTIONS(8506), 1, + anon_sym_esac, + ACTIONS(8502), 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(8504), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -173953,74 +202008,123 @@ 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, + [170797] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(6683), 1, - anon_sym_PIPE, - ACTIONS(7584), 1, + ACTIONS(1146), 7, anon_sym_LT_LT, - ACTIONS(7593), 1, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1148), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, - ACTIONS(7596), 1, anon_sym_LT_LT_LT, - ACTIONS(7599), 1, + aux_sym_concatenation_token1, + [170826] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1186), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1188), 14, sym_file_descriptor, - ACTIONS(6691), 3, + sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + anon_sym_GT_GT, anon_sym_PIPE_AMP, - ACTIONS(7590), 3, + anon_sym_RBRACK, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [170855] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1107), 7, + anon_sym_LT_LT, 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(7587), 5, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1109), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [170884] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1198), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, + ACTIONS(1200), 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_GT_PIPE, - [141591] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7567), 6, - anon_sym_LPAREN, - anon_sym_DOLLAR, - aux_sym_number_token1, - aux_sym_number_token2, - anon_sym_DOLLAR_LPAREN, - sym_word, - ACTIONS(7569), 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, - [141619] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [170913] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7602), 6, + ACTIONS(8550), 1, + anon_sym_esac, + ACTIONS(8546), 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(8548), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174035,50 +202139,45 @@ 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, + [170944] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3312), 1, + ACTIONS(1202), 7, anon_sym_LT_LT, - ACTIONS(3314), 1, + anon_sym_LT, + anon_sym_GT, 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, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1204), 14, sym_file_descriptor, - ACTIONS(3310), 2, + sym__concat, + sym_variable_name, 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_PIPE_AMP, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, - [141691] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [170973] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7543), 6, + ACTIONS(8565), 1, + anon_sym_esac, + ACTIONS(8561), 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(8563), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174093,42 +202192,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141719] = 3, - ACTIONS(63), 1, + [171004] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7427), 6, - anon_sym_LPAREN, + ACTIONS(1190), 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(1192), 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, - [141747] = 3, - ACTIONS(63), 1, + [171033] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1182), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1184), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [171062] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7606), 6, + ACTIONS(8571), 1, + anon_sym_esac, + ACTIONS(8567), 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(8569), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174143,17 +202271,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141775] = 3, - ACTIONS(63), 1, + [171093] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7421), 6, + ACTIONS(8577), 1, + anon_sym_esac, + ACTIONS(8573), 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(8575), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174168,17 +202298,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141803] = 3, - ACTIONS(63), 1, + [171124] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7606), 6, + ACTIONS(8583), 1, + anon_sym_esac, + ACTIONS(8579), 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(8581), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174193,17 +202325,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141831] = 3, - ACTIONS(63), 1, + [171155] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7610), 6, + ACTIONS(8589), 1, + anon_sym_esac, + ACTIONS(8585), 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(8587), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174218,71 +202352,45 @@ 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, + [171186] = 3, + ACTIONS(67), 1, sym_comment, - STATE(3029), 4, - sym_file_redirect, - sym_heredoc_redirect, - sym_herestring_redirect, - aux_sym_redirected_statement_repeat1, - ACTIONS(2660), 5, + ACTIONS(1158), 7, 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, + ACTIONS(1160), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [141923] = 3, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [171215] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7616), 6, + ACTIONS(8589), 1, + anon_sym_esac, + ACTIONS(8585), 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(8587), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174297,74 +202405,48 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [141951] = 3, - ACTIONS(63), 1, + [171246] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7491), 6, - anon_sym_LPAREN, + ACTIONS(1186), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(7493), 14, + ACTIONS(1188), 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, - [141979] = 6, - ACTIONS(3), 1, + [171275] = 5, + ACTIONS(67), 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, + ACTIONS(8500), 1, + sym__special_character, + STATE(3412), 1, + aux_sym__literal_repeat1, + ACTIONS(3678), 7, 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, + ACTIONS(3680), 12, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -174372,322 +202454,154 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [142113] = 5, - ACTIONS(63), 1, + [171308] = 3, + ACTIONS(67), 1, sym_comment, - STATE(3011), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(6785), 5, + ACTIONS(1142), 7, 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, - 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, + ACTIONS(1144), 14, sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - sym__special_character, - [142177] = 5, - 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [142209] = 3, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [171337] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7506), 6, - anon_sym_LPAREN, + ACTIONS(1150), 6, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, sym_word, - ACTIONS(7508), 14, + ACTIONS(1152), 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, - [142237] = 5, - ACTIONS(63), 1, + [171366] = 3, + ACTIONS(67), 1, sym_comment, - STATE(2998), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3063), 5, + ACTIONS(1146), 7, 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, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(2970), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6783), 2, + ACTIONS(1148), 14, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(6781), 15, + sym__concat, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [142303] = 5, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [171395] = 3, + ACTIONS(67), 1, sym_comment, - STATE(3011), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, + ACTIONS(1154), 6, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1156), 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(3067), 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__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, + [171424] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(3052), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3005), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(1158), 7, anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, - anon_sym_PIPE_AMP, anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [142369] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(6924), 1, - sym__concat, - STATE(3052), 1, - aux_sym_concatenation_repeat1, - ACTIONS(6779), 2, + ACTIONS(1160), 14, sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(6777), 15, + sym__concat, + 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [142403] = 3, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [171453] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7535), 6, + ACTIONS(8565), 1, + anon_sym_esac, + ACTIONS(8561), 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(8563), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174702,103 +202616,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142431] = 5, - ACTIONS(63), 1, + [171484] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7625), 1, - sym__special_character, - STATE(2989), 1, - aux_sym__literal_repeat1, - ACTIONS(6862), 5, + ACTIONS(1150), 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(1152), 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_BQUOTE, anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142463] = 10, - ACTIONS(63), 1, + [171513] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(6703), 1, - anon_sym_PIPE, - ACTIONS(7627), 1, + ACTIONS(8591), 1, + sym__special_character, + STATE(3440), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 7, 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, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [142505] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(2998), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7475), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(6752), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(6754), 12, + ACTIONS(1214), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [142537] = 3, - ACTIONS(63), 1, + [171546] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(7469), 6, + ACTIONS(8492), 1, + anon_sym_esac, + ACTIONS(8488), 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(8490), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174813,17 +202697,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142565] = 3, - ACTIONS(63), 1, + [171577] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1174), 6, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + sym_word, + ACTIONS(1176), 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, + [171606] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7606), 6, + ACTIONS(8594), 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(8596), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174838,45 +202748,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142593] = 6, - ACTIONS(63), 1, + [171634] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7541), 1, - aux_sym_concatenation_token1, - ACTIONS(7639), 1, - sym__concat, - STATE(3053), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 5, + ACTIONS(1190), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1173), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1192), 13, sym_file_descriptor, - sym_variable_name, + sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [142627] = 3, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [171662] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7559), 6, + ACTIONS(8598), 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(8600), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174891,17 +202798,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142655] = 3, - ACTIONS(63), 1, + [171690] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7559), 6, + ACTIONS(8480), 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(8482), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174916,17 +202823,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142683] = 3, - ACTIONS(63), 1, + [171718] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7641), 6, + ACTIONS(8561), 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(8563), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174941,17 +202848,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142711] = 3, - ACTIONS(63), 1, + [171746] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7523), 6, + ACTIONS(8488), 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(8490), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174966,17 +202873,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142739] = 3, - ACTIONS(63), 1, + [171774] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7523), 6, + ACTIONS(8468), 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(8470), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -174991,45 +202898,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142767] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7541), 1, - aux_sym_concatenation_token1, - ACTIONS(7645), 1, - sym__concat, - STATE(3053), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1177), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1179), 12, - sym_file_descriptor, - sym_variable_name, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [142801] = 3, - ACTIONS(63), 1, + [171802] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7529), 6, + ACTIONS(8602), 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(8604), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175044,17 +202923,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142829] = 3, - ACTIONS(63), 1, + [171830] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7549), 6, + ACTIONS(8533), 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(8535), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175069,17 +202948,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142857] = 3, - ACTIONS(63), 1, + [171858] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7647), 6, + ACTIONS(8533), 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(8535), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175094,17 +202973,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142885] = 3, - ACTIONS(63), 1, + [171886] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7549), 6, + ACTIONS(8468), 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(8470), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175119,17 +202998,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142913] = 3, - ACTIONS(63), 1, + [171914] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7647), 6, + ACTIONS(8480), 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(8482), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175144,17 +203023,17 @@ 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, + [171942] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7506), 6, + ACTIONS(8606), 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(8608), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175169,17 +203048,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142969] = 3, - ACTIONS(63), 1, + [171970] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7651), 6, + ACTIONS(8474), 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(8476), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175194,17 +203073,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [142997] = 3, - ACTIONS(63), 1, + [171998] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1142), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1144), 13, + sym_file_descriptor, + sym__concat, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [172026] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7500), 6, + ACTIONS(8610), 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(8612), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175219,17 +203123,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143025] = 3, - ACTIONS(63), 1, + [172054] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7491), 6, + ACTIONS(8614), 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(8616), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175244,17 +203148,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143053] = 3, - ACTIONS(63), 1, + [172082] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7655), 6, + ACTIONS(8602), 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(8604), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175269,17 +203173,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143081] = 3, - ACTIONS(63), 1, + [172110] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7606), 6, + ACTIONS(8594), 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(8596), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175294,17 +203198,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143109] = 3, - ACTIONS(63), 1, + [172138] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7655), 6, + ACTIONS(8618), 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(8620), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175319,72 +203223,17 @@ 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, - sym_comment, - ACTIONS(6922), 1, - aux_sym_concatenation_token1, - ACTIONS(7659), 1, - sym__concat, - STATE(2447), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1177), 15, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [143171] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(3053), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7661), 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, - 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, - [143203] = 3, - ACTIONS(63), 1, + [172166] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7655), 6, + ACTIONS(8594), 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(8596), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175399,17 +203248,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143231] = 3, - ACTIONS(63), 1, + [172194] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7655), 6, + ACTIONS(8598), 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(8600), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175424,45 +203273,17 @@ static const uint16_t ts_small_parse_table[] = { 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, - 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, - 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, - [143293] = 3, - ACTIONS(63), 1, + [172222] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7647), 6, + ACTIONS(8598), 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(8600), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175477,17 +203298,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143321] = 3, - ACTIONS(63), 1, + [172250] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8622), 1, + sym__special_character, + STATE(3518), 1, + aux_sym__literal_repeat1, + ACTIONS(3678), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(3680), 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_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [172282] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7647), 6, + ACTIONS(8488), 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(8490), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175502,17 +203350,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143349] = 3, - ACTIONS(63), 1, + [172310] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7437), 6, + ACTIONS(8494), 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(8496), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175527,17 +203375,72 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143377] = 3, - ACTIONS(63), 1, + [172338] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8624), 1, + sym_file_descriptor, + ACTIONS(7690), 2, + anon_sym_LT_LT, + anon_sym_PIPE, + ACTIONS(8418), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3496), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8414), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(7692), 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_AMP, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + ACTIONS(8416), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [172376] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1194), 7, + anon_sym_LT_LT, + anon_sym_LT, + anon_sym_GT, + anon_sym_PIPE, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1196), 13, + sym_file_descriptor, + sym__concat, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, + anon_sym_PIPE_AMP, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + aux_sym_concatenation_token1, + [172404] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7457), 6, + ACTIONS(8626), 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(8628), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175552,17 +203455,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143405] = 3, - ACTIONS(63), 1, + [172432] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7445), 6, + ACTIONS(8502), 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(8504), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175577,23 +203480,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143433] = 3, - ACTIONS(63), 1, + [172460] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(7445), 6, - anon_sym_LPAREN, + ACTIONS(8630), 1, + sym__special_character, + STATE(3473), 1, + aux_sym__literal_repeat1, + ACTIONS(1212), 5, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7447), 14, + ACTIONS(1214), 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, @@ -175602,17 +203507,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143461] = 3, - ACTIONS(63), 1, + [172492] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7451), 6, + ACTIONS(8610), 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(8612), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175627,17 +203532,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143489] = 3, - ACTIONS(63), 1, + [172520] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7397), 6, + ACTIONS(8626), 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(8628), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175652,17 +203557,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143517] = 3, - ACTIONS(63), 1, + [172548] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7397), 6, + ACTIONS(8561), 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(8563), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175677,17 +203582,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143545] = 3, - ACTIONS(63), 1, + [172576] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7477), 6, + ACTIONS(8633), 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(8635), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175702,45 +203607,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143573] = 6, - ACTIONS(63), 1, + [172604] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7664), 1, - sym_variable_name, - STATE(4012), 1, - sym_subscript, - STATE(3067), 2, - sym_variable_assignment, - aux_sym_variable_assignments_repeat1, - ACTIONS(6721), 5, + ACTIONS(1162), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6723), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1164), 13, sym_file_descriptor, + sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [143607] = 3, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [172632] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7483), 6, + ACTIONS(8626), 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(8628), 14, sym_test_operator, sym_extglob_pattern, sym__brace_start, @@ -175755,390 +203657,94 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [143635] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1255), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1257), 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, - [143662] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1239), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1241), 14, - sym_file_descriptor, - 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, - [143689] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7019), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7667), 1, - sym_file_descriptor, - STATE(3078), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7017), 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, - [143722] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1231), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1233), 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, - [143749] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1243), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1245), 14, - sym_file_descriptor, - sym__concat, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_RBRACK, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [143776] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(3124), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(2995), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(2997), 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, - [143807] = 3, - ACTIONS(63), 1, + [172660] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1183), 5, + ACTIONS(1182), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1185), 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, - [143834] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1255), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1257), 14, + ACTIONS(1184), 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_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [143861] = 5, - ACTIONS(63), 1, + [172688] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7669), 1, + ACTIONS(8626), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8628), 14, + sym_test_operator, + sym_extglob_pattern, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, - STATE(3089), 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), 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, - [143892] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7006), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7674), 1, - sym_file_descriptor, - STATE(3078), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7001), 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(7671), 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, - [143925] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1219), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1221), 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, - [143952] = 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, - 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, - [143979] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1211), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1213), 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, - [144006] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1201), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1203), 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, - [144033] = 3, - ACTIONS(63), 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, + [172716] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1247), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1249), 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, - [144060] = 5, - ACTIONS(63), 1, + ACTIONS(8510), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8512), 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, + [172744] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7669), 1, - sym__special_character, - STATE(3089), 1, - aux_sym__literal_repeat1, - ACTIONS(3063), 5, + ACTIONS(1117), 8, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3065), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + sym__special_character, + ACTIONS(1119), 12, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -176146,804 +203752,1505 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [144091] = 3, - ACTIONS(63), 1, + [172772] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1239), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1241), 14, + ACTIONS(8516), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8518), 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, + [172800] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8645), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8647), 1, sym_file_descriptor, - sym__concat, + STATE(4972), 1, + sym__heredoc_expression, + STATE(4974), 1, + sym__heredoc_pipeline, + ACTIONS(8637), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + ACTIONS(8641), 2, + anon_sym_PIPE, anon_sym_PIPE_AMP, - anon_sym_RBRACK, + ACTIONS(8643), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3634), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8639), 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, - [144118] = 3, - ACTIONS(63), 1, + [172842] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1259), 5, + ACTIONS(1170), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1261), 14, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1172), 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_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144145] = 3, - ACTIONS(63), 1, + [172870] = 10, + ACTIONS(3), 1, sym_comment, - ACTIONS(1211), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1213), 14, + ACTIONS(8647), 1, sym_file_descriptor, - sym__concat, + ACTIONS(8649), 1, + aux_sym_heredoc_redirect_token1, + STATE(4951), 1, + sym__heredoc_expression, + STATE(4954), 1, + sym__heredoc_pipeline, + ACTIONS(8637), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + ACTIONS(8641), 2, + anon_sym_PIPE, anon_sym_PIPE_AMP, - anon_sym_RBRACK, + ACTIONS(8643), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3633), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8639), 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, - [144172] = 3, - ACTIONS(63), 1, + [172912] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1251), 5, + ACTIONS(1150), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1253), 14, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1152), 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_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144199] = 5, - ACTIONS(63), 1, + [172940] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7677), 1, + ACTIONS(8651), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8653), 14, + sym_test_operator, + sym_extglob_pattern, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, - STATE(3089), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1275), 12, + 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, + [172968] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8651), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8653), 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, + [172996] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8647), 1, sym_file_descriptor, + ACTIONS(8655), 1, + aux_sym_heredoc_redirect_token1, + STATE(4575), 1, + sym__heredoc_expression, + STATE(4576), 1, + sym__heredoc_pipeline, + ACTIONS(8637), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + ACTIONS(8641), 2, + 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, - [144230] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7669), 1, - sym__special_character, - STATE(3089), 1, - aux_sym__literal_repeat1, - ACTIONS(6752), 5, - anon_sym_LT_LT, + ACTIONS(8643), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3642), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8639), 8, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6754), 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, - [144261] = 3, - ACTIONS(63), 1, + [173038] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1267), 5, + ACTIONS(1154), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1269), 14, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1156), 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, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144288] = 5, - ACTIONS(63), 1, + [173066] = 3, + ACTIONS(67), 1, sym_comment, - STATE(3124), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(6781), 5, + ACTIONS(1198), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6783), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1200), 13, sym_file_descriptor, + sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [144319] = 3, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [173094] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1223), 5, + ACTIONS(1150), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1225), 14, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1152), 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_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144346] = 5, - ACTIONS(63), 1, + [173122] = 3, + ACTIONS(67), 1, sym_comment, - STATE(3124), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3063), 5, + ACTIONS(8598), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8600), 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, + [173150] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8666), 1, + sym_file_descriptor, + ACTIONS(7665), 2, anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(3065), 11, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(8663), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3496), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8657), 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, + ACTIONS(7673), 5, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [144377] = 5, - ACTIONS(63), 1, - sym_comment, - STATE(3130), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(3067), 5, - anon_sym_LT_LT, + ACTIONS(8660), 5, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3069), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [173188] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8647), 1, sym_file_descriptor, + ACTIONS(8669), 1, + aux_sym_heredoc_redirect_token1, + STATE(4544), 1, + sym__heredoc_expression, + STATE(4547), 1, + sym__heredoc_pipeline, + ACTIONS(8637), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + ACTIONS(8641), 2, + anon_sym_PIPE, anon_sym_PIPE_AMP, + ACTIONS(8643), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3638), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8639), 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, - [144408] = 5, - ACTIONS(63), 1, + [173230] = 5, + ACTIONS(67), 1, sym_comment, - STATE(3130), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(6777), 5, + ACTIONS(8622), 1, + sym__special_character, + STATE(3518), 1, + aux_sym__literal_repeat1, + ACTIONS(3660), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6779), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(3662), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [144439] = 3, - ACTIONS(63), 1, + [173262] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1251), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1253), 14, + ACTIONS(8546), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8548), 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, + [173290] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8647), 1, sym_file_descriptor, - sym__concat, + ACTIONS(8671), 1, + aux_sym_heredoc_redirect_token1, + STATE(4569), 1, + sym__heredoc_pipeline, + STATE(4583), 1, + sym__heredoc_expression, + ACTIONS(8637), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + ACTIONS(8641), 2, + anon_sym_PIPE, anon_sym_PIPE_AMP, - anon_sym_RBRACK, + ACTIONS(8643), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3640), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8639), 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, - [144466] = 3, - ACTIONS(63), 1, + [173332] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1183), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1185), 14, + ACTIONS(8673), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8675), 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, + [173360] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8673), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8675), 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, + [173388] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8610), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8612), 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, + [173416] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7856), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8508), 1, sym_file_descriptor, - sym__concat, + STATE(3140), 1, + sym_file_redirect, + ACTIONS(8326), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7854), 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, - [144493] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1267), 5, - anon_sym_LT_LT, + ACTIONS(8324), 8, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1269), 14, - sym_file_descriptor, - sym__concat, - sym_variable_name, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, anon_sym_AMP_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, - [144520] = 5, - ACTIONS(63), 1, + [173452] = 7, + ACTIONS(3), 1, sym_comment, - STATE(3130), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7623), 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), 11, + ACTIONS(7817), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8508), 1, sym_file_descriptor, + STATE(3074), 1, + sym_file_redirect, + ACTIONS(8326), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7815), 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(8324), 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, - [144551] = 5, - ACTIONS(63), 1, + [173488] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7669), 1, + ACTIONS(8610), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8612), 14, + sym_test_operator, + sym_extglob_pattern, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, - STATE(3089), 1, - aux_sym__literal_repeat1, - ACTIONS(2995), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(2997), 12, + 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, + [173516] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7830), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8508), 1, sym_file_descriptor, + STATE(3163), 1, + sym_file_redirect, + ACTIONS(8326), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(7828), 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_LT_LT_DASH, + anon_sym_LT_LT_LT, + ACTIONS(8324), 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, - [144582] = 3, - ACTIONS(63), 1, + [173552] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8602), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8604), 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, + [173580] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1259), 5, + ACTIONS(1107), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1261), 14, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1109), 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, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144609] = 3, - ACTIONS(63), 1, + [173608] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1219), 5, + ACTIONS(1146), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1221), 14, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1148), 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_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144636] = 3, - ACTIONS(63), 1, + [173636] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8602), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8604), 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, + [173664] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1215), 5, + ACTIONS(1174), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1217), 14, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1176), 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_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144663] = 3, - ACTIONS(63), 1, + [173692] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8677), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8679), 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, + [173720] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8681), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8683), 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, + [173748] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1201), 5, + ACTIONS(1117), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1203), 14, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1119), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [144690] = 3, - ACTIONS(63), 1, + sym__special_character, + [173776] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 5, + ACTIONS(1206), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1207), 14, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1208), 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, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144717] = 5, - ACTIONS(63), 1, + [173804] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7680), 1, + ACTIONS(8677), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8679), 14, + sym_test_operator, + sym_extglob_pattern, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, - STATE(3107), 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, + [173832] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8685), 1, + sym__special_character, + STATE(3518), 1, aux_sym__literal_repeat1, - ACTIONS(1273), 5, + ACTIONS(1212), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1275), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1214), 11, sym_file_descriptor, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [144748] = 14, - ACTIONS(3), 1, + [173864] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7685), 1, + ACTIONS(8585), 6, anon_sym_LPAREN, - ACTIONS(7687), 1, anon_sym_DOLLAR, - ACTIONS(7689), 1, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8587), 14, + sym_test_operator, + sym_extglob_pattern, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, anon_sym_DQUOTE, - ACTIONS(7693), 1, + sym_raw_string, + sym_ansi_c_string, anon_sym_DOLLAR_LBRACE, - ACTIONS(7695), 1, - anon_sym_RBRACE3, - ACTIONS(7697), 1, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [173892] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8502), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, - ACTIONS(7699), 1, + sym_word, + ACTIONS(8504), 14, + sym_test_operator, + sym_extglob_pattern, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + sym__special_character, + anon_sym_DQUOTE, + sym_raw_string, + sym_ansi_c_string, + anon_sym_DOLLAR_LBRACE, anon_sym_BQUOTE, - ACTIONS(7701), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7703), 1, - sym_variable_name, - ACTIONS(7683), 2, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [173920] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8688), 1, + sym__special_character, + STATE(3473), 1, + aux_sym__literal_repeat1, + ACTIONS(3898), 5, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(3900), 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, + [173952] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8585), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8587), 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, + [173980] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8677), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(7691), 2, + ACTIONS(8679), 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, - 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, + anon_sym_DOLLAR_LBRACE, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + anon_sym_LT_LPAREN, + anon_sym_GT_LPAREN, + [174008] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8594), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8596), 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, + [174036] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1263), 5, + ACTIONS(1202), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1265), 14, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1204), 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, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144824] = 3, - ACTIONS(63), 1, + [174064] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8579), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8581), 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, + [174092] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 5, + ACTIONS(1166), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1207), 14, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1168), 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_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144851] = 3, - ACTIONS(63), 1, + [174120] = 3, + ACTIONS(67), 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(8677), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8679), 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, + [174148] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8647), 1, sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(8690), 1, + aux_sym_heredoc_redirect_token1, + STATE(4548), 1, + sym__heredoc_expression, + STATE(4549), 1, + sym__heredoc_pipeline, + ACTIONS(8637), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + ACTIONS(8641), 2, + anon_sym_PIPE, anon_sym_PIPE_AMP, + ACTIONS(8643), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3636), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8639), 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, + [174190] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8673), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8675), 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, + [174218] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8673), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8675), 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, + [174246] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8567), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8569), 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, + [174274] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1235), 5, + ACTIONS(1158), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1237), 14, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1160), 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, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [144905] = 3, - ACTIONS(63), 1, + [174302] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1207), 14, + ACTIONS(8692), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8694), 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, + [174330] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8696), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8698), 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, + [174358] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8647), 1, sym_file_descriptor, - sym__concat, + ACTIONS(8700), 1, + aux_sym_heredoc_redirect_token1, + STATE(4663), 1, + sym__heredoc_expression, + STATE(4667), 1, + sym__heredoc_pipeline, + ACTIONS(8637), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, - anon_sym_GT_GT, + ACTIONS(8641), 2, + anon_sym_PIPE, anon_sym_PIPE_AMP, - anon_sym_RBRACK, + ACTIONS(8643), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3630), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8639), 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, - [144932] = 5, - ACTIONS(63), 1, + [174400] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8702), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8704), 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, + [174428] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7705), 1, + ACTIONS(8552), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8554), 14, + sym_test_operator, + sym_extglob_pattern, + sym__brace_start, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, sym__special_character, - STATE(3107), 1, - aux_sym__literal_repeat1, - ACTIONS(2967), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(2969), 12, + 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, + [174456] = 10, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8647), 1, sym_file_descriptor, - sym_variable_name, + ACTIONS(8706), 1, + aux_sym_heredoc_redirect_token1, + STATE(4657), 1, + sym__heredoc_expression, + STATE(4659), 1, + sym__heredoc_pipeline, + ACTIONS(8637), 2, 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, - [144963] = 7, - ACTIONS(63), 1, - sym_comment, - ACTIONS(7713), 1, - sym_file_descriptor, - ACTIONS(7001), 2, - anon_sym_LT_LT, + ACTIONS(8641), 2, anon_sym_PIPE, - STATE(3115), 2, + anon_sym_PIPE_AMP, + ACTIONS(8643), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3639), 2, sym_file_redirect, aux_sym_redirected_statement_repeat2, - ACTIONS(7710), 3, + ACTIONS(8639), 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, + [174498] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1167), 5, + ACTIONS(8546), 6, + anon_sym_LPAREN, anon_sym_DOLLAR, aux_sym_number_token1, aux_sym_number_token2, anon_sym_DOLLAR_LPAREN, sym_word, - ACTIONS(1169), 14, + ACTIONS(8548), 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, @@ -176954,651 +205261,585 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_BQUOTE, anon_sym_LT_LPAREN, anon_sym_GT_LPAREN, - [145025] = 3, - ACTIONS(63), 1, + [174526] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1227), 5, + ACTIONS(1178), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1229), 14, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1180), 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_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145052] = 3, - ACTIONS(63), 1, + [174554] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8573), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8575), 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, + [174582] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8651), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8653), 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, + [174610] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1215), 5, + ACTIONS(1186), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1217), 14, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1188), 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, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, aux_sym_concatenation_token1, - [145079] = 5, - ACTIONS(63), 1, + [174638] = 3, + ACTIONS(67), 1, sym_comment, - STATE(3119), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7716), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(1183), 5, + ACTIONS(8651), 6, + anon_sym_LPAREN, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(8653), 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, + [174666] = 8, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8624), 1, + sym_file_descriptor, + STATE(3601), 1, + sym_file_redirect, + ACTIONS(7828), 2, anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1185), 11, - sym_file_descriptor, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, + ACTIONS(8418), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8414), 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, - [145110] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1205), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1207), 14, - sym_file_descriptor, - sym__concat, - sym_variable_name, + ACTIONS(7830), 5, 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, - [145137] = 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, - anon_sym_LT_LT, + ACTIONS(8416), 5, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6787), 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, - [145168] = 5, - ACTIONS(63), 1, + [174703] = 3, + ACTIONS(67), 1, sym_comment, - STATE(3124), 1, - aux_sym_concatenation_repeat1, - ACTIONS(7623), 2, - sym__concat, - aux_sym_concatenation_token1, - ACTIONS(6752), 5, + ACTIONS(7928), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6754), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7930), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145199] = 3, - ACTIONS(63), 1, + [174730] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1243), 5, + ACTIONS(8103), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1245), 14, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8101), 12, sym_file_descriptor, - sym__concat, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [145226] = 6, - ACTIONS(63), 1, + [174757] = 3, + ACTIONS(67), 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(7896), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1173), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7898), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145259] = 3, - ACTIONS(63), 1, + [174784] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1247), 5, + ACTIONS(8103), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1249), 14, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8101), 12, sym_file_descriptor, - sym__concat, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, + anon_sym_RBRACK, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [145286] = 3, - ACTIONS(63), 1, + [174811] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1231), 5, + ACTIONS(8169), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1233), 14, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8167), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [145313] = 7, - ACTIONS(63), 1, + [174838] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(7721), 1, + ACTIONS(8624), 1, sym_file_descriptor, - ACTIONS(7017), 2, + STATE(3573), 1, + sym_file_redirect, + ACTIONS(7854), 2, anon_sym_LT_LT, anon_sym_PIPE, - STATE(3115), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7465), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(7463), 5, + ACTIONS(8418), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8414), 3, anon_sym_GT_GT, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, - ACTIONS(7019), 6, + ACTIONS(7856), 5, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PIPE_AMP, - anon_sym_RBRACK, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145348] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1227), 5, - anon_sym_LT_LT, + ACTIONS(8416), 5, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1229), 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, - [145375] = 3, - ACTIONS(63), 1, + [174875] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1117), 5, + anon_sym_DOLLAR, + aux_sym_number_token1, + aux_sym_number_token2, + anon_sym_DOLLAR_LPAREN, + sym_word, + ACTIONS(1119), 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, + [174902] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1223), 5, + ACTIONS(3425), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1225), 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, - [145402] = 6, - 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, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1179), 11, + ACTIONS(3427), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145435] = 3, - ACTIONS(63), 1, + [174929] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1219), 5, + ACTIONS(7957), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1221), 13, - sym_file_descriptor, - sym__concat, - anon_sym_AMP_AMP, - anon_sym_PIPE_PIPE, - anon_sym_GT_GT, - anon_sym_PIPE_AMP, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [145461] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1267), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1269), 13, + ACTIONS(7959), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [145487] = 5, - ACTIONS(63), 1, + [174956] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7725), 1, - sym__special_character, - STATE(3147), 1, - aux_sym__literal_repeat1, - ACTIONS(6781), 5, + ACTIONS(7896), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6783), 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, - [145517] = 3, - ACTIONS(63), 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), 13, + ACTIONS(7898), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [145543] = 3, - ACTIONS(63), 1, + [174983] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 5, + ACTIONS(1117), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1207), 13, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(1119), 12, sym_file_descriptor, - sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [145569] = 3, - ACTIONS(63), 1, + sym__special_character, + [175010] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1239), 5, + ACTIONS(7957), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1241), 13, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7959), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [145595] = 6, - ACTIONS(3), 1, + [175037] = 3, + ACTIONS(67), 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(7908), 7, 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, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [145627] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1235), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1237), 13, + ACTIONS(7906), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [145653] = 3, - ACTIONS(63), 1, + [175064] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1201), 5, + ACTIONS(8023), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1203), 13, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8025), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [145679] = 3, - ACTIONS(63), 1, + [175091] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1223), 5, + ACTIONS(7926), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1225), 13, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7924), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [145705] = 3, - ACTIONS(63), 1, + [175118] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 5, + ACTIONS(7936), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1207), 13, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7934), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [145731] = 5, - ACTIONS(63), 1, + [175145] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7725), 1, - sym__special_character, - STATE(3147), 1, - aux_sym__literal_repeat1, - ACTIONS(6752), 5, + ACTIONS(7944), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6754), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7942), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145761] = 3, - ACTIONS(63), 1, + [175172] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1167), 5, + ACTIONS(4035), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1169), 13, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(4037), 12, sym_file_descriptor, sym_variable_name, anon_sym_AMP_AMP, @@ -177606,23 +205847,23 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - sym__special_character, - [145787] = 3, - ACTIONS(63), 1, + [175199] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1167), 6, + ACTIONS(3693), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - sym__special_character, - ACTIONS(1169), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(3695), 12, sym_file_descriptor, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, @@ -177630,269 +205871,328 @@ static const uint16_t ts_small_parse_table[] = { 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145813] = 7, - ACTIONS(63), 1, + [175226] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(7727), 1, + ACTIONS(8624), 1, sym_file_descriptor, - ACTIONS(7017), 2, + STATE(3595), 1, + sym_file_redirect, + ACTIONS(7815), 2, 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_AMP_GT, - ACTIONS(7019), 5, + ACTIONS(8418), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(8414), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(7817), 5, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_PIPE_AMP, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - ACTIONS(7629), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, + ACTIONS(8416), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [145847] = 5, - ACTIONS(63), 1, + [175263] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7725), 1, - sym__special_character, - STATE(3147), 1, - aux_sym__literal_repeat1, - ACTIONS(3063), 5, + ACTIONS(4031), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3065), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(4033), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145877] = 5, - ACTIONS(63), 1, + [175290] = 14, + ACTIONS(67), 1, sym_comment, - ACTIONS(7729), 1, - sym__special_character, - STATE(3147), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 5, + ACTIONS(6061), 1, + anon_sym_DQUOTE, + ACTIONS(6069), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7494), 1, + anon_sym_BQUOTE, + ACTIONS(7496), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8710), 1, + anon_sym_LPAREN, + ACTIONS(8712), 1, + anon_sym_DOLLAR, + ACTIONS(8714), 1, + sym_ansi_c_string, + ACTIONS(8716), 1, + anon_sym_RBRACE3, + ACTIONS(8718), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8720), 1, + sym_variable_name, + STATE(4647), 1, + sym__concatenation_in_expansion, + ACTIONS(8708), 3, + sym__expansion_word, + sym_raw_string, + sym_word, + STATE(4260), 5, + sym_string, + sym_array, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [175339] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(7892), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1275), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7894), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145907] = 5, - ACTIONS(63), 1, + [175366] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7725), 1, - sym__special_character, - STATE(3147), 1, - aux_sym__literal_repeat1, - ACTIONS(2995), 5, + ACTIONS(7963), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(2997), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7961), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [145937] = 3, - ACTIONS(63), 1, + [175393] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1255), 5, + ACTIONS(7944), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1257), 13, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7942), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [145963] = 3, - ACTIONS(63), 1, + [175420] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1183), 5, + ACTIONS(3674), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1185), 13, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(3676), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [145989] = 3, - ACTIONS(63), 1, + [175447] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1247), 5, + ACTIONS(7918), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1249), 13, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7920), 11, sym_file_descriptor, - sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [146015] = 3, - ACTIONS(63), 1, + [175473] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1227), 5, + ACTIONS(7866), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1229), 13, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7864), 11, sym_file_descriptor, - sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [146041] = 3, - ACTIONS(63), 1, + [175499] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1231), 5, + ACTIONS(8191), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1233), 13, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8189), 11, sym_file_descriptor, - sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [146067] = 3, - ACTIONS(63), 1, + [175525] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8724), 1, + anon_sym_DQUOTE, + STATE(4070), 1, + sym_string, + ACTIONS(8726), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1091), 5, + anon_sym_in, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + aux_sym_heredoc_redirect_token1, + anon_sym_AMP, + ACTIONS(8722), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [175557] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1251), 5, + ACTIONS(8073), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1253), 13, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8075), 11, sym_file_descriptor, - sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [146093] = 6, + [175583] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7175), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7667), 1, + ACTIONS(8728), 1, + aux_sym_concatenation_token1, + ACTIONS(8730), 1, + sym__concat, + STATE(3635), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 2, sym_file_descriptor, - STATE(2867), 1, - sym_file_redirect, - ACTIONS(7173), 7, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 13, 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, @@ -177901,1668 +206201,2221 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - [146125] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + sym__special_character, + [175615] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1243), 5, + ACTIONS(8023), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1245), 13, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8025), 11, sym_file_descriptor, - sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [146151] = 7, - ACTIONS(63), 1, + [175641] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7738), 1, - sym_file_descriptor, - ACTIONS(7001), 2, + ACTIONS(8159), 7, anon_sym_LT_LT, - anon_sym_PIPE, - STATE(3157), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7735), 3, anon_sym_LT, anon_sym_GT, + anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7006), 5, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8161), 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(7732), 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, - [146185] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [175667] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1211), 5, + ACTIONS(7862), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1213), 13, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7860), 11, sym_file_descriptor, - sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, + [175693] = 3, + ACTIONS(67), 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, + ACTIONS(8029), 7, 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, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [146307] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1259), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(1261), 13, + ACTIONS(8027), 11, sym_file_descriptor, - sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [146333] = 3, - ACTIONS(63), 1, + [175719] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1263), 5, + ACTIONS(7896), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1265), 13, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7898), 11, sym_file_descriptor, - sym__concat, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - aux_sym_concatenation_token1, - [146359] = 7, - ACTIONS(63), 1, + [175745] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7727), 1, - sym_file_descriptor, - STATE(3207), 1, - sym_file_redirect, - ACTIONS(7119), 2, + ACTIONS(8159), 7, 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, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8161), 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, - [146392] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [175771] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3003), 5, + ACTIONS(8103), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3005), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8101), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146417] = 3, - ACTIONS(63), 1, + [175797] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3067), 5, + ACTIONS(7868), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3069), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7870), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146442] = 3, - ACTIONS(63), 1, + [175823] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1167), 5, + ACTIONS(8157), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(1169), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8155), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - sym__special_character, - [146467] = 3, - ACTIONS(63), 1, + [175849] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3258), 5, + ACTIONS(4177), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3260), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(4179), 11, sym_file_descriptor, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146492] = 3, - ACTIONS(63), 1, + [175875] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7223), 5, + ACTIONS(4177), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7221), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(4179), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146517] = 3, - ACTIONS(63), 1, + [175901] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(6785), 5, + ACTIONS(7900), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6787), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7902), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146542] = 3, - ACTIONS(63), 1, + [175927] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3262), 5, + ACTIONS(7900), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3264), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7902), 11, sym_file_descriptor, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146567] = 3, - ACTIONS(63), 1, + [175953] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(6777), 5, + ACTIONS(7896), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6779), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7898), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146592] = 7, - ACTIONS(63), 1, + [175979] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7727), 1, - sym_file_descriptor, - STATE(3229), 1, - sym_file_redirect, - ACTIONS(7155), 2, + ACTIONS(3693), 7, 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, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(3695), 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, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [176005] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7276), 5, + ACTIONS(8033), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7278), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8031), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146650] = 7, - ACTIONS(63), 1, + [176031] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7727), 1, - sym_file_descriptor, - STATE(3191), 1, - sym_file_redirect, - ACTIONS(7173), 2, + ACTIONS(7967), 7, 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, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7965), 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, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + anon_sym_LT_LT_DASH, + anon_sym_LT_LT_LT, + [176057] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(2975), 5, + ACTIONS(7963), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(2977), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7961), 11, sym_file_descriptor, - sym_variable_name, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_PIPE_AMP, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146708] = 3, - ACTIONS(63), 1, + [176083] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7358), 5, + ACTIONS(8133), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7360), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8135), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146733] = 3, - ACTIONS(63), 1, + [176109] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7242), 5, + ACTIONS(8131), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7240), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8129), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146758] = 3, - ACTIONS(63), 1, + [176135] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7350), 5, + ACTIONS(7908), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7352), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7906), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146783] = 3, - ACTIONS(63), 1, + [176161] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7330), 5, + ACTIONS(8249), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7332), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8247), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146808] = 3, - ACTIONS(63), 1, + [176187] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7354), 5, + ACTIONS(8139), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7356), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8137), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146833] = 3, - ACTIONS(63), 1, + [176213] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7213), 5, + ACTIONS(8021), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7215), 12, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8019), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146858] = 3, - ACTIONS(63), 1, + [176239] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7223), 5, + ACTIONS(7995), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7221), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7997), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146882] = 3, - ACTIONS(63), 1, + [176265] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7330), 5, + ACTIONS(8147), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7332), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8145), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146906] = 3, - ACTIONS(63), 1, + [176291] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7348), 5, + ACTIONS(8183), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7346), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8181), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146930] = 3, - ACTIONS(63), 1, + [176317] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7199), 5, + ACTIONS(8011), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7197), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8009), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146954] = 3, - ACTIONS(63), 1, + [176343] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7236), 5, + ACTIONS(7926), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7238), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7924), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [146978] = 3, - ACTIONS(63), 1, + [176369] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3304), 5, + ACTIONS(7940), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3306), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7938), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147002] = 3, - ACTIONS(63), 1, + [176395] = 15, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8734), 1, + anon_sym_LPAREN, + ACTIONS(8736), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8738), 1, + anon_sym_COLON, + ACTIONS(8740), 1, + aux_sym_number_token1, + ACTIONS(8742), 1, + aux_sym_number_token2, + ACTIONS(8744), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8746), 1, + anon_sym_RBRACE3, + ACTIONS(8748), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8750), 1, + anon_sym_BQUOTE, + ACTIONS(8752), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8754), 1, + aux_sym__simple_variable_name_token1, + STATE(4289), 1, + sym_number, + ACTIONS(8732), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4507), 4, + sym_parenthesized_expression, + sym_arithmetic_expansion, + sym_expansion, + sym_command_substitution, + [176445] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7362), 5, + ACTIONS(8169), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7364), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8167), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147026] = 3, - ACTIONS(63), 1, + [176471] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7256), 5, + ACTIONS(8041), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7254), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8043), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147050] = 3, - ACTIONS(63), 1, + [176497] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7189), 5, + ACTIONS(3674), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7191), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(3676), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147074] = 3, - ACTIONS(63), 1, + [176523] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7242), 5, + ACTIONS(7928), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7240), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7930), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147098] = 3, - ACTIONS(63), 1, + [176549] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7181), 5, + ACTIONS(8105), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7183), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8107), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147122] = 3, - ACTIONS(63), 1, + [176575] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7193), 5, + ACTIONS(8143), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7195), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8141), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147146] = 3, - ACTIONS(63), 1, + [176601] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7201), 5, + ACTIONS(7936), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7203), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7934), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147170] = 3, - ACTIONS(63), 1, + [176627] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7217), 5, + ACTIONS(7910), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7219), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7912), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147194] = 3, - ACTIONS(63), 1, + [176653] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8724), 1, + anon_sym_DQUOTE, + STATE(4070), 1, + sym_string, + ACTIONS(8726), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1081), 5, + anon_sym_in, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + aux_sym_heredoc_redirect_token1, + anon_sym_AMP, + ACTIONS(8722), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [176685] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7229), 5, + ACTIONS(7892), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7231), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7894), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147218] = 3, - ACTIONS(63), 1, + [176711] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7205), 5, + ACTIONS(8003), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7207), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8005), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147242] = 3, - ACTIONS(63), 1, + [176737] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3304), 5, + ACTIONS(8117), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3306), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8119), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147266] = 3, - ACTIONS(63), 1, + [176763] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7209), 5, + ACTIONS(7944), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7211), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7942), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147290] = 3, - ACTIONS(63), 1, + [176789] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7225), 5, + ACTIONS(8153), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7227), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8151), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - ACTIONS(63), 1, + [176815] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7324), 5, + ACTIONS(7957), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7326), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7959), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, 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, - ACTIONS(63), 1, + [176841] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7225), 5, + ACTIONS(8097), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7227), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8099), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147436] = 3, - ACTIONS(63), 1, + [176867] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7358), 5, + ACTIONS(8103), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7360), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8101), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147460] = 3, - ACTIONS(63), 1, + [176893] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7248), 5, + ACTIONS(7957), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7250), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7959), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147484] = 3, - ACTIONS(63), 1, + [176919] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7280), 5, + ACTIONS(7999), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7282), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(8001), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147508] = 3, - ACTIONS(63), 1, + [176945] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7187), 5, + ACTIONS(7944), 7, anon_sym_LT_LT, anon_sym_LT, anon_sym_GT, anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7185), 11, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + ACTIONS(7942), 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_AMP_DASH, + anon_sym_GT_AMP_DASH, anon_sym_LT_LT_DASH, anon_sym_LT_LT_LT, - [147532] = 3, - ACTIONS(63), 1, + [176971] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(6777), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(6779), 11, + ACTIONS(8647), 1, sym_file_descriptor, + ACTIONS(8756), 1, + aux_sym_heredoc_redirect_token1, + STATE(4643), 1, + sym__heredoc_expression, + ACTIONS(8637), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + ACTIONS(8643), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3654), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8639), 8, anon_sym_GT_GT, - anon_sym_PIPE_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [147556] = 3, - ACTIONS(63), 1, + [177006] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(7244), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(7246), 11, + ACTIONS(8758), 1, + aux_sym_concatenation_token1, + ACTIONS(8761), 1, + sym__concat, + STATE(3631), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1109), 2, sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1107), 12, 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, - [147580] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + [177037] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(7354), 5, - anon_sym_LT_LT, - anon_sym_LT, - anon_sym_GT, - anon_sym_PIPE, - anon_sym_AMP_GT, - ACTIONS(7356), 11, + ACTIONS(8728), 1, + aux_sym_concatenation_token1, + ACTIONS(8730), 1, + sym__concat, + STATE(3637), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3676), 2, sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3674), 12, 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, - [147604] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + [177068] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(7268), 5, - anon_sym_LT_LT, + ACTIONS(8647), 1, + sym_file_descriptor, + ACTIONS(8764), 1, + aux_sym_heredoc_redirect_token1, + STATE(4931), 1, + sym__heredoc_expression, + ACTIONS(8637), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(8643), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3654), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8639), 8, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7270), 11, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [177103] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8647), 1, sym_file_descriptor, + ACTIONS(8766), 1, + aux_sym_heredoc_redirect_token1, + STATE(4940), 1, + sym__heredoc_expression, + ACTIONS(8637), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + ACTIONS(8643), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3654), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8639), 8, anon_sym_GT_GT, - anon_sym_PIPE_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [147628] = 3, - ACTIONS(63), 1, + [177138] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(7272), 5, - anon_sym_LT_LT, + ACTIONS(8728), 1, + aux_sym_concatenation_token1, + ACTIONS(8768), 1, + sym__concat, + STATE(3631), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1101), 12, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7274), 11, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + [177169] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8647), 1, sym_file_descriptor, + ACTIONS(8770), 1, + aux_sym_heredoc_redirect_token1, + STATE(4541), 1, + sym__heredoc_expression, + ACTIONS(8637), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + ACTIONS(8643), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3654), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8639), 8, anon_sym_GT_GT, - anon_sym_PIPE_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [147652] = 3, - ACTIONS(63), 1, + [177204] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(3067), 5, - anon_sym_LT_LT, + ACTIONS(8728), 1, + aux_sym_concatenation_token1, + ACTIONS(8772), 1, + sym__concat, + STATE(3631), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1121), 12, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3069), 11, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + [177235] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8647), 1, sym_file_descriptor, + ACTIONS(8774), 1, + aux_sym_heredoc_redirect_token1, + STATE(4535), 1, + sym__heredoc_expression, + ACTIONS(8637), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + ACTIONS(8643), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3654), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8639), 8, anon_sym_GT_GT, - anon_sym_PIPE_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [147676] = 3, - ACTIONS(63), 1, + [177270] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(7177), 5, - anon_sym_LT_LT, + ACTIONS(8647), 1, + sym_file_descriptor, + ACTIONS(8776), 1, + aux_sym_heredoc_redirect_token1, + STATE(4642), 1, + sym__heredoc_expression, + ACTIONS(8637), 2, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + ACTIONS(8643), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3654), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8639), 8, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7179), 11, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + [177305] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8647), 1, sym_file_descriptor, + ACTIONS(8778), 1, + aux_sym_heredoc_redirect_token1, + STATE(4855), 1, + sym__heredoc_expression, + ACTIONS(8637), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + ACTIONS(8643), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3654), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8639), 8, anon_sym_GT_GT, - anon_sym_PIPE_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [147700] = 3, - ACTIONS(63), 1, + [177340] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(3003), 5, - anon_sym_LT_LT, + ACTIONS(8728), 1, + aux_sym_concatenation_token1, + ACTIONS(8730), 1, + sym__concat, + STATE(3637), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3695), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3693), 12, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(3005), 11, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + [177371] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8647), 1, sym_file_descriptor, + ACTIONS(8780), 1, + aux_sym_heredoc_redirect_token1, + STATE(5046), 1, + sym__heredoc_expression, + ACTIONS(8637), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + ACTIONS(8643), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3654), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8639), 8, anon_sym_GT_GT, - anon_sym_PIPE_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [147724] = 3, - ACTIONS(63), 1, + [177406] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(7294), 5, - anon_sym_LT_LT, + ACTIONS(8728), 1, + aux_sym_concatenation_token1, + ACTIONS(8730), 1, + sym__concat, + STATE(3635), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3680), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3678), 12, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7292), 11, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + [177437] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8728), 1, + aux_sym_concatenation_token1, + ACTIONS(8730), 1, + sym__concat, + STATE(3635), 1, + aux_sym_concatenation_repeat1, + ACTIONS(3662), 2, sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3660), 12, 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, - [147748] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + [177468] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7290), 5, - anon_sym_LT_LT, + ACTIONS(1168), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1166), 13, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7288), 11, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_concatenation_token1, + [177492] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1144), 3, sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1142), 13, 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, - [147772] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_concatenation_token1, + [177516] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7350), 5, - anon_sym_LT_LT, + ACTIONS(1164), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1162), 13, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7352), 11, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_concatenation_token1, + [177540] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1188), 3, sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1186), 13, 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, - [147796] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_concatenation_token1, + [177564] = 10, + ACTIONS(3), 1, sym_comment, - ACTIONS(7276), 5, - anon_sym_LT_LT, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8786), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8788), 1, + sym_variable_name, + STATE(2317), 1, + sym_subscript, + STATE(4151), 1, + sym_command_substitution, + ACTIONS(8784), 3, + anon_sym_DOLLAR, + anon_sym_0, + anon_sym__, + ACTIONS(8782), 6, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_POUND, + anon_sym_AT2, + [177602] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1208), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1206), 13, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7278), 11, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_concatenation_token1, + [177626] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1152), 3, sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1150), 13, 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, - [147820] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_concatenation_token1, + [177650] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 5, - anon_sym_LT_LT, + ACTIONS(1109), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1107), 13, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7344), 11, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_concatenation_token1, + [177674] = 10, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6061), 1, + anon_sym_DQUOTE, + ACTIONS(6069), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(7494), 1, + anon_sym_BQUOTE, + ACTIONS(7496), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8710), 1, + anon_sym_LPAREN, + ACTIONS(8712), 1, + anon_sym_DOLLAR, + ACTIONS(8718), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8790), 4, + sym_variable_name, + sym__expansion_word, + sym_raw_string, + sym_word, + STATE(4326), 5, + sym_string, + sym_array, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [177712] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(7673), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(8798), 1, sym_file_descriptor, + ACTIONS(7665), 2, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, + ACTIONS(8795), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + STATE(3654), 2, + sym_file_redirect, + aux_sym_redirected_statement_repeat2, + ACTIONS(8792), 8, anon_sym_GT_GT, - anon_sym_PIPE_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [147844] = 3, - ACTIONS(63), 1, + [177744] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7342), 5, - anon_sym_LT_LT, + ACTIONS(1152), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1150), 13, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7344), 11, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_concatenation_token1, + [177768] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1148), 3, sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1146), 13, 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, - [147868] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_concatenation_token1, + [177792] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7213), 5, - anon_sym_LT_LT, + ACTIONS(1196), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1194), 13, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7215), 11, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_concatenation_token1, + [177816] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8801), 1, + sym__special_character, + STATE(3659), 1, + aux_sym__literal_repeat1, + ACTIONS(3680), 2, sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3678), 12, 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, - [147892] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + [177844] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(7336), 5, - anon_sym_LT_LT, + ACTIONS(8803), 1, + sym__special_character, + STATE(3659), 1, + aux_sym__literal_repeat1, + ACTIONS(1214), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1212), 12, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7334), 11, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + [177872] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1160), 3, sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1158), 13, 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, - [147916] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_concatenation_token1, + [177896] = 9, + ACTIONS(3), 1, sym_comment, - ACTIONS(7286), 5, - anon_sym_LT_LT, + ACTIONS(7882), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(7884), 1, + anon_sym_BQUOTE, + ACTIONS(7886), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8810), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8812), 1, + sym_variable_name, + STATE(4151), 2, + sym_subscript, + sym_command_substitution, + ACTIONS(8808), 3, + anon_sym_DOLLAR, + anon_sym_0, + anon_sym__, + ACTIONS(8806), 6, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_POUND, + anon_sym_AT2, + [177932] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1200), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1198), 13, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7284), 11, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_concatenation_token1, + [177956] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8801), 1, + sym__special_character, + STATE(3659), 1, + aux_sym__literal_repeat1, + ACTIONS(3662), 2, sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3660), 12, 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, - [147940] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + [177984] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(6785), 5, - anon_sym_LT_LT, + ACTIONS(1192), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1190), 13, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(6787), 11, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_concatenation_token1, + [178008] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1204), 3, sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1202), 13, 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, - [147964] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_concatenation_token1, + [178032] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7322), 5, - anon_sym_LT_LT, + ACTIONS(1180), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1178), 13, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7320), 11, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_concatenation_token1, + [178056] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1156), 3, sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1154), 13, 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, - [147988] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_concatenation_token1, + [178080] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7340), 5, - anon_sym_LT_LT, + ACTIONS(1184), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1182), 13, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7338), 11, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_concatenation_token1, + [178104] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1176), 3, sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1174), 13, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, - anon_sym_PIPE_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [148012] = 3, - ACTIONS(63), 1, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_concatenation_token1, + [178128] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(7318), 5, - anon_sym_LT_LT, + ACTIONS(1172), 3, + sym_file_descriptor, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1170), 13, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, + anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, - anon_sym_PIPE, anon_sym_AMP_GT, - ACTIONS(7316), 11, + anon_sym_AMP_GT_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + anon_sym_GT_PIPE, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + aux_sym_concatenation_token1, + [178152] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8816), 1, + anon_sym_DQUOTE, + STATE(4236), 1, + sym_string, + ACTIONS(1091), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + ACTIONS(8818), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(8814), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [178181] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1119), 2, sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(1117), 13, anon_sym_AMP_AMP, anon_sym_PIPE_PIPE, anon_sym_GT_GT, - anon_sym_PIPE_AMP, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, anon_sym_GT_PIPE, - anon_sym_LT_LT_DASH, - anon_sym_LT_LT_LT, - [148036] = 6, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + sym__special_character, + [178204] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(4560), 1, anon_sym_DQUOTE, - STATE(3759), 1, + STATE(4252), 1, sym_string, - ACTIONS(1127), 2, + ACTIONS(1091), 2, anon_sym_RPAREN, anon_sym_PIPE, - ACTIONS(7765), 2, + ACTIONS(8822), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7763), 9, + ACTIONS(8820), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -179572,20 +208425,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [148065] = 6, + [178233] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7689), 1, + ACTIONS(4560), 1, anon_sym_DQUOTE, - STATE(3761), 1, + STATE(4252), 1, sym_string, - ACTIONS(1127), 2, - anon_sym_SLASH, - anon_sym_RBRACE3, - ACTIONS(7769), 2, + ACTIONS(1081), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + ACTIONS(8822), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7767), 9, + ACTIONS(8820), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -179595,92 +208448,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [148094] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7775), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(7777), 1, - sym_file_descriptor, - STATE(4155), 1, - sym__heredoc_pipeline, - ACTIONS(7773), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(3496), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [148125] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7777), 1, - 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, - 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, - [148156] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7777), 1, - sym_file_descriptor, - ACTIONS(7781), 1, - aux_sym_heredoc_redirect_token1, - STATE(4117), 1, - sym__heredoc_pipeline, - ACTIONS(7773), 2, - anon_sym_PIPE, - anon_sym_PIPE_AMP, - STATE(3503), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [148187] = 6, + [178262] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(7689), 1, + ACTIONS(8816), 1, anon_sym_DQUOTE, - STATE(3761), 1, + STATE(4236), 1, sym_string, - ACTIONS(1137), 2, + ACTIONS(1081), 2, anon_sym_SLASH, anon_sym_RBRACE3, - ACTIONS(7769), 2, + ACTIONS(8818), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7767), 9, + ACTIONS(8814), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -179690,1728 +208471,2167 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [148216] = 7, + [178291] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8826), 1, + anon_sym_DOLLAR, + ACTIONS(8828), 1, + anon_sym_DQUOTE, + ACTIONS(8830), 1, + sym__string_content, + ACTIONS(8832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8836), 1, + anon_sym_BQUOTE, + ACTIONS(8838), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3736), 1, + aux_sym_string_repeat1, + ACTIONS(8824), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3974), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [178329] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8830), 1, + sym__string_content, + ACTIONS(8832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8836), 1, + anon_sym_BQUOTE, + ACTIONS(8838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8840), 1, + anon_sym_DOLLAR, + ACTIONS(8842), 1, + anon_sym_DQUOTE, + STATE(3792), 1, + aux_sym_string_repeat1, + ACTIONS(8824), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3974), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [178367] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8830), 1, + sym__string_content, + ACTIONS(8832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8836), 1, + anon_sym_BQUOTE, + ACTIONS(8838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8844), 1, + anon_sym_DOLLAR, + ACTIONS(8846), 1, + anon_sym_DQUOTE, + STATE(3692), 1, + aux_sym_string_repeat1, + ACTIONS(8824), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3974), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [178405] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8830), 1, + sym__string_content, + ACTIONS(8832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8836), 1, + anon_sym_BQUOTE, + ACTIONS(8838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8848), 1, + anon_sym_DOLLAR, + ACTIONS(8850), 1, + anon_sym_DQUOTE, + STATE(3736), 1, + aux_sym_string_repeat1, + ACTIONS(8824), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3974), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [178443] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8830), 1, + sym__string_content, + ACTIONS(8832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8836), 1, + anon_sym_BQUOTE, + ACTIONS(8838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8852), 1, + anon_sym_DOLLAR, + ACTIONS(8854), 1, + anon_sym_DQUOTE, + STATE(3676), 1, + aux_sym_string_repeat1, + ACTIONS(8824), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3974), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [178481] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8830), 1, + sym__string_content, + ACTIONS(8832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8836), 1, + anon_sym_BQUOTE, + ACTIONS(8838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8856), 1, + anon_sym_DOLLAR, + ACTIONS(8858), 1, + anon_sym_DQUOTE, + STATE(3697), 1, + aux_sym_string_repeat1, + ACTIONS(8824), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3974), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [178519] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8830), 1, + sym__string_content, + ACTIONS(8832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8836), 1, + anon_sym_BQUOTE, + ACTIONS(8838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8860), 1, + anon_sym_DOLLAR, + ACTIONS(8862), 1, + anon_sym_DQUOTE, + STATE(3679), 1, + aux_sym_string_repeat1, + ACTIONS(8824), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3974), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [178557] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8830), 1, + sym__string_content, + ACTIONS(8832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8836), 1, + anon_sym_BQUOTE, + ACTIONS(8838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8864), 1, + anon_sym_DOLLAR, + ACTIONS(8866), 1, + anon_sym_DQUOTE, + STATE(3736), 1, + aux_sym_string_repeat1, + ACTIONS(8824), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3974), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [178595] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8830), 1, + sym__string_content, + ACTIONS(8832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8836), 1, + anon_sym_BQUOTE, + ACTIONS(8838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8868), 1, + anon_sym_DOLLAR, + ACTIONS(8870), 1, + anon_sym_DQUOTE, + STATE(3783), 1, + aux_sym_string_repeat1, + ACTIONS(8824), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3974), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [178633] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8830), 1, + sym__string_content, + ACTIONS(8832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8836), 1, + anon_sym_BQUOTE, + ACTIONS(8838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8872), 1, + anon_sym_DOLLAR, + ACTIONS(8874), 1, + anon_sym_DQUOTE, + STATE(3683), 1, + aux_sym_string_repeat1, + ACTIONS(8824), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3974), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [178671] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8830), 1, + sym__string_content, + ACTIONS(8832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8836), 1, + anon_sym_BQUOTE, + ACTIONS(8838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8876), 1, + anon_sym_DOLLAR, + ACTIONS(8878), 1, + anon_sym_DQUOTE, + STATE(3736), 1, + aux_sym_string_repeat1, + ACTIONS(8824), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3974), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [178709] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8830), 1, + sym__string_content, + ACTIONS(8832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8836), 1, + anon_sym_BQUOTE, + ACTIONS(8838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8880), 1, + anon_sym_DOLLAR, + ACTIONS(8882), 1, + anon_sym_DQUOTE, + STATE(3736), 1, + aux_sym_string_repeat1, + ACTIONS(8824), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3974), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [178747] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, - sym_file_descriptor, - ACTIONS(7783), 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, - 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, - [148247] = 7, + ACTIONS(8830), 1, + sym__string_content, + ACTIONS(8832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8836), 1, + anon_sym_BQUOTE, + ACTIONS(8838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8884), 1, + anon_sym_DOLLAR, + ACTIONS(8886), 1, + anon_sym_DQUOTE, + STATE(3687), 1, + aux_sym_string_repeat1, + ACTIONS(8824), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3974), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [178785] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, - sym_file_descriptor, - ACTIONS(7785), 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, - 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, - [148278] = 7, + ACTIONS(8830), 1, + sym__string_content, + ACTIONS(8832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8836), 1, + anon_sym_BQUOTE, + ACTIONS(8838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8888), 1, + anon_sym_DOLLAR, + ACTIONS(8890), 1, + anon_sym_DQUOTE, + STATE(3686), 1, + aux_sym_string_repeat1, + ACTIONS(8824), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3974), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [178823] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, - 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, - 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, - [148309] = 7, + ACTIONS(8830), 1, + sym__string_content, + ACTIONS(8832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8836), 1, + anon_sym_BQUOTE, + ACTIONS(8838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8892), 1, + anon_sym_DOLLAR, + ACTIONS(8894), 1, + anon_sym_DQUOTE, + STATE(3736), 1, + aux_sym_string_repeat1, + ACTIONS(8824), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3974), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [178861] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, - sym_file_descriptor, - ACTIONS(7789), 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, - 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, - [148340] = 6, + ACTIONS(8830), 1, + sym__string_content, + ACTIONS(8832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8836), 1, + anon_sym_BQUOTE, + ACTIONS(8838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8896), 1, + anon_sym_DOLLAR, + ACTIONS(8898), 1, + anon_sym_DQUOTE, + STATE(3696), 1, + aux_sym_string_repeat1, + ACTIONS(8824), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3974), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [178899] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, - anon_sym_DQUOTE, - STATE(3759), 1, - sym_string, - ACTIONS(1137), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - ACTIONS(7765), 2, - aux_sym__simple_variable_name_token1, - aux_sym__multiline_variable_name_token1, - ACTIONS(7763), 9, - anon_sym_DASH, - anon_sym_STAR, - anon_sym_BANG, - anon_sym_QMARK, + ACTIONS(8830), 1, + sym__string_content, + ACTIONS(8832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8836), 1, + anon_sym_BQUOTE, + ACTIONS(8838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8900), 1, anon_sym_DOLLAR, - anon_sym_POUND, - anon_sym_AT2, - anon_sym_0, - anon_sym__, - [148369] = 7, + ACTIONS(8902), 1, + anon_sym_DQUOTE, + STATE(3736), 1, + aux_sym_string_repeat1, + ACTIONS(8824), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3974), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [178937] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, - sym_file_descriptor, - ACTIONS(7791), 1, - 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, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [148400] = 11, + ACTIONS(8830), 1, + sym__string_content, + ACTIONS(8832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8836), 1, + anon_sym_BQUOTE, + ACTIONS(8838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8904), 1, + anon_sym_DOLLAR, + ACTIONS(8906), 1, + anon_sym_DQUOTE, + STATE(3690), 1, + aux_sym_string_repeat1, + ACTIONS(8824), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3974), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [178975] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7795), 1, + ACTIONS(8830), 1, + sym__string_content, + ACTIONS(8832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8836), 1, + anon_sym_BQUOTE, + ACTIONS(8838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(8908), 1, anon_sym_DOLLAR, - ACTIONS(7797), 1, + ACTIONS(8910), 1, anon_sym_DQUOTE, - ACTIONS(7799), 1, + STATE(3698), 1, + aux_sym_string_repeat1, + ACTIONS(8824), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3974), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [179013] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3293), 1, + ACTIONS(8912), 1, + anon_sym_DOLLAR, + ACTIONS(8914), 1, + anon_sym_DQUOTE, + STATE(3707), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148438] = 11, + [179051] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7809), 1, + ACTIONS(8916), 1, anon_sym_DOLLAR, - ACTIONS(7811), 1, + ACTIONS(8918), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148476] = 11, + [179089] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7813), 1, + ACTIONS(8920), 1, anon_sym_DOLLAR, - ACTIONS(7815), 1, + ACTIONS(8922), 1, anon_sym_DQUOTE, - STATE(3288), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148514] = 11, + [179127] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7817), 1, + ACTIONS(8924), 1, anon_sym_DOLLAR, - ACTIONS(7819), 1, + ACTIONS(8926), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148552] = 11, + [179165] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7821), 1, + ACTIONS(8928), 1, anon_sym_DOLLAR, - ACTIONS(7823), 1, + ACTIONS(8930), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148590] = 11, + [179203] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7825), 1, + ACTIONS(8932), 1, anon_sym_DOLLAR, - ACTIONS(7827), 1, + ACTIONS(8934), 1, anon_sym_DQUOTE, - STATE(3247), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148628] = 11, + [179241] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7829), 1, + ACTIONS(8936), 1, anon_sym_DOLLAR, - ACTIONS(7831), 1, + ACTIONS(8938), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3699), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148666] = 11, + [179279] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7833), 1, + ACTIONS(8940), 1, anon_sym_DOLLAR, - ACTIONS(7835), 1, + ACTIONS(8942), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3703), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148704] = 11, + [179317] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7837), 1, + ACTIONS(8944), 1, anon_sym_DOLLAR, - ACTIONS(7839), 1, + ACTIONS(8946), 1, anon_sym_DQUOTE, - STATE(3256), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148742] = 11, + [179355] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7841), 1, + ACTIONS(8948), 1, anon_sym_DOLLAR, - ACTIONS(7843), 1, + ACTIONS(8950), 1, anon_sym_DQUOTE, - STATE(3331), 1, + STATE(3709), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148780] = 11, + [179393] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7845), 1, + ACTIONS(8952), 1, anon_sym_DOLLAR, - ACTIONS(7847), 1, + ACTIONS(8954), 1, anon_sym_DQUOTE, - STATE(3266), 1, + STATE(3700), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148818] = 11, + [179431] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7849), 1, + ACTIONS(8956), 1, anon_sym_DOLLAR, - ACTIONS(7851), 1, + ACTIONS(8958), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148856] = 11, + [179469] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7853), 1, + ACTIONS(8960), 1, anon_sym_DOLLAR, - ACTIONS(7855), 1, + ACTIONS(8962), 1, anon_sym_DQUOTE, - STATE(3249), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148894] = 11, + [179507] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7857), 1, + ACTIONS(8964), 1, anon_sym_DOLLAR, - ACTIONS(7859), 1, + ACTIONS(8966), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3713), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148932] = 11, + [179545] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7861), 1, + ACTIONS(8968), 1, anon_sym_DOLLAR, - ACTIONS(7863), 1, + ACTIONS(8970), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [148970] = 11, + [179583] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7865), 1, + ACTIONS(8972), 1, anon_sym_DOLLAR, - ACTIONS(7867), 1, + ACTIONS(8974), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3706), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149008] = 11, + [179621] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7869), 1, + ACTIONS(8976), 1, anon_sym_DOLLAR, - ACTIONS(7871), 1, + ACTIONS(8978), 1, anon_sym_DQUOTE, - STATE(3257), 1, + STATE(3712), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149046] = 11, + [179659] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7873), 1, + ACTIONS(8980), 1, anon_sym_DOLLAR, - ACTIONS(7875), 1, + ACTIONS(8982), 1, anon_sym_DQUOTE, - STATE(3250), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149084] = 11, + [179697] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7877), 1, + ACTIONS(8984), 1, anon_sym_DOLLAR, - ACTIONS(7879), 1, + ACTIONS(8986), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149122] = 11, + [179735] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7881), 1, + ACTIONS(8988), 1, anon_sym_DOLLAR, - ACTIONS(7883), 1, + ACTIONS(8990), 1, anon_sym_DQUOTE, - STATE(3281), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149160] = 11, + [179773] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7885), 1, + ACTIONS(8992), 1, anon_sym_DOLLAR, - ACTIONS(7887), 1, + ACTIONS(8994), 1, anon_sym_DQUOTE, - STATE(3254), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149198] = 11, + [179811] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7889), 1, + ACTIONS(8996), 1, anon_sym_DOLLAR, - ACTIONS(7891), 1, + ACTIONS(8998), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3719), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149236] = 11, + [179849] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7893), 1, + ACTIONS(9000), 1, anon_sym_DOLLAR, - ACTIONS(7895), 1, + ACTIONS(9002), 1, anon_sym_DQUOTE, - STATE(3270), 1, + STATE(3714), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149274] = 11, + [179887] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7897), 1, + ACTIONS(9004), 1, anon_sym_DOLLAR, - ACTIONS(7899), 1, + ACTIONS(9006), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3715), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149312] = 11, + [179925] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7901), 1, + ACTIONS(9008), 1, anon_sym_DOLLAR, - ACTIONS(7903), 1, + ACTIONS(9010), 1, anon_sym_DQUOTE, - STATE(3246), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149350] = 11, + [179963] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3695), 2, + sym_file_descriptor, + aux_sym_heredoc_redirect_token1, + ACTIONS(3693), 12, + 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, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + [179985] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7905), 1, + ACTIONS(9012), 1, anon_sym_DOLLAR, - ACTIONS(7907), 1, + ACTIONS(9014), 1, anon_sym_DQUOTE, - STATE(3277), 1, + STATE(3722), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149388] = 11, + [180023] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7909), 1, + ACTIONS(9016), 1, anon_sym_DOLLAR, - ACTIONS(7911), 1, + ACTIONS(9018), 1, anon_sym_DQUOTE, - STATE(3264), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149426] = 11, + [180061] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7913), 1, + ACTIONS(9020), 1, anon_sym_DOLLAR, - ACTIONS(7915), 1, + ACTIONS(9022), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3726), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149464] = 11, + [180099] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7920), 1, + ACTIONS(8830), 1, + sym__string_content, + ACTIONS(8832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8836), 1, + anon_sym_BQUOTE, + ACTIONS(8838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9024), 1, anon_sym_DOLLAR, - ACTIONS(7923), 1, + ACTIONS(9026), 1, anon_sym_DQUOTE, - ACTIONS(7925), 1, + STATE(3736), 1, + aux_sym_string_repeat1, + ACTIONS(8824), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3974), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [180137] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7928), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7931), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7934), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7937), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - STATE(3271), 1, + ACTIONS(9028), 1, + anon_sym_DOLLAR, + ACTIONS(9030), 1, + anon_sym_DQUOTE, + STATE(3730), 1, aux_sym_string_repeat1, - ACTIONS(7917), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149502] = 11, + [180175] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7940), 1, + ACTIONS(9032), 1, anon_sym_DOLLAR, - ACTIONS(7942), 1, + ACTIONS(9034), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149540] = 11, + [180213] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7944), 1, + ACTIONS(9036), 1, anon_sym_DOLLAR, - ACTIONS(7946), 1, + ACTIONS(9038), 1, anon_sym_DQUOTE, - STATE(3325), 1, + STATE(3724), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149578] = 11, + [180251] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7948), 1, + ACTIONS(9040), 1, anon_sym_DOLLAR, - ACTIONS(7950), 1, + ACTIONS(9042), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149616] = 11, + [180289] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7952), 1, + ACTIONS(9044), 1, anon_sym_DOLLAR, - ACTIONS(7954), 1, + ACTIONS(9046), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3731), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149654] = 11, + [180327] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7956), 1, + ACTIONS(9048), 1, anon_sym_DOLLAR, - ACTIONS(7958), 1, + ACTIONS(9050), 1, anon_sym_DQUOTE, - STATE(3274), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149692] = 11, + [180365] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7960), 1, + ACTIONS(9052), 1, anon_sym_DOLLAR, - ACTIONS(7962), 1, + ACTIONS(9054), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149730] = 11, + [180403] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7964), 1, + ACTIONS(9056), 1, anon_sym_DOLLAR, - ACTIONS(7966), 1, + ACTIONS(9058), 1, anon_sym_DQUOTE, - STATE(3272), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149768] = 11, + [180441] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7968), 1, + ACTIONS(9060), 1, anon_sym_DOLLAR, - ACTIONS(7970), 1, + ACTIONS(9062), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3728), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149806] = 11, + [180479] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7972), 1, + ACTIONS(9064), 1, anon_sym_DOLLAR, - ACTIONS(7974), 1, + ACTIONS(9066), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3737), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149844] = 11, + [180517] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7976), 1, + ACTIONS(9068), 1, + anon_sym_DOLLAR, + ACTIONS(9070), 1, + anon_sym_DQUOTE, + STATE(3732), 1, + aux_sym_string_repeat1, + ACTIONS(8824), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3974), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [180555] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9075), 1, anon_sym_DOLLAR, - ACTIONS(7978), 1, + ACTIONS(9078), 1, anon_sym_DQUOTE, - STATE(3271), 1, + ACTIONS(9080), 1, + sym__string_content, + ACTIONS(9083), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9086), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9089), 1, + anon_sym_BQUOTE, + ACTIONS(9092), 1, + anon_sym_DOLLAR_BQUOTE, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(9072), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149882] = 11, + [180593] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7980), 1, + ACTIONS(9095), 1, anon_sym_DOLLAR, - ACTIONS(7982), 1, + ACTIONS(9097), 1, anon_sym_DQUOTE, - STATE(3287), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149920] = 11, + [180631] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7984), 1, + ACTIONS(9099), 1, anon_sym_DOLLAR, - ACTIONS(7986), 1, + ACTIONS(9101), 1, anon_sym_DQUOTE, - STATE(3258), 1, + STATE(3739), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149958] = 11, + [180669] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7988), 1, + ACTIONS(9103), 1, anon_sym_DOLLAR, - ACTIONS(7990), 1, + ACTIONS(9105), 1, anon_sym_DQUOTE, - STATE(3289), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [149996] = 11, + [180707] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7992), 1, + ACTIONS(9107), 1, anon_sym_DOLLAR, - ACTIONS(7994), 1, + ACTIONS(9109), 1, anon_sym_DQUOTE, - STATE(3279), 1, + STATE(3743), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150034] = 11, + [180745] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(7996), 1, + ACTIONS(9111), 1, anon_sym_DOLLAR, - ACTIONS(7998), 1, + ACTIONS(9113), 1, anon_sym_DQUOTE, - STATE(3280), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150072] = 11, + [180783] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8000), 1, + ACTIONS(9115), 1, anon_sym_DOLLAR, - ACTIONS(8002), 1, + ACTIONS(9117), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3747), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150110] = 11, + [180821] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8004), 1, + ACTIONS(9119), 1, anon_sym_DOLLAR, - ACTIONS(8006), 1, + ACTIONS(9121), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150148] = 11, + [180859] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8008), 1, + ACTIONS(9123), 1, anon_sym_DOLLAR, - ACTIONS(8010), 1, + ACTIONS(9125), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3741), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150186] = 11, + [180897] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8012), 1, + ACTIONS(9127), 1, anon_sym_DOLLAR, - ACTIONS(8014), 1, + ACTIONS(9129), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3746), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150224] = 11, + [180935] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8016), 1, + ACTIONS(9131), 1, anon_sym_DOLLAR, - ACTIONS(8018), 1, + ACTIONS(9133), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150262] = 11, + [180973] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8020), 1, + ACTIONS(9135), 1, anon_sym_DOLLAR, - ACTIONS(8022), 1, + ACTIONS(9137), 1, anon_sym_DQUOTE, - STATE(3299), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150300] = 11, + [181011] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8024), 1, + ACTIONS(9139), 1, anon_sym_DOLLAR, - ACTIONS(8026), 1, + ACTIONS(9141), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3754), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150338] = 11, + [181049] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8028), 1, + ACTIONS(9143), 1, anon_sym_DOLLAR, - ACTIONS(8030), 1, + ACTIONS(9145), 1, anon_sym_DQUOTE, - STATE(3290), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150376] = 11, + [181087] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8032), 1, + ACTIONS(9147), 1, anon_sym_DOLLAR, - ACTIONS(8034), 1, + ACTIONS(9149), 1, anon_sym_DQUOTE, - STATE(3296), 1, + STATE(3757), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150414] = 11, + [181125] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8036), 1, + ACTIONS(9151), 1, anon_sym_DOLLAR, - ACTIONS(8038), 1, + ACTIONS(9153), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3766), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150452] = 11, + [181163] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8040), 1, + ACTIONS(9155), 1, anon_sym_DOLLAR, - ACTIONS(8042), 1, + ACTIONS(9157), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3749), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150490] = 11, + [181201] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8044), 1, + ACTIONS(9159), 1, anon_sym_DOLLAR, - ACTIONS(8046), 1, + ACTIONS(9161), 1, anon_sym_DQUOTE, - STATE(3291), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150528] = 11, + [181239] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8048), 1, + ACTIONS(9163), 1, anon_sym_DOLLAR, - ACTIONS(8050), 1, + ACTIONS(9165), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150566] = 11, + [181277] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8052), 1, + ACTIONS(9167), 1, anon_sym_DOLLAR, - ACTIONS(8054), 1, + ACTIONS(9169), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3753), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150604] = 6, + [181315] = 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(3676), 2, sym_file_descriptor, aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 9, + ACTIONS(3674), 12, + anon_sym_AMP_AMP, + anon_sym_PIPE_PIPE, anon_sym_GT_GT, anon_sym_LT, anon_sym_GT, @@ -181420,909 +210640,991 @@ 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, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + [181337] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8830), 1, + sym__string_content, + ACTIONS(8832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8836), 1, + anon_sym_BQUOTE, + ACTIONS(8838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9171), 1, + anon_sym_DOLLAR, + ACTIONS(9173), 1, + anon_sym_DQUOTE, + STATE(3736), 1, + aux_sym_string_repeat1, + ACTIONS(8824), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3974), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [181375] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8060), 1, + ACTIONS(9175), 1, anon_sym_DOLLAR, - ACTIONS(8062), 1, + ACTIONS(9177), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150670] = 11, + [181413] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8064), 1, + ACTIONS(9179), 1, anon_sym_DOLLAR, - ACTIONS(8066), 1, + ACTIONS(9181), 1, anon_sym_DQUOTE, - STATE(3308), 1, + STATE(3764), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150708] = 11, + [181451] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8068), 1, + ACTIONS(9183), 1, anon_sym_DOLLAR, - ACTIONS(8070), 1, + ACTIONS(9185), 1, anon_sym_DQUOTE, - STATE(3297), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150746] = 11, + [181489] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8072), 1, + ACTIONS(9187), 1, anon_sym_DOLLAR, - ACTIONS(8074), 1, + ACTIONS(9189), 1, anon_sym_DQUOTE, - STATE(3315), 1, + STATE(3758), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150784] = 11, + [181527] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8076), 1, + ACTIONS(9191), 1, anon_sym_DOLLAR, - ACTIONS(8078), 1, + ACTIONS(9193), 1, anon_sym_DQUOTE, - STATE(3310), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150822] = 11, + [181565] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8080), 1, + ACTIONS(9195), 1, anon_sym_DOLLAR, - ACTIONS(8082), 1, + ACTIONS(9197), 1, anon_sym_DQUOTE, - STATE(3302), 1, + STATE(3762), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150860] = 11, + [181603] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8084), 1, + ACTIONS(9199), 1, anon_sym_DOLLAR, - ACTIONS(8086), 1, + ACTIONS(9201), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150898] = 11, + [181641] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8088), 1, + ACTIONS(9203), 1, anon_sym_DOLLAR, - ACTIONS(8090), 1, + ACTIONS(9205), 1, anon_sym_DQUOTE, - STATE(3319), 1, + STATE(3760), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150936] = 11, + [181679] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8092), 1, + ACTIONS(9207), 1, anon_sym_DOLLAR, - ACTIONS(8094), 1, + ACTIONS(9209), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [150974] = 11, + [181717] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8096), 1, + ACTIONS(9211), 1, anon_sym_DOLLAR, - ACTIONS(8098), 1, + ACTIONS(9213), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3770), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151012] = 11, + [181755] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8100), 1, + ACTIONS(9215), 1, anon_sym_DOLLAR, - ACTIONS(8102), 1, + ACTIONS(9217), 1, anon_sym_DQUOTE, - STATE(3321), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151050] = 11, + [181793] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8104), 1, + ACTIONS(9219), 1, anon_sym_DOLLAR, - ACTIONS(8106), 1, + ACTIONS(9221), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3768), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151088] = 11, + [181831] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8108), 1, + ACTIONS(9223), 1, anon_sym_DOLLAR, - ACTIONS(8110), 1, + ACTIONS(9225), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151126] = 11, + [181869] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8112), 1, + ACTIONS(9227), 1, anon_sym_DOLLAR, - ACTIONS(8114), 1, + ACTIONS(9229), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151164] = 11, + [181907] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8116), 1, + ACTIONS(9231), 1, anon_sym_DOLLAR, - ACTIONS(8118), 1, + ACTIONS(9233), 1, anon_sym_DQUOTE, - STATE(3313), 1, + STATE(3775), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151202] = 11, + [181945] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8120), 1, + ACTIONS(9235), 1, anon_sym_DOLLAR, - ACTIONS(8122), 1, + ACTIONS(9237), 1, anon_sym_DQUOTE, - STATE(3311), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151240] = 11, + [181983] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8124), 1, + ACTIONS(9239), 1, anon_sym_DOLLAR, - ACTIONS(8126), 1, + ACTIONS(9241), 1, anon_sym_DQUOTE, - STATE(3300), 1, + STATE(3771), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151278] = 11, + [182021] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8128), 1, + ACTIONS(9243), 1, anon_sym_DOLLAR, - ACTIONS(8130), 1, + ACTIONS(9245), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151316] = 11, + [182059] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8132), 1, + ACTIONS(9247), 1, anon_sym_DOLLAR, - ACTIONS(8134), 1, + ACTIONS(9249), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3781), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151354] = 11, + [182097] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8136), 1, + ACTIONS(9251), 1, anon_sym_DOLLAR, - ACTIONS(8138), 1, + ACTIONS(9253), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151392] = 11, + [182135] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8140), 1, + ACTIONS(9255), 1, anon_sym_DOLLAR, - ACTIONS(8142), 1, + ACTIONS(9257), 1, anon_sym_DQUOTE, - STATE(3327), 1, + STATE(3777), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151430] = 11, + [182173] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8144), 1, + ACTIONS(9259), 1, anon_sym_DOLLAR, - ACTIONS(8146), 1, + ACTIONS(9261), 1, anon_sym_DQUOTE, - STATE(3314), 1, + STATE(3780), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151468] = 11, + [182211] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8148), 1, + ACTIONS(9263), 1, anon_sym_DOLLAR, - ACTIONS(8150), 1, + ACTIONS(9265), 1, anon_sym_DQUOTE, - STATE(3330), 1, + STATE(3736), 1, + aux_sym_string_repeat1, + ACTIONS(8824), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3974), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [182249] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8830), 1, + sym__string_content, + ACTIONS(8832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8836), 1, + anon_sym_BQUOTE, + ACTIONS(8838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9267), 1, + anon_sym_DOLLAR, + ACTIONS(9269), 1, + anon_sym_DQUOTE, + STATE(3736), 1, + aux_sym_string_repeat1, + ACTIONS(8824), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(3974), 4, + sym_arithmetic_expansion, + sym_simple_expansion, + sym_expansion, + sym_command_substitution, + [182287] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8830), 1, + sym__string_content, + ACTIONS(8832), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(8834), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(8836), 1, + anon_sym_BQUOTE, + ACTIONS(8838), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9271), 1, + anon_sym_DOLLAR, + ACTIONS(9273), 1, + anon_sym_DQUOTE, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151506] = 11, + [182325] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8152), 1, + ACTIONS(9275), 1, anon_sym_DOLLAR, - ACTIONS(8154), 1, + ACTIONS(9277), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151544] = 11, + [182363] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8156), 1, + ACTIONS(9279), 1, anon_sym_DOLLAR, - ACTIONS(8158), 1, + ACTIONS(9281), 1, anon_sym_DQUOTE, - STATE(3320), 1, + STATE(3773), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151582] = 11, + [182401] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8160), 1, + ACTIONS(9283), 1, anon_sym_DOLLAR, - ACTIONS(8162), 1, + ACTIONS(9285), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3782), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151620] = 11, + [182439] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8164), 1, + ACTIONS(9287), 1, anon_sym_DOLLAR, - ACTIONS(8166), 1, + ACTIONS(9289), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3788), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151658] = 11, + [182477] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8168), 1, + ACTIONS(9291), 1, anon_sym_DOLLAR, - ACTIONS(8170), 1, + ACTIONS(9293), 1, anon_sym_DQUOTE, - STATE(3261), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151696] = 11, + [182515] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8172), 1, + ACTIONS(9295), 1, anon_sym_DOLLAR, - ACTIONS(8174), 1, + ACTIONS(9297), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151734] = 11, + [182553] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8176), 1, + ACTIONS(9299), 1, anon_sym_DOLLAR, - ACTIONS(8178), 1, + ACTIONS(9301), 1, anon_sym_DQUOTE, - STATE(3271), 1, + STATE(3787), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151772] = 11, + [182591] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8180), 1, + ACTIONS(9303), 1, anon_sym_DOLLAR, - ACTIONS(8182), 1, + ACTIONS(9305), 1, anon_sym_DQUOTE, - STATE(3328), 1, + STATE(3791), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151810] = 11, + [182629] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8184), 1, + ACTIONS(9307), 1, anon_sym_DOLLAR, - ACTIONS(8186), 1, + ACTIONS(9309), 1, anon_sym_DQUOTE, - STATE(3275), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151848] = 11, + [182667] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(7799), 1, + ACTIONS(8830), 1, sym__string_content, - ACTIONS(7801), 1, + ACTIONS(8832), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(7803), 1, + ACTIONS(8834), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(7805), 1, + ACTIONS(8836), 1, anon_sym_BQUOTE, - ACTIONS(7807), 1, + ACTIONS(8838), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8188), 1, + ACTIONS(9311), 1, anon_sym_DOLLAR, - ACTIONS(8190), 1, + ACTIONS(9313), 1, anon_sym_DQUOTE, - STATE(3244), 1, + STATE(3736), 1, aux_sym_string_repeat1, - ACTIONS(7793), 2, + ACTIONS(8824), 2, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(3539), 4, + STATE(3974), 4, sym_arithmetic_expansion, sym_simple_expansion, sym_expansion, sym_command_substitution, - [151886] = 5, + [182705] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7689), 1, + ACTIONS(5964), 1, anon_sym_DQUOTE, - STATE(3761), 1, + STATE(3407), 1, sym_string, - ACTIONS(7769), 2, + ACTIONS(5966), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7767), 9, + ACTIONS(5962), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182332,17 +211634,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [151911] = 5, + [182730] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7851), 1, + ACTIONS(2393), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(1235), 1, + sym_string, + ACTIONS(2796), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2794), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182352,17 +211654,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [151936] = 5, + [182755] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8198), 1, + ACTIONS(4560), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(4252), 1, + sym_string, + ACTIONS(8822), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8820), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182372,17 +211674,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [151961] = 5, + [182780] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8062), 1, + ACTIONS(9309), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182392,17 +211694,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [151986] = 5, + [182805] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8200), 1, + ACTIONS(3703), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(1849), 1, + sym_string, + ACTIONS(3705), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(3701), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182412,17 +211714,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152011] = 5, + [182830] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8110), 1, + ACTIONS(9313), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182432,17 +211734,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152036] = 5, + [182855] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4241), 1, + ACTIONS(1402), 1, anon_sym_DQUOTE, - STATE(2741), 1, + STATE(1035), 1, sym_string, - ACTIONS(4373), 2, + ACTIONS(2225), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4371), 9, + ACTIONS(2223), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182452,17 +211754,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152061] = 5, + [182880] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8202), 1, + ACTIONS(9321), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182472,17 +211774,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152086] = 5, + [182905] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8138), 1, + ACTIONS(8850), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182492,17 +211794,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152111] = 5, + [182930] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1831), 1, + ACTIONS(1566), 1, anon_sym_DQUOTE, - STATE(873), 1, + STATE(816), 1, sym_string, - ACTIONS(2309), 2, + ACTIONS(1971), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2307), 9, + ACTIONS(1969), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182512,17 +211814,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152136] = 5, + [182955] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8166), 1, + ACTIONS(8828), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182532,17 +211834,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152161] = 5, + [182980] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1869), 1, + ACTIONS(228), 1, anon_sym_DQUOTE, - STATE(767), 1, + STATE(1974), 1, sym_string, - ACTIONS(2131), 2, + ACTIONS(3861), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2129), 9, + ACTIONS(3859), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182552,17 +211854,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152186] = 5, + [183005] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8098), 1, + ACTIONS(8902), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182572,17 +211874,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152211] = 5, + [183030] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8130), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9323), 1, + anon_sym_DQUOTE, + ACTIONS(9319), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9315), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [183055] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2336), 1, + anon_sym_DQUOTE, + STATE(1054), 1, + sym_string, + ACTIONS(2338), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2334), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182592,17 +211914,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152236] = 5, + [183080] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8204), 1, + ACTIONS(9325), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182612,17 +211934,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152261] = 5, + [183105] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7879), 1, + ACTIONS(3579), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + STATE(1889), 1, + sym_string, + ACTIONS(3581), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(3577), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [183130] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9327), 1, + anon_sym_DQUOTE, + ACTIONS(9319), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9315), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [183155] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3546), 1, + anon_sym_DQUOTE, + STATE(1712), 1, + sym_string, + ACTIONS(3548), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(3544), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182632,17 +211994,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152286] = 5, + [183180] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9329), 1, + anon_sym_LT_LT, + ACTIONS(9337), 1, + anon_sym_LT_LT_DASH, + ACTIONS(9339), 1, + anon_sym_LT_LT_LT, + ACTIONS(9335), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9331), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9333), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [183209] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8206), 1, + ACTIONS(9341), 1, + anon_sym_DQUOTE, + ACTIONS(9319), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9315), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [183234] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9293), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182652,17 +212056,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152311] = 5, + [183259] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8866), 1, + anon_sym_DQUOTE, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8208), 1, + ACTIONS(9319), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9315), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [183284] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9297), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182672,17 +212096,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152336] = 5, + [183309] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7835), 1, + ACTIONS(9209), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9315), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [183334] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9343), 1, + anon_sym_DQUOTE, + ACTIONS(9319), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9315), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [183359] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4764), 1, + anon_sym_DQUOTE, + STATE(2678), 1, + sym_string, + ACTIONS(4766), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(4762), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182692,17 +212156,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152361] = 5, + [183384] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8210), 1, + ACTIONS(9345), 1, + anon_sym_DQUOTE, + ACTIONS(9319), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9315), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [183409] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3785), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(2018), 1, + sym_string, + ACTIONS(3787), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(3783), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182712,17 +212196,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152386] = 5, + [183434] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8038), 1, + ACTIONS(8878), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9315), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [183459] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9347), 1, + anon_sym_DQUOTE, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182732,17 +212236,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152411] = 5, + [183484] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8162), 1, + ACTIONS(8882), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182752,17 +212256,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152436] = 5, + [183509] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8212), 1, + ACTIONS(9349), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182772,17 +212276,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152461] = 5, + [183534] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5138), 1, + ACTIONS(5954), 1, anon_sym_DQUOTE, - STATE(2924), 1, + STATE(3403), 1, sym_string, - ACTIONS(5140), 2, + ACTIONS(5956), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5136), 9, + ACTIONS(5952), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182792,17 +212296,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152486] = 5, + [183559] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(202), 1, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9351), 1, anon_sym_DQUOTE, - STATE(1444), 1, - sym_string, - ACTIONS(2721), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2719), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182812,17 +212316,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152511] = 5, + [183584] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7743), 1, + ACTIONS(2992), 1, anon_sym_DQUOTE, - STATE(3618), 1, + STATE(1492), 1, sym_string, - ACTIONS(7745), 2, + ACTIONS(2994), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7741), 9, + ACTIONS(2990), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182832,17 +212336,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152536] = 5, + [183609] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4109), 1, + ACTIONS(2696), 1, anon_sym_DQUOTE, - STATE(2517), 1, + STATE(1221), 1, sym_string, - ACTIONS(4111), 2, + ACTIONS(2698), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4107), 9, + ACTIONS(2694), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182852,17 +212356,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152561] = 5, + [183634] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8214), 1, + ACTIONS(1286), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(710), 1, + sym_string, + ACTIONS(1802), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(1800), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182872,17 +212376,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152586] = 5, + [183659] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8094), 1, + ACTIONS(9273), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182892,17 +212396,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152611] = 5, + [183684] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8106), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9353), 1, + anon_sym_DQUOTE, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182912,17 +212416,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152636] = 5, + [183709] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(8894), 1, + anon_sym_DQUOTE, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8216), 1, + ACTIONS(9319), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9315), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [183734] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(8922), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182932,17 +212456,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152661] = 5, + [183759] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3781), 1, + ACTIONS(1744), 1, anon_sym_DQUOTE, - STATE(2080), 1, + STATE(1177), 1, sym_string, - ACTIONS(3783), 2, + ACTIONS(2704), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(3779), 9, + ACTIONS(2702), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182952,17 +212476,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152686] = 5, + [183784] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2745), 1, + ACTIONS(2042), 1, anon_sym_DQUOTE, - STATE(1534), 1, + STATE(1114), 1, sym_string, - ACTIONS(2747), 2, + ACTIONS(2221), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2743), 9, + ACTIONS(2219), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182972,17 +212496,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152711] = 5, + [183809] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8134), 1, + ACTIONS(9277), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -182992,17 +212516,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152736] = 5, + [183834] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1331), 1, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9355), 1, anon_sym_DQUOTE, - STATE(719), 1, - sym_string, - ACTIONS(2095), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2093), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183012,17 +212536,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152761] = 5, + [183859] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8218), 1, + ACTIONS(9357), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183032,17 +212556,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152786] = 5, + [183884] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8220), 1, + ACTIONS(9359), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183052,17 +212576,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152811] = 5, + [183909] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8018), 1, + ACTIONS(9265), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183072,17 +212596,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152836] = 5, + [183934] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8222), 1, + ACTIONS(9269), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183092,17 +212616,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152861] = 5, + [183959] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8026), 1, + ACTIONS(3595), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(1872), 1, + sym_string, + ACTIONS(3597), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(3593), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183112,17 +212636,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152886] = 5, + [183984] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2085), 1, + ACTIONS(2127), 1, anon_sym_DQUOTE, - STATE(812), 1, + STATE(1081), 1, sym_string, - ACTIONS(2087), 2, + ACTIONS(2636), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2083), 9, + ACTIONS(2634), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183132,17 +212656,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152911] = 5, + [184009] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8224), 1, + ACTIONS(2235), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(1339), 1, + sym_string, + ACTIONS(2784), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2782), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183152,17 +212676,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152936] = 5, + [184034] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8226), 1, + ACTIONS(8918), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183172,17 +212696,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152961] = 5, + [184059] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3608), 1, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9361), 1, anon_sym_DQUOTE, - STATE(3759), 1, - sym_string, - ACTIONS(7765), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7763), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183192,17 +212716,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [152986] = 5, + [184084] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8086), 1, + ACTIONS(9253), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183212,17 +212736,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153011] = 5, + [184109] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7974), 1, + ACTIONS(8926), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183232,17 +212756,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153036] = 5, + [184134] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8228), 1, + ACTIONS(9363), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183252,17 +212776,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153061] = 5, + [184159] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4225), 1, + ACTIONS(3797), 1, anon_sym_DQUOTE, - STATE(2550), 1, + STATE(1772), 1, sym_string, - ACTIONS(4227), 2, + ACTIONS(3799), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4223), 9, + ACTIONS(3795), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183272,17 +212796,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153086] = 5, + [184184] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9365), 1, + anon_sym_LT_LT, + ACTIONS(9373), 1, + anon_sym_LT_LT_DASH, + ACTIONS(9375), 1, + anon_sym_LT_LT_LT, + ACTIONS(9371), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9367), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9369), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [184213] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8042), 1, + ACTIONS(9237), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183292,38 +212838,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153111] = 6, + [184238] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8056), 1, - aux_sym_concatenation_token1, - ACTIONS(8058), 1, - sym__concat, - STATE(3420), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3069), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [153138] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2813), 1, + ACTIONS(9245), 1, anon_sym_DQUOTE, - STATE(1531), 1, - sym_string, - ACTIONS(2815), 2, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2811), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183333,17 +212858,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153163] = 5, + [184263] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1589), 1, + ACTIONS(8934), 1, anon_sym_DQUOTE, - STATE(762), 1, - sym_string, - ACTIONS(1861), 2, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1859), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183353,17 +212878,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153188] = 5, + [184288] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8230), 1, + ACTIONS(8930), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183373,38 +212898,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153213] = 6, + [184313] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8056), 1, - aux_sym_concatenation_token1, - ACTIONS(8058), 1, - sym__concat, - STATE(3422), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3065), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3063), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [153240] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8232), 1, + ACTIONS(9377), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183414,17 +212918,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153265] = 5, + [184338] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9379), 1, + anon_sym_LT_LT, + ACTIONS(9387), 1, + anon_sym_LT_LT_DASH, + ACTIONS(9389), 1, + anon_sym_LT_LT_LT, + ACTIONS(9385), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9381), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9383), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [184367] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7962), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9391), 1, + anon_sym_DQUOTE, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183434,17 +212960,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153290] = 5, + [184392] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8234), 1, + ACTIONS(4898), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(2684), 1, + sym_string, + ACTIONS(4900), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(4896), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183454,17 +212980,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153315] = 5, + [184417] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8236), 1, + ACTIONS(2674), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(1405), 1, + sym_string, + ACTIONS(2792), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2790), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183474,17 +213000,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153340] = 5, + [184442] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1143), 1, + ACTIONS(2477), 1, anon_sym_DQUOTE, - STATE(376), 1, + STATE(2954), 1, sym_string, - ACTIONS(1145), 2, + ACTIONS(4800), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1141), 9, + ACTIONS(4798), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183494,17 +213020,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153365] = 5, + [184467] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7867), 1, + ACTIONS(1776), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(1150), 1, + sym_string, + ACTIONS(2612), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2610), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183514,17 +213040,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153390] = 5, + [184492] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2886), 1, + ACTIONS(2310), 1, anon_sym_DQUOTE, - STATE(1687), 1, + STATE(1261), 1, sym_string, - ACTIONS(2888), 2, + ACTIONS(2622), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2884), 9, + ACTIONS(2620), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183534,17 +213060,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153415] = 5, + [184517] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7819), 1, + ACTIONS(9229), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183554,38 +213080,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153440] = 6, + [184542] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8056), 1, - aux_sym_concatenation_token1, - ACTIONS(8058), 1, - sym__concat, - STATE(3420), 1, - aux_sym_concatenation_repeat1, - ACTIONS(3005), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [153467] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8178), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9393), 1, + anon_sym_DQUOTE, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183595,17 +213100,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153492] = 5, + [184567] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8238), 1, + ACTIONS(9395), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183615,17 +213120,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153517] = 5, + [184592] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8014), 1, + ACTIONS(8946), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183635,38 +213140,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153542] = 6, + [184617] = 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(9317), 1, + sym__string_content, + ACTIONS(9397), 1, anon_sym_DQUOTE, - STATE(336), 1, - sym_string, - ACTIONS(1133), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1129), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183676,17 +213160,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153594] = 5, + [184642] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9365), 1, + anon_sym_LT_LT, + ACTIONS(9373), 1, + anon_sym_LT_LT_DASH, + ACTIONS(9405), 1, + anon_sym_LT_LT_LT, + ACTIONS(9403), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9399), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9401), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [184671] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8240), 1, + ACTIONS(9407), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183696,17 +213202,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153619] = 5, + [184696] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9329), 1, + anon_sym_LT_LT, + ACTIONS(9337), 1, + anon_sym_LT_LT_DASH, + ACTIONS(9415), 1, + anon_sym_LT_LT_LT, + ACTIONS(9413), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9409), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9411), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [184725] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8242), 1, + ACTIONS(9417), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183716,17 +213244,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153644] = 5, + [184750] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8244), 1, + ACTIONS(9419), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183736,17 +213264,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153669] = 5, + [184775] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8114), 1, + ACTIONS(9225), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183756,17 +213284,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153694] = 5, + [184800] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7823), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9421), 1, + anon_sym_DQUOTE, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183776,17 +213304,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153719] = 5, + [184825] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3993), 1, + ACTIONS(8970), 1, anon_sym_DQUOTE, - STATE(2468), 1, - sym_string, - ACTIONS(3995), 2, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(3991), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183796,17 +213324,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153744] = 5, + [184850] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8246), 1, + ACTIONS(2806), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + STATE(2992), 1, + sym_string, + ACTIONS(5107), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(5105), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183816,17 +213344,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153769] = 5, + [184875] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5763), 1, + ACTIONS(8958), 1, anon_sym_DQUOTE, - STATE(3139), 1, - sym_string, - ACTIONS(5765), 2, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5761), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183836,17 +213364,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153794] = 5, + [184900] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8248), 1, + ACTIONS(8962), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183856,17 +213384,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153819] = 5, + [184925] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5132), 1, + ACTIONS(1085), 1, anon_sym_DQUOTE, - STATE(3105), 1, + STATE(367), 1, sym_string, - ACTIONS(5134), 2, + ACTIONS(1087), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5130), 9, + ACTIONS(1083), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183876,17 +213404,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153844] = 5, + [184950] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8010), 1, + ACTIONS(9217), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183896,17 +213424,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153869] = 5, + [184975] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8250), 1, + ACTIONS(9423), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183916,38 +213444,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, + [185000] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2283), 1, + ACTIONS(1985), 1, anon_sym_DQUOTE, - STATE(1244), 1, + STATE(919), 1, sym_string, - ACTIONS(2451), 2, + ACTIONS(2332), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2449), 9, + ACTIONS(2330), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183957,17 +213464,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153946] = 5, + [185025] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7970), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9425), 1, + anon_sym_DQUOTE, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183977,17 +213484,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153971] = 5, + [185050] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2675), 1, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9427), 1, anon_sym_DQUOTE, - STATE(1496), 1, - sym_string, - ACTIONS(2677), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2673), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -183997,17 +213504,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [153996] = 5, + [185075] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8258), 1, + ACTIONS(8986), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184017,38 +213524,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, + [185100] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8262), 1, + ACTIONS(8982), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184058,38 +213544,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, + [185125] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2424), 1, + ACTIONS(8990), 1, anon_sym_DQUOTE, - STATE(1093), 1, - sym_string, - ACTIONS(2426), 2, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2422), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184099,17 +213564,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154125] = 5, + [185150] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7978), 1, + ACTIONS(1097), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(392), 1, + sym_string, + ACTIONS(1099), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(1095), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184119,17 +213584,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154150] = 5, + [185175] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8266), 1, + ACTIONS(9429), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184139,17 +213604,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154175] = 5, + [185200] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9329), 1, + anon_sym_LT_LT, + ACTIONS(9337), 1, + anon_sym_LT_LT_DASH, + ACTIONS(9437), 1, + anon_sym_LT_LT_LT, + ACTIONS(9435), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9431), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9433), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [185229] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8268), 1, + ACTIONS(9439), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184159,17 +213646,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154200] = 5, + [185254] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8002), 1, + ACTIONS(8816), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(4236), 1, + sym_string, + ACTIONS(8818), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(8814), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184179,17 +213666,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154225] = 5, + [185279] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8270), 1, + ACTIONS(8994), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184199,17 +213686,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154250] = 5, + [185304] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4187), 1, + ACTIONS(3181), 1, anon_sym_DQUOTE, - STATE(2467), 1, + STATE(1754), 1, sym_string, - ACTIONS(4189), 2, + ACTIONS(3183), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(4185), 9, + ACTIONS(3179), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184219,17 +213706,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154275] = 5, + [185329] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7942), 1, + ACTIONS(9010), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184239,17 +213726,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154300] = 5, + [185354] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1163), 1, + ACTIONS(1364), 1, anon_sym_DQUOTE, - STATE(394), 1, + STATE(883), 1, sym_string, - ACTIONS(1165), 2, + ACTIONS(2203), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1161), 9, + ACTIONS(2201), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184259,17 +213746,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154325] = 5, + [185379] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2360), 1, + ACTIONS(9193), 1, anon_sym_DQUOTE, - STATE(1196), 1, - sym_string, - ACTIONS(2362), 2, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2358), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184279,17 +213766,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154350] = 5, + [185404] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2208), 1, + ACTIONS(9201), 1, anon_sym_DQUOTE, - STATE(1215), 1, - sym_string, - ACTIONS(2455), 2, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2453), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184299,17 +213786,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154375] = 5, + [185429] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7950), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9441), 1, + anon_sym_DQUOTE, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184319,17 +213806,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154400] = 5, + [185454] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8154), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9443), 1, + anon_sym_DQUOTE, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184339,17 +213826,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154425] = 5, + [185479] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8272), 1, + ACTIONS(9445), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184359,17 +213846,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154450] = 5, + [185504] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7954), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9447), 1, + anon_sym_DQUOTE, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184379,17 +213866,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154475] = 5, + [185529] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8274), 1, + ACTIONS(9449), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184399,17 +213886,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154500] = 5, + [185554] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7811), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9451), 1, + anon_sym_DQUOTE, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184419,17 +213906,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154525] = 5, + [185579] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8276), 1, + ACTIONS(9018), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184439,17 +213926,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154550] = 5, + [185604] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1793), 1, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9453), 1, anon_sym_DQUOTE, - STATE(957), 1, - sym_string, - ACTIONS(2400), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2398), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184459,17 +213946,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154575] = 5, + [185629] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8278), 1, + ACTIONS(9455), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184479,17 +213966,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154600] = 5, + [185654] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8280), 1, + ACTIONS(9457), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184499,17 +213986,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154625] = 5, + [185679] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2105), 1, + ACTIONS(4239), 1, anon_sym_DQUOTE, - STATE(972), 1, + STATE(3670), 1, sym_string, - ACTIONS(2404), 2, + ACTIONS(7741), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2402), 9, + ACTIONS(7739), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184519,17 +214006,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154650] = 5, + [185704] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8006), 1, + ACTIONS(2646), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(1388), 1, + sym_string, + ACTIONS(2968), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(2966), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184539,17 +214026,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154675] = 5, + [185729] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(5262), 1, + ACTIONS(9026), 1, anon_sym_DQUOTE, - STATE(3082), 1, - sym_string, - ACTIONS(5264), 2, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(5260), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184559,17 +214046,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154700] = 5, + [185754] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9459), 1, + anon_sym_LT_LT, + ACTIONS(9467), 1, + anon_sym_LT_LT_DASH, + ACTIONS(9469), 1, + anon_sym_LT_LT_LT, + ACTIONS(9465), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9461), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9463), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [185783] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2196), 1, + ACTIONS(9034), 1, anon_sym_DQUOTE, - STATE(950), 1, - sym_string, - ACTIONS(2198), 2, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2194), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184579,17 +214088,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154725] = 5, + [185808] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2945), 1, + ACTIONS(9177), 1, anon_sym_DQUOTE, - STATE(1592), 1, - sym_string, - ACTIONS(2947), 2, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2943), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184599,17 +214108,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154750] = 5, + [185833] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7915), 1, + ACTIONS(9185), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184619,17 +214128,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154775] = 5, + [185858] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8282), 1, + ACTIONS(9471), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184639,17 +214148,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154800] = 5, + [185883] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7891), 1, + ACTIONS(9050), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184659,17 +214168,37 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154825] = 5, + [185908] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7831), 1, + ACTIONS(2197), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8196), 2, + STATE(907), 1, + sym_string, + ACTIONS(2199), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2195), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [185933] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(5217), 1, + anon_sym_DQUOTE, + STATE(3244), 1, + sym_string, + ACTIONS(5852), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(5850), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184679,17 +214208,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154850] = 5, + [185958] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9329), 1, + anon_sym_LT_LT, + ACTIONS(9337), 1, + anon_sym_LT_LT_DASH, + ACTIONS(9479), 1, + anon_sym_LT_LT_LT, + ACTIONS(9477), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9473), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9475), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [185987] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8284), 1, + ACTIONS(9481), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184699,17 +214250,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154875] = 5, + [186012] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7859), 1, + ACTIONS(9173), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184719,17 +214270,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154900] = 5, + [186037] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3009), 1, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9483), 1, anon_sym_DQUOTE, - STATE(1637), 1, - sym_string, - ACTIONS(3011), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(3007), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184739,17 +214290,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154925] = 5, + [186062] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7899), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9485), 1, + anon_sym_DQUOTE, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184759,17 +214310,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154950] = 5, + [186087] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(322), 1, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9487), 1, anon_sym_DQUOTE, - STATE(1382), 1, - sym_string, - ACTIONS(2892), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2890), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184779,17 +214330,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [154975] = 5, + [186112] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1507), 1, + ACTIONS(1260), 1, anon_sym_DQUOTE, - STATE(620), 1, + STATE(681), 1, sym_string, - ACTIONS(1781), 2, + ACTIONS(1556), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(1779), 9, + ACTIONS(1554), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184799,17 +214350,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155000] = 5, + [186137] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8286), 1, + ACTIONS(9489), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184819,17 +214370,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155025] = 5, + [186162] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8288), 1, + ACTIONS(9491), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184839,17 +214390,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155050] = 5, + [186187] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8290), 1, + ACTIONS(9165), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184859,17 +214410,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155075] = 5, + [186212] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8174), 1, + ACTIONS(9042), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184879,17 +214430,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155100] = 5, + [186237] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7298), 1, + ACTIONS(9161), 1, anon_sym_DQUOTE, - STATE(3493), 1, - sym_string, - ACTIONS(7300), 2, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7296), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184899,17 +214450,39 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155125] = 5, + [186262] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9329), 1, + anon_sym_LT_LT, + ACTIONS(9337), 1, + anon_sym_LT_LT_DASH, + ACTIONS(9499), 1, + anon_sym_LT_LT_LT, + ACTIONS(9497), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9493), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9495), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [186291] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8292), 1, + ACTIONS(9501), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184919,17 +214492,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155150] = 5, + [186316] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1707), 1, + ACTIONS(9145), 1, anon_sym_DQUOTE, - STATE(985), 1, - sym_string, - ACTIONS(2378), 2, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2376), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184939,17 +214512,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155175] = 5, + [186341] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1473), 1, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9503), 1, anon_sym_DQUOTE, - STATE(900), 1, - sym_string, - ACTIONS(2192), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2190), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184959,17 +214532,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155200] = 5, + [186366] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8054), 1, + ACTIONS(9054), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184979,17 +214552,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155225] = 5, + [186391] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7863), 1, + ACTIONS(9133), 1, anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -184999,17 +214572,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155250] = 5, + [186416] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(2001), 1, + ACTIONS(8724), 1, anon_sym_DQUOTE, - STATE(872), 1, + STATE(4070), 1, sym_string, - ACTIONS(2091), 2, + ACTIONS(8726), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(2089), 9, + ACTIONS(8722), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185019,17 +214592,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155275] = 5, + [186441] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, - sym__string_content, - ACTIONS(8294), 1, + ACTIONS(9137), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185039,17 +214612,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155300] = 5, + [186466] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8296), 1, + ACTIONS(9505), 1, anon_sym_DQUOTE, - ACTIONS(8196), 2, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185059,17 +214632,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [155325] = 5, + [186491] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8050), 1, - anon_sym_DQUOTE, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9507), 1, + anon_sym_DQUOTE, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185079,32 +214652,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, + [186516] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8194), 1, + ACTIONS(9317), 1, sym__string_content, - ACTIONS(8196), 2, + ACTIONS(9509), 1, + anon_sym_DQUOTE, + ACTIONS(9319), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8192), 9, + ACTIONS(9315), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185114,665 +214672,393 @@ 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, - 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, + [186541] = 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(6091), 1, + anon_sym_DQUOTE, + STATE(3486), 1, + sym_string, + ACTIONS(6093), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(6089), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [186566] = 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(4522), 1, + anon_sym_DQUOTE, + STATE(2362), 1, + sym_string, + ACTIONS(4524), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(4520), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [186591] = 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(2606), 1, + anon_sym_DQUOTE, + STATE(1351), 1, + sym_string, + ACTIONS(2608), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(2604), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [186616] = 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(9121), 1, + anon_sym_DQUOTE, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9315), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [186641] = 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(1434), 1, + anon_sym_DQUOTE, + STATE(812), 1, + sym_string, + ACTIONS(1810), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(1808), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [186666] = 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(9113), 1, + anon_sym_DQUOTE, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9315), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [186691] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, - sym_file_descriptor, - ACTIONS(8331), 1, - aux_sym_heredoc_redirect_token1, - STATE(3476), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [155880] = 3, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9511), 1, + anon_sym_DQUOTE, + ACTIONS(9319), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9315), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [186716] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155900] = 3, + ACTIONS(6432), 1, + anon_sym_DQUOTE, + STATE(3374), 1, + sym_string, + ACTIONS(6434), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(6430), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [186741] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155920] = 3, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9513), 1, + anon_sym_DQUOTE, + ACTIONS(9319), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9315), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [186766] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - aux_sym_concatenation_token1, - [155940] = 3, + ACTIONS(9058), 1, + anon_sym_DQUOTE, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9315), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [186791] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 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, - [155960] = 5, + ACTIONS(9097), 1, + anon_sym_DQUOTE, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9315), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [186816] = 5, 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(3670), 1, + anon_sym_DQUOTE, + STATE(1989), 1, + sym_string, + ACTIONS(3672), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(3668), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [186841] = 5, 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(9105), 1, + anon_sym_DQUOTE, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9315), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [186866] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(7777), 1, - sym_file_descriptor, - ACTIONS(8335), 1, - aux_sym_heredoc_redirect_token1, - STATE(3476), 2, - sym_file_redirect, - aux_sym_redirected_statement_repeat2, - ACTIONS(7771), 8, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [156028] = 3, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9515), 1, + anon_sym_DQUOTE, + ACTIONS(9319), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9315), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [186891] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 3, - sym_file_descriptor, - sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 9, - anon_sym_GT_GT, - anon_sym_LT, - 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, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9517), 1, + anon_sym_DQUOTE, + ACTIONS(9319), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9315), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [186916] = 5, 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(63), 1, - sym_comment, - ACTIONS(8339), 1, - anon_sym_LT_LT, - ACTIONS(8345), 1, - anon_sym_LT_LT_DASH, - ACTIONS(8347), 1, - anon_sym_LT_LT_LT, - 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, - [156097] = 3, - ACTIONS(63), 1, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9519), 1, + anon_sym_DQUOTE, + ACTIONS(9319), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9315), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [186941] = 5, + ACTIONS(3), 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, - ACTIONS(63), 1, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9521), 1, + anon_sym_DQUOTE, + ACTIONS(9319), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9315), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [186966] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(8353), 1, - anon_sym_LT_LT, - ACTIONS(8359), 1, - anon_sym_LT_LT_DASH, - ACTIONS(8361), 1, - anon_sym_LT_LT_LT, - ACTIONS(8357), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8355), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [156141] = 9, - ACTIONS(63), 1, + ACTIONS(9317), 1, + sym__string_content, + ACTIONS(9319), 2, + aux_sym__simple_variable_name_token1, + aux_sym__multiline_variable_name_token1, + ACTIONS(9315), 9, + anon_sym_DASH, + anon_sym_STAR, + anon_sym_BANG, + anon_sym_QMARK, + anon_sym_DOLLAR, + anon_sym_POUND, + anon_sym_AT2, + anon_sym_0, + anon_sym__, + [186988] = 9, + ACTIONS(67), 1, sym_comment, - ACTIONS(8363), 1, + ACTIONS(9523), 1, anon_sym_DOLLAR, - ACTIONS(8365), 1, + ACTIONS(9525), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(8367), 1, + ACTIONS(9527), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(8369), 1, + ACTIONS(9529), 1, anon_sym_BQUOTE, - ACTIONS(8371), 1, + ACTIONS(9531), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8373), 1, + ACTIONS(9533), 1, sym__heredoc_body_middle, - ACTIONS(8375), 1, + ACTIONS(9535), 1, sym_heredoc_end, - STATE(3513), 4, + STATE(3971), 4, sym_simple_expansion, sym_expansion, sym_command_substitution, aux_sym_heredoc_body_repeat1, - [156172] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8339), 1, - anon_sym_LT_LT, - ACTIONS(8345), 1, - anon_sym_LT_LT_DASH, - ACTIONS(8381), 1, - anon_sym_LT_LT_LT, - ACTIONS(8379), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8377), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [156197] = 3, + [187019] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8385), 2, + ACTIONS(9539), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8383), 9, + ACTIONS(9537), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185782,54 +215068,35 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [156216] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8387), 1, - anon_sym_LT_LT, - ACTIONS(8393), 1, - anon_sym_LT_LT_DASH, - ACTIONS(8395), 1, - anon_sym_LT_LT_LT, - ACTIONS(8391), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8389), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [156241] = 9, - ACTIONS(63), 1, + [187038] = 9, + ACTIONS(67), 1, sym_comment, - ACTIONS(8363), 1, + ACTIONS(9541), 1, anon_sym_DOLLAR, - ACTIONS(8365), 1, + ACTIONS(9544), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(8367), 1, + ACTIONS(9547), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(8369), 1, + ACTIONS(9550), 1, anon_sym_BQUOTE, - ACTIONS(8371), 1, + ACTIONS(9553), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8397), 1, + ACTIONS(9556), 1, sym__heredoc_body_middle, - ACTIONS(8399), 1, + ACTIONS(9559), 1, sym_heredoc_end, - STATE(3521), 4, + STATE(3965), 4, sym_simple_expansion, sym_expansion, sym_command_substitution, aux_sym_heredoc_body_repeat1, - [156272] = 3, + [187069] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8403), 2, + ACTIONS(9563), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8401), 9, + ACTIONS(9561), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185839,13 +215106,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [156291] = 3, + [187088] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8407), 2, + ACTIONS(9567), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8405), 9, + ACTIONS(9565), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185855,32 +215122,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [156310] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8353), 1, - anon_sym_LT_LT, - ACTIONS(8359), 1, - anon_sym_LT_LT_DASH, - ACTIONS(8413), 1, - anon_sym_LT_LT_LT, - ACTIONS(8411), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8409), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [156335] = 3, + [187107] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8417), 2, + ACTIONS(9571), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8415), 9, + ACTIONS(9569), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185890,13 +215138,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [156354] = 3, + [187126] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8421), 2, + ACTIONS(9575), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8419), 9, + ACTIONS(9573), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185906,89 +215154,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [156373] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8339), 1, - anon_sym_LT_LT, - ACTIONS(8345), 1, - anon_sym_LT_LT_DASH, - ACTIONS(8427), 1, - anon_sym_LT_LT_LT, - ACTIONS(8425), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8423), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [156398] = 3, - ACTIONS(3), 1, + [187145] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1169), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(1167), 9, - anon_sym_GT_GT, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - sym__special_character, - [156417] = 9, - ACTIONS(63), 1, + ACTIONS(9577), 1, + anon_sym_RBRACE3, + ACTIONS(9579), 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, + [187164] = 9, + ACTIONS(67), 1, sym_comment, - ACTIONS(8429), 1, + ACTIONS(9523), 1, anon_sym_DOLLAR, - ACTIONS(8432), 1, + ACTIONS(9525), 1, anon_sym_DOLLAR_LBRACE, - ACTIONS(8435), 1, + ACTIONS(9527), 1, anon_sym_DOLLAR_LPAREN, - ACTIONS(8438), 1, + ACTIONS(9529), 1, anon_sym_BQUOTE, - ACTIONS(8441), 1, + ACTIONS(9531), 1, anon_sym_DOLLAR_BQUOTE, - ACTIONS(8444), 1, + ACTIONS(9581), 1, sym__heredoc_body_middle, - ACTIONS(8447), 1, + ACTIONS(9583), 1, sym_heredoc_end, - STATE(3521), 4, + STATE(3965), 4, sym_simple_expansion, sym_expansion, sym_command_substitution, aux_sym_heredoc_body_repeat1, - [156448] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8449), 1, - anon_sym_LT_LT, - ACTIONS(8455), 1, - anon_sym_LT_LT_DASH, - ACTIONS(8457), 1, - anon_sym_LT_LT_LT, - ACTIONS(8453), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8451), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [156473] = 3, + [187195] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8461), 2, + ACTIONS(8818), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(8459), 9, + ACTIONS(8814), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -185998,51 +215208,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, + [187214] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(7769), 2, + ACTIONS(9587), 2, aux_sym__simple_variable_name_token1, aux_sym__multiline_variable_name_token1, - ACTIONS(7767), 9, + ACTIONS(9585), 9, anon_sym_DASH, anon_sym_STAR, anon_sym_BANG, @@ -186052,12 +215224,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_AT2, anon_sym_0, anon_sym__, - [156561] = 3, + [187233] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 1, + ACTIONS(9591), 1, sym__concat, - ACTIONS(1205), 9, + ACTIONS(9589), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186067,31 +215239,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, + [187251] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 1, + ACTIONS(1200), 1, sym__concat, - ACTIONS(1205), 9, + ACTIONS(1198), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186101,131 +215254,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156623] = 3, - ACTIONS(3), 1, + [187269] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3069), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3067), 8, + ACTIONS(9597), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9593), 3, anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9595), 5, anon_sym_LT, 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, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1249), 1, - sym__concat, - ACTIONS(1247), 9, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - anon_sym_DQUOTE, - sym__string_content, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - [156659] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1233), 1, - sym__concat, - ACTIONS(1231), 9, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - anon_sym_DQUOTE, - sym__string_content, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - [156677] = 2, - ACTIONS(63), 1, - sym_comment, - 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, - [156693] = 3, - ACTIONS(3), 1, + [187289] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3005), 2, - sym_file_descriptor, - aux_sym_heredoc_redirect_token1, - ACTIONS(3003), 8, + ACTIONS(9603), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9599), 3, anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9601), 5, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, + [187309] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9403), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9399), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, anon_sym_GT_PIPE, - [156711] = 3, - ACTIONS(3), 1, + ACTIONS(9401), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [187329] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(1229), 1, - sym__concat, - ACTIONS(1227), 9, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - anon_sym_DQUOTE, - sym__string_content, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - [156729] = 3, - ACTIONS(3), 1, + ACTIONS(9609), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9605), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9607), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [187349] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(1225), 1, - sym__concat, - ACTIONS(1223), 9, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - anon_sym_DQUOTE, - sym__string_content, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - [156747] = 3, - ACTIONS(3), 1, + ACTIONS(9615), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9611), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9613), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [187369] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(1237), 1, - sym__concat, - ACTIONS(1235), 9, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - anon_sym_DQUOTE, - sym__string_content, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - [156765] = 3, + ACTIONS(9465), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9461), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9463), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [187389] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8479), 1, + ACTIONS(1164), 1, sym__concat, - ACTIONS(7923), 9, + ACTIONS(1162), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186235,12 +215365,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156783] = 3, + [187407] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8483), 1, + ACTIONS(1184), 1, sym__concat, - ACTIONS(8481), 9, + ACTIONS(1182), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186250,12 +215380,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156801] = 3, + [187425] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 1, + ACTIONS(1180), 1, sym__concat, - ACTIONS(1215), 9, + ACTIONS(1178), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186265,74 +215395,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156819] = 3, - ACTIONS(3), 1, + [187443] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(1241), 1, - sym__concat, - ACTIONS(1239), 9, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - anon_sym_DQUOTE, - sym__string_content, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - [156837] = 2, - ACTIONS(3), 1, + ACTIONS(9621), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9617), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9619), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [187463] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8485), 9, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - anon_sym_DOLLAR, - anon_sym_DQUOTE, - sym__string_content, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - [156852] = 8, - ACTIONS(3), 1, + ACTIONS(9627), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9623), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9625), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [187483] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8317), 1, - aux_sym_number_token1, - ACTIONS(8319), 1, - aux_sym_number_token2, - ACTIONS(8487), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(8489), 1, - anon_sym_RBRACE3, - ACTIONS(8491), 1, - aux_sym__simple_variable_name_token1, - ACTIONS(8311), 2, - anon_sym_LPAREN_LPAREN, - anon_sym_DOLLAR_LPAREN_LPAREN, - STATE(4035), 2, - sym_arithmetic_expansion, - sym_number, - [156879] = 6, + ACTIONS(9633), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9629), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9631), 5, + anon_sym_LT, + anon_sym_GT, + anon_sym_AMP_GT, + anon_sym_LT_AMP, + anon_sym_GT_AMP, + [187503] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1169), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(8493), 1, - aux_sym_concatenation_token1, - ACTIONS(8495), 1, + ACTIONS(1152), 1, sym__concat, - STATE(3571), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1167), 5, - anon_sym_in, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - sym__special_character, - [156902] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(7923), 9, + ACTIONS(1150), 9, anon_sym_LPAREN_LPAREN, anon_sym_DOLLAR_LPAREN_LPAREN, anon_sym_DOLLAR, @@ -186342,11727 +215458,13464 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [156917] = 3, - ACTIONS(63), 1, + [187521] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8343), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8341), 5, + ACTIONS(9639), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9635), 3, anon_sym_GT_GT, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, - [156933] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8357), 3, + ACTIONS(9637), 5, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8355), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [156949] = 3, - ACTIONS(63), 1, + [187541] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8411), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8409), 5, + ACTIONS(9497), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9493), 3, 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, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8379), 3, + ACTIONS(9495), 5, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8377), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [157005] = 3, - ACTIONS(63), 1, + [187561] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8505), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8503), 5, + ACTIONS(9579), 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, + [187577] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9385), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9381), 3, anon_sym_GT_GT, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157021] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8509), 3, + ACTIONS(9383), 5, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8507), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [157037] = 3, - ACTIONS(63), 1, + [187597] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8513), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8511), 5, + ACTIONS(9413), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9409), 3, anon_sym_GT_GT, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157053] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8471), 3, + ACTIONS(9411), 5, 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, - [157069] = 7, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8493), 1, - aux_sym_concatenation_token1, - ACTIONS(8495), 1, - sym__concat, - ACTIONS(8515), 1, - anon_sym_in, - ACTIONS(8519), 1, - aux_sym_heredoc_redirect_token1, - STATE(3570), 1, - aux_sym_concatenation_repeat1, - ACTIONS(8517), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - [157093] = 3, - ACTIONS(63), 1, + [187617] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8523), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8521), 5, + ACTIONS(9435), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9431), 3, anon_sym_GT_GT, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157109] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8453), 3, + ACTIONS(9433), 5, 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, - [157125] = 3, - ACTIONS(63), 1, + [187637] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8391), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8389), 5, + ACTIONS(9645), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9641), 3, anon_sym_GT_GT, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157141] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8527), 3, + ACTIONS(9643), 5, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8525), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [157157] = 7, + [187657] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8493), 1, - aux_sym_concatenation_token1, - ACTIONS(8495), 1, + ACTIONS(9647), 1, sym__concat, - ACTIONS(8529), 1, - anon_sym_in, - ACTIONS(8533), 1, - aux_sym_heredoc_redirect_token1, - STATE(3571), 1, - aux_sym_concatenation_repeat1, - ACTIONS(8531), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - [157181] = 3, - ACTIONS(63), 1, + ACTIONS(9078), 9, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + anon_sym_DQUOTE, + sym__string_content, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [187675] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1168), 1, + sym__concat, + ACTIONS(1166), 9, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + anon_sym_DQUOTE, + sym__string_content, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [187693] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8537), 3, + ACTIONS(9371), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9367), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9369), 5, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8535), 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, - ACTIONS(63), 1, + [187713] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8547), 3, + ACTIONS(9653), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9649), 3, + anon_sym_GT_GT, + anon_sym_AMP_GT_GT, + anon_sym_GT_PIPE, + ACTIONS(9651), 5, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8545), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [157237] = 7, + [187733] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8493), 1, - aux_sym_concatenation_token1, - ACTIONS(8495), 1, + ACTIONS(1156), 1, sym__concat, - ACTIONS(8549), 1, - anon_sym_in, - ACTIONS(8553), 1, - aux_sym_heredoc_redirect_token1, - STATE(3571), 1, - aux_sym_concatenation_repeat1, - ACTIONS(8551), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - [157261] = 3, - ACTIONS(63), 1, + ACTIONS(1154), 9, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + anon_sym_DQUOTE, + sym__string_content, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [187751] = 8, + ACTIONS(67), 1, sym_comment, - ACTIONS(8557), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8555), 5, + ACTIONS(9655), 1, + anon_sym_DQUOTE, + ACTIONS(9657), 1, + anon_sym_DOLLAR_LBRACE, + ACTIONS(9659), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9661), 1, + anon_sym_BQUOTE, + ACTIONS(9663), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(3868), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + STATE(4338), 3, + sym_string, + sym_expansion, + sym_command_substitution, + [187779] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9335), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9331), 3, anon_sym_GT_GT, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157277] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8561), 3, + ACTIONS(9333), 5, anon_sym_LT, anon_sym_GT, anon_sym_AMP_GT, - ACTIONS(8559), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, anon_sym_LT_AMP, anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [157293] = 3, - ACTIONS(63), 1, + [187799] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1176), 1, + sym__concat, + ACTIONS(1174), 9, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + anon_sym_DQUOTE, + sym__string_content, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [187817] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8465), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8463), 5, + ACTIONS(9477), 2, + anon_sym_LT_AMP_DASH, + anon_sym_GT_AMP_DASH, + ACTIONS(9473), 3, anon_sym_GT_GT, anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, anon_sym_GT_PIPE, - [157309] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8425), 3, + ACTIONS(9475), 5, 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, - [157325] = 7, + [187837] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8493), 1, - aux_sym_concatenation_token1, - ACTIONS(8495), 1, + ACTIONS(1152), 1, sym__concat, - ACTIONS(8563), 1, - anon_sym_in, - ACTIONS(8567), 1, - aux_sym_heredoc_redirect_token1, - STATE(3570), 1, - aux_sym_concatenation_repeat1, - ACTIONS(8565), 3, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - [157349] = 6, + ACTIONS(1150), 9, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + anon_sym_DQUOTE, + sym__string_content, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [187855] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9665), 9, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + anon_sym_DQUOTE, + sym__string_content, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [187870] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1179), 1, + ACTIONS(1119), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8493), 1, + ACTIONS(9667), 1, aux_sym_concatenation_token1, - ACTIONS(8569), 1, + ACTIONS(9669), 1, sym__concat, - STATE(3573), 1, + STATE(4045), 1, aux_sym_concatenation_repeat1, - ACTIONS(1177), 4, + ACTIONS(1117), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [157371] = 6, + sym__special_character, + [187893] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9078), 9, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + anon_sym_DOLLAR, + anon_sym_DQUOTE, + sym__string_content, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [187908] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1173), 1, + ACTIONS(8740), 1, + aux_sym_number_token1, + ACTIONS(8742), 1, + aux_sym_number_token2, + ACTIONS(9671), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8493), 1, - aux_sym_concatenation_token1, - ACTIONS(8571), 1, - sym__concat, - STATE(3573), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1171), 4, - anon_sym_in, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - [157393] = 3, - ACTIONS(63), 1, + ACTIONS(9673), 1, + anon_sym_RBRACE3, + ACTIONS(9675), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8732), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4791), 2, + sym_arithmetic_expansion, + sym_number, + [187935] = 8, + ACTIONS(3), 1, sym_comment, - ACTIONS(8575), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_AMP_GT, - ACTIONS(8573), 5, - anon_sym_GT_GT, - anon_sym_AMP_GT_GT, - anon_sym_LT_AMP, - anon_sym_GT_AMP, - anon_sym_GT_PIPE, - [157409] = 6, + ACTIONS(8740), 1, + aux_sym_number_token1, + ACTIONS(8742), 1, + aux_sym_number_token2, + ACTIONS(9677), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(9679), 1, + anon_sym_RBRACE3, + ACTIONS(9681), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8732), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4573), 2, + sym_arithmetic_expansion, + sym_number, + [187962] = 9, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9683), 1, + anon_sym_SLASH, + ACTIONS(9685), 1, + anon_sym_DQUOTE, + ACTIONS(9687), 1, + anon_sym_RBRACE3, + ACTIONS(9689), 1, + anon_sym_DOLLAR_LPAREN, + ACTIONS(9691), 1, + anon_sym_BQUOTE, + ACTIONS(9693), 1, + anon_sym_DOLLAR_BQUOTE, + ACTIONS(9695), 1, + sym__regex_no_slash, + STATE(4504), 2, + sym_string, + sym_command_substitution, + [187991] = 8, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 1, + ACTIONS(8740), 1, + aux_sym_number_token1, + ACTIONS(8742), 1, + aux_sym_number_token2, + ACTIONS(9697), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8577), 1, - aux_sym_concatenation_token1, - ACTIONS(8580), 1, - sym__concat, - STATE(3573), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1183), 4, - anon_sym_in, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, - [157431] = 6, - ACTIONS(63), 1, + ACTIONS(9699), 1, + anon_sym_RBRACE3, + ACTIONS(9701), 1, + aux_sym__simple_variable_name_token1, + ACTIONS(8732), 2, + anon_sym_LPAREN_LPAREN, + anon_sym_DOLLAR_LPAREN_LPAREN, + STATE(4552), 2, + sym_arithmetic_expansion, + sym_number, + [188018] = 7, + ACTIONS(19), 1, + anon_sym_LPAREN, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LBRACK, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9703), 1, + anon_sym_LPAREN_LPAREN, + STATE(3259), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [188042] = 7, + ACTIONS(19), 1, + anon_sym_LPAREN, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LBRACK, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9703), 1, + anon_sym_LPAREN_LPAREN, + STATE(3257), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [188066] = 7, + ACTIONS(67), 1, sym_comment, - ACTIONS(479), 1, + ACTIONS(375), 1, + anon_sym_LPAREN, + ACTIONS(391), 1, anon_sym_LBRACE, - ACTIONS(483), 1, + ACTIONS(395), 1, anon_sym_LBRACK, - ACTIONS(485), 1, + ACTIONS(397), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(8583), 1, + ACTIONS(9705), 1, + anon_sym_LPAREN_LPAREN, + STATE(3146), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [188090] = 7, + ACTIONS(19), 1, anon_sym_LPAREN, - STATE(2817), 3, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LBRACK, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9703), 1, + anon_sym_LPAREN_LPAREN, + STATE(3505), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157452] = 3, + [188114] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1245), 2, - sym__concat, + ACTIONS(1123), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(1243), 5, - anon_sym_in, - anon_sym_SEMI, - anon_sym_SEMI_SEMI, - anon_sym_AMP, + ACTIONS(9667), 1, aux_sym_concatenation_token1, - [157467] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1265), 2, + ACTIONS(9707), 1, sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1263), 5, + STATE(4031), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1121), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - aux_sym_concatenation_token1, - [157482] = 3, + [188136] = 7, + ACTIONS(19), 1, + anon_sym_LPAREN, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(33), 1, + anon_sym_LBRACK, + ACTIONS(35), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9703), 1, + anon_sym_LPAREN_LPAREN, + STATE(3255), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [188160] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1225), 2, + ACTIONS(9667), 1, + aux_sym_concatenation_token1, + ACTIONS(9669), 1, sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1223), 5, + ACTIONS(9709), 1, anon_sym_in, + ACTIONS(9713), 1, + aux_sym_heredoc_redirect_token1, + STATE(4045), 1, + aux_sym_concatenation_repeat1, + ACTIONS(9711), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - aux_sym_concatenation_token1, - [157497] = 6, + [188184] = 7, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_LBRACK, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9703), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(9715), 1, + anon_sym_LPAREN, + STATE(3296), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [188208] = 7, + ACTIONS(67), 1, sym_comment, - ACTIONS(8585), 1, + ACTIONS(375), 1, anon_sym_LPAREN, - STATE(3161), 3, + ACTIONS(391), 1, + anon_sym_LBRACE, + ACTIONS(395), 1, + anon_sym_LBRACK, + ACTIONS(397), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9705), 1, + anon_sym_LPAREN_LPAREN, + STATE(3021), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157518] = 6, + [188232] = 7, + ACTIONS(19), 1, + anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_LBRACK, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9703), 1, + anon_sym_LPAREN_LPAREN, + STATE(3504), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [188256] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(391), 1, + anon_sym_LBRACE, + ACTIONS(395), 1, + anon_sym_LBRACK, + ACTIONS(397), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9705), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(9717), 1, + anon_sym_LPAREN, + STATE(3144), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [188280] = 7, + ACTIONS(67), 1, sym_comment, - ACTIONS(8587), 1, + ACTIONS(155), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9719), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(9721), 1, anon_sym_LPAREN, - STATE(3137), 3, + STATE(3546), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157539] = 6, + [188304] = 7, + ACTIONS(19), 1, + anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_LBRACK, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, + ACTIONS(67), 1, sym_comment, - ACTIONS(8585), 1, - anon_sym_LPAREN, - STATE(2895), 3, + ACTIONS(9703), 1, + anon_sym_LPAREN_LPAREN, + STATE(3268), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157560] = 6, + [188328] = 7, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_LBRACK, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, + ACTIONS(67), 1, sym_comment, - ACTIONS(8585), 1, + ACTIONS(9703), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(9723), 1, anon_sym_LPAREN, - STATE(3155), 3, + STATE(3267), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157581] = 6, + [188352] = 7, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_LBRACK, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, + ACTIONS(67), 1, sym_comment, - ACTIONS(8585), 1, + ACTIONS(9703), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(9725), 1, anon_sym_LPAREN, - STATE(2884), 3, + STATE(3507), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157602] = 3, + [188376] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1217), 2, + ACTIONS(9667), 1, + aux_sym_concatenation_token1, + ACTIONS(9669), 1, sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1215), 5, + ACTIONS(9727), 1, anon_sym_in, + ACTIONS(9731), 1, + aux_sym_heredoc_redirect_token1, + STATE(4017), 1, + aux_sym_concatenation_repeat1, + ACTIONS(9729), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, + [188400] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(375), 1, + anon_sym_LPAREN, + ACTIONS(391), 1, + anon_sym_LBRACE, + ACTIONS(395), 1, + anon_sym_LBRACK, + ACTIONS(397), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9705), 1, + anon_sym_LPAREN_LPAREN, + STATE(3145), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [188424] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(155), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(909), 1, + anon_sym_LPAREN, + ACTIONS(9719), 1, + anon_sym_LPAREN_LPAREN, + STATE(3566), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [188448] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1109), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(9733), 1, aux_sym_concatenation_token1, - [157617] = 3, + ACTIONS(9736), 1, + sym__concat, + STATE(4031), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1107), 4, + anon_sym_in, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [188470] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 2, + ACTIONS(9667), 1, + aux_sym_concatenation_token1, + ACTIONS(9669), 1, sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 5, + ACTIONS(9739), 1, anon_sym_in, + ACTIONS(9743), 1, + aux_sym_heredoc_redirect_token1, + STATE(4017), 1, + aux_sym_concatenation_repeat1, + ACTIONS(9741), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, + [188494] = 7, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9667), 1, aux_sym_concatenation_token1, - [157632] = 6, + ACTIONS(9669), 1, + sym__concat, + ACTIONS(9745), 1, + anon_sym_in, + ACTIONS(9749), 1, + aux_sym_heredoc_redirect_token1, + STATE(4017), 1, + aux_sym_concatenation_repeat1, + ACTIONS(9747), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [188518] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(155), 1, + anon_sym_LBRACE, + ACTIONS(159), 1, + anon_sym_LBRACK, + ACTIONS(163), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(909), 1, + anon_sym_LPAREN, + ACTIONS(9719), 1, + anon_sym_LPAREN_LPAREN, + STATE(3552), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [188542] = 7, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_LBRACK, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, + ACTIONS(67), 1, sym_comment, - ACTIONS(8589), 1, + ACTIONS(9703), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(9751), 1, anon_sym_LPAREN, - STATE(2883), 3, + STATE(3260), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157653] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1227), 1, - anon_sym_DOLLAR, - ACTIONS(1229), 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, + [188566] = 7, + ACTIONS(19), 1, + anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_LBRACK, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9703), 1, + anon_sym_LPAREN_LPAREN, + STATE(3304), 3, + sym_compound_statement, + sym_subshell, + sym_test_command, + [188590] = 7, + ACTIONS(67), 1, sym_comment, - ACTIONS(8585), 1, + ACTIONS(375), 1, anon_sym_LPAREN, - STATE(2936), 3, + ACTIONS(391), 1, + anon_sym_LBRACE, + ACTIONS(395), 1, + anon_sym_LBRACK, + ACTIONS(397), 1, + anon_sym_LBRACK_LBRACK, + ACTIONS(9705), 1, + anon_sym_LPAREN_LPAREN, + STATE(3043), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157689] = 6, + [188614] = 7, + ACTIONS(19), 1, + anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_LBRACK, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, + ACTIONS(67), 1, sym_comment, - ACTIONS(8585), 1, - anon_sym_LPAREN, - STATE(2932), 3, + ACTIONS(9703), 1, + anon_sym_LPAREN_LPAREN, + STATE(3273), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157710] = 6, + [188638] = 7, + ACTIONS(19), 1, + anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_LBRACK, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, + ACTIONS(67), 1, sym_comment, - ACTIONS(8591), 1, - anon_sym_LPAREN, - STATE(2908), 3, + ACTIONS(9703), 1, + anon_sym_LPAREN_LPAREN, + STATE(3305), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157731] = 3, - 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, + [188662] = 7, ACTIONS(3), 1, sym_comment, - ACTIONS(1233), 2, + ACTIONS(9667), 1, + aux_sym_concatenation_token1, + ACTIONS(9669), 1, sym__concat, - aux_sym_heredoc_redirect_token1, - ACTIONS(1231), 5, + ACTIONS(9753), 1, anon_sym_in, + ACTIONS(9757), 1, + aux_sym_heredoc_redirect_token1, + STATE(4045), 1, + aux_sym_concatenation_repeat1, + ACTIONS(9755), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - aux_sym_concatenation_token1, - [157761] = 3, - ACTIONS(63), 1, + [188686] = 7, + ACTIONS(3), 1, sym_comment, - ACTIONS(1215), 1, - anon_sym_DOLLAR, - ACTIONS(1217), 6, - sym__heredoc_body_middle, - sym_heredoc_end, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - [157776] = 6, + ACTIONS(9667), 1, + aux_sym_concatenation_token1, + ACTIONS(9669), 1, + sym__concat, + ACTIONS(9759), 1, + anon_sym_in, + ACTIONS(9763), 1, + aux_sym_heredoc_redirect_token1, + STATE(4045), 1, + aux_sym_concatenation_repeat1, + ACTIONS(9761), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [188710] = 7, + ACTIONS(19), 1, + anon_sym_LPAREN, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_LBRACK, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, + ACTIONS(67), 1, sym_comment, - ACTIONS(8585), 1, - anon_sym_LPAREN, - STATE(2886), 3, + ACTIONS(9703), 1, + anon_sym_LPAREN_LPAREN, + STATE(3263), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157797] = 6, - ACTIONS(29), 1, + [188734] = 7, + ACTIONS(67), 1, + sym_comment, + ACTIONS(391), 1, anon_sym_LBRACE, - ACTIONS(33), 1, + ACTIONS(395), 1, anon_sym_LBRACK, - ACTIONS(35), 1, + ACTIONS(397), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8585), 1, + ACTIONS(9705), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(9765), 1, anon_sym_LPAREN, - STATE(2887), 3, + STATE(3031), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157818] = 6, + [188758] = 7, ACTIONS(29), 1, anon_sym_LBRACE, ACTIONS(33), 1, anon_sym_LBRACK, ACTIONS(35), 1, anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, + ACTIONS(67), 1, sym_comment, - ACTIONS(8593), 1, + ACTIONS(9703), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(9767), 1, anon_sym_LPAREN, - STATE(2891), 3, + STATE(3274), 3, sym_compound_statement, sym_subshell, sym_test_command, - [157839] = 5, + [188782] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(1275), 1, + ACTIONS(1103), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8595), 1, - sym__special_character, - STATE(3596), 1, - aux_sym__literal_repeat1, - ACTIONS(1273), 4, + ACTIONS(9667), 1, + aux_sym_concatenation_token1, + ACTIONS(9769), 1, + sym__concat, + STATE(4031), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1101), 4, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [157858] = 3, - ACTIONS(63), 1, + [188804] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 1, + ACTIONS(1174), 1, anon_sym_DOLLAR, - ACTIONS(1207), 6, + ACTIONS(1176), 6, sym__heredoc_body_middle, sym_heredoc_end, anon_sym_DOLLAR_LBRACE, anon_sym_DOLLAR_LPAREN, anon_sym_BQUOTE, anon_sym_DOLLAR_BQUOTE, - [157873] = 6, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, + [188819] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(8585), 1, - anon_sym_LPAREN, - STATE(2903), 3, - sym_compound_statement, - sym_subshell, - sym_test_command, - [157894] = 6, + ACTIONS(1180), 2, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1178), 5, + anon_sym_in, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + aux_sym_concatenation_token1, + [188834] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1152), 2, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1150), 5, + anon_sym_in, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + aux_sym_concatenation_token1, + [188849] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8549), 1, + ACTIONS(9709), 1, anon_sym_in, - ACTIONS(8553), 1, + ACTIONS(9713), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8598), 1, + ACTIONS(9771), 1, sym__special_character, - STATE(3596), 1, + STATE(4060), 1, aux_sym__literal_repeat1, - ACTIONS(8551), 3, + ACTIONS(9711), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [157915] = 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(8583), 1, - anon_sym_LPAREN, - STATE(2740), 3, - sym_compound_statement, - sym_subshell, - sym_test_command, - [157936] = 3, - ACTIONS(63), 1, + [188870] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1235), 1, + ACTIONS(1150), 1, anon_sym_DOLLAR, - ACTIONS(1237), 6, + ACTIONS(1152), 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, + [188885] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1237), 2, + ACTIONS(1160), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1235), 5, + ACTIONS(1158), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [157966] = 6, - ACTIONS(63), 1, + [188900] = 3, + ACTIONS(3), 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(3175), 3, - sym_compound_statement, - sym_subshell, - sym_test_command, - [157987] = 3, + ACTIONS(1164), 2, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1162), 5, + anon_sym_in, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + aux_sym_concatenation_token1, + [188915] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9759), 1, + anon_sym_in, + ACTIONS(9763), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(9771), 1, + sym__special_character, + STATE(4060), 1, + aux_sym__literal_repeat1, + ACTIONS(9761), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [188936] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9753), 1, + anon_sym_in, + ACTIONS(9757), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(9771), 1, + sym__special_character, + STATE(4060), 1, + aux_sym__literal_repeat1, + ACTIONS(9755), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [188957] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1207), 2, + ACTIONS(1204), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1205), 5, + ACTIONS(1202), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158002] = 3, - ACTIONS(63), 1, + [188972] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1205), 1, + ACTIONS(1166), 1, anon_sym_DOLLAR, - ACTIONS(1207), 6, + ACTIONS(1168), 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, + [188987] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1198), 1, + anon_sym_DOLLAR, + ACTIONS(1200), 6, + sym__heredoc_body_middle, + sym_heredoc_end, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [189002] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1261), 2, + ACTIONS(1148), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1259), 5, + ACTIONS(1146), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158032] = 6, + [189017] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1154), 1, + anon_sym_DOLLAR, + ACTIONS(1156), 6, + sym__heredoc_body_middle, + sym_heredoc_end, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [189032] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8539), 1, - anon_sym_in, - ACTIONS(8543), 1, + ACTIONS(1214), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8598), 1, + ACTIONS(9773), 1, sym__special_character, - STATE(3596), 1, + STATE(4060), 1, aux_sym__literal_repeat1, - ACTIONS(8541), 3, + ACTIONS(1212), 4, + anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [158053] = 3, + [189051] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1257), 2, + ACTIONS(1208), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1255), 5, + ACTIONS(1206), 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, + [189066] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1185), 2, + ACTIONS(1156), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1183), 5, + ACTIONS(1154), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158104] = 3, + [189081] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1221), 2, + ACTIONS(1109), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1219), 5, + ACTIONS(1107), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158119] = 3, + [189096] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1150), 1, + anon_sym_DOLLAR, + ACTIONS(1152), 6, + sym__heredoc_body_middle, + sym_heredoc_end, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [189111] = 8, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9776), 1, + anon_sym_RPAREN, + ACTIONS(9778), 1, + anon_sym_DQUOTE, + ACTIONS(9780), 1, + sym_raw_string, + ACTIONS(9782), 1, + anon_sym_RBRACE3, + ACTIONS(9784), 1, + aux_sym__expansion_regex_token1, + ACTIONS(9786), 1, + sym_regex, + STATE(4666), 1, + sym_string, + [189136] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1241), 2, + ACTIONS(1144), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1239), 5, + ACTIONS(1142), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158134] = 3, + [189151] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1229), 2, + ACTIONS(1152), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1227), 5, + ACTIONS(1150), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158149] = 3, + [189166] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1269), 2, + ACTIONS(1168), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1267), 5, + ACTIONS(1166), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158164] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1223), 1, - anon_sym_DOLLAR, - ACTIONS(1225), 6, - sym__heredoc_body_middle, - sym_heredoc_end, - anon_sym_DOLLAR_LBRACE, - anon_sym_DOLLAR_LPAREN, - anon_sym_BQUOTE, - anon_sym_DOLLAR_BQUOTE, - [158179] = 6, + [189181] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8529), 1, - anon_sym_in, - ACTIONS(8533), 1, + ACTIONS(1176), 2, + sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(8598), 1, - sym__special_character, - STATE(3596), 1, - aux_sym__literal_repeat1, - ACTIONS(8531), 3, + ACTIONS(1174), 5, + anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [158200] = 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(8604), 1, - anon_sym_LPAREN, - STATE(2894), 3, - sym_compound_statement, - sym_subshell, - sym_test_command, - [158221] = 3, + aux_sym_concatenation_token1, + [189196] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1203), 2, + ACTIONS(1172), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1201), 5, + ACTIONS(1170), 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, - 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(29), 1, - anon_sym_LBRACE, - ACTIONS(33), 1, - anon_sym_LBRACK, - ACTIONS(35), 1, - anon_sym_LBRACK_LBRACK, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8585), 1, - anon_sym_LPAREN, - STATE(2881), 3, - sym_compound_statement, - sym_subshell, - sym_test_command, - [158299] = 6, - ACTIONS(63), 1, + [189211] = 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(2816), 3, - sym_compound_statement, - sym_subshell, - sym_test_command, - [158320] = 6, - ACTIONS(63), 1, + ACTIONS(1192), 2, + sym__concat, + aux_sym_heredoc_redirect_token1, + ACTIONS(1190), 5, + anon_sym_in, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + aux_sym_concatenation_token1, + [189226] = 3, + ACTIONS(67), 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(1182), 1, + anon_sym_DOLLAR, + ACTIONS(1184), 6, + sym__heredoc_body_middle, + sym_heredoc_end, + anon_sym_DOLLAR_LBRACE, + anon_sym_DOLLAR_LPAREN, + anon_sym_BQUOTE, + anon_sym_DOLLAR_BQUOTE, + [189241] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1249), 2, + ACTIONS(1200), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1247), 5, + ACTIONS(1198), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158356] = 3, + [189256] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1213), 2, + ACTIONS(1188), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1211), 5, + ACTIONS(1186), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158371] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(479), 1, - 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, + [189271] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1253), 2, + ACTIONS(1196), 2, sym__concat, aux_sym_heredoc_redirect_token1, - ACTIONS(1251), 5, + ACTIONS(1194), 5, anon_sym_in, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, aux_sym_concatenation_token1, - [158407] = 6, + [189286] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, - anon_sym_COMMA, - ACTIONS(8614), 1, + ACTIONS(1184), 2, + sym__concat, aux_sym_heredoc_redirect_token1, - STATE(2527), 1, - sym__c_terminator, - STATE(3653), 1, - aux_sym__for_body_repeat1, - ACTIONS(8610), 2, + ACTIONS(1182), 5, + anon_sym_in, anon_sym_SEMI, + anon_sym_SEMI_SEMI, anon_sym_AMP, - [158427] = 6, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [189301] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8616), 1, + ACTIONS(9788), 1, anon_sym_RPAREN, - ACTIONS(8618), 1, + ACTIONS(9790), 1, anon_sym_PIPE, - STATE(3673), 1, + STATE(4129), 1, aux_sym_concatenation_repeat1, - STATE(3920), 1, + STATE(4418), 1, aux_sym_case_item_repeat1, - ACTIONS(8620), 2, + ACTIONS(9792), 2, sym__concat, aux_sym_concatenation_token1, - [158447] = 6, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8622), 1, - anon_sym_fi, - ACTIONS(8624), 1, - anon_sym_elif, - ACTIONS(8626), 1, - anon_sym_else, - STATE(4129), 1, - sym_else_clause, - STATE(3702), 2, - sym_elif_clause, - aux_sym_if_statement_repeat1, - [158467] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8612), 1, - anon_sym_COMMA, - ACTIONS(8630), 1, - aux_sym_heredoc_redirect_token1, - STATE(2337), 1, - sym__c_terminator, - STATE(3635), 1, - aux_sym__for_body_repeat1, - ACTIONS(8628), 2, - anon_sym_SEMI, - anon_sym_AMP, - [158487] = 4, - ACTIONS(63), 1, + [189321] = 6, + ACTIONS(67), 1, sym_comment, - STATE(3673), 1, + ACTIONS(9790), 1, + anon_sym_PIPE, + ACTIONS(9794), 1, + anon_sym_RPAREN, + STATE(4108), 1, aux_sym_concatenation_repeat1, - ACTIONS(8620), 2, + STATE(4369), 1, + aux_sym_case_item_repeat1, + ACTIONS(9792), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(1169), 3, - anon_sym_RPAREN, - anon_sym_PIPE, - sym__special_character, - [158503] = 6, + [189341] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, + ACTIONS(9798), 1, anon_sym_COMMA, - ACTIONS(8634), 1, + ACTIONS(9800), 1, aux_sym_heredoc_redirect_token1, - STATE(2538), 1, + STATE(3153), 1, sym__c_terminator, - STATE(3646), 1, + STATE(4097), 1, aux_sym__for_body_repeat1, - ACTIONS(8632), 2, + ACTIONS(9796), 2, anon_sym_SEMI, anon_sym_AMP, - [158523] = 6, - ACTIONS(63), 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, + [189361] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, + ACTIONS(9798), 1, anon_sym_COMMA, - ACTIONS(8640), 1, + ACTIONS(9804), 1, aux_sym_heredoc_redirect_token1, - STATE(2295), 1, + STATE(2862), 1, sym__c_terminator, - STATE(3701), 1, + STATE(4171), 1, aux_sym__for_body_repeat1, - ACTIONS(8638), 2, + ACTIONS(9802), 2, anon_sym_SEMI, anon_sym_AMP, - [158563] = 6, - ACTIONS(63), 1, + [189381] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(9790), 1, anon_sym_PIPE, - ACTIONS(8642), 1, + ACTIONS(9806), 1, anon_sym_RPAREN, - STATE(3673), 1, + STATE(4108), 1, aux_sym_concatenation_repeat1, - STATE(3833), 1, + STATE(4389), 1, aux_sym_case_item_repeat1, - ACTIONS(8620), 2, + ACTIONS(9792), 2, sym__concat, aux_sym_concatenation_token1, - [158583] = 6, - ACTIONS(63), 1, + [189401] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8624), 1, + ACTIONS(9808), 1, + anon_sym_fi, + ACTIONS(9810), 1, anon_sym_elif, - ACTIONS(8626), 1, + ACTIONS(9812), 1, anon_sym_else, - ACTIONS(8644), 1, - anon_sym_fi, - STATE(4045), 1, + STATE(4654), 1, sym_else_clause, - STATE(3702), 2, + STATE(4169), 2, sym_elif_clause, aux_sym_if_statement_repeat1, - [158603] = 5, - ACTIONS(63), 1, + [189421] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(1167), 1, - sym__special_character, - STATE(3688), 1, + ACTIONS(9790), 1, + anon_sym_PIPE, + ACTIONS(9814), 1, + anon_sym_RPAREN, + STATE(4108), 1, aux_sym_concatenation_repeat1, - ACTIONS(1169), 2, - anon_sym_SLASH, - anon_sym_RBRACE3, - ACTIONS(8646), 2, + STATE(4413), 1, + aux_sym_case_item_repeat1, + ACTIONS(9792), 2, sym__concat, aux_sym_concatenation_token1, - [158621] = 6, - ACTIONS(63), 1, + [189441] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8624), 1, + ACTIONS(9810), 1, anon_sym_elif, - ACTIONS(8626), 1, + ACTIONS(9812), 1, anon_sym_else, - ACTIONS(8648), 1, + ACTIONS(9816), 1, anon_sym_fi, - STATE(4316), 1, + STATE(4922), 1, sym_else_clause, - STATE(3702), 2, + STATE(4169), 2, sym_elif_clause, aux_sym_if_statement_repeat1, - [158641] = 6, - ACTIONS(63), 1, + [189461] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(9790), 1, anon_sym_PIPE, - ACTIONS(8650), 1, + ACTIONS(9818), 1, anon_sym_RPAREN, - STATE(3673), 1, + STATE(4129), 1, aux_sym_concatenation_repeat1, - STATE(3908), 1, + STATE(4416), 1, aux_sym_case_item_repeat1, - ACTIONS(8620), 2, + ACTIONS(9792), 2, sym__concat, aux_sym_concatenation_token1, - [158661] = 6, - ACTIONS(63), 1, + [189481] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9798), 1, + anon_sym_COMMA, + ACTIONS(9822), 1, + aux_sym_heredoc_redirect_token1, + STATE(3082), 1, + sym__c_terminator, + STATE(4103), 1, + aux_sym__for_body_repeat1, + ACTIONS(9820), 2, + anon_sym_SEMI, + anon_sym_AMP, + [189501] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9798), 1, + anon_sym_COMMA, + ACTIONS(9826), 1, + aux_sym_heredoc_redirect_token1, + STATE(2827), 1, + sym__c_terminator, + STATE(4080), 1, + aux_sym__for_body_repeat1, + ACTIONS(9824), 2, + anon_sym_SEMI, + anon_sym_AMP, + [189521] = 6, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9798), 1, + anon_sym_COMMA, + ACTIONS(9830), 1, + aux_sym_heredoc_redirect_token1, + STATE(3076), 1, + sym__c_terminator, + STATE(4171), 1, + aux_sym__for_body_repeat1, + ACTIONS(9828), 2, + anon_sym_SEMI, + anon_sym_AMP, + [189541] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9832), 1, + anon_sym_SLASH, + ACTIONS(9836), 1, + anon_sym_RBRACE3, + ACTIONS(9838), 1, + sym__expansion_word, + STATE(4145), 1, + aux_sym_concatenation_repeat1, + ACTIONS(9834), 2, + sym__concat, + aux_sym_concatenation_token1, + [189561] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(9790), 1, anon_sym_PIPE, - ACTIONS(8652), 1, + ACTIONS(9840), 1, anon_sym_RPAREN, - STATE(3670), 1, + STATE(4108), 1, aux_sym_concatenation_repeat1, - STATE(3831), 1, + STATE(4272), 1, aux_sym_case_item_repeat1, - ACTIONS(8620), 2, + ACTIONS(9792), 2, sym__concat, aux_sym_concatenation_token1, - [158681] = 6, - ACTIONS(63), 1, + [189581] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(9790), 1, anon_sym_PIPE, - ACTIONS(8654), 1, + ACTIONS(9842), 1, anon_sym_RPAREN, - STATE(3670), 1, + STATE(4129), 1, aux_sym_concatenation_repeat1, - STATE(3815), 1, + STATE(4274), 1, aux_sym_case_item_repeat1, - ACTIONS(8620), 2, + ACTIONS(9792), 2, sym__concat, aux_sym_concatenation_token1, - [158701] = 6, - ACTIONS(63), 1, + [189601] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(8624), 1, - anon_sym_elif, - ACTIONS(8626), 1, - anon_sym_else, - ACTIONS(8656), 1, - anon_sym_fi, - STATE(4062), 1, - sym_else_clause, - STATE(3702), 2, - sym_elif_clause, - aux_sym_if_statement_repeat1, - [158721] = 6, - ACTIONS(63), 1, + ACTIONS(9798), 1, + anon_sym_COMMA, + ACTIONS(9846), 1, + aux_sym_heredoc_redirect_token1, + STATE(3141), 1, + sym__c_terminator, + STATE(4088), 1, + aux_sym__for_body_repeat1, + ACTIONS(9844), 2, + anon_sym_SEMI, + anon_sym_AMP, + [189621] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1117), 1, + sym__special_character, + STATE(4186), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1119), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + ACTIONS(9834), 2, + sym__concat, + aux_sym_concatenation_token1, + [189639] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(9790), 1, anon_sym_PIPE, - ACTIONS(8658), 1, + ACTIONS(9848), 1, anon_sym_RPAREN, - STATE(3673), 1, + STATE(4129), 1, aux_sym_concatenation_repeat1, - STATE(3883), 1, + STATE(4347), 1, aux_sym_case_item_repeat1, - ACTIONS(8620), 2, + ACTIONS(9792), 2, sym__concat, aux_sym_concatenation_token1, - [158741] = 6, - ACTIONS(63), 1, + [189659] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8624), 1, + ACTIONS(9810), 1, anon_sym_elif, - ACTIONS(8626), 1, + ACTIONS(9812), 1, anon_sym_else, - ACTIONS(8660), 1, + ACTIONS(9850), 1, anon_sym_fi, - STATE(4288), 1, + STATE(4674), 1, + sym_else_clause, + STATE(4169), 2, + sym_elif_clause, + aux_sym_if_statement_repeat1, + [189679] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9810), 1, + anon_sym_elif, + ACTIONS(9812), 1, + anon_sym_else, + ACTIONS(9852), 1, + anon_sym_fi, + STATE(5123), 1, sym_else_clause, - STATE(3702), 2, + STATE(4169), 2, sym_elif_clause, aux_sym_if_statement_repeat1, - [158761] = 6, + [189699] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, + ACTIONS(9798), 1, anon_sym_COMMA, - ACTIONS(8664), 1, + ACTIONS(9856), 1, aux_sym_heredoc_redirect_token1, - STATE(2528), 1, + STATE(3179), 1, sym__c_terminator, - STATE(3701), 1, + STATE(4171), 1, aux_sym__for_body_repeat1, - ACTIONS(8662), 2, + ACTIONS(9854), 2, anon_sym_SEMI, anon_sym_AMP, - [158781] = 7, - ACTIONS(3), 1, + [189719] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8666), 1, + STATE(4129), 1, + aux_sym_concatenation_repeat1, + ACTIONS(9792), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(1119), 3, 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, + anon_sym_PIPE, + sym__special_character, + [189735] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, - anon_sym_COMMA, - ACTIONS(8678), 1, + ACTIONS(1119), 1, aux_sym_heredoc_redirect_token1, - STATE(2589), 1, - sym__c_terminator, - STATE(3701), 1, - aux_sym__for_body_repeat1, - ACTIONS(8676), 2, + ACTIONS(1117), 5, + anon_sym_in, anon_sym_SEMI, + anon_sym_SEMI_SEMI, anon_sym_AMP, - [158823] = 6, - ACTIONS(63), 1, + sym__special_character, + [189749] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8680), 1, - anon_sym_RPAREN, - STATE(3670), 1, + ACTIONS(9810), 1, + anon_sym_elif, + ACTIONS(9812), 1, + anon_sym_else, + ACTIONS(9858), 1, + anon_sym_fi, + STATE(4581), 1, + sym_else_clause, + STATE(4169), 2, + sym_elif_clause, + aux_sym_if_statement_repeat1, + [189769] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9860), 1, + anon_sym_SLASH, + ACTIONS(9862), 1, + anon_sym_RBRACE3, + ACTIONS(9864), 1, + sym__expansion_word, + STATE(4145), 1, aux_sym_concatenation_repeat1, - STATE(3911), 1, - aux_sym_case_item_repeat1, - ACTIONS(8620), 2, + ACTIONS(9834), 2, sym__concat, aux_sym_concatenation_token1, - [158843] = 6, - ACTIONS(63), 1, + [189789] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8624), 1, + ACTIONS(9810), 1, anon_sym_elif, - ACTIONS(8626), 1, + ACTIONS(9812), 1, anon_sym_else, - ACTIONS(8682), 1, + ACTIONS(9866), 1, anon_sym_fi, - STATE(4091), 1, + STATE(5059), 1, sym_else_clause, - STATE(3702), 2, + STATE(4169), 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, + [189809] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, + ACTIONS(9798), 1, anon_sym_COMMA, - ACTIONS(8686), 1, + ACTIONS(9870), 1, aux_sym_heredoc_redirect_token1, - STATE(2520), 1, + STATE(3142), 1, sym__c_terminator, - STATE(3648), 1, + STATE(4171), 1, aux_sym__for_body_repeat1, - ACTIONS(8684), 2, + ACTIONS(9868), 2, anon_sym_SEMI, anon_sym_AMP, - [158897] = 6, + [189829] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9872), 1, + sym_simple_heredoc_body, + ACTIONS(9874), 1, + sym__heredoc_body_beginning, + STATE(4560), 1, + sym_heredoc_body, + STATE(3547), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [189846] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9876), 1, + anon_sym_RBRACE3, + STATE(4105), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(9878), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + [189861] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9874), 1, + sym__heredoc_body_beginning, + ACTIONS(9881), 1, + sym_simple_heredoc_body, + STATE(3583), 1, + sym__simple_heredoc_body, + STATE(3592), 1, + sym__heredoc_body, + STATE(5133), 1, + sym_heredoc_body, + [189880] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9872), 1, + sym_simple_heredoc_body, + ACTIONS(9874), 1, + sym__heredoc_body_beginning, + STATE(4560), 1, + sym_heredoc_body, + STATE(3551), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [189897] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9792), 1, + aux_sym_concatenation_token1, + ACTIONS(9883), 1, + sym__concat, + STATE(4152), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [189914] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8612), 1, - anon_sym_COMMA, - ACTIONS(8690), 1, + ACTIONS(9745), 1, + anon_sym_in, + ACTIONS(9749), 1, aux_sym_heredoc_redirect_token1, - STATE(2523), 1, - sym__c_terminator, - STATE(3701), 1, - aux_sym__for_body_repeat1, - ACTIONS(8688), 2, + ACTIONS(9747), 3, anon_sym_SEMI, + anon_sym_SEMI_SEMI, anon_sym_AMP, - [158917] = 5, - ACTIONS(63), 1, + [189929] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9872), 1, + sym_simple_heredoc_body, + ACTIONS(9874), 1, + sym__heredoc_body_beginning, + STATE(3548), 1, + sym__simple_heredoc_body, + STATE(3550), 1, + sym__heredoc_body, + STATE(4560), 1, + sym_heredoc_body, + [189948] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9874), 1, + sym__heredoc_body_beginning, + ACTIONS(9885), 1, + sym_simple_heredoc_body, + STATE(5032), 1, + sym_heredoc_body, + STATE(3062), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [189965] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9874), 1, + sym__heredoc_body_beginning, + ACTIONS(9885), 1, + sym_simple_heredoc_body, + STATE(5032), 1, + sym_heredoc_body, + STATE(3148), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [189982] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9874), 1, + sym__heredoc_body_beginning, + ACTIONS(9885), 1, + sym_simple_heredoc_body, + STATE(5032), 1, + sym_heredoc_body, + STATE(3051), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [189999] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9874), 1, + sym__heredoc_body_beginning, + ACTIONS(9885), 1, + sym_simple_heredoc_body, + STATE(3107), 1, + sym__simple_heredoc_body, + STATE(3232), 1, + sym__heredoc_body, + STATE(5032), 1, + sym_heredoc_body, + [190018] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8692), 1, + ACTIONS(9874), 1, + sym__heredoc_body_beginning, + ACTIONS(9881), 1, sym_simple_heredoc_body, - ACTIONS(8694), 1, + STATE(5133), 1, + sym_heredoc_body, + STATE(3619), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [190035] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9874), 1, sym__heredoc_body_beginning, - STATE(4138), 1, + ACTIONS(9885), 1, + sym_simple_heredoc_body, + STATE(5032), 1, sym_heredoc_body, - STATE(2845), 2, + STATE(3097), 2, sym__heredoc_body, sym__simple_heredoc_body, - [158934] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8696), 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, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4281), 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, - ACTIONS(63), 1, + [190052] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(9874), 1, sym__heredoc_body_beginning, - ACTIONS(8698), 1, + ACTIONS(9885), 1, sym_simple_heredoc_body, - STATE(4291), 1, + STATE(5032), 1, sym_heredoc_body, - STATE(3180), 2, + STATE(3086), 2, sym__heredoc_body, sym__simple_heredoc_body, - [158981] = 4, + [190069] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9790), 1, + anon_sym_PIPE, + ACTIONS(9818), 1, + anon_sym_RPAREN, + ACTIONS(9887), 1, + sym__special_character, + STATE(4216), 1, + aux_sym__literal_repeat1, + STATE(4401), 1, + aux_sym_case_item_repeat1, + [190088] = 6, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9889), 1, + anon_sym_SEMI, + ACTIONS(9891), 1, + anon_sym_do, + STATE(3160), 1, + sym_compound_statement, + STATE(3161), 1, + sym_do_group, + [190107] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8700), 1, + ACTIONS(9893), 1, anon_sym_in, - ACTIONS(8704), 1, + ACTIONS(9897), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8702), 3, + ACTIONS(9895), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [158996] = 5, - ACTIONS(63), 1, + [190122] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(9874), 1, sym__heredoc_body_beginning, - ACTIONS(8698), 1, + ACTIONS(9885), 1, sym_simple_heredoc_body, - STATE(4291), 1, - sym_heredoc_body, - STATE(3178), 2, + STATE(3072), 1, sym__heredoc_body, + STATE(3155), 1, sym__simple_heredoc_body, - [159013] = 5, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8694), 1, - sym__heredoc_body_beginning, - ACTIONS(8698), 1, - sym_simple_heredoc_body, - STATE(4291), 1, + STATE(5032), 1, sym_heredoc_body, - STATE(3181), 2, - sym__heredoc_body, - sym__simple_heredoc_body, - [159030] = 5, - ACTIONS(63), 1, + [190141] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(9874), 1, sym__heredoc_body_beginning, - ACTIONS(8698), 1, + ACTIONS(9885), 1, sym_simple_heredoc_body, - STATE(4291), 1, + STATE(5032), 1, sym_heredoc_body, - STATE(3179), 2, + STATE(3224), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159047] = 5, - ACTIONS(63), 1, + [190158] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(9874), 1, sym__heredoc_body_beginning, - ACTIONS(8698), 1, + ACTIONS(9885), 1, sym_simple_heredoc_body, - STATE(4291), 1, - sym_heredoc_body, - STATE(3169), 2, + STATE(3214), 1, sym__heredoc_body, + STATE(3240), 1, sym__simple_heredoc_body, - [159064] = 5, - ACTIONS(63), 1, + STATE(5032), 1, + sym_heredoc_body, + [190177] = 4, + ACTIONS(67), 1, + sym_comment, + STATE(4129), 1, + aux_sym_concatenation_repeat1, + ACTIONS(9792), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(9899), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [190192] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(9874), 1, sym__heredoc_body_beginning, - ACTIONS(8706), 1, + ACTIONS(9885), 1, sym_simple_heredoc_body, - STATE(4063), 1, - sym_heredoc_body, - STATE(3220), 2, - sym__heredoc_body, + STATE(3052), 1, sym__simple_heredoc_body, - [159081] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8708), 1, - anon_sym_RBRACE3, - STATE(3666), 1, - aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - [159096] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8696), 1, - anon_sym_RBRACE3, - STATE(3666), 1, - aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - [159111] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8710), 1, - anon_sym_RBRACE3, - STATE(3666), 1, - aux_sym__expansion_body_repeat1, - ACTIONS(8712), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - [159126] = 5, - ACTIONS(63), 1, + STATE(3139), 1, + sym__heredoc_body, + STATE(5032), 1, + sym_heredoc_body, + [190211] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(9874), 1, sym__heredoc_body_beginning, - ACTIONS(8698), 1, + ACTIONS(9881), 1, sym_simple_heredoc_body, - STATE(4291), 1, + STATE(5133), 1, sym_heredoc_body, - STATE(3177), 2, + STATE(3613), 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, - ACTIONS(63), 1, + [190228] = 5, + ACTIONS(67), 1, sym_comment, - STATE(3669), 1, + ACTIONS(9901), 1, + anon_sym_SLASH, + ACTIONS(9903), 1, + anon_sym_RBRACE3, + STATE(4186), 1, aux_sym_concatenation_repeat1, - ACTIONS(1185), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - ACTIONS(8715), 2, + ACTIONS(9834), 2, sym__concat, aux_sym_concatenation_token1, - [159173] = 5, - ACTIONS(63), 1, + [190245] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9788), 1, + anon_sym_RPAREN, + ACTIONS(9790), 1, + anon_sym_PIPE, + ACTIONS(9887), 1, + sym__special_character, + STATE(4216), 1, + aux_sym__literal_repeat1, + STATE(4381), 1, + aux_sym_case_item_repeat1, + [190264] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8620), 1, + ACTIONS(9792), 1, aux_sym_concatenation_token1, - ACTIONS(8718), 1, + ACTIONS(9905), 1, sym__concat, - STATE(3669), 1, + STATE(4152), 1, aux_sym_concatenation_repeat1, - ACTIONS(1179), 2, + ACTIONS(1103), 2, anon_sym_RPAREN, anon_sym_PIPE, - [159190] = 6, - ACTIONS(63), 1, + [190281] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(258), 1, - anon_sym_LBRACE, - ACTIONS(8720), 1, + ACTIONS(9907), 1, + anon_sym_in, + ACTIONS(9911), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(9909), 3, anon_sym_SEMI, - ACTIONS(8722), 1, - anon_sym_do, - STATE(3222), 1, - sym_compound_statement, - STATE(3223), 1, - sym_do_group, - [159209] = 4, - ACTIONS(63), 1, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [190296] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8724), 1, + ACTIONS(9913), 1, anon_sym_RBRACE3, - STATE(3666), 1, + STATE(4105), 1, aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, + ACTIONS(5385), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - [159224] = 5, - ACTIONS(63), 1, + [190311] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8620), 1, - aux_sym_concatenation_token1, - ACTIONS(8726), 1, + ACTIONS(9832), 1, + anon_sym_SLASH, + ACTIONS(9836), 1, + anon_sym_RBRACE3, + STATE(4145), 1, + aux_sym_concatenation_repeat1, + ACTIONS(9834), 2, sym__concat, - STATE(3669), 1, + aux_sym_concatenation_token1, + [190328] = 4, + ACTIONS(67), 1, + sym_comment, + STATE(4108), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, + ACTIONS(9792), 2, + sym__concat, + aux_sym_concatenation_token1, + ACTIONS(9915), 2, anon_sym_RPAREN, anon_sym_PIPE, - [159241] = 6, - ACTIONS(29), 1, - anon_sym_LBRACE, - 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(63), 1, + [190343] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8732), 1, + ACTIONS(9917), 1, sym__concat, - ACTIONS(3833), 4, + ACTIONS(4847), 4, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, anon_sym_RBRACE3, - [159273] = 3, - ACTIONS(63), 1, + [190356] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8734), 1, + ACTIONS(391), 1, + anon_sym_LBRACE, + ACTIONS(9919), 1, + anon_sym_SEMI, + ACTIONS(9921), 1, + anon_sym_do, + STATE(3053), 1, + sym_do_group, + STATE(3231), 1, + sym_compound_statement, + [190375] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9923), 1, sym__concat, - ACTIONS(3839), 4, + ACTIONS(4841), 4, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, anon_sym_RBRACE3, - [159286] = 5, - ACTIONS(63), 1, + [190388] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(9874), 1, sym__heredoc_body_beginning, - ACTIONS(8706), 1, + ACTIONS(9881), 1, + sym_simple_heredoc_body, + STATE(3622), 1, + sym__heredoc_body, + STATE(3629), 1, + sym__simple_heredoc_body, + STATE(5133), 1, + sym_heredoc_body, + [190407] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9874), 1, + sym__heredoc_body_beginning, + ACTIONS(9881), 1, sym_simple_heredoc_body, - STATE(4063), 1, + STATE(5133), 1, sym_heredoc_body, - STATE(3192), 2, + STATE(3596), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159303] = 6, - ACTIONS(63), 1, + [190424] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8642), 1, - anon_sym_RPAREN, - ACTIONS(8736), 1, - sym__special_character, - STATE(3778), 1, - aux_sym__literal_repeat1, - STATE(3799), 1, - aux_sym_case_item_repeat1, - [159322] = 3, - ACTIONS(63), 1, + ACTIONS(9872), 1, + sym_simple_heredoc_body, + ACTIONS(9874), 1, + sym__heredoc_body_beginning, + STATE(4560), 1, + sym_heredoc_body, + STATE(3560), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [190441] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8738), 1, - sym__concat, - ACTIONS(3857), 4, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - anon_sym_RBRACE3, - [159335] = 3, - ACTIONS(63), 1, + ACTIONS(9874), 1, + sym__heredoc_body_beginning, + ACTIONS(9925), 1, + sym_simple_heredoc_body, + STATE(3068), 1, + sym__heredoc_body, + STATE(3071), 1, + sym__simple_heredoc_body, + STATE(4629), 1, + sym_heredoc_body, + [190460] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8740), 1, - sym__concat, - ACTIONS(3848), 4, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - anon_sym_RBRACE3, - [159348] = 6, - ACTIONS(63), 1, + ACTIONS(9874), 1, + sym__heredoc_body_beginning, + ACTIONS(9881), 1, + sym_simple_heredoc_body, + STATE(5133), 1, + sym_heredoc_body, + STATE(3579), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [190477] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(9790), 1, anon_sym_PIPE, - ACTIONS(8650), 1, + ACTIONS(9848), 1, anon_sym_RPAREN, - ACTIONS(8736), 1, + ACTIONS(9887), 1, sym__special_character, - STATE(3778), 1, + STATE(4216), 1, aux_sym__literal_repeat1, - STATE(3899), 1, + STATE(4317), 1, aux_sym_case_item_repeat1, - [159367] = 5, - ACTIONS(63), 1, + [190496] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8692), 1, + ACTIONS(9872), 1, sym_simple_heredoc_body, - ACTIONS(8694), 1, + ACTIONS(9874), 1, sym__heredoc_body_beginning, - STATE(4138), 1, - sym_heredoc_body, - STATE(2829), 2, - sym__heredoc_body, + STATE(3555), 1, sym__simple_heredoc_body, - [159384] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4808), 1, - anon_sym_RBRACE3, - STATE(3665), 1, - aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - [159399] = 5, - ACTIONS(63), 1, + STATE(3558), 1, + sym__heredoc_body, + STATE(4560), 1, + sym_heredoc_body, + [190515] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8692), 1, + ACTIONS(9872), 1, sym_simple_heredoc_body, - ACTIONS(8694), 1, + ACTIONS(9874), 1, sym__heredoc_body_beginning, - STATE(4138), 1, + STATE(4560), 1, sym_heredoc_body, - STATE(2830), 2, + STATE(3570), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159416] = 5, - ACTIONS(63), 1, + [190532] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8692), 1, - sym_simple_heredoc_body, - ACTIONS(8694), 1, + ACTIONS(9834), 1, + aux_sym_concatenation_token1, + ACTIONS(9927), 1, + sym__concat, + STATE(4172), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1123), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + [190549] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(155), 1, + anon_sym_LBRACE, + ACTIONS(9929), 1, + anon_sym_SEMI, + ACTIONS(9931), 1, + anon_sym_do, + STATE(3590), 1, + sym_compound_statement, + STATE(3591), 1, + sym_do_group, + [190568] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9874), 1, sym__heredoc_body_beginning, - STATE(4138), 1, - sym_heredoc_body, - STATE(2831), 2, + ACTIONS(9881), 1, + sym_simple_heredoc_body, + STATE(3624), 1, sym__heredoc_body, + STATE(3627), 1, sym__simple_heredoc_body, - [159433] = 4, - ACTIONS(3), 1, + STATE(5133), 1, + sym_heredoc_body, + [190587] = 4, + ACTIONS(67), 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, + ACTIONS(9933), 1, + anon_sym_RBRACE3, + STATE(4105), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + [190602] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8742), 1, + ACTIONS(9933), 1, anon_sym_RBRACE3, - STATE(3666), 1, + STATE(4105), 1, aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, + ACTIONS(5385), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - [159463] = 5, - ACTIONS(63), 1, + [190617] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8646), 1, - aux_sym_concatenation_token1, - ACTIONS(8744), 1, - sym__concat, - STATE(3695), 1, + ACTIONS(5794), 1, + anon_sym_RBRACE3, + STATE(4170), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + [190632] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5373), 1, + anon_sym_RBRACE3, + STATE(4165), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + [190647] = 4, + ACTIONS(67), 1, + sym_comment, + STATE(4152), 1, aux_sym_concatenation_repeat1, - ACTIONS(1173), 2, + ACTIONS(1109), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + ACTIONS(9935), 2, + sym__concat, + aux_sym_concatenation_token1, + [190662] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9860), 1, anon_sym_SLASH, + ACTIONS(9862), 1, anon_sym_RBRACE3, - [159480] = 5, - ACTIONS(63), 1, + STATE(4145), 1, + aux_sym_concatenation_repeat1, + ACTIONS(9834), 2, + sym__concat, + aux_sym_concatenation_token1, + [190679] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8692), 1, + ACTIONS(9874), 1, + sym__heredoc_body_beginning, + ACTIONS(9925), 1, sym_simple_heredoc_body, - ACTIONS(8694), 1, + STATE(4629), 1, + sym_heredoc_body, + STATE(3073), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [190696] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9874), 1, sym__heredoc_body_beginning, - STATE(4138), 1, + ACTIONS(9925), 1, + sym_simple_heredoc_body, + STATE(4629), 1, sym_heredoc_body, - STATE(2843), 2, + STATE(3067), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159497] = 4, - ACTIONS(63), 1, + [190713] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(9938), 1, anon_sym_RBRACE3, - STATE(3666), 1, + STATE(4105), 1, aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, + ACTIONS(5385), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - [159512] = 4, - ACTIONS(63), 1, + [190728] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, - anon_sym_RBRACE3, - STATE(3666), 1, - aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - [159527] = 4, + ACTIONS(9874), 1, + sym__heredoc_body_beginning, + ACTIONS(9925), 1, + sym_simple_heredoc_body, + STATE(3190), 1, + sym__heredoc_body, + STATE(3192), 1, + sym__simple_heredoc_body, + STATE(4629), 1, + sym_heredoc_body, + [190747] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8748), 1, + ACTIONS(9727), 1, anon_sym_in, - ACTIONS(8752), 1, + ACTIONS(9731), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8750), 3, + ACTIONS(9729), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [159542] = 5, - ACTIONS(63), 1, + [190762] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8646), 1, - aux_sym_concatenation_token1, - ACTIONS(8754), 1, + ACTIONS(1152), 5, sym__concat, - STATE(3695), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1179), 2, + sym__expansion_word, anon_sym_SLASH, + aux_sym_concatenation_token1, anon_sym_RBRACE3, - [159559] = 5, - ACTIONS(63), 1, + [190773] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8692), 1, - sym_simple_heredoc_body, - ACTIONS(8694), 1, - sym__heredoc_body_beginning, - STATE(4138), 1, - sym_heredoc_body, - STATE(2839), 2, - sym__heredoc_body, - sym__simple_heredoc_body, - [159576] = 4, - ACTIONS(63), 1, + ACTIONS(1156), 5, + sym__concat, + sym__expansion_word, + anon_sym_SLASH, + aux_sym_concatenation_token1, + anon_sym_RBRACE3, + [190784] = 5, + ACTIONS(67), 1, sym_comment, - STATE(3695), 1, - aux_sym_concatenation_repeat1, - ACTIONS(1185), 2, + ACTIONS(9940), 1, anon_sym_SLASH, + ACTIONS(9942), 1, anon_sym_RBRACE3, - ACTIONS(8756), 2, + STATE(4186), 1, + aux_sym_concatenation_repeat1, + ACTIONS(9834), 2, sym__concat, aux_sym_concatenation_token1, - [159591] = 4, - ACTIONS(63), 1, + [190801] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(9944), 1, anon_sym_RBRACE3, - STATE(3666), 1, + STATE(4105), 1, aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, + ACTIONS(5385), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - [159606] = 4, - ACTIONS(63), 1, + [190816] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8742), 1, + ACTIONS(1152), 5, + sym__concat, + sym__expansion_word, + anon_sym_SLASH, + aux_sym_concatenation_token1, + anon_sym_RBRACE3, + [190827] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9944), 1, anon_sym_RBRACE3, - STATE(3666), 1, + STATE(4105), 1, aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, + ACTIONS(5385), 3, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - [159621] = 5, - ACTIONS(63), 1, + [190842] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9944), 1, + anon_sym_RBRACE3, + STATE(4105), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + [190857] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9872), 1, + sym_simple_heredoc_body, + ACTIONS(9874), 1, + sym__heredoc_body_beginning, + STATE(3549), 1, + sym__heredoc_body, + STATE(3556), 1, + sym__simple_heredoc_body, + STATE(4560), 1, + sym_heredoc_body, + [190876] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9874), 1, + sym__heredoc_body_beginning, + ACTIONS(9925), 1, + sym_simple_heredoc_body, + STATE(3136), 1, + sym__heredoc_body, + STATE(3137), 1, + sym__simple_heredoc_body, + STATE(4629), 1, + sym_heredoc_body, + [190895] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(9874), 1, sym__heredoc_body_beginning, - ACTIONS(8759), 1, + ACTIONS(9925), 1, sym_simple_heredoc_body, - STATE(4090), 1, + STATE(4629), 1, sym_heredoc_body, - STATE(2856), 2, + STATE(3055), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159638] = 4, - ACTIONS(3), 1, + [190912] = 4, + ACTIONS(67), 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(63), 1, + ACTIONS(9948), 1, + anon_sym_elif, + ACTIONS(9946), 2, + anon_sym_fi, + anon_sym_else, + STATE(4169), 2, + sym_elif_clause, + aux_sym_if_statement_repeat1, + [190927] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(479), 1, - anon_sym_LBRACE, - ACTIONS(8761), 1, - anon_sym_SEMI, - ACTIONS(8763), 1, - anon_sym_do, - STATE(2834), 1, - sym_compound_statement, - STATE(2842), 1, - sym_do_group, - [159672] = 5, + ACTIONS(9938), 1, + anon_sym_RBRACE3, + STATE(4105), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + [190942] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(8767), 1, + ACTIONS(9953), 1, anon_sym_COMMA, - ACTIONS(8770), 1, + ACTIONS(9956), 1, aux_sym_heredoc_redirect_token1, - STATE(3701), 1, + STATE(4171), 1, aux_sym__for_body_repeat1, - ACTIONS(8765), 2, + ACTIONS(9951), 2, anon_sym_SEMI, anon_sym_AMP, - [159689] = 4, - ACTIONS(63), 1, + [190959] = 4, + ACTIONS(67), 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(63), 1, + STATE(4172), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1109), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + ACTIONS(9958), 2, + sym__concat, + aux_sym_concatenation_token1, + [190974] = 5, + ACTIONS(67), 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(9874), 1, + sym__heredoc_body_beginning, + ACTIONS(9925), 1, + sym_simple_heredoc_body, + STATE(4629), 1, + sym_heredoc_body, + STATE(3174), 2, + sym__heredoc_body, + sym__simple_heredoc_body, + [190991] = 4, ACTIONS(3), 1, sym_comment, - ACTIONS(8777), 1, + ACTIONS(9961), 1, anon_sym_in, - ACTIONS(8781), 1, + ACTIONS(9965), 1, aux_sym_heredoc_redirect_token1, - ACTIONS(8779), 3, + ACTIONS(9963), 3, anon_sym_SEMI, anon_sym_SEMI_SEMI, anon_sym_AMP, - [159738] = 5, - ACTIONS(63), 1, + [191006] = 6, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(9872), 1, + sym_simple_heredoc_body, + ACTIONS(9874), 1, sym__heredoc_body_beginning, - ACTIONS(8706), 1, + STATE(3563), 1, + sym__simple_heredoc_body, + STATE(3571), 1, + sym__heredoc_body, + STATE(4560), 1, + sym_heredoc_body, + [191025] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9872), 1, sym_simple_heredoc_body, - STATE(4063), 1, + ACTIONS(9874), 1, + sym__heredoc_body_beginning, + STATE(4560), 1, sym_heredoc_body, - STATE(3206), 2, + STATE(3559), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159755] = 5, - ACTIONS(63), 1, + [191042] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(5632), 1, + anon_sym_RBRACE3, + STATE(4148), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + [191057] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9967), 1, + anon_sym_RBRACE3, + STATE(4105), 1, + aux_sym__expansion_body_repeat1, + ACTIONS(5385), 3, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + [191072] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9969), 1, + sym__concat, + ACTIONS(4828), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + anon_sym_RBRACE3, + [191085] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9874), 1, + sym__heredoc_body_beginning, + ACTIONS(9925), 1, + sym_simple_heredoc_body, + STATE(3132), 1, + sym__heredoc_body, + STATE(3134), 1, + sym__simple_heredoc_body, + STATE(4629), 1, + sym_heredoc_body, + [191104] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9874), 1, sym__heredoc_body_beginning, - ACTIONS(8759), 1, + ACTIONS(9925), 1, sym_simple_heredoc_body, - STATE(4090), 1, + STATE(4629), 1, sym_heredoc_body, - STATE(2868), 2, + STATE(3130), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159772] = 5, - ACTIONS(63), 1, + [191121] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9790), 1, + anon_sym_PIPE, + ACTIONS(9842), 1, + anon_sym_RPAREN, + ACTIONS(9887), 1, + sym__special_character, + STATE(4216), 1, + aux_sym__literal_repeat1, + STATE(4268), 1, + aux_sym_case_item_repeat1, + [191140] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(9874), 1, sym__heredoc_body_beginning, - ACTIONS(8759), 1, + ACTIONS(9925), 1, sym_simple_heredoc_body, - STATE(4090), 1, + STATE(4629), 1, sym_heredoc_body, - STATE(2871), 2, + STATE(3222), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159789] = 5, - ACTIONS(63), 1, + [191157] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9739), 1, + anon_sym_in, + ACTIONS(9743), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(9741), 3, + anon_sym_SEMI, + anon_sym_SEMI_SEMI, + anon_sym_AMP, + [191172] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(9874), 1, sym__heredoc_body_beginning, - ACTIONS(8759), 1, + ACTIONS(9881), 1, sym_simple_heredoc_body, - STATE(4090), 1, + STATE(5133), 1, sym_heredoc_body, - STATE(2872), 2, + STATE(3599), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159806] = 4, - ACTIONS(63), 1, + [191189] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(4527), 1, + ACTIONS(9834), 1, + aux_sym_concatenation_token1, + ACTIONS(9971), 1, + sym__concat, + STATE(4172), 1, + aux_sym_concatenation_repeat1, + ACTIONS(1103), 2, + anon_sym_SLASH, anon_sym_RBRACE3, - STATE(3697), 1, - aux_sym__expansion_body_repeat1, - ACTIONS(4293), 3, + [191206] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9973), 1, + sym__concat, + ACTIONS(4813), 4, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, - [159821] = 5, - ACTIONS(63), 1, + anon_sym_RBRACE3, + [191219] = 6, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9874), 1, + sym__heredoc_body_beginning, + ACTIONS(9881), 1, + sym_simple_heredoc_body, + STATE(3585), 1, + sym__simple_heredoc_body, + STATE(3626), 1, + sym__heredoc_body, + STATE(5133), 1, + sym_heredoc_body, + [191238] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, + ACTIONS(9874), 1, sym__heredoc_body_beginning, - ACTIONS(8759), 1, + ACTIONS(9881), 1, sym_simple_heredoc_body, - STATE(4090), 1, + STATE(5133), 1, sym_heredoc_body, - STATE(2779), 2, + STATE(3610), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159838] = 5, - ACTIONS(63), 1, + [191255] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, - sym__heredoc_body_beginning, - ACTIONS(8759), 1, + ACTIONS(9872), 1, sym_simple_heredoc_body, - STATE(4090), 1, + ACTIONS(9874), 1, + sym__heredoc_body_beginning, + STATE(4560), 1, sym_heredoc_body, - STATE(2786), 2, + STATE(3569), 2, sym__heredoc_body, sym__simple_heredoc_body, - [159855] = 5, - ACTIONS(63), 1, + [191272] = 4, + ACTIONS(67), 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, + ACTIONS(9975), 1, + anon_sym_esac, + ACTIONS(9977), 1, + anon_sym_SEMI_SEMI, + ACTIONS(9979), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + [191286] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1160), 4, sym__concat, + anon_sym_RPAREN, + anon_sym_PIPE, aux_sym_concatenation_token1, - [159872] = 5, - ACTIONS(63), 1, + [191296] = 2, + ACTIONS(67), 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, + ACTIONS(1168), 4, sym__concat, + anon_sym_RPAREN, + anon_sym_PIPE, aux_sym_concatenation_token1, - [159889] = 5, - ACTIONS(63), 1, + [191306] = 5, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, - sym__heredoc_body_beginning, - ACTIONS(8706), 1, - sym_simple_heredoc_body, - STATE(4063), 1, - sym_heredoc_body, - STATE(3183), 2, - sym__heredoc_body, - sym__simple_heredoc_body, - [159906] = 6, - ACTIONS(63), 1, + ACTIONS(9891), 1, + anon_sym_do, + STATE(3228), 1, + sym_compound_statement, + STATE(3229), 1, + sym_do_group, + [191322] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(9983), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(9981), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_AMP, + [191334] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8616), 1, + ACTIONS(1188), 4, + sym__concat, 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(63), 1, + aux_sym_concatenation_token1, + [191344] = 2, + ACTIONS(67), 1, sym_comment, - STATE(3670), 1, - aux_sym_concatenation_repeat1, - ACTIONS(8620), 2, + ACTIONS(1144), 4, sym__concat, - aux_sym_concatenation_token1, - ACTIONS(8791), 2, anon_sym_RPAREN, anon_sym_PIPE, - [159940] = 4, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [191354] = 4, + ACTIONS(67), 1, sym_comment, - STATE(3673), 1, - aux_sym_concatenation_repeat1, - ACTIONS(8620), 2, + ACTIONS(9988), 1, + anon_sym_RBRACE3, + STATE(4198), 1, + aux_sym__concatenation_in_expansion_repeat1, + ACTIONS(9985), 2, sym__concat, aux_sym_concatenation_token1, - ACTIONS(8793), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - [159955] = 5, - ACTIONS(63), 1, + [191368] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(8694), 1, - sym__heredoc_body_beginning, - ACTIONS(8706), 1, - sym_simple_heredoc_body, - STATE(4063), 1, - sym_heredoc_body, - STATE(3184), 2, - sym__heredoc_body, - sym__simple_heredoc_body, - [159972] = 5, - ACTIONS(63), 1, + ACTIONS(9992), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(9990), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_AMP, + [191380] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8694), 1, - sym__heredoc_body_beginning, - ACTIONS(8706), 1, - sym_simple_heredoc_body, - STATE(4063), 1, - sym_heredoc_body, - STATE(3212), 2, - sym__heredoc_body, - sym__simple_heredoc_body, - [159989] = 5, - ACTIONS(63), 1, + ACTIONS(9994), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + anon_sym_RBRACE3, + [191390] = 2, + ACTIONS(67), 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(63), 1, + ACTIONS(1160), 4, + sym__concat, + anon_sym_SLASH, + aux_sym_concatenation_token1, + anon_sym_RBRACE3, + [191400] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8803), 1, + ACTIONS(9996), 1, anon_sym_esac, - ACTIONS(8805), 1, + ACTIONS(9998), 1, anon_sym_SEMI_SEMI, - ACTIONS(8807), 1, + ACTIONS(10000), 1, anon_sym_SEMI_AMP, - ACTIONS(8809), 1, + ACTIONS(10002), 1, anon_sym_SEMI_SEMI_AMP, - [160021] = 4, - ACTIONS(63), 1, + [191416] = 3, + ACTIONS(3), 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(63), 1, + ACTIONS(9956), 1, + aux_sym_heredoc_redirect_token1, + ACTIONS(9951), 3, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_AMP, + [191428] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8736), 1, - sym__special_character, - STATE(3778), 1, - aux_sym__literal_repeat1, - ACTIONS(8793), 2, + ACTIONS(1144), 4, + sym__concat, + anon_sym_SLASH, + aux_sym_concatenation_token1, + anon_sym_RBRACE3, + [191438] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1152), 4, + sym__concat, anon_sym_RPAREN, anon_sym_PIPE, - [160049] = 4, - ACTIONS(63), 1, + aux_sym_concatenation_token1, + [191448] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1156), 4, + sym__concat, + anon_sym_RPAREN, + anon_sym_PIPE, + aux_sym_concatenation_token1, + [191458] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4813), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + anon_sym_RBRACE3, + [191468] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1152), 4, + sym__concat, + anon_sym_SLASH, + aux_sym_concatenation_token1, + anon_sym_RBRACE3, + [191478] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1152), 4, + sym__concat, + anon_sym_RPAREN, + anon_sym_PIPE, + aux_sym_concatenation_token1, + [191488] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4828), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + anon_sym_RBRACE3, + [191498] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1156), 4, + sym__concat, + anon_sym_SLASH, + aux_sym_concatenation_token1, + anon_sym_RBRACE3, + [191508] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8817), 1, + ACTIONS(10004), 1, anon_sym_esac, - ACTIONS(8819), 1, + ACTIONS(10006), 1, anon_sym_SEMI_SEMI, - ACTIONS(8821), 2, + ACTIONS(10008), 1, anon_sym_SEMI_AMP, + ACTIONS(10010), 1, anon_sym_SEMI_SEMI_AMP, - [160063] = 5, - ACTIONS(63), 1, + [191524] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4979), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, + anon_sym_RBRACE3, + [191534] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1109), 4, + sym__concat, + anon_sym_SLASH, + aux_sym_concatenation_token1, + anon_sym_RBRACE3, + [191544] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8787), 1, + ACTIONS(1148), 4, + sym__concat, anon_sym_SLASH, - ACTIONS(8789), 1, + aux_sym_concatenation_token1, anon_sym_RBRACE3, - ACTIONS(8823), 1, + [191554] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10012), 1, sym__special_character, - STATE(3743), 1, + STATE(4216), 1, aux_sym__literal_repeat1, - [160079] = 4, - ACTIONS(63), 1, + ACTIONS(1214), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [191568] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8828), 1, + ACTIONS(10017), 1, anon_sym_RBRACE3, - STATE(3726), 1, + STATE(4198), 1, aux_sym__concatenation_in_expansion_repeat1, - ACTIONS(8825), 2, + ACTIONS(10015), 2, sym__concat, aux_sym_concatenation_token1, - [160093] = 5, - ACTIONS(63), 1, + [191582] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1176), 4, + sym__concat, + anon_sym_RPAREN, + anon_sym_PIPE, + aux_sym_concatenation_token1, + [191592] = 5, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9940), 1, + anon_sym_SLASH, + ACTIONS(9942), 1, + anon_sym_RBRACE3, + ACTIONS(10019), 1, + sym__special_character, + STATE(4224), 1, + aux_sym__literal_repeat1, + [191608] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1204), 4, + sym__concat, + anon_sym_RPAREN, + anon_sym_PIPE, + aux_sym_concatenation_token1, + [191618] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1164), 4, + sym__concat, + anon_sym_RPAREN, + anon_sym_PIPE, + aux_sym_concatenation_token1, + [191628] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1200), 4, + sym__concat, + anon_sym_SLASH, + aux_sym_concatenation_token1, + anon_sym_RBRACE3, + [191638] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(479), 1, + ACTIONS(155), 1, anon_sym_LBRACE, - ACTIONS(8763), 1, + ACTIONS(9931), 1, anon_sym_do, - STATE(2780), 1, + STATE(3580), 1, sym_compound_statement, - STATE(2785), 1, + STATE(3584), 1, sym_do_group, - [160109] = 4, - ACTIONS(63), 1, + [191654] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8832), 1, + ACTIONS(10021), 1, + sym__special_character, + STATE(4224), 1, + aux_sym__literal_repeat1, + ACTIONS(1214), 2, + anon_sym_SLASH, anon_sym_RBRACE3, - STATE(3726), 1, - aux_sym__concatenation_in_expansion_repeat1, - ACTIONS(8830), 2, - sym__concat, - aux_sym_concatenation_token1, - [160123] = 5, - ACTIONS(63), 1, + [191668] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8834), 1, + ACTIONS(10024), 1, anon_sym_esac, - ACTIONS(8836), 1, + ACTIONS(10026), 1, anon_sym_SEMI_SEMI, - ACTIONS(8838), 1, + ACTIONS(10028), 1, anon_sym_SEMI_AMP, - ACTIONS(8840), 1, + ACTIONS(10030), 1, anon_sym_SEMI_SEMI_AMP, - [160139] = 4, - ACTIONS(63), 1, + [191684] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8842), 1, + ACTIONS(1164), 4, + sym__concat, + anon_sym_SLASH, + aux_sym_concatenation_token1, + anon_sym_RBRACE3, + [191694] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1180), 4, + sym__concat, + anon_sym_RPAREN, + anon_sym_PIPE, + aux_sym_concatenation_token1, + [191704] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1192), 4, + sym__concat, + anon_sym_RPAREN, + anon_sym_PIPE, + aux_sym_concatenation_token1, + [191714] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10032), 1, anon_sym_esac, - ACTIONS(8844), 1, + ACTIONS(10034), 1, anon_sym_SEMI_SEMI, - ACTIONS(8846), 2, + ACTIONS(10036), 2, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - [160153] = 4, - ACTIONS(63), 1, + [191728] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8848), 1, + ACTIONS(10038), 1, anon_sym_esac, - ACTIONS(8850), 1, + ACTIONS(10040), 1, anon_sym_SEMI_SEMI, - ACTIONS(8852), 2, + ACTIONS(10042), 2, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - [160167] = 5, - ACTIONS(63), 1, + [191742] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8834), 1, + ACTIONS(10044), 1, anon_sym_esac, - ACTIONS(8854), 1, + ACTIONS(10046), 1, anon_sym_SEMI_SEMI, - ACTIONS(8856), 1, + ACTIONS(10048), 2, anon_sym_SEMI_AMP, - ACTIONS(8858), 1, anon_sym_SEMI_SEMI_AMP, - [160183] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1207), 4, - sym__concat, - anon_sym_SLASH, - aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160193] = 2, - ACTIONS(63), 1, + [191756] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1237), 4, + ACTIONS(1184), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160203] = 3, - ACTIONS(3), 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(63), 1, + [191766] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1207), 4, + ACTIONS(1204), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160225] = 2, - ACTIONS(63), 1, + [191776] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1265), 4, + ACTIONS(1180), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160235] = 2, - ACTIONS(63), 1, + [191786] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(4007), 4, + ACTIONS(1152), 4, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, anon_sym_RBRACE3, - [160245] = 2, - ACTIONS(63), 1, + [191796] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1261), 4, + ACTIONS(1172), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160255] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(4003), 4, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - anon_sym_RBRACE3, - [160265] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3848), 4, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - anon_sym_RBRACE3, - [160275] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1207), 4, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - anon_sym_RBRACE3, - [160285] = 4, - ACTIONS(63), 1, + [191806] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8860), 1, - sym__special_character, - STATE(3743), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 2, + ACTIONS(1188), 4, + sym__concat, anon_sym_SLASH, + aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160299] = 2, - ACTIONS(63), 1, + [191816] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(3857), 4, + ACTIONS(4975), 4, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, 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, - ACTIONS(63), 1, + [191826] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1249), 4, + ACTIONS(1152), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160347] = 5, - ACTIONS(63), 1, + [191836] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8795), 1, + ACTIONS(9996), 1, anon_sym_esac, - ACTIONS(8867), 1, + ACTIONS(10050), 1, anon_sym_SEMI_SEMI, - ACTIONS(8869), 1, + ACTIONS(10052), 1, anon_sym_SEMI_AMP, - ACTIONS(8871), 1, + ACTIONS(10054), 1, anon_sym_SEMI_SEMI_AMP, - [160363] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1241), 4, - sym__concat, - anon_sym_SLASH, - aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160373] = 2, - ACTIONS(63), 1, + [191852] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1217), 4, + ACTIONS(1208), 4, sym__concat, - anon_sym_SLASH, + anon_sym_RPAREN, + anon_sym_PIPE, aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160383] = 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(63), 1, + [191862] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1225), 4, + ACTIONS(1168), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160403] = 2, - ACTIONS(63), 1, + [191872] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1213), 4, + ACTIONS(1176), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160413] = 2, - ACTIONS(63), 1, + [191882] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1269), 4, + ACTIONS(1200), 4, sym__concat, - anon_sym_SLASH, + anon_sym_RPAREN, + anon_sym_PIPE, aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160423] = 2, - ACTIONS(63), 1, + [191892] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1207), 4, + ACTIONS(1156), 4, sym__external_expansion_sym_hash, sym__external_expansion_sym_bang, sym__external_expansion_sym_equal, anon_sym_RBRACE3, - [160433] = 2, - ACTIONS(63), 1, + [191902] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1185), 4, + ACTIONS(1192), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160443] = 4, - ACTIONS(63), 1, + [191912] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8873), 1, + ACTIONS(9901), 1, + anon_sym_SLASH, + ACTIONS(9903), 1, anon_sym_RBRACE3, - STATE(3728), 1, - aux_sym__concatenation_in_expansion_repeat1, - ACTIONS(8830), 2, - sym__concat, - aux_sym_concatenation_token1, - [160457] = 2, - ACTIONS(63), 1, + ACTIONS(10019), 1, + sym__special_character, + STATE(4224), 1, + aux_sym__literal_repeat1, + [191928] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(1257), 4, - sym__concat, - anon_sym_SLASH, - aux_sym_concatenation_token1, + ACTIONS(10024), 1, + anon_sym_esac, + ACTIONS(10056), 1, + anon_sym_SEMI_SEMI, + ACTIONS(10058), 1, + anon_sym_SEMI_AMP, + ACTIONS(10060), 1, + anon_sym_SEMI_SEMI_AMP, + [191944] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1152), 4, + sym__external_expansion_sym_hash, + sym__external_expansion_sym_bang, + sym__external_expansion_sym_equal, anon_sym_RBRACE3, - [160467] = 2, - ACTIONS(63), 1, + [191954] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1203), 4, + ACTIONS(1148), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160477] = 2, - ACTIONS(63), 1, + [191964] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1257), 4, + ACTIONS(1109), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160487] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1203), 4, - sym__concat, - anon_sym_SLASH, - aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160497] = 2, - ACTIONS(63), 1, + [191974] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1185), 4, + ACTIONS(1172), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160507] = 2, - ACTIONS(63), 1, + [191984] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1269), 4, + ACTIONS(1208), 4, sym__concat, - anon_sym_RPAREN, - anon_sym_PIPE, + anon_sym_SLASH, aux_sym_concatenation_token1, - [160517] = 2, - ACTIONS(63), 1, + anon_sym_RBRACE3, + [191994] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1213), 4, + ACTIONS(1196), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160527] = 2, - ACTIONS(63), 1, + [192004] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(1241), 4, - sym__concat, + ACTIONS(9887), 1, + sym__special_character, + STATE(4216), 1, + aux_sym__literal_repeat1, + ACTIONS(9899), 2, anon_sym_RPAREN, anon_sym_PIPE, - aux_sym_concatenation_token1, - [160537] = 5, - ACTIONS(63), 1, + [192018] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8875), 1, + ACTIONS(10062), 1, anon_sym_esac, - ACTIONS(8877), 1, + ACTIONS(10064), 1, anon_sym_SEMI_SEMI, - ACTIONS(8879), 1, + ACTIONS(10066), 1, anon_sym_SEMI_AMP, - ACTIONS(8881), 1, + ACTIONS(10068), 1, anon_sym_SEMI_SEMI_AMP, - [160553] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1245), 4, - sym__concat, - anon_sym_RPAREN, - anon_sym_PIPE, - aux_sym_concatenation_token1, - [160563] = 2, - ACTIONS(63), 1, + [192034] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1229), 4, + ACTIONS(1196), 4, sym__concat, anon_sym_SLASH, aux_sym_concatenation_token1, anon_sym_RBRACE3, - [160573] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1249), 4, - sym__concat, - anon_sym_RPAREN, - anon_sym_PIPE, - aux_sym_concatenation_token1, - [160583] = 5, - ACTIONS(63), 1, + [192044] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8803), 1, + ACTIONS(10062), 1, anon_sym_esac, - ACTIONS(8883), 1, + ACTIONS(10070), 1, anon_sym_SEMI_SEMI, - ACTIONS(8885), 1, + ACTIONS(10072), 1, anon_sym_SEMI_AMP, - ACTIONS(8887), 1, + ACTIONS(10074), 1, anon_sym_SEMI_SEMI_AMP, - [160599] = 2, - ACTIONS(63), 1, + [192060] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1261), 4, + ACTIONS(1184), 4, sym__concat, anon_sym_RPAREN, anon_sym_PIPE, aux_sym_concatenation_token1, - [160609] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(8891), 1, - aux_sym_heredoc_redirect_token1, - ACTIONS(8889), 3, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_AMP, - [160621] = 2, - ACTIONS(63), 1, + [192070] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(1217), 4, + ACTIONS(10076), 1, + anon_sym_RBRACE3, + STATE(4217), 1, + aux_sym__concatenation_in_expansion_repeat1, + ACTIONS(10015), 2, sym__concat, - anon_sym_RPAREN, - anon_sym_PIPE, aux_sym_concatenation_token1, - [160631] = 5, - ACTIONS(63), 1, + [192084] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(8875), 1, + ACTIONS(10004), 1, anon_sym_esac, - ACTIONS(8893), 1, + ACTIONS(10078), 1, anon_sym_SEMI_SEMI, - ACTIONS(8895), 1, + ACTIONS(10080), 1, anon_sym_SEMI_AMP, - ACTIONS(8897), 1, + ACTIONS(10082), 1, anon_sym_SEMI_SEMI_AMP, - [160647] = 2, - ACTIONS(63), 1, + [192100] = 5, + ACTIONS(67), 1, sym_comment, - ACTIONS(1233), 4, - sym__concat, - anon_sym_SLASH, - aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160657] = 2, - ACTIONS(63), 1, + ACTIONS(391), 1, + anon_sym_LBRACE, + ACTIONS(9921), 1, + anon_sym_do, + STATE(3170), 1, + sym_do_group, + STATE(3226), 1, + sym_compound_statement, + [192116] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1265), 4, - sym__concat, + ACTIONS(1184), 3, + sym_extglob_pattern, anon_sym_RPAREN, anon_sym_PIPE, - aux_sym_concatenation_token1, - [160667] = 2, - ACTIONS(63), 1, + [192125] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1253), 4, - sym__concat, + ACTIONS(1204), 3, + sym_extglob_pattern, anon_sym_RPAREN, anon_sym_PIPE, - aux_sym_concatenation_token1, - [160677] = 4, - ACTIONS(63), 1, + [192134] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8899), 1, - sym__special_character, - STATE(3778), 1, - aux_sym__literal_repeat1, - ACTIONS(1275), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - [160691] = 2, - ACTIONS(63), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(10084), 1, + anon_sym_RPAREN_RPAREN, + STATE(4280), 1, + aux_sym_arithmetic_expansion_repeat1, + [192147] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1253), 4, - sym__concat, - anon_sym_SLASH, - aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160701] = 5, - ACTIONS(63), 1, + ACTIONS(10086), 1, + anon_sym_SEMI_SEMI, + ACTIONS(10036), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + [192158] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(258), 1, - anon_sym_LBRACE, - ACTIONS(8722), 1, - anon_sym_do, - STATE(3201), 1, - sym_compound_statement, - STATE(3205), 1, - sym_do_group, - [160717] = 2, - ACTIONS(63), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(10088), 1, + anon_sym_RPAREN_RPAREN, + STATE(4280), 1, + aux_sym_arithmetic_expansion_repeat1, + [192171] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(1207), 4, - sym__concat, - anon_sym_RPAREN, + ACTIONS(9790), 1, anon_sym_PIPE, - aux_sym_concatenation_token1, - [160727] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1237), 4, - sym__concat, + ACTIONS(10090), 1, anon_sym_RPAREN, - anon_sym_PIPE, - aux_sym_concatenation_token1, - [160737] = 2, - ACTIONS(63), 1, + STATE(4384), 1, + aux_sym_case_item_repeat1, + [192184] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(1225), 4, - sym__concat, - anon_sym_RPAREN, + ACTIONS(9790), 1, anon_sym_PIPE, - aux_sym_concatenation_token1, - [160747] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1207), 4, - sym__concat, + ACTIONS(10092), 1, anon_sym_RPAREN, - anon_sym_PIPE, - aux_sym_concatenation_token1, - [160757] = 2, - ACTIONS(63), 1, + STATE(4384), 1, + aux_sym_case_item_repeat1, + [192197] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1245), 4, + ACTIONS(10094), 1, sym__concat, - anon_sym_SLASH, - aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160767] = 2, - ACTIONS(63), 1, + ACTIONS(4847), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [192208] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1221), 4, + ACTIONS(10096), 1, sym__concat, - anon_sym_SLASH, - aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [160777] = 2, - ACTIONS(63), 1, + ACTIONS(4841), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [192219] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(1229), 4, - sym__concat, - anon_sym_RPAREN, + ACTIONS(9790), 1, anon_sym_PIPE, - aux_sym_concatenation_token1, - [160787] = 2, - ACTIONS(63), 1, + ACTIONS(10098), 1, + anon_sym_RPAREN, + STATE(4384), 1, + aux_sym_case_item_repeat1, + [192232] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(1233), 4, - sym__concat, + ACTIONS(9790), 1, + anon_sym_PIPE, + ACTIONS(9814), 1, anon_sym_RPAREN, + STATE(4421), 1, + aux_sym_case_item_repeat1, + [192245] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9790), 1, anon_sym_PIPE, - aux_sym_concatenation_token1, - [160797] = 2, - ACTIONS(63), 1, + ACTIONS(10100), 1, + anon_sym_RPAREN, + STATE(4384), 1, + aux_sym_case_item_repeat1, + [192258] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(1221), 4, - sym__concat, + ACTIONS(10102), 1, + anon_sym_COMMA, + ACTIONS(10104), 1, anon_sym_RPAREN, - anon_sym_PIPE, - aux_sym_concatenation_token1, - [160807] = 2, - ACTIONS(63), 1, + STATE(4328), 1, + aux_sym__for_body_repeat1, + [192271] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8902), 4, - sym__external_expansion_sym_hash, - sym__external_expansion_sym_bang, - sym__external_expansion_sym_equal, - anon_sym_RBRACE3, - [160817] = 4, - ACTIONS(63), 1, + ACTIONS(10106), 1, + anon_sym_SEMI_SEMI, + ACTIONS(10042), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + [192282] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(8904), 1, + ACTIONS(10108), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [160830] = 4, - ACTIONS(63), 1, + [192295] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(8906), 1, + ACTIONS(10110), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [160843] = 4, - ACTIONS(63), 1, + [192308] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8908), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(10112), 1, anon_sym_RPAREN_RPAREN, - ACTIONS(8910), 1, + STATE(4280), 1, + aux_sym_arithmetic_expansion_repeat1, + [192321] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5121), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(10114), 1, anon_sym_COMMA, - STATE(3923), 1, - aux_sym__for_body_repeat1, - [160856] = 4, - ACTIONS(63), 1, + STATE(4280), 1, + aux_sym_arithmetic_expansion_repeat1, + [192334] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8856), 1, - anon_sym_SEMI_AMP, - ACTIONS(8858), 1, - anon_sym_SEMI_SEMI_AMP, - ACTIONS(8912), 1, - anon_sym_SEMI_SEMI, - [160869] = 4, - ACTIONS(63), 1, + ACTIONS(9790), 1, + anon_sym_PIPE, + ACTIONS(9806), 1, + anon_sym_RPAREN, + STATE(4386), 1, + aux_sym_case_item_repeat1, + [192347] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(8914), 1, + ACTIONS(10117), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [160882] = 3, - ACTIONS(63), 1, + [192360] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8916), 1, - anon_sym_SEMI_SEMI, - ACTIONS(8852), 2, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - [160893] = 3, - ACTIONS(63), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(10119), 1, + anon_sym_RPAREN_RPAREN, + STATE(4280), 1, + aux_sym_arithmetic_expansion_repeat1, + [192373] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(10123), 1, anon_sym_LBRACK, - ACTIONS(8918), 2, + ACTIONS(10121), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [160904] = 4, - ACTIONS(63), 1, + [192384] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(10123), 1, + anon_sym_LBRACK, + ACTIONS(10125), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [192395] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10123), 1, + anon_sym_LBRACK, + ACTIONS(10127), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [192406] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10123), 1, + anon_sym_LBRACK, + ACTIONS(10129), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [192417] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(8922), 1, + ACTIONS(10131), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [160917] = 4, - ACTIONS(63), 1, + [192430] = 4, + ACTIONS(67), 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, + ACTIONS(10133), 1, + anon_sym_DASH, + ACTIONS(10135), 1, + anon_sym_COLON, + ACTIONS(10137), 1, + anon_sym_RBRACE3, + [192443] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(10123), 1, anon_sym_LBRACK, - ACTIONS(8926), 2, + ACTIONS(10139), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [160941] = 3, - ACTIONS(63), 1, + [192454] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8928), 1, - anon_sym_SEMI_SEMI, - ACTIONS(8846), 2, - anon_sym_SEMI_AMP, - anon_sym_SEMI_SEMI_AMP, - [160952] = 4, - ACTIONS(63), 1, + STATE(4217), 1, + aux_sym__concatenation_in_expansion_repeat1, + ACTIONS(10015), 2, + sym__concat, + aux_sym_concatenation_token1, + [192465] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8930), 1, - anon_sym_RPAREN, - ACTIONS(8932), 1, - anon_sym_PIPE, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [160965] = 4, - ACTIONS(63), 1, + ACTIONS(10123), 1, + anon_sym_LBRACK, + ACTIONS(10141), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [192476] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10123), 1, + anon_sym_LBRACK, + ACTIONS(10143), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [192487] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(8935), 1, + ACTIONS(10145), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [160978] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8838), 1, - anon_sym_SEMI_AMP, - ACTIONS(8840), 1, - anon_sym_SEMI_SEMI_AMP, - ACTIONS(8937), 1, - anon_sym_SEMI_SEMI, - [160991] = 4, - ACTIONS(63), 1, + [192500] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(8939), 1, + ACTIONS(10147), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [161004] = 4, - ACTIONS(63), 1, + [192513] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8770), 1, + ACTIONS(1208), 3, + sym_extglob_pattern, anon_sym_RPAREN, - ACTIONS(8941), 1, + anon_sym_PIPE, + [192522] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10123), 1, + anon_sym_LBRACK, + ACTIONS(10149), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [192533] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10123), 1, + anon_sym_LBRACK, + ACTIONS(10151), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [192544] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10153), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(10155), 1, anon_sym_COMMA, - STATE(3806), 1, + STATE(4387), 1, aux_sym__for_body_repeat1, - [161017] = 4, - ACTIONS(63), 1, + [192557] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8799), 1, + ACTIONS(10072), 1, anon_sym_SEMI_AMP, - ACTIONS(8801), 1, + ACTIONS(10074), 1, anon_sym_SEMI_SEMI_AMP, - ACTIONS(8944), 1, + ACTIONS(10157), 1, anon_sym_SEMI_SEMI, - [161030] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(8946), 1, - anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161043] = 3, - ACTIONS(63), 1, + [192570] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(10123), 1, anon_sym_LBRACK, - ACTIONS(8948), 2, + ACTIONS(10159), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161054] = 4, - ACTIONS(63), 1, + [192581] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4033), 3, + sym__concat, + aux_sym_concatenation_token1, + anon_sym_RBRACE3, + [192590] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(8950), 1, + ACTIONS(10161), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [161067] = 4, - ACTIONS(63), 1, + [192603] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8952), 1, - anon_sym_COMMA, - ACTIONS(8954), 1, - anon_sym_RPAREN, - STATE(3890), 1, - aux_sym__for_body_repeat1, - [161080] = 4, - ACTIONS(63), 1, + ACTIONS(10123), 1, + anon_sym_LBRACK, + ACTIONS(10163), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [192614] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8956), 1, - anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [161093] = 4, - ACTIONS(63), 1, + ACTIONS(10123), 1, + anon_sym_LBRACK, + ACTIONS(10165), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [192625] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(10155), 1, anon_sym_COMMA, - ACTIONS(8958), 1, + ACTIONS(10167), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161106] = 3, - ACTIONS(63), 1, + STATE(4387), 1, + aux_sym__for_body_repeat1, + [192638] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(10123), 1, anon_sym_LBRACK, - ACTIONS(8960), 2, + ACTIONS(10169), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161117] = 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(63), 1, - sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8964), 1, - anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [161143] = 4, - ACTIONS(63), 1, + [192649] = 3, + ACTIONS(67), 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(63), 1, + ACTIONS(10123), 1, + anon_sym_LBRACK, + ACTIONS(10171), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [192660] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(8966), 1, + ACTIONS(10173), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [161169] = 4, - ACTIONS(63), 1, + [192673] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(10155), 1, anon_sym_COMMA, - ACTIONS(8968), 1, + ACTIONS(10175), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161182] = 4, - ACTIONS(63), 1, + STATE(4344), 1, + aux_sym__for_body_repeat1, + [192686] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(8970), 1, + ACTIONS(10177), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [161195] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(8972), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161206] = 4, - ACTIONS(63), 1, + [192699] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(10155), 1, anon_sym_COMMA, - ACTIONS(8974), 1, + ACTIONS(10179), 1, anon_sym_RPAREN_RPAREN, - STATE(3861), 1, + STATE(4370), 1, aux_sym__for_body_repeat1, - [161219] = 4, - ACTIONS(63), 1, + [192712] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(8976), 1, + ACTIONS(10181), 1, anon_sym_RPAREN_RPAREN, - STATE(3923), 1, - aux_sym__for_body_repeat1, - [161232] = 4, - ACTIONS(63), 1, + STATE(4280), 1, + aux_sym_arithmetic_expansion_repeat1, + [192725] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(10123), 1, + anon_sym_LBRACK, + ACTIONS(10183), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [192736] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(8978), 1, + ACTIONS(10185), 1, anon_sym_RPAREN_RPAREN, - STATE(3923), 1, - aux_sym__for_body_repeat1, - [161245] = 4, - ACTIONS(63), 1, + STATE(4280), 1, + aux_sym_arithmetic_expansion_repeat1, + [192749] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(8980), 1, + ACTIONS(10187), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [161258] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(8982), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161269] = 2, - ACTIONS(63), 1, + [192762] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8828), 3, - sym__concat, - aux_sym_concatenation_token1, - anon_sym_RBRACE3, - [161278] = 3, - ACTIONS(63), 1, + ACTIONS(9790), 1, + anon_sym_PIPE, + ACTIONS(10189), 1, + anon_sym_RPAREN, + STATE(4384), 1, + aux_sym_case_item_repeat1, + [192775] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(10123), 1, anon_sym_LBRACK, - ACTIONS(8984), 2, + ACTIONS(10191), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161289] = 4, - ACTIONS(63), 1, + [192786] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(8986), 1, + ACTIONS(10193), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [161302] = 3, - ACTIONS(63), 1, + [192799] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(10123), 1, anon_sym_LBRACK, - ACTIONS(8988), 2, + ACTIONS(10195), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161313] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8990), 1, - anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [161326] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8992), 1, - anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [161339] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8994), 1, - anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [161352] = 3, - ACTIONS(63), 1, + [192810] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8996), 1, - anon_sym_SEMI_SEMI, - ACTIONS(8821), 2, + ACTIONS(10028), 1, anon_sym_SEMI_AMP, + ACTIONS(10030), 1, anon_sym_SEMI_SEMI_AMP, - [161363] = 3, - ACTIONS(63), 1, + ACTIONS(10197), 1, + anon_sym_SEMI_SEMI, + [192823] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(8998), 2, + ACTIONS(10199), 1, + sym__concat, + ACTIONS(4828), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161374] = 4, - ACTIONS(63), 1, + [192834] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(9000), 1, + ACTIONS(10201), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [161387] = 4, - ACTIONS(63), 1, + [192847] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(9002), 1, - anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161400] = 2, - ACTIONS(63), 1, + ACTIONS(10123), 1, + anon_sym_LBRACK, + ACTIONS(10203), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [192858] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1169), 3, - anon_sym_RPAREN, + ACTIONS(10205), 1, + sym__concat, + ACTIONS(4813), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [192869] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9988), 3, + sym__concat, + aux_sym_concatenation_token1, + anon_sym_RBRACE3, + [192878] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9790), 1, anon_sym_PIPE, - sym__special_character, - [161409] = 4, - ACTIONS(63), 1, + ACTIONS(10207), 1, + anon_sym_RPAREN, + STATE(4384), 1, + aux_sym_case_item_repeat1, + [192891] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(10102), 1, anon_sym_COMMA, - ACTIONS(9004), 1, - anon_sym_RPAREN_RPAREN, - STATE(3898), 1, + ACTIONS(10209), 1, + anon_sym_RPAREN, + STATE(4377), 1, aux_sym__for_body_repeat1, - [161422] = 3, - ACTIONS(63), 1, + [192904] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(10123), 1, anon_sym_LBRACK, - ACTIONS(9006), 2, + ACTIONS(10211), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161433] = 4, - ACTIONS(63), 1, + [192915] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10213), 1, + anon_sym_SEMI_SEMI, + ACTIONS(10048), 2, + anon_sym_SEMI_AMP, + anon_sym_SEMI_SEMI_AMP, + [192926] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(9008), 1, + ACTIONS(10215), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [161446] = 4, - ACTIONS(63), 1, + [192939] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8952), 1, - anon_sym_COMMA, - ACTIONS(9010), 1, - anon_sym_RPAREN, - STATE(3847), 1, - aux_sym__for_body_repeat1, - [161459] = 4, - ACTIONS(63), 1, + ACTIONS(1156), 3, + anon_sym_SLASH, + anon_sym_COLON, + anon_sym_RBRACE3, + [192948] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(10155), 1, anon_sym_COMMA, - ACTIONS(9012), 1, + ACTIONS(10217), 1, anon_sym_RPAREN_RPAREN, - STATE(3923), 1, + STATE(4368), 1, aux_sym__for_body_repeat1, - [161472] = 3, - ACTIONS(63), 1, + [192961] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(9014), 1, + ACTIONS(10219), 1, anon_sym_SEMI_SEMI, - ACTIONS(8815), 2, + ACTIONS(9979), 2, anon_sym_SEMI_AMP, anon_sym_SEMI_SEMI_AMP, - [161483] = 4, - ACTIONS(63), 1, + [192972] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(9016), 1, + ACTIONS(10221), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [161496] = 4, - ACTIONS(63), 1, + [192985] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10066), 1, + anon_sym_SEMI_AMP, + ACTIONS(10068), 1, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(10223), 1, + anon_sym_SEMI_SEMI, + [192998] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1152), 3, + anon_sym_SLASH, + anon_sym_COLON, + anon_sym_RBRACE3, + [193007] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10225), 1, + sym_extglob_pattern, + ACTIONS(4780), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [193018] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10123), 1, + anon_sym_LBRACK, + ACTIONS(10227), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [193029] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(9018), 1, + ACTIONS(10229), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [161509] = 4, - 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(63), 1, + [193042] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(9022), 1, + ACTIONS(10231), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [161535] = 4, - ACTIONS(63), 1, + [193055] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(9024), 1, + ACTIONS(10233), 1, anon_sym_RPAREN_RPAREN, - STATE(3892), 1, - aux_sym__for_body_repeat1, - [161548] = 3, - ACTIONS(63), 1, + STATE(4280), 1, + aux_sym_arithmetic_expansion_repeat1, + [193068] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9026), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161559] = 4, - ACTIONS(63), 1, + ACTIONS(10058), 1, + anon_sym_SEMI_AMP, + ACTIONS(10060), 1, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(10235), 1, + anon_sym_SEMI_SEMI, + [193081] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(10155), 1, anon_sym_COMMA, - ACTIONS(9028), 1, + ACTIONS(10237), 1, anon_sym_RPAREN_RPAREN, - STATE(3923), 1, + STATE(4387), 1, aux_sym__for_body_repeat1, - [161572] = 4, - ACTIONS(63), 1, + [193094] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(9030), 1, + ACTIONS(10239), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [161585] = 4, - ACTIONS(63), 1, + [193107] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(1192), 3, + sym_extglob_pattern, + anon_sym_RPAREN, + anon_sym_PIPE, + [193116] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9790), 1, + anon_sym_PIPE, + ACTIONS(10241), 1, + anon_sym_RPAREN, + STATE(4384), 1, + aux_sym_case_item_repeat1, + [193129] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(9032), 1, + ACTIONS(10243), 1, anon_sym_RPAREN_RPAREN, - STATE(3888), 1, - aux_sym__for_body_repeat1, - [161598] = 4, - ACTIONS(63), 1, + STATE(4280), 1, + aux_sym_arithmetic_expansion_repeat1, + [193142] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(9034), 1, + ACTIONS(10245), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [161611] = 3, - ACTIONS(63), 1, + [193155] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9036), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161622] = 4, - ACTIONS(63), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(10247), 1, + anon_sym_RPAREN_RPAREN, + STATE(4280), 1, + aux_sym_arithmetic_expansion_repeat1, + [193168] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8869), 1, + ACTIONS(10008), 1, anon_sym_SEMI_AMP, - ACTIONS(8871), 1, + ACTIONS(10010), 1, anon_sym_SEMI_SEMI_AMP, - ACTIONS(9038), 1, + ACTIONS(10249), 1, anon_sym_SEMI_SEMI, - [161635] = 3, - ACTIONS(63), 1, + [193181] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(10123), 1, anon_sym_LBRACK, - ACTIONS(9040), 2, + ACTIONS(10251), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161646] = 4, - ACTIONS(63), 1, + [193192] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(9042), 1, + ACTIONS(10253), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [161659] = 4, - ACTIONS(63), 1, + [193205] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(9044), 1, + ACTIONS(10255), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [161672] = 4, - ACTIONS(63), 1, + [193218] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1188), 3, + anon_sym_DASH, + anon_sym_COLON, + anon_sym_RBRACE3, + [193227] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(10155), 1, anon_sym_COMMA, - ACTIONS(9046), 1, + ACTIONS(10257), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161685] = 4, - ACTIONS(63), 1, + STATE(4406), 1, + aux_sym__for_body_repeat1, + [193240] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(10155), 1, anon_sym_COMMA, - ACTIONS(9048), 1, + ACTIONS(10259), 1, anon_sym_RPAREN_RPAREN, - STATE(3923), 1, + STATE(4387), 1, aux_sym__for_body_repeat1, - [161698] = 4, - ACTIONS(63), 1, + [193253] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(9050), 1, + ACTIONS(10261), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [161711] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9052), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161722] = 4, - ACTIONS(63), 1, + [193266] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(10155), 1, anon_sym_COMMA, - ACTIONS(9054), 1, + ACTIONS(10263), 1, anon_sym_RPAREN_RPAREN, - STATE(3851), 1, + STATE(4387), 1, aux_sym__for_body_repeat1, - [161735] = 4, - ACTIONS(63), 1, + [193279] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(8742), 1, + aux_sym_number_token2, + ACTIONS(10265), 1, + aux_sym_number_token1, + STATE(4526), 1, + sym_number, + [193292] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10000), 1, + anon_sym_SEMI_AMP, + ACTIONS(10002), 1, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(10267), 1, + anon_sym_SEMI_SEMI, + [193305] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(10155), 1, anon_sym_COMMA, - ACTIONS(9056), 1, + ACTIONS(10269), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161748] = 4, - ACTIONS(63), 1, + STATE(4299), 1, + aux_sym__for_body_repeat1, + [193318] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10052), 1, + anon_sym_SEMI_AMP, + ACTIONS(10054), 1, + anon_sym_SEMI_SEMI_AMP, + ACTIONS(10271), 1, + anon_sym_SEMI_SEMI, + [193331] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(9058), 1, + ACTIONS(10273), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [161761] = 4, - ACTIONS(63), 1, + [193344] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(10155), 1, anon_sym_COMMA, - ACTIONS(9060), 1, + ACTIONS(10275), 1, anon_sym_RPAREN_RPAREN, - STATE(3843), 1, + STATE(4366), 1, aux_sym__for_body_repeat1, - [161774] = 4, - ACTIONS(63), 1, + [193357] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(10155), 1, anon_sym_COMMA, - ACTIONS(9062), 1, + ACTIONS(10277), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161787] = 4, - ACTIONS(63), 1, + STATE(4387), 1, + aux_sym__for_body_repeat1, + [193370] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8879), 1, + ACTIONS(10080), 1, anon_sym_SEMI_AMP, - ACTIONS(8881), 1, + ACTIONS(10082), 1, anon_sym_SEMI_SEMI_AMP, - ACTIONS(9064), 1, + ACTIONS(10279), 1, anon_sym_SEMI_SEMI, - [161800] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9066), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161811] = 3, - ACTIONS(63), 1, + [193383] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9068), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161822] = 3, - ACTIONS(63), 1, + ACTIONS(10155), 1, + anon_sym_COMMA, + ACTIONS(10281), 1, + anon_sym_RPAREN_RPAREN, + STATE(4387), 1, + aux_sym__for_body_repeat1, + [193396] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9070), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161833] = 4, - ACTIONS(63), 1, + ACTIONS(9790), 1, + anon_sym_PIPE, + ACTIONS(10283), 1, + anon_sym_RPAREN, + STATE(4384), 1, + aux_sym_case_item_repeat1, + [193409] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(10155), 1, anon_sym_COMMA, - ACTIONS(9072), 1, + ACTIONS(10285), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161846] = 4, - ACTIONS(63), 1, + STATE(4387), 1, + aux_sym__for_body_repeat1, + [193422] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(10155), 1, anon_sym_COMMA, - ACTIONS(9074), 1, + ACTIONS(10287), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [161859] = 4, - ACTIONS(63), 1, + STATE(4357), 1, + aux_sym__for_body_repeat1, + [193435] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1196), 3, + anon_sym_DASH, + anon_sym_COLON, + anon_sym_RBRACE3, + [193444] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(9076), 1, + ACTIONS(10289), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [161872] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9078), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161883] = 3, - ACTIONS(63), 1, + [193457] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, + ACTIONS(10123), 1, anon_sym_LBRACK, - ACTIONS(9080), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161894] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9082), 1, - sym__concat, - ACTIONS(3833), 2, + ACTIONS(10291), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [161905] = 3, - ACTIONS(63), 1, + [193468] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(9084), 1, - sym__concat, - ACTIONS(3839), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161916] = 4, - ACTIONS(63), 1, + ACTIONS(10155), 1, + anon_sym_COMMA, + ACTIONS(10293), 1, + anon_sym_RPAREN_RPAREN, + STATE(4359), 1, + aux_sym__for_body_repeat1, + [193481] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8952), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(9086), 1, + ACTIONS(10295), 1, + anon_sym_RPAREN_RPAREN, + STATE(4280), 1, + aux_sym_arithmetic_expansion_repeat1, + [193494] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9956), 1, anon_sym_RPAREN, - STATE(3909), 1, + ACTIONS(10297), 1, + anon_sym_COMMA, + STATE(4377), 1, aux_sym__for_body_repeat1, - [161929] = 3, - ACTIONS(63), 1, + [193507] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9088), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [161940] = 4, - ACTIONS(63), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(10300), 1, + anon_sym_RPAREN_RPAREN, + STATE(4280), 1, + aux_sym_arithmetic_expansion_repeat1, + [193520] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1152), 3, + anon_sym_SLASH, + anon_sym_COLON, + anon_sym_RBRACE3, + [193529] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1117), 1, + sym__special_character, + ACTIONS(1119), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + [193540] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9790), 1, + anon_sym_PIPE, + ACTIONS(10302), 1, + anon_sym_RPAREN, + STATE(4384), 1, + aux_sym_case_item_repeat1, + [193553] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(4151), 1, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(10304), 1, anon_sym_RPAREN_RPAREN, - ACTIONS(9090), 1, + STATE(4280), 1, + aux_sym_arithmetic_expansion_repeat1, + [193566] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4874), 1, anon_sym_COMMA, - STATE(3882), 1, + ACTIONS(10306), 1, + anon_sym_RPAREN_RPAREN, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [161953] = 4, - ACTIONS(63), 1, + [193579] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10308), 1, + anon_sym_RPAREN, + ACTIONS(10310), 1, + anon_sym_PIPE, + STATE(4384), 1, + aux_sym_case_item_repeat1, + [193592] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10102), 1, + anon_sym_COMMA, + ACTIONS(10313), 1, + anon_sym_RPAREN, + STATE(4395), 1, + aux_sym__for_body_repeat1, + [193605] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(9790), 1, anon_sym_PIPE, - ACTIONS(9093), 1, + ACTIONS(10315), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(4384), 1, aux_sym_case_item_repeat1, - [161966] = 4, - ACTIONS(63), 1, + [193618] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(9956), 1, + anon_sym_RPAREN_RPAREN, + ACTIONS(10317), 1, anon_sym_COMMA, - ACTIONS(9095), 1, + STATE(4387), 1, + aux_sym__for_body_repeat1, + [193631] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(10320), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [161979] = 4, - ACTIONS(63), 1, + [193644] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(9790), 1, anon_sym_PIPE, - ACTIONS(8636), 1, + ACTIONS(10322), 1, anon_sym_RPAREN, - STATE(3905), 1, + STATE(4384), 1, aux_sym_case_item_repeat1, - [161992] = 4, - ACTIONS(63), 1, + [193657] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1200), 3, + sym_extglob_pattern, + anon_sym_RPAREN, + anon_sym_PIPE, + [193666] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(9097), 1, + ACTIONS(10324), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [162005] = 4, - ACTIONS(63), 1, + [193679] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(9099), 1, + ACTIONS(10326), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [162018] = 4, - ACTIONS(63), 1, + [193692] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(10102), 1, anon_sym_COMMA, - ACTIONS(9101), 1, - anon_sym_RPAREN_RPAREN, - STATE(3923), 1, + ACTIONS(10328), 1, + anon_sym_RPAREN, + STATE(4403), 1, aux_sym__for_body_repeat1, - [162031] = 4, - ACTIONS(63), 1, + [193705] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(9103), 1, + ACTIONS(10330), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [162044] = 4, - ACTIONS(63), 1, + [193718] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8952), 1, + ACTIONS(10102), 1, anon_sym_COMMA, - ACTIONS(9105), 1, + ACTIONS(10332), 1, anon_sym_RPAREN, - STATE(3806), 1, + STATE(4377), 1, aux_sym__for_body_repeat1, - [162057] = 3, - 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(63), 1, + [193731] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(9107), 1, + ACTIONS(10334), 1, anon_sym_RPAREN_RPAREN, - STATE(3923), 1, - aux_sym__for_body_repeat1, - [162081] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9109), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162092] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9111), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162103] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8895), 1, - anon_sym_SEMI_AMP, - ACTIONS(8897), 1, - anon_sym_SEMI_SEMI_AMP, - ACTIONS(9113), 1, - anon_sym_SEMI_SEMI, - [162116] = 4, - ACTIONS(63), 1, + STATE(4280), 1, + aux_sym_arithmetic_expansion_repeat1, + [193744] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(9115), 1, + ACTIONS(10336), 1, anon_sym_RPAREN_RPAREN, - STATE(3823), 1, - aux_sym__for_body_repeat1, - [162129] = 4, - ACTIONS(63), 1, + STATE(4280), 1, + aux_sym_arithmetic_expansion_repeat1, + [193757] = 2, + ACTIONS(67), 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(63), 1, + ACTIONS(4037), 3, + sym__concat, + aux_sym_concatenation_token1, + anon_sym_RBRACE3, + [193766] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8910), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(9119), 1, + ACTIONS(10338), 1, anon_sym_RPAREN_RPAREN, - STATE(3923), 1, - aux_sym__for_body_repeat1, - [162155] = 4, - ACTIONS(63), 1, + STATE(4280), 1, + aux_sym_arithmetic_expansion_repeat1, + [193779] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(9790), 1, anon_sym_PIPE, - ACTIONS(9121), 1, + ACTIONS(9794), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(4327), 1, aux_sym_case_item_repeat1, - [162168] = 4, - ACTIONS(63), 1, + [193792] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(9790), 1, anon_sym_PIPE, - ACTIONS(9123), 1, + ACTIONS(10340), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(4384), 1, aux_sym_case_item_repeat1, - [162181] = 4, - ACTIONS(63), 1, + [193805] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(10342), 1, + anon_sym_RPAREN_RPAREN, + STATE(4280), 1, + aux_sym_arithmetic_expansion_repeat1, + [193818] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10102), 1, + anon_sym_COMMA, + ACTIONS(10344), 1, + anon_sym_RPAREN, + STATE(4377), 1, + aux_sym__for_body_repeat1, + [193831] = 4, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4874), 1, + anon_sym_COMMA, + ACTIONS(10346), 1, + anon_sym_RPAREN_RPAREN, + STATE(4280), 1, + aux_sym_arithmetic_expansion_repeat1, + [193844] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1184), 3, + anon_sym_DASH, + anon_sym_COLON, + anon_sym_RBRACE3, + [193853] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(10155), 1, anon_sym_COMMA, - ACTIONS(9125), 1, + ACTIONS(10348), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [162194] = 4, - ACTIONS(63), 1, + STATE(4387), 1, + aux_sym__for_body_repeat1, + [193866] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(9127), 1, + ACTIONS(10350), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [162207] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(8654), 1, - anon_sym_RPAREN, - STATE(3812), 1, - aux_sym_case_item_repeat1, - [162220] = 3, - ACTIONS(63), 1, + [193879] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9129), 1, - sym__concat, - ACTIONS(3857), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162231] = 4, - ACTIONS(63), 1, + ACTIONS(1200), 3, + anon_sym_DASH, + anon_sym_COLON, + anon_sym_RBRACE3, + [193888] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(9131), 1, + ACTIONS(1119), 3, anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [162244] = 3, - ACTIONS(63), 1, + anon_sym_PIPE, + sym__special_character, + [193897] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(9133), 1, - sym__concat, - ACTIONS(3848), 2, + ACTIONS(10123), 1, + anon_sym_LBRACK, + ACTIONS(10352), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162255] = 4, - ACTIONS(63), 1, + [193908] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(9135), 1, + ACTIONS(10354), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [162268] = 4, - ACTIONS(63), 1, + [193921] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(9790), 1, anon_sym_PIPE, - ACTIONS(9137), 1, + ACTIONS(9840), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(4269), 1, aux_sym_case_item_repeat1, - [162281] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8952), 1, - anon_sym_COMMA, - ACTIONS(9139), 1, - anon_sym_RPAREN, - STATE(3806), 1, - aux_sym__for_body_repeat1, - [162294] = 4, - ACTIONS(63), 1, + [193934] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(9790), 1, anon_sym_PIPE, - ACTIONS(9141), 1, + ACTIONS(10356), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(4384), 1, aux_sym_case_item_repeat1, - [162307] = 4, - ACTIONS(63), 1, + [193947] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(9143), 1, + ACTIONS(1152), 3, + sym_extglob_pattern, anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [162320] = 4, - ACTIONS(63), 1, + anon_sym_PIPE, + [193956] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(10155), 1, anon_sym_COMMA, - ACTIONS(9145), 1, + ACTIONS(10358), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [162333] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8885), 1, - anon_sym_SEMI_AMP, - ACTIONS(8887), 1, - anon_sym_SEMI_SEMI_AMP, - ACTIONS(9147), 1, - anon_sym_SEMI_SEMI, - [162346] = 4, - ACTIONS(63), 1, + STATE(4306), 1, + aux_sym__for_body_repeat1, + [193969] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(9790), 1, anon_sym_PIPE, - ACTIONS(8652), 1, + ACTIONS(10360), 1, anon_sym_RPAREN, - STATE(3832), 1, + STATE(4384), 1, aux_sym_case_item_repeat1, - [162359] = 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(63), 1, + [193982] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1167), 1, - sym__special_character, - ACTIONS(1169), 2, - anon_sym_SLASH, - anon_sym_RBRACE3, - [162383] = 4, - ACTIONS(63), 1, + ACTIONS(1156), 3, + sym_extglob_pattern, + anon_sym_RPAREN, + anon_sym_PIPE, + [193991] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, - anon_sym_COMMA, - ACTIONS(9151), 1, - anon_sym_RPAREN_RPAREN, - STATE(3882), 1, - aux_sym_arithmetic_expansion_repeat1, - [162396] = 4, - ACTIONS(63), 1, + ACTIONS(9790), 1, + anon_sym_PIPE, + ACTIONS(10362), 1, + anon_sym_RPAREN, + STATE(4384), 1, + aux_sym_case_item_repeat1, + [194004] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(3875), 1, + ACTIONS(4874), 1, anon_sym_COMMA, - ACTIONS(9153), 1, + ACTIONS(10364), 1, anon_sym_RPAREN_RPAREN, - STATE(3882), 1, + STATE(4280), 1, aux_sym_arithmetic_expansion_repeat1, - [162409] = 4, - ACTIONS(63), 1, + [194017] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, - anon_sym_PIPE, - ACTIONS(9155), 1, + ACTIONS(1152), 3, + sym_extglob_pattern, anon_sym_RPAREN, - STATE(3802), 1, - aux_sym_case_item_repeat1, - [162422] = 4, - ACTIONS(63), 1, + anon_sym_PIPE, + [194026] = 4, + ACTIONS(67), 1, sym_comment, - ACTIONS(8618), 1, + ACTIONS(9790), 1, anon_sym_PIPE, - ACTIONS(9157), 1, + ACTIONS(10366), 1, anon_sym_RPAREN, - STATE(3802), 1, + STATE(4384), 1, aux_sym_case_item_repeat1, - [162435] = 4, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8807), 1, - anon_sym_SEMI_AMP, - ACTIONS(8809), 1, - anon_sym_SEMI_SEMI_AMP, - ACTIONS(9159), 1, - anon_sym_SEMI_SEMI, - [162448] = 3, - ACTIONS(63), 1, + [194039] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8920), 1, - anon_sym_LBRACK, - ACTIONS(9161), 2, + ACTIONS(10159), 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, - 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, + [194047] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5346), 1, + ACTIONS(6294), 1, anon_sym_DOLLAR_LBRACE, - STATE(3576), 1, + STATE(2256), 1, sym_expansion, - [162495] = 3, - ACTIONS(63), 1, + [194057] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5881), 1, + ACTIONS(5660), 1, anon_sym_DOLLAR_LBRACE, - STATE(1102), 1, + STATE(1018), 1, sym_expansion, - [162505] = 3, - ACTIONS(63), 1, + [194067] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(6035), 1, - anon_sym_DOLLAR_LBRACE, - STATE(1037), 1, - sym_expansion, - [162515] = 3, - ACTIONS(63), 1, + ACTIONS(10368), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(10370), 1, + aux_sym__simple_variable_name_token1, + [194077] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4397), 1, + ACTIONS(3449), 1, anon_sym_DOLLAR_LBRACE, - STATE(2508), 1, + STATE(1941), 1, sym_expansion, - [162525] = 3, - ACTIONS(63), 1, + [194087] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4673), 1, + ACTIONS(5542), 1, anon_sym_DOLLAR_LBRACE, - STATE(1240), 1, + STATE(827), 1, sym_expansion, - [162535] = 3, - ACTIONS(63), 1, + [194097] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5230), 1, + ACTIONS(6264), 1, anon_sym_DOLLAR_LBRACE, - STATE(3737), 1, + STATE(1453), 1, sym_expansion, - [162545] = 3, - ACTIONS(63), 1, + [194107] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(2841), 1, + ACTIONS(335), 1, anon_sym_DOLLAR_LBRACE, - STATE(1692), 1, + STATE(808), 1, sym_expansion, - [162555] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(3848), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162563] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9161), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162571] = 3, - ACTIONS(63), 1, + [194117] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(4990), 1, + ACTIONS(9915), 2, + anon_sym_RPAREN, + anon_sym_PIPE, + [194125] = 3, + ACTIONS(57), 1, anon_sym_DOLLAR_LBRACE, - STATE(2939), 1, - sym_expansion, - [162581] = 3, - ACTIONS(63), 1, + ACTIONS(67), 1, sym_comment, - ACTIONS(4427), 1, - anon_sym_DOLLAR_LBRACE, - STATE(891), 1, + STATE(843), 1, sym_expansion, - [162591] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8891), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [162599] = 3, - ACTIONS(63), 1, + [194135] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8730), 1, + ACTIONS(9921), 1, anon_sym_do, - STATE(2862), 1, + STATE(3236), 1, sym_do_group, - [162609] = 3, - ACTIONS(63), 1, + [194145] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5376), 1, + ACTIONS(7432), 1, anon_sym_DOLLAR_LBRACE, - STATE(2599), 1, + STATE(1032), 1, sym_expansion, - [162619] = 2, - ACTIONS(63), 1, + [194155] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9070), 2, + ACTIONS(10191), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162627] = 3, - ACTIONS(63), 1, + [194163] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10352), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [194171] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(7105), 1, + ACTIONS(3723), 1, anon_sym_DOLLAR_LBRACE, - STATE(2054), 1, + STATE(3470), 1, sym_expansion, - [162637] = 3, - ACTIONS(63), 1, + [194181] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4467), 1, + ACTIONS(6685), 1, anon_sym_DOLLAR_LBRACE, - STATE(2495), 1, + STATE(2943), 1, sym_expansion, - [162647] = 2, - ACTIONS(63), 1, + [194191] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(3857), 2, + ACTIONS(4975), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162655] = 2, - ACTIONS(63), 1, + [194199] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9111), 2, + ACTIONS(4979), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [162663] = 3, - ACTIONS(63), 1, + [194207] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4549), 1, + ACTIONS(6346), 1, anon_sym_DOLLAR_LBRACE, - STATE(1012), 1, + STATE(3242), 1, sym_expansion, - [162673] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1217), 2, - anon_sym_COLON, - anon_sym_RBRACE3, - [162681] = 3, - ACTIONS(63), 1, + [194217] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4930), 1, + ACTIONS(997), 1, anon_sym_DOLLAR_LBRACE, - STATE(840), 1, + STATE(1660), 1, sym_expansion, - [162691] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9109), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162699] = 3, - ACTIONS(63), 1, + [194227] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4838), 1, + ACTIONS(6587), 1, anon_sym_DOLLAR_LBRACE, - STATE(1723), 1, + STATE(4075), 1, sym_expansion, - [162709] = 2, - ACTIONS(63), 1, + [194237] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9088), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162717] = 2, - ACTIONS(63), 1, + ACTIONS(4834), 2, + anon_sym_COLON, + anon_sym_RBRACE3, + [194245] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8918), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162725] = 2, - ACTIONS(63), 1, + ACTIONS(1208), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + [194253] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(419), 1, + anon_sym_DOLLAR_LBRACE, + STATE(656), 1, + sym_expansion, + [194263] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8770), 2, + ACTIONS(9983), 2, anon_sym_RPAREN_RPAREN, anon_sym_COMMA, - [162733] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9168), 1, - anon_sym_SLASH, - ACTIONS(9170), 1, - anon_sym_RBRACE3, - [162743] = 3, - ACTIONS(63), 1, + [194271] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9172), 1, - anon_sym_COLON, - ACTIONS(9174), 1, - anon_sym_RBRACE3, - [162753] = 3, - ACTIONS(63), 1, + ACTIONS(9956), 2, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + [194279] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(9176), 1, + ACTIONS(6476), 1, anon_sym_DOLLAR_LBRACE, - STATE(4025), 1, + STATE(1124), 1, sym_expansion, - [162763] = 3, - ACTIONS(53), 1, - anon_sym_DOLLAR_LBRACE, - ACTIONS(63), 1, + [194289] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10372), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(10374), 1, + aux_sym__simple_variable_name_token1, + [194299] = 3, + ACTIONS(67), 1, sym_comment, - STATE(794), 1, + ACTIONS(189), 1, + anon_sym_DOLLAR_LBRACE, + STATE(405), 1, sym_expansion, - [162773] = 3, - ACTIONS(63), 1, + [194309] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8763), 1, + ACTIONS(9921), 1, anon_sym_do, - STATE(2878), 1, + STATE(3120), 1, sym_do_group, - [162783] = 3, - ACTIONS(63), 1, + [194319] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5708), 1, + ACTIONS(5922), 1, anon_sym_DOLLAR_LBRACE, - STATE(3163), 1, + STATE(1147), 1, sym_expansion, - [162793] = 3, - ACTIONS(63), 1, + [194329] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(1192), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + [194337] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4593), 1, + ACTIONS(649), 1, anon_sym_DOLLAR_LBRACE, - STATE(2084), 1, + STATE(719), 1, sym_expansion, - [162803] = 2, - ACTIONS(63), 1, + [194347] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(9078), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162811] = 3, - ACTIONS(63), 1, + ACTIONS(6645), 1, + anon_sym_DOLLAR_LBRACE, + STATE(3657), 1, + sym_expansion, + [194357] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(6852), 1, + ACTIONS(7084), 1, anon_sym_DOLLAR_LBRACE, - STATE(2028), 1, + STATE(1336), 1, sym_expansion, - [162821] = 3, - ACTIONS(63), 1, + [194367] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8763), 1, - anon_sym_do, - STATE(2776), 1, - sym_do_group, - [162831] = 3, - ACTIONS(63), 1, + ACTIONS(1164), 2, + anon_sym_COLON, + anon_sym_RBRACE3, + [194375] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5464), 1, + ACTIONS(5450), 1, anon_sym_DOLLAR_LBRACE, - STATE(3109), 1, + STATE(2842), 1, sym_expansion, - [162841] = 2, - ACTIONS(63), 1, + [194385] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9068), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162849] = 2, - ACTIONS(63), 1, + ACTIONS(1204), 2, + anon_sym_SLASH, + anon_sym_RBRACE3, + [194393] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(9080), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162857] = 3, - ACTIONS(63), 1, + ACTIONS(6206), 1, + anon_sym_DOLLAR_LBRACE, + STATE(2135), 1, + sym_expansion, + [194403] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4894), 1, + ACTIONS(8302), 1, anon_sym_DOLLAR_LBRACE, - STATE(1234), 1, + STATE(2416), 1, sym_expansion, - [162867] = 2, - ACTIONS(63), 1, + [194413] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(9066), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162875] = 2, - ACTIONS(63), 1, + ACTIONS(5409), 1, + anon_sym_DOLLAR_LBRACE, + STATE(1191), 1, + sym_expansion, + [194423] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4003), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162883] = 2, - ACTIONS(63), 1, + ACTIONS(283), 1, + anon_sym_DOLLAR_LBRACE, + STATE(1969), 1, + sym_expansion, + [194433] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4007), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162891] = 3, - ACTIONS(63), 1, + ACTIONS(6069), 1, + anon_sym_DOLLAR_LBRACE, + STATE(4257), 1, + sym_expansion, + [194443] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10376), 1, + anon_sym_LPAREN_LPAREN, + ACTIONS(10378), 1, + aux_sym__simple_variable_name_token1, + [194453] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5985), 1, + ACTIONS(8280), 1, anon_sym_DOLLAR_LBRACE, - STATE(1829), 1, + STATE(2313), 1, sym_expansion, - [162901] = 3, - ACTIONS(63), 1, + [194463] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4794), 1, + ACTIONS(5570), 1, anon_sym_DOLLAR_LBRACE, - STATE(741), 1, + STATE(991), 1, sym_expansion, - [162911] = 2, - ACTIONS(63), 1, + [194473] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(9036), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162919] = 2, - ACTIONS(63), 1, + ACTIONS(9891), 1, + anon_sym_do, + STATE(3172), 1, + sym_do_group, + [194483] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(9052), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162927] = 3, - ACTIONS(63), 1, + ACTIONS(1021), 1, + anon_sym_DOLLAR_LBRACE, + STATE(1982), 1, + sym_expansion, + [194493] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(421), 1, + ACTIONS(9992), 2, + anon_sym_RPAREN_RPAREN, + anon_sym_COMMA, + [194501] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(5610), 1, anon_sym_DOLLAR_LBRACE, - STATE(863), 1, + STATE(1238), 1, sym_expansion, - [162937] = 2, - ACTIONS(63), 1, + [194511] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(9040), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [162945] = 3, - ACTIONS(63), 1, + ACTIONS(5892), 1, + anon_sym_DOLLAR_LBRACE, + STATE(1345), 1, + sym_expansion, + [194521] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(9178), 1, - anon_sym_LPAREN_LPAREN, - ACTIONS(9180), 1, - aux_sym__simple_variable_name_token1, - [162955] = 3, - ACTIONS(63), 1, + ACTIONS(5516), 1, + anon_sym_DOLLAR_LBRACE, + STATE(1118), 1, + sym_expansion, + [194531] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(9182), 1, + ACTIONS(10380), 1, anon_sym_RBRACE3, - ACTIONS(9184), 1, + ACTIONS(10382), 1, sym_regex, - [162965] = 3, - ACTIONS(63), 1, + [194541] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(288), 1, + ACTIONS(5700), 1, anon_sym_DOLLAR_LBRACE, - STATE(406), 1, + STATE(3347), 1, sym_expansion, - [162975] = 2, - ACTIONS(63), 1, + [194551] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1225), 2, - anon_sym_COLON, + ACTIONS(10384), 1, + anon_sym_SLASH, + ACTIONS(10386), 1, anon_sym_RBRACE3, - [162983] = 3, - ACTIONS(63), 1, + [194561] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5494), 1, + ACTIONS(6460), 1, anon_sym_DOLLAR_LBRACE, - STATE(1608), 1, + STATE(1245), 1, sym_expansion, - [162993] = 2, - ACTIONS(63), 1, + [194571] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8891), 2, - anon_sym_RPAREN_RPAREN, - anon_sym_COMMA, - [163001] = 3, - ACTIONS(63), 1, + ACTIONS(5093), 1, + anon_sym_DOLLAR_LBRACE, + STATE(4254), 1, + sym_expansion, + [194581] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4175), 1, + ACTIONS(5986), 1, anon_sym_DOLLAR_LBRACE, - STATE(3776), 1, + STATE(3372), 1, sym_expansion, - [163011] = 2, - ACTIONS(63), 1, + [194591] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8865), 2, - anon_sym_RPAREN_RPAREN, + ACTIONS(9983), 2, anon_sym_COMMA, - [163019] = 3, - ACTIONS(63), 1, + anon_sym_RPAREN, + [194599] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8722), 1, - anon_sym_do, - STATE(3200), 1, - sym_do_group, - [163029] = 3, - ACTIONS(63), 1, + ACTIONS(6928), 1, + anon_sym_DOLLAR_LBRACE, + STATE(1301), 1, + sym_expansion, + [194609] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(503), 1, + ACTIONS(7987), 1, anon_sym_DOLLAR_LBRACE, - STATE(633), 1, + STATE(2448), 1, sym_expansion, - [163039] = 2, - ACTIONS(63), 1, + [194619] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9026), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [163047] = 3, - ACTIONS(63), 1, + ACTIONS(9992), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [194627] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(6185), 1, + ACTIONS(5832), 1, anon_sym_DOLLAR_LBRACE, - STATE(881), 1, + STATE(2367), 1, sym_expansion, - [163057] = 3, - ACTIONS(63), 1, + [194637] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1037), 1, + ACTIONS(7236), 1, anon_sym_DOLLAR_LBRACE, - STATE(1324), 1, + STATE(1157), 1, sym_expansion, - [163067] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8722), 1, - anon_sym_do, - STATE(3226), 1, - sym_do_group, - [163077] = 2, - ACTIONS(63), 1, + [194647] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9006), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [163085] = 3, - ACTIONS(63), 1, + ACTIONS(9956), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [194655] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8730), 1, + ACTIONS(9931), 1, anon_sym_do, - STATE(2812), 1, + STATE(3577), 1, sym_do_group, - [163095] = 3, - ACTIONS(63), 1, + [194665] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(109), 1, + ACTIONS(5486), 1, anon_sym_DOLLAR_LBRACE, - STATE(356), 1, + STATE(2666), 1, sym_expansion, - [163105] = 3, - ACTIONS(63), 1, + [194675] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(2473), 1, + ACTIONS(6832), 1, anon_sym_DOLLAR_LBRACE, - STATE(1620), 1, + STATE(1709), 1, sym_expansion, - [163115] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8998), 2, - anon_sym_EQ, - anon_sym_PLUS_EQ, - [163123] = 2, - ACTIONS(63), 1, + [194685] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8865), 2, - anon_sym_COMMA, + ACTIONS(4824), 2, anon_sym_RPAREN, - [163131] = 2, - ACTIONS(63), 1, + anon_sym_PIPE, + [194693] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(115), 1, + anon_sym_DOLLAR_LBRACE, + STATE(373), 1, + sym_expansion, + [194703] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8988), 2, + ACTIONS(10121), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163139] = 3, - ACTIONS(63), 1, + [194711] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(987), 1, + ACTIONS(10388), 1, anon_sym_DOLLAR_LBRACE, - STATE(1488), 1, + STATE(4372), 1, sym_expansion, - [163149] = 3, - ACTIONS(63), 1, + [194721] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8783), 1, + ACTIONS(9832), 1, anon_sym_SLASH, - ACTIONS(8785), 1, + ACTIONS(9836), 1, anon_sym_RBRACE3, - [163159] = 2, - ACTIONS(63), 1, + [194731] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9931), 1, + anon_sym_do, + STATE(3581), 1, + sym_do_group, + [194741] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8984), 2, + ACTIONS(10125), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163167] = 3, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5672), 1, - anon_sym_DOLLAR_LBRACE, - STATE(3491), 1, - sym_expansion, - [163177] = 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, + [194749] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8982), 2, + ACTIONS(10291), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163195] = 3, - ACTIONS(63), 1, + [194757] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(957), 1, + ACTIONS(5768), 1, anon_sym_DOLLAR_LBRACE, - STATE(1505), 1, + STATE(1850), 1, sym_expansion, - [163205] = 2, - ACTIONS(63), 1, + [194767] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(3661), 2, - anon_sym_COLON, + ACTIONS(9860), 1, + anon_sym_SLASH, + ACTIONS(9862), 1, anon_sym_RBRACE3, - [163213] = 3, - ACTIONS(63), 1, + [194777] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4357), 1, + ACTIONS(2852), 1, anon_sym_DOLLAR_LBRACE, - STATE(932), 1, + STATE(1783), 1, sym_expansion, - [163223] = 3, - ACTIONS(63), 1, + [194787] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(5905), 1, - anon_sym_DOLLAR_LBRACE, - STATE(1727), 1, - sym_expansion, - [163233] = 2, - ACTIONS(63), 1, + ACTIONS(10127), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [194795] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1241), 2, + ACTIONS(1180), 2, anon_sym_COLON, anon_sym_RBRACE3, - [163241] = 2, - ACTIONS(63), 1, + [194803] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8972), 2, + ACTIONS(10129), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163249] = 2, - ACTIONS(63), 1, + [194811] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(1249), 2, - anon_sym_COLON, + ACTIONS(10390), 1, + anon_sym_SLASH, + ACTIONS(10392), 1, anon_sym_RBRACE3, - [163257] = 3, - ACTIONS(63), 1, + [194821] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(7145), 1, - anon_sym_DOLLAR_LBRACE, - STATE(1923), 1, - sym_expansion, - [163267] = 3, - ACTIONS(63), 1, + ACTIONS(10139), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [194829] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5288), 1, + ACTIONS(6376), 1, anon_sym_DOLLAR_LBRACE, - STATE(2515), 1, + STATE(1408), 1, sym_expansion, - [163277] = 2, - ACTIONS(63), 1, + [194839] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8770), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [163285] = 2, - ACTIONS(63), 1, + ACTIONS(10135), 1, + anon_sym_COLON, + ACTIONS(10137), 1, + anon_sym_RBRACE3, + [194849] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8960), 2, + ACTIONS(10141), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163293] = 3, - ACTIONS(63), 1, + [194857] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(167), 1, - anon_sym_DOLLAR_LBRACE, - STATE(365), 1, - sym_expansion, - [163303] = 3, - ACTIONS(63), 1, + ACTIONS(10143), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [194865] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(5158), 1, + ACTIONS(3225), 1, anon_sym_DOLLAR_LBRACE, - STATE(2687), 1, + STATE(1866), 1, sym_expansion, - [163313] = 3, - ACTIONS(63), 1, + [194875] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9190), 1, - anon_sym_LPAREN_LPAREN, - ACTIONS(9192), 1, - aux_sym__simple_variable_name_token1, - [163323] = 2, - ACTIONS(63), 1, + ACTIONS(10149), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [194883] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8948), 2, + ACTIONS(10163), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163331] = 3, - ACTIONS(63), 1, + [194891] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(6483), 1, - anon_sym_DOLLAR_LBRACE, - STATE(1086), 1, - sym_expansion, - [163341] = 2, - ACTIONS(63), 1, + ACTIONS(10394), 1, + anon_sym_SLASH, + ACTIONS(10396), 1, + anon_sym_RBRACE3, + [194901] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(8791), 2, - anon_sym_RPAREN, - anon_sym_PIPE, - [163349] = 3, - ACTIONS(63), 1, + ACTIONS(9891), 1, + anon_sym_do, + STATE(3047), 1, + sym_do_group, + [194911] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10165), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [194919] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10169), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [194927] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10171), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [194935] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10151), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [194943] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(721), 1, + ACTIONS(10183), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [194951] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10195), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [194959] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(3387), 1, anon_sym_DOLLAR_LBRACE, - STATE(740), 1, + STATE(1839), 1, sym_expansion, - [163359] = 3, - ACTIONS(63), 1, + [194969] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10203), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [194977] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(373), 1, + ACTIONS(6541), 1, anon_sym_DOLLAR_LBRACE, - STATE(1568), 1, + STATE(2937), 1, sym_expansion, - [163369] = 3, - ACTIONS(63), 1, + [194987] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4637), 1, + ACTIONS(929), 1, anon_sym_DOLLAR_LBRACE, - STATE(3080), 1, + STATE(1506), 1, sym_expansion, - [163379] = 2, - ACTIONS(63), 1, + [194997] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8926), 2, + ACTIONS(4828), 2, anon_sym_EQ, anon_sym_PLUS_EQ, - [163387] = 3, - ACTIONS(63), 1, + [195005] = 3, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10398), 1, + anon_sym_COLON, + ACTIONS(10400), 1, + anon_sym_RBRACE3, + [195015] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10211), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [195023] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(4813), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [195031] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10227), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [195039] = 3, + ACTIONS(67), 1, sym_comment, - ACTIONS(4497), 1, + ACTIONS(3522), 1, anon_sym_DOLLAR_LBRACE, - STATE(1067), 1, + STATE(3405), 1, sym_expansion, - [163397] = 2, - ACTIONS(63), 1, + [195049] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1261), 2, - anon_sym_COLON, - anon_sym_RBRACE3, - [163405] = 2, - ACTIONS(63), 1, + ACTIONS(10251), 2, + anon_sym_EQ, + anon_sym_PLUS_EQ, + [195057] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1265), 2, - anon_sym_COLON, + ACTIONS(9913), 1, anon_sym_RBRACE3, - [163413] = 2, - ACTIONS(63), 1, + [195064] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10402), 1, + anon_sym_RPAREN, + [195071] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10404), 1, + anon_sym_BQUOTE, + [195078] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10406), 1, + aux_sym_heredoc_redirect_token1, + [195085] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9194), 1, + ACTIONS(10408), 1, aux_sym_brace_expression_token1, - [163420] = 2, - ACTIONS(63), 1, + [195092] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9196), 1, - anon_sym_esac, - [163427] = 2, - ACTIONS(63), 1, + ACTIONS(10410), 1, + anon_sym_RBRACE2, + [195099] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9198), 1, + ACTIONS(10412), 1, anon_sym_BQUOTE, - [163434] = 2, - ACTIONS(63), 1, + [195106] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9200), 1, - aux_sym_brace_expression_token1, - [163441] = 2, - ACTIONS(63), 1, + ACTIONS(10404), 1, + anon_sym_RPAREN, + [195113] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9202), 1, - anon_sym_RBRACE3, - [163448] = 2, - ACTIONS(63), 1, + ACTIONS(10414), 1, + anon_sym_BQUOTE, + [195120] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10416), 1, + aux_sym_heredoc_redirect_token1, + [195127] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10418), 1, + sym_heredoc_end, + [195134] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10420), 1, + anon_sym_RBRACE2, + [195141] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10422), 1, + aux_sym_heredoc_redirect_token1, + [195148] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9204), 1, + ACTIONS(10424), 1, + anon_sym_RPAREN, + [195155] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10426), 1, anon_sym_BQUOTE, - [163455] = 2, - ACTIONS(63), 1, + [195162] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9206), 1, - aux_sym_brace_expression_token1, - [163462] = 2, - ACTIONS(63), 1, + ACTIONS(10428), 1, + aux_sym_heredoc_redirect_token1, + [195169] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10430), 1, + aux_sym_heredoc_redirect_token1, + [195176] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9208), 1, + ACTIONS(10432), 1, + aux_sym_heredoc_redirect_token1, + [195183] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10434), 1, anon_sym_BQUOTE, - [163469] = 2, - ACTIONS(63), 1, + [195190] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9210), 1, - anon_sym_RBRACE3, - [163476] = 2, - ACTIONS(63), 1, + ACTIONS(10426), 1, + anon_sym_RPAREN, + [195197] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9212), 1, + ACTIONS(10436), 1, anon_sym_RBRACE3, - [163483] = 2, - ACTIONS(63), 1, + [195204] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9214), 1, + ACTIONS(10438), 1, aux_sym_brace_expression_token1, - [163490] = 2, - ACTIONS(63), 1, + [195211] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9216), 1, - anon_sym_esac, - [163497] = 2, - ACTIONS(63), 1, + ACTIONS(10440), 1, + sym_word, + [195218] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9218), 1, - anon_sym_esac, - [163504] = 2, - ACTIONS(63), 1, + ACTIONS(10442), 1, + anon_sym_RPAREN, + [195225] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9220), 1, + ACTIONS(10444), 1, anon_sym_BQUOTE, - [163511] = 2, - ACTIONS(63), 1, + [195232] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10442), 1, + anon_sym_BQUOTE, + [195239] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10446), 1, + anon_sym_RBRACE3, + [195246] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10448), 1, + anon_sym_in, + [195253] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9222), 1, + ACTIONS(10450), 1, + sym_heredoc_end, + [195260] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10452), 1, anon_sym_RPAREN, - [163518] = 2, - ACTIONS(63), 1, + [195267] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9224), 1, - aux_sym_brace_expression_token1, - [163525] = 2, - ACTIONS(63), 1, + ACTIONS(10454), 1, + anon_sym_in, + [195274] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9226), 1, + ACTIONS(10456), 1, anon_sym_RPAREN, - [163532] = 2, - ACTIONS(63), 1, + [195281] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9228), 1, + ACTIONS(10458), 1, aux_sym_brace_expression_token1, - [163539] = 2, - ACTIONS(63), 1, + [195288] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9230), 1, - anon_sym_esac, - [163546] = 2, - ACTIONS(63), 1, + ACTIONS(10460), 1, + anon_sym_RPAREN_RPAREN, + [195295] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9232), 1, - anon_sym_fi, - [163553] = 2, - ACTIONS(63), 1, + ACTIONS(10462), 1, + anon_sym_BQUOTE, + [195302] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10464), 1, + anon_sym_RBRACE2, + [195309] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9234), 1, + ACTIONS(10466), 1, aux_sym_brace_expression_token1, - [163560] = 2, - ACTIONS(63), 1, + [195316] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9236), 1, - anon_sym_RBRACE2, - [163567] = 2, - ACTIONS(63), 1, + ACTIONS(10468), 1, + aux_sym_heredoc_redirect_token1, + [195323] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10470), 1, + anon_sym_BQUOTE, + [195330] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10472), 1, + anon_sym_esac, + [195337] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9198), 1, + ACTIONS(10474), 1, + aux_sym_brace_expression_token1, + [195344] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10476), 1, + anon_sym_RBRACE3, + [195351] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10478), 1, anon_sym_RPAREN, - [163574] = 2, - ACTIONS(63), 1, + [195358] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9204), 1, + ACTIONS(10480), 1, + aux_sym_heredoc_redirect_token1, + [195365] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10482), 1, + aux_sym_heredoc_redirect_token1, + [195372] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10484), 1, + anon_sym_RBRACE2, + [195379] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10486), 1, + anon_sym_RBRACE3, + [195386] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10488), 1, anon_sym_RPAREN, - [163581] = 2, - ACTIONS(63), 1, + [195393] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9238), 1, + ACTIONS(10490), 1, aux_sym_brace_expression_token1, - [163588] = 2, - ACTIONS(63), 1, + [195400] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9240), 1, + ACTIONS(10492), 1, + anon_sym_fi, + [195407] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10494), 1, + anon_sym_RBRACE2, + [195414] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10496), 1, + aux_sym_heredoc_redirect_token1, + [195421] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10498), 1, anon_sym_RBRACE3, - [163595] = 2, - ACTIONS(63), 1, + [195428] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10500), 1, + anon_sym_RPAREN, + [195435] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9242), 1, + ACTIONS(10502), 1, anon_sym_BQUOTE, - [163602] = 2, - ACTIONS(63), 1, + [195442] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9244), 1, + ACTIONS(10504), 1, anon_sym_esac, - [163609] = 2, - ACTIONS(63), 1, + [195449] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9246), 1, - anon_sym_esac, - [163616] = 2, - ACTIONS(63), 1, + ACTIONS(10506), 1, + aux_sym_brace_expression_token1, + [195456] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9222), 1, + ACTIONS(10508), 1, anon_sym_BQUOTE, - [163623] = 2, - ACTIONS(63), 1, + [195463] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9248), 1, - anon_sym_RBRACE2, - [163630] = 2, - ACTIONS(63), 1, + ACTIONS(10510), 1, + anon_sym_RPAREN, + [195470] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9250), 1, - anon_sym_RBRACE2, - [163637] = 2, - ACTIONS(63), 1, + ACTIONS(9944), 1, + anon_sym_RBRACE3, + [195477] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9252), 1, + ACTIONS(9944), 1, anon_sym_RBRACE3, - [163644] = 2, - ACTIONS(63), 1, + [195484] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9254), 1, - aux_sym_brace_expression_token1, - [163651] = 2, - ACTIONS(63), 1, + ACTIONS(9944), 1, + anon_sym_RBRACE3, + [195491] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9944), 1, + anon_sym_RBRACE3, + [195498] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10488), 1, + anon_sym_BQUOTE, + [195505] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9256), 1, + ACTIONS(10512), 1, aux_sym_brace_expression_token1, - [163658] = 2, - ACTIONS(63), 1, + [195512] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9258), 1, - anon_sym_esac, - [163665] = 2, - ACTIONS(63), 1, + ACTIONS(10500), 1, + anon_sym_BQUOTE, + [195519] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9260), 1, - anon_sym_fi, - [163672] = 2, - ACTIONS(63), 1, + ACTIONS(10514), 1, + anon_sym_BQUOTE, + [195526] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9262), 1, - sym_heredoc_end, - [163679] = 2, - ACTIONS(63), 1, + ACTIONS(9944), 1, + anon_sym_RBRACE3, + [195533] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9264), 1, - sym_heredoc_end, - [163686] = 2, - ACTIONS(63), 1, + ACTIONS(9944), 1, + anon_sym_RBRACE3, + [195540] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9266), 1, - anon_sym_RBRACE2, - [163693] = 2, - ACTIONS(63), 1, + ACTIONS(10516), 1, + sym_heredoc_end, + [195547] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9268), 1, - anon_sym_RBRACE2, - [163700] = 2, - ACTIONS(63), 1, + ACTIONS(9944), 1, + anon_sym_RBRACE3, + [195554] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9270), 1, + ACTIONS(10518), 1, anon_sym_RPAREN, - [163707] = 2, - ACTIONS(63), 1, + [195561] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9272), 1, + ACTIONS(10520), 1, aux_sym_brace_expression_token1, - [163714] = 2, - ACTIONS(63), 1, + [195568] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9274), 1, + ACTIONS(10522), 1, anon_sym_RPAREN, - [163721] = 2, - ACTIONS(63), 1, + [195575] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10524), 1, + anon_sym_BQUOTE, + [195582] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9944), 1, + anon_sym_RBRACE3, + [195589] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9944), 1, + anon_sym_RBRACE3, + [195596] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9944), 1, + anon_sym_RBRACE3, + [195603] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9944), 1, + anon_sym_RBRACE3, + [195610] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9276), 1, + ACTIONS(10462), 1, anon_sym_RPAREN, - [163728] = 2, - ACTIONS(63), 1, + [195617] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9278), 1, + ACTIONS(10526), 1, + aux_sym_brace_expression_token1, + [195624] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10528), 1, + anon_sym_RBRACE3, + [195631] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10514), 1, anon_sym_RPAREN, - [163735] = 2, - ACTIONS(63), 1, + [195638] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9280), 1, - anon_sym_esac, - [163742] = 2, - ACTIONS(63), 1, + ACTIONS(9944), 1, + anon_sym_RBRACE3, + [195645] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10530), 1, + anon_sym_RBRACE3, + [195652] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9938), 1, + anon_sym_RBRACE3, + [195659] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9938), 1, + anon_sym_RBRACE3, + [195666] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9282), 1, + ACTIONS(6703), 1, + anon_sym_RBRACK, + [195673] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10532), 1, + aux_sym_brace_expression_token1, + [195680] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10534), 1, + anon_sym_BQUOTE, + [195687] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10536), 1, + anon_sym_RBRACE3, + [195694] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9944), 1, + anon_sym_RBRACE3, + [195701] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9938), 1, + anon_sym_RBRACE3, + [195708] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9938), 1, + anon_sym_RBRACE3, + [195715] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9938), 1, + anon_sym_RBRACE3, + [195722] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10538), 1, + anon_sym_RBRACE2, + [195729] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10540), 1, + aux_sym_brace_expression_token1, + [195736] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10542), 1, + sym_heredoc_end, + [195743] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10544), 1, + anon_sym_BQUOTE, + [195750] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10546), 1, + anon_sym_BQUOTE, + [195757] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9944), 1, + anon_sym_RBRACE3, + [195764] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9944), 1, + anon_sym_RBRACE3, + [195771] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9944), 1, + anon_sym_RBRACE3, + [195778] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10548), 1, + anon_sym_BQUOTE, + [195785] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10550), 1, + aux_sym_brace_expression_token1, + [195792] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10544), 1, anon_sym_RPAREN, - [163749] = 2, - ACTIONS(63), 1, + [195799] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9284), 1, + ACTIONS(10552), 1, anon_sym_BQUOTE, - [163756] = 2, - ACTIONS(63), 1, + [195806] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9944), 1, + anon_sym_RBRACE3, + [195813] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9944), 1, + anon_sym_RBRACE3, + [195820] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9577), 1, + anon_sym_RBRACE3, + [195827] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10554), 1, + aux_sym_heredoc_redirect_token1, + [195834] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9286), 1, + ACTIONS(10556), 1, + aux_sym_heredoc_redirect_token1, + [195841] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10558), 1, + aux_sym_brace_expression_token1, + [195848] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10560), 1, anon_sym_BQUOTE, - [163763] = 2, - ACTIONS(63), 1, + [195855] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10562), 1, + anon_sym_RBRACE3, + [195862] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10076), 1, + anon_sym_RBRACE3, + [195869] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10552), 1, + anon_sym_RPAREN, + [195876] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9288), 1, + ACTIONS(10564), 1, anon_sym_BQUOTE, - [163770] = 2, - ACTIONS(63), 1, + [195883] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10566), 1, + anon_sym_RBRACE3, + [195890] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10568), 1, + anon_sym_RBRACE2, + [195897] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10570), 1, + aux_sym_brace_expression_token1, + [195904] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10572), 1, + anon_sym_BQUOTE, + [195911] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10574), 1, + anon_sym_fi, + [195918] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10564), 1, + anon_sym_RPAREN, + [195925] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10576), 1, + anon_sym_RBRACE2, + [195932] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10578), 1, + aux_sym_heredoc_redirect_token1, + [195939] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10580), 1, + anon_sym_RBRACE3, + [195946] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(10582), 1, + aux_sym_heredoc_redirect_token1, + [195953] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9290), 1, + ACTIONS(10584), 1, aux_sym_brace_expression_token1, - [163777] = 2, - ACTIONS(63), 1, + [195960] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9292), 1, + ACTIONS(10586), 1, anon_sym_BQUOTE, - [163784] = 2, + [195967] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10588), 1, + anon_sym_RPAREN, + [195974] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9294), 1, + ACTIONS(10590), 1, aux_sym_heredoc_redirect_token1, - [163791] = 2, - ACTIONS(63), 1, + [195981] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(10592), 1, anon_sym_RBRACE3, - [163798] = 2, - ACTIONS(63), 1, + [195988] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9296), 1, - anon_sym_esac, - [163805] = 2, - ACTIONS(63), 1, + ACTIONS(10594), 1, + anon_sym_RBRACE3, + [195995] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9286), 1, - anon_sym_RPAREN, - [163812] = 2, - ACTIONS(63), 1, + ACTIONS(10596), 1, + anon_sym_RBRACE3, + [196002] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9298), 1, - anon_sym_RBRACE2, - [163819] = 2, - ACTIONS(63), 1, + ACTIONS(10598), 1, + aux_sym_heredoc_redirect_token1, + [196009] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9300), 1, + ACTIONS(10600), 1, aux_sym_brace_expression_token1, - [163826] = 2, - ACTIONS(63), 1, + [196016] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9302), 1, + ACTIONS(10602), 1, anon_sym_BQUOTE, - [163833] = 2, - ACTIONS(63), 1, + [196023] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9304), 1, - aux_sym_brace_expression_token1, - [163840] = 2, - ACTIONS(63), 1, + ACTIONS(10604), 1, + anon_sym_RPAREN, + [196030] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9306), 1, - anon_sym_RBRACE3, - [163847] = 2, - ACTIONS(63), 1, + ACTIONS(10606), 1, + anon_sym_BQUOTE, + [196037] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9308), 1, - anon_sym_RBRACE3, - [163854] = 2, - ACTIONS(63), 1, + ACTIONS(10414), 1, + anon_sym_RPAREN, + [196044] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9310), 1, + ACTIONS(10608), 1, anon_sym_RBRACE3, - [163861] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9312), 1, - sym_heredoc_end, - [163868] = 2, - ACTIONS(63), 1, + [196051] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8644), 1, + ACTIONS(9808), 1, anon_sym_fi, - [163875] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9314), 1, - anon_sym_RPAREN, - [163882] = 2, - ACTIONS(63), 1, + [196058] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9316), 1, - anon_sym_RPAREN, - [163889] = 2, - ACTIONS(63), 1, + ACTIONS(6500), 1, + anon_sym_RBRACK, + [196065] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9318), 1, + ACTIONS(10610), 1, aux_sym_brace_expression_token1, - [163896] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9320), 1, - anon_sym_BQUOTE, - [163903] = 2, - ACTIONS(63), 1, + [196072] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9322), 1, - sym_heredoc_end, - [163910] = 2, - ACTIONS(63), 1, + ACTIONS(10586), 1, + anon_sym_RPAREN, + [196079] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9324), 1, - anon_sym_BQUOTE, - [163917] = 2, - ACTIONS(63), 1, + ACTIONS(10612), 1, + anon_sym_RBRACE3, + [196086] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9326), 1, - anon_sym_BQUOTE, - [163924] = 2, - ACTIONS(3), 1, + ACTIONS(10614), 1, + anon_sym_esac, + [196093] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9328), 1, - aux_sym_heredoc_redirect_token1, - [163931] = 2, - ACTIONS(63), 1, + ACTIONS(10616), 1, + anon_sym_RBRACE3, + [196100] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9330), 1, - anon_sym_BQUOTE, - [163938] = 2, - ACTIONS(63), 1, + ACTIONS(10618), 1, + anon_sym_esac, + [196107] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9316), 1, - anon_sym_BQUOTE, - [163945] = 2, - ACTIONS(63), 1, + ACTIONS(10620), 1, + anon_sym_esac, + [196114] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9332), 1, + ACTIONS(10622), 1, aux_sym_brace_expression_token1, - [163952] = 2, - ACTIONS(63), 1, + [196121] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9334), 1, - anon_sym_RPAREN, - [163959] = 2, - ACTIONS(63), 1, + ACTIONS(10624), 1, + aux_sym_brace_expression_token1, + [196128] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9302), 1, + ACTIONS(10626), 1, anon_sym_RPAREN, - [163966] = 2, - ACTIONS(63), 1, + [196135] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9336), 1, + ACTIONS(10628), 1, anon_sym_RBRACE3, - [163973] = 2, - ACTIONS(63), 1, + [196142] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10630), 1, + anon_sym_RBRACE2, + [196149] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9314), 1, + ACTIONS(10632), 1, anon_sym_BQUOTE, - [163980] = 2, - ACTIONS(63), 1, + [196156] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10634), 1, + anon_sym_BQUOTE, + [196163] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9338), 1, + ACTIONS(10632), 1, anon_sym_RPAREN, - [163987] = 2, - ACTIONS(63), 1, + [196170] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9340), 1, + ACTIONS(9938), 1, anon_sym_RBRACE3, - [163994] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9342), 1, - anon_sym_RPAREN, - [164001] = 2, - ACTIONS(63), 1, + [196177] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9344), 1, + ACTIONS(10636), 1, aux_sym_brace_expression_token1, - [164008] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9346), 1, - anon_sym_BQUOTE, - [164015] = 2, - ACTIONS(63), 1, + [196184] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9348), 1, - anon_sym_esac, - [164022] = 2, - ACTIONS(63), 1, + ACTIONS(10638), 1, + anon_sym_RPAREN, + [196191] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9350), 1, - anon_sym_RBRACE2, - [164029] = 2, - ACTIONS(63), 1, + ACTIONS(10640), 1, + anon_sym_RBRACE3, + [196198] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(5572), 1, - anon_sym_RBRACK, - [164036] = 2, - ACTIONS(63), 1, + ACTIONS(10642), 1, + anon_sym_esac, + [196205] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(5570), 1, - anon_sym_RBRACK, - [164043] = 2, - ACTIONS(63), 1, + ACTIONS(10644), 1, + anon_sym_RBRACE3, + [196212] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9342), 1, + ACTIONS(10646), 1, anon_sym_BQUOTE, - [164050] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9352), 1, - aux_sym_heredoc_redirect_token1, - [164057] = 2, - ACTIONS(63), 1, + [196219] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9354), 1, + ACTIONS(10648), 1, aux_sym_brace_expression_token1, - [164064] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9356), 1, - anon_sym_RPAREN, - [164071] = 2, - ACTIONS(63), 1, + [196226] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9358), 1, + ACTIONS(10650), 1, anon_sym_RPAREN, - [164078] = 2, - ACTIONS(63), 1, + [196233] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9360), 1, + ACTIONS(10652), 1, anon_sym_BQUOTE, - [164085] = 2, - ACTIONS(63), 1, + [196240] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10646), 1, + anon_sym_RPAREN, + [196247] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9362), 1, + ACTIONS(10654), 1, anon_sym_esac, - [164092] = 2, - ACTIONS(63), 1, + [196254] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9364), 1, + ACTIONS(10656), 1, anon_sym_BQUOTE, - [164099] = 2, - ACTIONS(63), 1, + [196261] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9366), 1, + ACTIONS(10658), 1, aux_sym_brace_expression_token1, - [164106] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9368), 1, - aux_sym_heredoc_redirect_token1, - [164113] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9370), 1, - anon_sym_RBRACE2, - [164120] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9372), 1, - anon_sym_RBRACE2, - [164127] = 2, - ACTIONS(63), 1, + [196268] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9360), 1, - anon_sym_RPAREN, - [164134] = 2, - ACTIONS(63), 1, + ACTIONS(10660), 1, + anon_sym_RBRACE3, + [196275] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8656), 1, + ACTIONS(9816), 1, anon_sym_fi, - [164141] = 2, - ACTIONS(63), 1, + [196282] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9374), 1, - aux_sym_brace_expression_token1, - [164148] = 2, - ACTIONS(63), 1, + ACTIONS(10662), 1, + anon_sym_BQUOTE, + [196289] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9376), 1, - anon_sym_esac, - [164155] = 2, - ACTIONS(63), 1, + ACTIONS(10664), 1, + anon_sym_BQUOTE, + [196296] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9378), 1, + ACTIONS(10666), 1, anon_sym_esac, - [164162] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9380), 1, - sym_heredoc_end, - [164169] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9382), 1, - aux_sym_brace_expression_token1, - [164176] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9384), 1, - anon_sym_RBRACE3, - [164183] = 2, - ACTIONS(63), 1, + [196303] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9386), 1, + ACTIONS(10668), 1, aux_sym_brace_expression_token1, - [164190] = 2, - ACTIONS(63), 1, + [196310] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9388), 1, + ACTIONS(10670), 1, anon_sym_RBRACE2, - [164197] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9390), 1, - sym_heredoc_end, - [164204] = 2, - ACTIONS(63), 1, + [196317] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8682), 1, - anon_sym_fi, - [164211] = 2, - ACTIONS(63), 1, + ACTIONS(10662), 1, + anon_sym_RPAREN, + [196324] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9392), 1, + ACTIONS(10672), 1, anon_sym_RBRACE2, - [164218] = 2, - ACTIONS(63), 1, + [196331] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9394), 1, + ACTIONS(10674), 1, anon_sym_RBRACE3, - [164225] = 2, - ACTIONS(63), 1, + [196338] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10650), 1, + anon_sym_BQUOTE, + [196345] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9396), 1, + ACTIONS(10676), 1, aux_sym_brace_expression_token1, - [164232] = 2, - ACTIONS(63), 1, + [196352] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9398), 1, - anon_sym_RPAREN, - [164239] = 2, - ACTIONS(63), 1, + ACTIONS(10678), 1, + anon_sym_RBRACE2, + [196359] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9400), 1, + ACTIONS(10680), 1, anon_sym_BQUOTE, - [164246] = 2, - ACTIONS(63), 1, + [196366] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9402), 1, + ACTIONS(10682), 1, anon_sym_BQUOTE, - [164253] = 2, - ACTIONS(63), 1, + [196373] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9398), 1, - anon_sym_BQUOTE, - [164260] = 2, - ACTIONS(63), 1, + ACTIONS(10684), 1, + sym_word, + [196380] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9404), 1, + ACTIONS(10680), 1, anon_sym_RPAREN, - [164267] = 2, - ACTIONS(63), 1, + [196387] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9406), 1, + ACTIONS(10686), 1, aux_sym_brace_expression_token1, - [164274] = 2, - ACTIONS(63), 1, + [196394] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(3264), 1, + ACTIONS(10688), 1, anon_sym_RBRACE3, - [164281] = 2, - ACTIONS(63), 1, + [196401] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9408), 1, - anon_sym_RBRACE2, - [164288] = 2, - ACTIONS(63), 1, + ACTIONS(10690), 1, + anon_sym_RPAREN, + [196408] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9410), 1, + ACTIONS(10692), 1, anon_sym_esac, - [164295] = 2, - ACTIONS(63), 1, + [196415] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9276), 1, - anon_sym_BQUOTE, - [164302] = 2, - ACTIONS(63), 1, + ACTIONS(10694), 1, + anon_sym_esac, + [196422] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9412), 1, + ACTIONS(10696), 1, anon_sym_RBRACE2, - [164309] = 2, - ACTIONS(63), 1, + [196429] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9414), 1, - anon_sym_esac, - [164316] = 2, - ACTIONS(3), 1, + ACTIONS(10698), 1, + aux_sym_brace_expression_token1, + [196436] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9416), 1, - aux_sym_heredoc_redirect_token1, - [164323] = 2, - ACTIONS(63), 1, + ACTIONS(10700), 1, + anon_sym_esac, + [196443] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9418), 1, - anon_sym_RBRACE3, - [164330] = 2, - ACTIONS(63), 1, + ACTIONS(10702), 1, + anon_sym_RBRACE2, + [196450] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9420), 1, + ACTIONS(10704), 1, anon_sym_RPAREN, - [164337] = 2, - ACTIONS(63), 1, + [196457] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9422), 1, - anon_sym_RBRACE2, - [164344] = 2, - ACTIONS(63), 1, + ACTIONS(10706), 1, + anon_sym_BQUOTE, + [196464] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(5588), 1, - anon_sym_RBRACK, - [164351] = 2, - ACTIONS(63), 1, + ACTIONS(10708), 1, + anon_sym_RPAREN, + [196471] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9424), 1, + ACTIONS(10710), 1, aux_sym_brace_expression_token1, - [164358] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5586), 1, - anon_sym_RBRACK, - [164365] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9426), 1, - anon_sym_RBRACE3, - [164372] = 2, - ACTIONS(63), 1, + [196478] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9428), 1, - anon_sym_RPAREN, - [164379] = 2, - ACTIONS(63), 1, + ACTIONS(10712), 1, + anon_sym_BQUOTE, + [196485] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9430), 1, + ACTIONS(10714), 1, anon_sym_BQUOTE, - [164386] = 2, - ACTIONS(63), 1, + [196492] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9432), 1, + ACTIONS(10716), 1, anon_sym_BQUOTE, - [164393] = 2, - ACTIONS(63), 1, + [196499] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10706), 1, + anon_sym_RPAREN, + [196506] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10718), 1, + anon_sym_RBRACE3, + [196513] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9434), 1, + ACTIONS(10720), 1, aux_sym_brace_expression_token1, - [164400] = 2, - ACTIONS(63), 1, + [196520] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9436), 1, + ACTIONS(10712), 1, anon_sym_RPAREN, - [164407] = 2, - ACTIONS(63), 1, + [196527] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, - anon_sym_RBRACE3, - [164414] = 2, - ACTIONS(63), 1, + ACTIONS(10722), 1, + anon_sym_BQUOTE, + [196534] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, - anon_sym_RBRACE3, - [164421] = 2, - ACTIONS(63), 1, + ACTIONS(10724), 1, + anon_sym_RBRACE2, + [196541] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, - anon_sym_RBRACE3, - [164428] = 2, - ACTIONS(63), 1, + ACTIONS(6693), 1, + anon_sym_RBRACK, + [196548] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, - anon_sym_RBRACE3, - [164435] = 2, - ACTIONS(63), 1, + ACTIONS(6745), 1, + anon_sym_RBRACK, + [196555] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9438), 1, + ACTIONS(10726), 1, aux_sym_brace_expression_token1, - [164442] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8746), 1, - anon_sym_RBRACE3, - [164449] = 2, - ACTIONS(63), 1, + [196562] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(10728), 1, anon_sym_RBRACE3, - [164456] = 2, - ACTIONS(63), 1, + [196569] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9208), 1, + ACTIONS(10730), 1, anon_sym_RPAREN, - [164463] = 2, - ACTIONS(63), 1, + [196576] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, - anon_sym_RBRACE3, - [164470] = 2, - ACTIONS(63), 1, + ACTIONS(10732), 1, + anon_sym_RBRACE2, + [196583] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(10734), 1, + anon_sym_BQUOTE, + [196590] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10736), 1, anon_sym_RBRACE3, - [164477] = 2, - ACTIONS(63), 1, + [196597] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9440), 1, + ACTIONS(10738), 1, aux_sym_brace_expression_token1, - [164484] = 2, - ACTIONS(63), 1, + [196604] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, - anon_sym_RBRACE3, - [164491] = 2, - ACTIONS(63), 1, + ACTIONS(10740), 1, + anon_sym_BQUOTE, + [196611] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, - anon_sym_RBRACE3, - [164498] = 2, - ACTIONS(63), 1, + ACTIONS(10730), 1, + anon_sym_BQUOTE, + [196618] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9430), 1, + ACTIONS(10734), 1, anon_sym_RPAREN, - [164505] = 2, - ACTIONS(63), 1, + [196625] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, + ACTIONS(10742), 1, anon_sym_RBRACE3, - [164512] = 2, - ACTIONS(63), 1, + [196632] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9442), 1, - anon_sym_RBRACE3, - [164519] = 2, - ACTIONS(63), 1, + ACTIONS(10626), 1, + anon_sym_BQUOTE, + [196639] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9444), 1, + ACTIONS(10744), 1, aux_sym_brace_expression_token1, - [164526] = 2, - ACTIONS(63), 1, + [196646] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8742), 1, - anon_sym_RBRACE3, - [164533] = 2, - ACTIONS(63), 1, + ACTIONS(10746), 1, + anon_sym_RPAREN, + [196653] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8742), 1, - anon_sym_RBRACE3, - [164540] = 2, - ACTIONS(63), 1, + ACTIONS(10748), 1, + anon_sym_RBRACE2, + [196660] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8742), 1, - anon_sym_RBRACE3, - [164547] = 2, - ACTIONS(63), 1, + ACTIONS(10750), 1, + anon_sym_RBRACE2, + [196667] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8742), 1, - anon_sym_RBRACE3, - [164554] = 2, - ACTIONS(63), 1, + ACTIONS(10752), 1, + anon_sym_BQUOTE, + [196674] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8742), 1, - anon_sym_RBRACE3, - [164561] = 2, - ACTIONS(63), 1, + ACTIONS(10754), 1, + anon_sym_BQUOTE, + [196681] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9446), 1, + ACTIONS(10756), 1, aux_sym_brace_expression_token1, - [164568] = 2, - ACTIONS(63), 1, + [196688] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8742), 1, - anon_sym_RBRACE3, - [164575] = 2, - ACTIONS(63), 1, + ACTIONS(10758), 1, + anon_sym_RPAREN, + [196695] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, - anon_sym_RBRACE3, - [164582] = 2, - ACTIONS(63), 1, + ACTIONS(10760), 1, + anon_sym_BQUOTE, + [196702] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, - anon_sym_RBRACE3, - [164589] = 2, - ACTIONS(63), 1, + ACTIONS(10752), 1, + anon_sym_RPAREN, + [196709] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, - anon_sym_RBRACE3, - [164596] = 2, - ACTIONS(63), 1, + ACTIONS(10762), 1, + anon_sym_RPAREN, + [196716] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, - anon_sym_RBRACE3, - [164603] = 2, - ACTIONS(63), 1, + ACTIONS(10764), 1, + sym_heredoc_start, + [196723] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9448), 1, + ACTIONS(10766), 1, aux_sym_brace_expression_token1, - [164610] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(8746), 1, - anon_sym_RBRACE3, - [164617] = 2, - ACTIONS(63), 1, + [196730] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8746), 1, - anon_sym_RBRACE3, - [164624] = 2, - ACTIONS(63), 1, + ACTIONS(10768), 1, + anon_sym_BQUOTE, + [196737] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8349), 1, + ACTIONS(10770), 1, anon_sym_RBRACE3, - [164631] = 2, - ACTIONS(63), 1, + [196744] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9450), 1, + ACTIONS(10772), 1, anon_sym_BQUOTE, - [164638] = 2, - ACTIONS(63), 1, + [196751] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8873), 1, + ACTIONS(10774), 1, anon_sym_RBRACE3, - [164645] = 2, - ACTIONS(63), 1, + [196758] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9452), 1, + ACTIONS(10776), 1, + anon_sym_RPAREN, + [196765] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10778), 1, aux_sym_brace_expression_token1, - [164652] = 2, - ACTIONS(3), 1, + [196772] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9454), 1, - aux_sym_heredoc_redirect_token1, - [164659] = 2, - ACTIONS(63), 1, + ACTIONS(10760), 1, + anon_sym_RPAREN, + [196779] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9456), 1, + ACTIONS(9933), 1, anon_sym_RBRACE3, - [164666] = 2, - ACTIONS(63), 1, + [196786] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9458), 1, + ACTIONS(9933), 1, anon_sym_RBRACE3, - [164673] = 2, - ACTIONS(63), 1, + [196793] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9460), 1, - anon_sym_RPAREN, - [164680] = 2, - ACTIONS(63), 1, + ACTIONS(9933), 1, + anon_sym_RBRACE3, + [196800] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(9933), 1, anon_sym_RBRACE3, - [164687] = 2, - ACTIONS(63), 1, + [196807] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9462), 1, + ACTIONS(10780), 1, aux_sym_brace_expression_token1, - [164694] = 2, - ACTIONS(63), 1, + [196814] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9464), 1, + ACTIONS(10782), 1, anon_sym_RBRACE3, - [164701] = 2, - ACTIONS(63), 1, + [196821] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9466), 1, + ACTIONS(9933), 1, anon_sym_RBRACE3, - [164708] = 2, - ACTIONS(63), 1, + [196828] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9468), 1, + ACTIONS(9933), 1, anon_sym_RBRACE3, - [164715] = 2, - ACTIONS(63), 1, + [196835] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9436), 1, + ACTIONS(10784), 1, anon_sym_BQUOTE, - [164722] = 2, - ACTIONS(63), 1, + [196842] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9470), 1, - anon_sym_RPAREN, - [164729] = 2, - ACTIONS(63), 1, + ACTIONS(10786), 1, + anon_sym_LBRACK, + [196849] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9472), 1, + ACTIONS(10788), 1, aux_sym_brace_expression_token1, - [164736] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9474), 1, - anon_sym_RPAREN, - [164743] = 2, - ACTIONS(63), 1, + [196856] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9476), 1, + ACTIONS(10790), 1, anon_sym_RBRACE3, - [164750] = 2, - ACTIONS(63), 1, + [196863] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9478), 1, - anon_sym_esac, - [164757] = 2, - ACTIONS(63), 1, + ACTIONS(10792), 1, + anon_sym_BQUOTE, + [196870] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9480), 1, + ACTIONS(10794), 1, + anon_sym_RBRACE3, + [196877] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10796), 1, anon_sym_RBRACE2, - [164764] = 2, - ACTIONS(63), 1, + [196884] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9482), 1, - anon_sym_RPAREN, - [164771] = 2, - ACTIONS(63), 1, + ACTIONS(10798), 1, + anon_sym_BQUOTE, + [196891] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9484), 1, + ACTIONS(10800), 1, aux_sym_brace_expression_token1, - [164778] = 2, - ACTIONS(63), 1, + [196898] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9486), 1, - anon_sym_esac, - [164785] = 2, - ACTIONS(63), 1, + ACTIONS(10802), 1, + anon_sym_RBRACE3, + [196905] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9488), 1, + ACTIONS(10784), 1, anon_sym_RPAREN, - [164792] = 2, - ACTIONS(63), 1, + [196912] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9490), 1, - anon_sym_esac, - [164799] = 2, - ACTIONS(63), 1, + ACTIONS(10804), 1, + anon_sym_RBRACE3, + [196919] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(3260), 1, + ACTIONS(9913), 1, anon_sym_RBRACE3, - [164806] = 2, - ACTIONS(63), 1, + [196926] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9492), 1, - anon_sym_BQUOTE, - [164813] = 2, - ACTIONS(63), 1, + ACTIONS(10548), 1, + anon_sym_RPAREN, + [196933] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9494), 1, + ACTIONS(10806), 1, aux_sym_brace_expression_token1, - [164820] = 2, - ACTIONS(63), 1, + [196940] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9496), 1, + ACTIONS(10776), 1, anon_sym_BQUOTE, - [164827] = 2, - ACTIONS(63), 1, + [196947] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8622), 1, - anon_sym_fi, - [164834] = 2, - ACTIONS(63), 1, + ACTIONS(9913), 1, + anon_sym_RBRACE3, + [196954] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9498), 1, - anon_sym_BQUOTE, - [164841] = 2, - ACTIONS(63), 1, + ACTIONS(9913), 1, + anon_sym_RBRACE3, + [196961] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9482), 1, - anon_sym_BQUOTE, - [164848] = 2, - ACTIONS(63), 1, + ACTIONS(9913), 1, + anon_sym_RBRACE3, + [196968] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9500), 1, - anon_sym_RPAREN, - [164855] = 2, - ACTIONS(63), 1, + ACTIONS(9913), 1, + anon_sym_RBRACE3, + [196975] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9502), 1, + ACTIONS(10808), 1, aux_sym_brace_expression_token1, - [164862] = 2, - ACTIONS(63), 1, + [196982] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9504), 1, + ACTIONS(10810), 1, anon_sym_RPAREN, - [164869] = 2, - ACTIONS(63), 1, + [196989] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9506), 1, - anon_sym_BQUOTE, - [164876] = 2, - ACTIONS(63), 1, + ACTIONS(9933), 1, + anon_sym_RBRACE3, + [196996] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9508), 1, - anon_sym_BQUOTE, - [164883] = 2, - ACTIONS(63), 1, + ACTIONS(9933), 1, + anon_sym_RBRACE3, + [197003] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9510), 1, - anon_sym_RBRACE2, - [164890] = 2, - ACTIONS(63), 1, + ACTIONS(9933), 1, + anon_sym_RBRACE3, + [197010] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9506), 1, - anon_sym_RPAREN, - [164897] = 2, - ACTIONS(63), 1, + ACTIONS(9933), 1, + anon_sym_RBRACE3, + [197017] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9512), 1, + ACTIONS(10812), 1, aux_sym_brace_expression_token1, - [164904] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9492), 1, - anon_sym_RPAREN, - [164911] = 2, - ACTIONS(63), 1, + [197024] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9514), 1, + ACTIONS(10814), 1, anon_sym_RBRACE3, - [164918] = 2, - ACTIONS(63), 1, + [197031] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9516), 1, + ACTIONS(9933), 1, anon_sym_RBRACE3, - [164925] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9518), 1, - anon_sym_in, - [164932] = 2, - ACTIONS(63), 1, + [197038] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9520), 1, - anon_sym_in, - [164939] = 2, - ACTIONS(63), 1, + ACTIONS(9933), 1, + anon_sym_RBRACE3, + [197045] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9522), 1, + ACTIONS(10816), 1, anon_sym_RBRACE2, - [164946] = 2, - ACTIONS(63), 1, + [197052] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(5640), 1, - anon_sym_RBRACK, - [164953] = 2, - ACTIONS(63), 1, + ACTIONS(10818), 1, + anon_sym_RPAREN, + [197059] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(5642), 1, - anon_sym_RBRACK, - [164960] = 2, - ACTIONS(63), 1, + ACTIONS(10820), 1, + aux_sym_brace_expression_token1, + [197066] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9524), 1, - anon_sym_RPAREN_RPAREN, - [164967] = 2, - ACTIONS(63), 1, + ACTIONS(10822), 1, + anon_sym_BQUOTE, + [197073] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9526), 1, + ACTIONS(10824), 1, + anon_sym_BQUOTE, + [197080] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10826), 1, anon_sym_RBRACE3, - [164974] = 2, - ACTIONS(63), 1, + [197087] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9528), 1, - aux_sym_brace_expression_token1, - [164981] = 2, - ACTIONS(63), 1, + ACTIONS(10828), 1, + anon_sym_RBRACE3, + [197094] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9530), 1, + ACTIONS(10822), 1, anon_sym_RPAREN, - [164988] = 2, - ACTIONS(63), 1, + [197101] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10830), 1, + aux_sym_brace_expression_token1, + [197108] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9532), 1, + ACTIONS(10832), 1, anon_sym_RBRACE3, - [164995] = 2, - ACTIONS(63), 1, + [197115] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9534), 1, + ACTIONS(10834), 1, anon_sym_BQUOTE, - [165002] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9536), 1, - anon_sym_RPAREN, - [165009] = 2, - ACTIONS(63), 1, + [197122] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9538), 1, + ACTIONS(10836), 1, anon_sym_RBRACE2, - [165016] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9540), 1, - anon_sym_RPAREN, - [165023] = 2, - ACTIONS(63), 1, + [197129] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9460), 1, + ACTIONS(10838), 1, anon_sym_BQUOTE, - [165030] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9542), 1, - anon_sym_RPAREN, - [165037] = 2, - ACTIONS(63), 1, + [197136] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9544), 1, + ACTIONS(10840), 1, anon_sym_RBRACE2, - [165044] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9546), 1, - anon_sym_RPAREN, - [165051] = 2, - ACTIONS(63), 1, + [197143] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9548), 1, - anon_sym_RBRACE2, - [165058] = 2, - ACTIONS(63), 1, + ACTIONS(10842), 1, + aux_sym_brace_expression_token1, + [197150] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9550), 1, - anon_sym_RBRACE3, - [165065] = 2, - ACTIONS(63), 1, + ACTIONS(10844), 1, + anon_sym_RPAREN, + [197157] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9552), 1, - sym_heredoc_start, - [165072] = 2, - ACTIONS(63), 1, + ACTIONS(10834), 1, + anon_sym_RPAREN, + [197164] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9554), 1, - anon_sym_BQUOTE, - [165079] = 2, - ACTIONS(63), 1, + ACTIONS(10846), 1, + anon_sym_RPAREN, + [197171] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9556), 1, + ACTIONS(10848), 1, anon_sym_BQUOTE, - [165086] = 2, - ACTIONS(63), 1, + [197178] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9558), 1, + ACTIONS(10850), 1, anon_sym_BQUOTE, - [165093] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9554), 1, - anon_sym_RPAREN, - [165100] = 2, - ACTIONS(63), 1, + [197185] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8696), 1, - anon_sym_RBRACE3, - [165107] = 2, - ACTIONS(63), 1, + ACTIONS(10852), 1, + anon_sym_in, + [197192] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9560), 1, + ACTIONS(10848), 1, anon_sym_RPAREN, - [165114] = 2, - ACTIONS(63), 1, + [197199] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9180), 1, - aux_sym__simple_variable_name_token1, - [165121] = 2, - ACTIONS(63), 1, + ACTIONS(10854), 1, + anon_sym_in, + [197206] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(10856), 1, anon_sym_RBRACE3, - [165128] = 2, - ACTIONS(63), 1, + [197213] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(10858), 1, anon_sym_RBRACE3, - [165135] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(5606), 1, - anon_sym_RBRACK, - [165142] = 2, - ACTIONS(63), 1, + [197220] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9562), 1, - anon_sym_DOT_DOT, - [165149] = 2, - ACTIONS(63), 1, + ACTIONS(10860), 1, + anon_sym_esac, + [197227] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(10862), 1, anon_sym_RBRACE3, - [165156] = 2, - ACTIONS(63), 1, + [197234] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9564), 1, - anon_sym_esac, - [165163] = 2, - ACTIONS(63), 1, + ACTIONS(10864), 1, + anon_sym_RBRACE2, + [197241] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10866), 1, + anon_sym_RPAREN, + [197248] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9566), 1, + ACTIONS(10868), 1, anon_sym_RBRACE3, - [165170] = 2, - ACTIONS(63), 1, + [197255] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9568), 1, - sym_heredoc_start, - [165177] = 2, - ACTIONS(63), 1, + ACTIONS(10870), 1, + anon_sym_BQUOTE, + [197262] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8696), 1, - anon_sym_RBRACE3, - [165184] = 2, - ACTIONS(63), 1, + ACTIONS(10872), 1, + anon_sym_RPAREN, + [197269] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(5604), 1, - anon_sym_RBRACK, - [165191] = 2, - ACTIONS(63), 1, + ACTIONS(10874), 1, + anon_sym_BQUOTE, + [197276] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9536), 1, + ACTIONS(10876), 1, anon_sym_BQUOTE, - [165198] = 2, - ACTIONS(63), 1, + [197283] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9570), 1, + ACTIONS(10874), 1, anon_sym_RPAREN, - [165205] = 2, - ACTIONS(63), 1, + [197290] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9572), 1, - sym_word, - [165212] = 2, - ACTIONS(63), 1, + ACTIONS(10878), 1, + anon_sym_RBRACE3, + [197297] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9574), 1, + ACTIONS(10880), 1, anon_sym_esac, - [165219] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9576), 1, - anon_sym_LBRACK, - [165226] = 2, - ACTIONS(63), 1, + [197304] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9578), 1, - sym_heredoc_start, - [165233] = 2, - ACTIONS(63), 1, + ACTIONS(10882), 1, + anon_sym_RPAREN, + [197311] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9580), 1, + ACTIONS(10884), 1, anon_sym_BQUOTE, - [165240] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9582), 1, - anon_sym_esac, - [165247] = 2, - ACTIONS(63), 1, + [197318] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9584), 1, - anon_sym_fi, - [165254] = 2, - ACTIONS(63), 1, + ACTIONS(10886), 1, + aux_sym_heredoc_redirect_token1, + [197325] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9586), 1, - anon_sym_RBRACE2, - [165261] = 2, - ACTIONS(63), 1, + ACTIONS(10888), 1, + anon_sym_RPAREN, + [197332] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9588), 1, - anon_sym_RBRACE2, - [165268] = 2, - ACTIONS(63), 1, + ACTIONS(10890), 1, + anon_sym_BQUOTE, + [197339] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9590), 1, - sym_heredoc_end, - [165275] = 2, - ACTIONS(63), 1, + ACTIONS(10892), 1, + anon_sym_BQUOTE, + [197346] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9592), 1, - sym_heredoc_end, - [165282] = 2, - ACTIONS(63), 1, + ACTIONS(10894), 1, + anon_sym_BQUOTE, + [197353] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9594), 1, + ACTIONS(10896), 1, anon_sym_RBRACE2, - [165289] = 2, - ACTIONS(63), 1, + [197360] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9596), 1, + ACTIONS(10898), 1, anon_sym_BQUOTE, - [165296] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9598), 1, - anon_sym_esac, - [165303] = 2, - ACTIONS(63), 1, + [197367] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9600), 1, + ACTIONS(10892), 1, anon_sym_RPAREN, - [165310] = 2, - ACTIONS(63), 1, + [197374] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8708), 1, + ACTIONS(10900), 1, anon_sym_RBRACE3, - [165317] = 2, - ACTIONS(63), 1, + [197381] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8708), 1, - anon_sym_RBRACE3, - [165324] = 2, - ACTIONS(63), 1, + ACTIONS(10902), 1, + anon_sym_RPAREN, + [197388] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8708), 1, - anon_sym_RBRACE3, - [165331] = 2, - ACTIONS(63), 1, + ACTIONS(10882), 1, + anon_sym_BQUOTE, + [197395] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8708), 1, - anon_sym_RBRACE3, - [165338] = 2, - ACTIONS(63), 1, + ACTIONS(10904), 1, + anon_sym_RPAREN_RPAREN, + [197402] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8708), 1, - anon_sym_RBRACE3, - [165345] = 2, - ACTIONS(63), 1, + ACTIONS(10906), 1, + anon_sym_BQUOTE, + [197409] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8708), 1, - anon_sym_RBRACE3, - [165352] = 2, - ACTIONS(63), 1, + ACTIONS(10908), 1, + anon_sym_RPAREN, + [197416] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8696), 1, - anon_sym_RBRACE3, - [165359] = 2, - ACTIONS(63), 1, + ACTIONS(10910), 1, + anon_sym_BQUOTE, + [197423] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8696), 1, - anon_sym_RBRACE3, - [165366] = 2, - ACTIONS(63), 1, + ACTIONS(10912), 1, + aux_sym_brace_expression_token1, + [197430] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8696), 1, - anon_sym_RBRACE3, - [165373] = 2, - ACTIONS(63), 1, + ACTIONS(10906), 1, + anon_sym_RPAREN, + [197437] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8696), 1, + ACTIONS(10914), 1, anon_sym_RBRACE3, - [165380] = 2, - ACTIONS(63), 1, + [197444] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8696), 1, - anon_sym_RBRACE3, - [165387] = 2, - ACTIONS(63), 1, + ACTIONS(10916), 1, + anon_sym_RBRACE2, + [197451] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8696), 1, - anon_sym_RBRACE3, - [165394] = 2, - ACTIONS(63), 1, + ACTIONS(10918), 1, + anon_sym_BQUOTE, + [197458] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9602), 1, + ACTIONS(10920), 1, anon_sym_RPAREN, - [165401] = 2, - ACTIONS(63), 1, + [197465] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9604), 1, + ACTIONS(10922), 1, anon_sym_BQUOTE, - [165408] = 2, - ACTIONS(63), 1, + [197472] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9606), 1, + ACTIONS(10924), 1, anon_sym_BQUOTE, - [165415] = 2, - ACTIONS(63), 1, + [197479] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9608), 1, - sym__regex_no_slash, - [165422] = 2, - ACTIONS(63), 1, + ACTIONS(10926), 1, + anon_sym_RPAREN_RPAREN, + [197486] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9560), 1, - anon_sym_BQUOTE, - [165429] = 2, - ACTIONS(63), 1, + ACTIONS(10378), 1, + aux_sym__simple_variable_name_token1, + [197493] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9604), 1, - anon_sym_RPAREN, - [165436] = 2, - ACTIONS(63), 1, + ACTIONS(10928), 1, + anon_sym_RBRACE2, + [197500] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9610), 1, - anon_sym_RBRACE3, - [165443] = 2, - ACTIONS(63), 1, + ACTIONS(10918), 1, + anon_sym_RPAREN, + [197507] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8660), 1, - anon_sym_fi, - [165450] = 2, - ACTIONS(63), 1, + ACTIONS(10930), 1, + sym_word, + [197514] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9612), 1, + ACTIONS(10932), 1, anon_sym_RPAREN, - [165457] = 2, - ACTIONS(63), 1, + [197521] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9614), 1, - anon_sym_RBRACE2, - [165464] = 2, - ACTIONS(63), 1, + ACTIONS(10934), 1, + anon_sym_DOT_DOT, + [197528] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9616), 1, + ACTIONS(10936), 1, anon_sym_BQUOTE, - [165471] = 2, - ACTIONS(63), 1, + [197535] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9618), 1, + ACTIONS(10938), 1, anon_sym_BQUOTE, - [165478] = 2, - ACTIONS(63), 1, + [197542] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9620), 1, + ACTIONS(10940), 1, anon_sym_RBRACE3, - [165485] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9622), 1, - anon_sym_in, - [165492] = 2, - ACTIONS(63), 1, + [197549] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9624), 1, + ACTIONS(10942), 1, anon_sym_RPAREN, - [165499] = 2, - ACTIONS(63), 1, + [197556] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9626), 1, - anon_sym_RBRACE3, - [165506] = 2, - ACTIONS(63), 1, + ACTIONS(10944), 1, + sym_heredoc_start, + [197563] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9628), 1, + ACTIONS(10936), 1, anon_sym_RPAREN, - [165513] = 2, - ACTIONS(63), 1, + [197570] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9630), 1, - anon_sym_esac, - [165520] = 2, - ACTIONS(63), 1, + ACTIONS(10946), 1, + anon_sym_RBRACE3, + [197577] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9632), 1, + ACTIONS(10948), 1, anon_sym_BQUOTE, - [165527] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9634), 1, - anon_sym_esac, - [165534] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9636), 1, - anon_sym_RBRACE2, - [165541] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9638), 1, - anon_sym_in, - [165548] = 2, - ACTIONS(63), 1, + [197584] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(8648), 1, - anon_sym_fi, - [165555] = 2, - ACTIONS(63), 1, + ACTIONS(10884), 1, + anon_sym_RPAREN, + [197591] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9624), 1, + ACTIONS(10920), 1, anon_sym_BQUOTE, - [165562] = 2, - ACTIONS(63), 1, + [197598] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9640), 1, + ACTIONS(10950), 1, anon_sym_RPAREN, - [165569] = 2, - ACTIONS(63), 1, + [197605] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9642), 1, - anon_sym_RBRACE2, - [165576] = 2, - ACTIONS(63), 1, + ACTIONS(10952), 1, + sym_heredoc_start, + [197612] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(5310), 1, - anon_sym_RBRACK, - [165583] = 2, - ACTIONS(63), 1, + ACTIONS(10954), 1, + anon_sym_RBRACE2, + [197619] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(5508), 1, - anon_sym_RBRACK, - [165590] = 2, - ACTIONS(63), 1, + ACTIONS(10956), 1, + anon_sym_RBRACE3, + [197626] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9644), 1, + ACTIONS(10958), 1, anon_sym_RPAREN, - [165597] = 2, - ACTIONS(63), 1, + [197633] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1253), 1, - anon_sym_RBRACE3, - [165604] = 2, - ACTIONS(63), 1, + ACTIONS(10960), 1, + anon_sym_RPAREN, + [197640] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9646), 1, + ACTIONS(10962), 1, anon_sym_BQUOTE, - [165611] = 2, - ACTIONS(63), 1, + [197647] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9648), 1, + ACTIONS(10964), 1, anon_sym_BQUOTE, - [165618] = 2, - ACTIONS(63), 1, + [197654] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9650), 1, - anon_sym_RBRACE3, - [165625] = 2, - ACTIONS(63), 1, + ACTIONS(10966), 1, + sym_heredoc_start, + [197661] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9652), 1, + ACTIONS(10968), 1, anon_sym_BQUOTE, - [165632] = 2, - ACTIONS(63), 1, + [197668] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9654), 1, - anon_sym_RBRACE2, - [165639] = 2, - ACTIONS(63), 1, + ACTIONS(10970), 1, + anon_sym_BQUOTE, + [197675] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9618), 1, + ACTIONS(10972), 1, anon_sym_RPAREN, - [165646] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9656), 1, - anon_sym_RBRACE3, - [165653] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9658), 1, - anon_sym_RBRACE3, - [165660] = 2, - ACTIONS(63), 1, + [197682] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9660), 1, + ACTIONS(10974), 1, anon_sym_RPAREN, - [165667] = 2, - ACTIONS(63), 1, + [197689] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9662), 1, + ACTIONS(10976), 1, anon_sym_BQUOTE, - [165674] = 2, - ACTIONS(63), 1, + [197696] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9664), 1, + ACTIONS(10978), 1, anon_sym_BQUOTE, - [165681] = 2, - ACTIONS(63), 1, + [197703] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9662), 1, + ACTIONS(10962), 1, anon_sym_RPAREN, - [165688] = 2, - ACTIONS(63), 1, + [197710] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9666), 1, - anon_sym_RBRACE3, - [165695] = 2, - ACTIONS(63), 1, + ACTIONS(10976), 1, + anon_sym_RPAREN, + [197717] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9668), 1, - anon_sym_RBRACE3, - [165702] = 2, - ACTIONS(63), 1, + ACTIONS(10980), 1, + anon_sym_BQUOTE, + [197724] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9670), 1, + ACTIONS(10964), 1, anon_sym_RPAREN, - [165709] = 2, - ACTIONS(63), 1, + [197731] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9672), 1, - anon_sym_RPAREN, - [165716] = 2, - ACTIONS(63), 1, + ACTIONS(10982), 1, + anon_sym_RBRACE3, + [197738] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9646), 1, - anon_sym_RPAREN, - [165723] = 2, - ACTIONS(63), 1, + ACTIONS(10984), 1, + anon_sym_RBRACE3, + [197745] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10986), 1, + anon_sym_RBRACE2, + [197752] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9674), 1, + ACTIONS(10988), 1, anon_sym_RBRACE3, - [165730] = 2, - ACTIONS(63), 1, + [197759] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9628), 1, - anon_sym_BQUOTE, - [165737] = 2, - ACTIONS(63), 1, + ACTIONS(10990), 1, + anon_sym_RBRACE3, + [197766] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9676), 1, - anon_sym_BQUOTE, - [165744] = 2, - ACTIONS(63), 1, + ACTIONS(10992), 1, + anon_sym_RBRACE2, + [197773] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9678), 1, + ACTIONS(10994), 1, anon_sym_RPAREN, - [165751] = 2, - ACTIONS(63), 1, + [197780] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9670), 1, + ACTIONS(10958), 1, anon_sym_BQUOTE, - [165758] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9680), 1, - anon_sym_RPAREN, - [165765] = 2, - ACTIONS(63), 1, + [197787] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9682), 1, - sym_word, - [165772] = 2, - ACTIONS(63), 1, + ACTIONS(9858), 1, + anon_sym_fi, + [197794] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9684), 1, + ACTIONS(10996), 1, anon_sym_RPAREN, - [165779] = 2, - ACTIONS(63), 1, + [197801] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9686), 1, + ACTIONS(10998), 1, anon_sym_BQUOTE, - [165786] = 2, - ACTIONS(63), 1, + [197808] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9188), 1, - aux_sym__simple_variable_name_token1, - [165793] = 2, - ACTIONS(63), 1, + ACTIONS(11000), 1, + anon_sym_BQUOTE, + [197815] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9688), 1, - anon_sym_RPAREN_RPAREN, - [165800] = 2, - ACTIONS(63), 1, + ACTIONS(10998), 1, + anon_sym_RPAREN, + [197822] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9690), 1, - anon_sym_RBRACE2, - [165807] = 2, - ACTIONS(63), 1, + ACTIONS(11002), 1, + anon_sym_RBRACE3, + [197829] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9672), 1, + ACTIONS(11004), 1, anon_sym_BQUOTE, - [165814] = 2, - ACTIONS(63), 1, + [197836] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9692), 1, - anon_sym_DOT_DOT, - [165821] = 2, - ACTIONS(63), 1, + ACTIONS(10994), 1, + anon_sym_BQUOTE, + [197843] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9694), 1, + ACTIONS(11006), 1, anon_sym_RPAREN, - [165828] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9696), 1, - aux_sym_brace_expression_token1, - [165835] = 2, - ACTIONS(63), 1, + [197850] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9698), 1, - anon_sym_RBRACE2, - [165842] = 2, - ACTIONS(63), 1, + ACTIONS(11008), 1, + aux_sym_heredoc_redirect_token1, + [197857] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9700), 1, - sym_heredoc_start, - [165849] = 2, - ACTIONS(63), 1, + ACTIONS(11010), 1, + anon_sym_esac, + [197864] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9702), 1, + ACTIONS(11012), 1, anon_sym_RPAREN, - [165856] = 2, - ACTIONS(63), 1, + [197871] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9704), 1, + ACTIONS(11014), 1, anon_sym_RBRACE2, - [165863] = 2, - ACTIONS(63), 1, + [197878] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11016), 1, + anon_sym_RBRACE2, + [197885] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9706), 1, + ACTIONS(11018), 1, anon_sym_RBRACE3, - [165870] = 2, - ACTIONS(63), 1, + [197892] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9708), 1, - anon_sym_RPAREN, - [165877] = 2, - ACTIONS(63), 1, + ACTIONS(11020), 1, + anon_sym_BQUOTE, + [197899] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11022), 1, + anon_sym_BQUOTE, + [197906] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9710), 1, + ACTIONS(11024), 1, anon_sym_RPAREN, - [165884] = 2, - ACTIONS(63), 1, + [197913] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11026), 1, + aux_sym_heredoc_redirect_token1, + [197920] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9712), 1, + ACTIONS(11028), 1, anon_sym_BQUOTE, - [165891] = 2, - ACTIONS(63), 1, + [197927] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9714), 1, - sym_heredoc_start, - [165898] = 2, - ACTIONS(63), 1, + ACTIONS(11020), 1, + anon_sym_RPAREN, + [197934] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9710), 1, + ACTIONS(11030), 1, anon_sym_BQUOTE, - [165905] = 2, - ACTIONS(63), 1, + [197941] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9716), 1, - anon_sym_BQUOTE, - [165912] = 2, - ACTIONS(63), 1, + ACTIONS(11032), 1, + anon_sym_RBRACE3, + [197948] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11028), 1, + anon_sym_RPAREN, + [197955] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11034), 1, + anon_sym_RBRACE3, + [197962] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9718), 1, + ACTIONS(11036), 1, anon_sym_RPAREN, - [165919] = 2, + [197969] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11038), 1, + anon_sym_RBRACE3, + [197976] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11040), 1, + anon_sym_RBRACE3, + [197983] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11042), 1, + anon_sym_RPAREN, + [197990] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(9720), 1, + ACTIONS(11044), 1, aux_sym_heredoc_redirect_token1, - [165926] = 2, - ACTIONS(63), 1, + [197997] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9722), 1, + ACTIONS(11046), 1, anon_sym_BQUOTE, - [165933] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(1221), 1, - anon_sym_RBRACE3, - [165940] = 2, - ACTIONS(63), 1, + [198004] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9724), 1, + ACTIONS(11048), 1, anon_sym_RBRACE2, - [165947] = 2, - ACTIONS(63), 1, + [198011] = 2, + ACTIONS(3), 1, + sym_comment, + ACTIONS(11050), 1, + aux_sym_heredoc_redirect_token1, + [198018] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9726), 1, + ACTIONS(11052), 1, anon_sym_RBRACE2, - [165954] = 2, - ACTIONS(63), 1, + [198025] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9716), 1, + ACTIONS(11054), 1, anon_sym_RPAREN, - [165961] = 2, - ACTIONS(63), 1, + [198032] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9728), 1, - anon_sym_RBRACE3, - [165968] = 2, - ACTIONS(63), 1, + ACTIONS(11056), 1, + anon_sym_BQUOTE, + [198039] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9730), 1, - anon_sym_RBRACE2, - [165975] = 2, - ACTIONS(63), 1, + ACTIONS(11058), 1, + anon_sym_BQUOTE, + [198046] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9732), 1, - sym_heredoc_start, - [165982] = 2, - ACTIONS(63), 1, + ACTIONS(11060), 1, + anon_sym_RBRACE2, + [198053] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9734), 1, - anon_sym_RBRACE3, - [165989] = 2, - ACTIONS(63), 1, + ACTIONS(11062), 1, + anon_sym_esac, + [198060] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9736), 1, + ACTIONS(11056), 1, anon_sym_RPAREN, - [165996] = 2, - ACTIONS(63), 1, + [198067] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9738), 1, + ACTIONS(11064), 1, anon_sym_RPAREN, - [166003] = 2, - ACTIONS(63), 1, + [198074] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9740), 1, + ACTIONS(11066), 1, anon_sym_BQUOTE, - [166010] = 2, - ACTIONS(63), 1, + [198081] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9742), 1, + ACTIONS(11068), 1, anon_sym_BQUOTE, - [166017] = 2, - ACTIONS(63), 1, + [198088] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9740), 1, + ACTIONS(11066), 1, anon_sym_RPAREN, - [166024] = 2, - ACTIONS(63), 1, + [198095] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1245), 1, + ACTIONS(11070), 1, anon_sym_RBRACE3, - [166031] = 2, - ACTIONS(3), 1, - sym_comment, - ACTIONS(9744), 1, - aux_sym_heredoc_redirect_token1, - [166038] = 2, - ACTIONS(63), 1, + [198102] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9746), 1, + ACTIONS(11072), 1, anon_sym_RBRACE3, - [166045] = 2, - ACTIONS(63), 1, + [198109] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9748), 1, + ACTIONS(11074), 1, + anon_sym_BQUOTE, + [198116] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11076), 1, anon_sym_RPAREN, - [166052] = 2, - ACTIONS(63), 1, + [198123] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9750), 1, + ACTIONS(11078), 1, anon_sym_BQUOTE, - [166059] = 2, - ACTIONS(63), 1, + [198130] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9748), 1, - anon_sym_BQUOTE, - [166066] = 2, - ACTIONS(63), 1, + ACTIONS(11080), 1, + anon_sym_RPAREN, + [198137] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9752), 1, - anon_sym_RBRACE2, - [166073] = 2, - ACTIONS(63), 1, + ACTIONS(11082), 1, + aux_sym_heredoc_redirect_token1, + [198144] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9754), 1, - anon_sym_in, - [166080] = 2, - ACTIONS(63), 1, + ACTIONS(10374), 1, + aux_sym__simple_variable_name_token1, + [198151] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9756), 1, - anon_sym_RPAREN, - [166087] = 2, - ACTIONS(63), 1, + ACTIONS(11084), 1, + aux_sym_heredoc_redirect_token1, + [198158] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9758), 1, + ACTIONS(11076), 1, anon_sym_BQUOTE, - [166094] = 2, - ACTIONS(63), 1, + [198165] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9760), 1, - anon_sym_in, - [166101] = 2, - ACTIONS(63), 1, + ACTIONS(11086), 1, + sym_word, + [198172] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9762), 1, - anon_sym_RPAREN_RPAREN, - [166108] = 2, - ACTIONS(63), 1, + ACTIONS(11088), 1, + anon_sym_DOT_DOT, + [198179] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9764), 1, + ACTIONS(11090), 1, anon_sym_RPAREN, - [166115] = 2, - ACTIONS(63), 1, + [198186] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9766), 1, - aux_sym_brace_expression_token1, - [166122] = 2, - ACTIONS(63), 1, + ACTIONS(11092), 1, + anon_sym_RBRACE2, + [198193] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9768), 1, + ACTIONS(11094), 1, anon_sym_RPAREN, - [166129] = 2, - ACTIONS(63), 1, + [198200] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9770), 1, - anon_sym_BQUOTE, - [166136] = 2, - ACTIONS(63), 1, + ACTIONS(11096), 1, + sym_heredoc_start, + [198207] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9772), 1, - anon_sym_RPAREN, - [166143] = 2, - ACTIONS(63), 1, + ACTIONS(6791), 1, + anon_sym_RBRACK, + [198214] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9774), 1, - anon_sym_RBRACE3, - [166150] = 2, - ACTIONS(63), 1, + ACTIONS(11098), 1, + anon_sym_RBRACE2, + [198221] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6667), 1, + anon_sym_RBRACK, + [198228] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11100), 1, + sym_heredoc_start, + [198235] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9758), 1, + ACTIONS(11102), 1, + anon_sym_RBRACE2, + [198242] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11104), 1, anon_sym_RPAREN, - [166157] = 2, - ACTIONS(63), 1, + [198249] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9776), 1, - anon_sym_BQUOTE, - [166164] = 2, - ACTIONS(63), 1, + ACTIONS(6655), 1, + anon_sym_RBRACK, + [198256] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9778), 1, - anon_sym_RBRACE3, - [166171] = 2, - ACTIONS(63), 1, + ACTIONS(11106), 1, + anon_sym_RBRACE2, + [198263] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9780), 1, + ACTIONS(11108), 1, + anon_sym_in, + [198270] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11110), 1, anon_sym_RBRACE3, - [166178] = 2, - ACTIONS(63), 1, + [198277] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9782), 1, + ACTIONS(11112), 1, anon_sym_RPAREN, - [166185] = 2, - ACTIONS(63), 1, + [198284] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9784), 1, + ACTIONS(11114), 1, + anon_sym_RBRACE2, + [198291] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11116), 1, anon_sym_BQUOTE, - [166192] = 2, - ACTIONS(63), 1, + [198298] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9786), 1, + ACTIONS(11118), 1, + anon_sym_BQUOTE, + [198305] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11120), 1, anon_sym_RPAREN, - [166199] = 2, - ACTIONS(63), 1, + [198312] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9782), 1, + ACTIONS(11122), 1, anon_sym_BQUOTE, - [166206] = 2, - ACTIONS(63), 1, + [198319] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9770), 1, - anon_sym_RPAREN, - [166213] = 2, - ACTIONS(63), 1, + ACTIONS(11124), 1, + anon_sym_in, + [198326] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9786), 1, + ACTIONS(11126), 1, anon_sym_BQUOTE, - [166220] = 2, - ACTIONS(63), 1, + [198333] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9788), 1, + ACTIONS(11122), 1, anon_sym_RPAREN, - [166227] = 2, - ACTIONS(63), 1, + [198340] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9790), 1, + ACTIONS(11128), 1, + anon_sym_RBRACE3, + [198347] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11130), 1, anon_sym_RPAREN, - [166234] = 2, - ACTIONS(63), 1, + [198354] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9792), 1, + ACTIONS(11116), 1, + anon_sym_RPAREN, + [198361] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11132), 1, anon_sym_RBRACE3, - [166241] = 2, - ACTIONS(63), 1, + [198368] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9794), 1, + ACTIONS(11134), 1, anon_sym_RPAREN, - [166248] = 2, - ACTIONS(63), 1, + [198375] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9796), 1, - sym_word, - [166255] = 2, - ACTIONS(63), 1, + ACTIONS(11130), 1, + anon_sym_BQUOTE, + [198382] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9798), 1, + ACTIONS(11136), 1, anon_sym_BQUOTE, - [166262] = 2, - ACTIONS(63), 1, + [198389] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9800), 1, - anon_sym_DOT_DOT, - [166269] = 2, - ACTIONS(63), 1, + ACTIONS(11138), 1, + anon_sym_RPAREN, + [198396] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9802), 1, - anon_sym_RBRACE2, - [166276] = 2, - ACTIONS(63), 1, + ACTIONS(11140), 1, + anon_sym_esac, + [198403] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9804), 1, + ACTIONS(11142), 1, + aux_sym_brace_expression_token1, + [198410] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11144), 1, anon_sym_RBRACE3, - [166283] = 2, - ACTIONS(63), 1, + [198417] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9806), 1, - sym_heredoc_start, - [166290] = 2, - ACTIONS(63), 1, + ACTIONS(9866), 1, + anon_sym_fi, + [198424] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9808), 1, + ACTIONS(11146), 1, + anon_sym_RPAREN, + [198431] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11148), 1, + anon_sym_RBRACE2, + [198438] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11150), 1, + anon_sym_RBRACE2, + [198445] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11152), 1, anon_sym_DOT_DOT, - [166297] = 2, - ACTIONS(63), 1, + [198452] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9810), 1, - anon_sym_RPAREN, - [166304] = 2, - ACTIONS(63), 1, + ACTIONS(11154), 1, + anon_sym_esac, + [198459] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9812), 1, - anon_sym_BQUOTE, - [166311] = 2, - ACTIONS(63), 1, + ACTIONS(11156), 1, + anon_sym_esac, + [198466] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9814), 1, + ACTIONS(11158), 1, anon_sym_BQUOTE, - [166318] = 2, - ACTIONS(63), 1, + [198473] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9816), 1, - anon_sym_BQUOTE, - [166325] = 2, - ACTIONS(63), 1, + ACTIONS(11160), 1, + anon_sym_RPAREN, + [198480] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9818), 1, + ACTIONS(11162), 1, anon_sym_BQUOTE, - [166332] = 2, - ACTIONS(63), 1, + [198487] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9820), 1, - sym_heredoc_start, - [166339] = 2, - ACTIONS(63), 1, + ACTIONS(11164), 1, + anon_sym_BQUOTE, + [198494] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9794), 1, + ACTIONS(11146), 1, anon_sym_BQUOTE, - [166346] = 2, - ACTIONS(63), 1, + [198501] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9812), 1, + ACTIONS(11162), 1, anon_sym_RPAREN, - [166353] = 2, - ACTIONS(63), 1, + [198508] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9814), 1, - anon_sym_RPAREN, - [166360] = 2, - ACTIONS(63), 1, + ACTIONS(11166), 1, + anon_sym_RBRACE3, + [198515] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9822), 1, + ACTIONS(11036), 1, anon_sym_BQUOTE, - [166367] = 2, - ACTIONS(63), 1, + [198522] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9824), 1, - anon_sym_BQUOTE, - [166374] = 2, - ACTIONS(63), 1, + ACTIONS(11168), 1, + ts_builtin_sym_end, + [198529] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9826), 1, - anon_sym_RPAREN, - [166381] = 2, - ACTIONS(63), 1, + ACTIONS(11170), 1, + anon_sym_RBRACE2, + [198536] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9822), 1, + ACTIONS(11172), 1, anon_sym_RPAREN, - [166388] = 2, - ACTIONS(63), 1, + [198543] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9828), 1, + ACTIONS(11174), 1, anon_sym_RBRACE3, - [166395] = 2, - ACTIONS(63), 1, + [198550] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1207), 1, - anon_sym_RBRACE3, - [166402] = 2, - ACTIONS(63), 1, + ACTIONS(11176), 1, + anon_sym_RBRACE2, + [198557] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1237), 1, - anon_sym_RBRACE3, - [166409] = 2, - ACTIONS(63), 1, + ACTIONS(11178), 1, + sym_heredoc_end, + [198564] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(1207), 1, - anon_sym_RBRACE3, - [166416] = 2, - ACTIONS(63), 1, + ACTIONS(11180), 1, + sym_heredoc_end, + [198571] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9830), 1, - anon_sym_RBRACE3, - [166423] = 2, - ACTIONS(63), 1, + ACTIONS(11182), 1, + ts_builtin_sym_end, + [198578] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9832), 1, + ACTIONS(11184), 1, + anon_sym_RPAREN, + [198585] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11186), 1, + anon_sym_RPAREN, + [198592] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11188), 1, anon_sym_BQUOTE, - [166430] = 2, - ACTIONS(63), 1, + [198599] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9834), 1, + ACTIONS(11190), 1, anon_sym_RBRACE2, - [166437] = 2, - ACTIONS(63), 1, + [198606] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9836), 1, + ACTIONS(6852), 1, + anon_sym_RBRACK, + [198613] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6858), 1, + anon_sym_RBRACK, + [198620] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11192), 1, anon_sym_BQUOTE, - [166444] = 2, - ACTIONS(63), 1, + [198627] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9838), 1, - anon_sym_RBRACE3, - [166451] = 2, - ACTIONS(63), 1, + ACTIONS(11194), 1, + anon_sym_BQUOTE, + [198634] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9832), 1, + ACTIONS(11188), 1, anon_sym_RPAREN, - [166458] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9840), 1, - anon_sym_DOT_DOT, - [166465] = 2, - ACTIONS(63), 1, + [198641] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9842), 1, + ACTIONS(11196), 1, anon_sym_RBRACE3, - [166472] = 2, - ACTIONS(63), 1, + [198648] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11198), 1, + sym_word, + [198655] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(9844), 1, + ACTIONS(11200), 1, + aux_sym_heredoc_redirect_token1, + [198662] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11202), 1, anon_sym_RPAREN, - [166479] = 2, - ACTIONS(63), 1, + [198669] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9846), 1, + ACTIONS(11204), 1, anon_sym_BQUOTE, - [166486] = 2, - ACTIONS(63), 1, + [198676] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9848), 1, - anon_sym_RBRACE2, - [166493] = 2, - ACTIONS(63), 1, + ACTIONS(11206), 1, + sym_word, + [198683] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9850), 1, - anon_sym_BQUOTE, - [166500] = 2, - ACTIONS(63), 1, + ACTIONS(11208), 1, + anon_sym_DOT_DOT, + [198690] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9852), 1, + ACTIONS(11210), 1, anon_sym_BQUOTE, - [166507] = 2, - ACTIONS(63), 1, + [198697] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9854), 1, - ts_builtin_sym_end, - [166514] = 2, - ACTIONS(63), 1, + ACTIONS(11212), 1, + anon_sym_RPAREN, + [198704] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9856), 1, - anon_sym_BQUOTE, - [166521] = 2, - ACTIONS(63), 1, + ACTIONS(11214), 1, + sym_heredoc_start, + [198711] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9858), 1, + ACTIONS(11204), 1, anon_sym_RPAREN, - [166528] = 2, - ACTIONS(63), 1, + [198718] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9860), 1, - anon_sym_BQUOTE, - [166535] = 2, - ACTIONS(63), 1, + ACTIONS(11216), 1, + anon_sym_esac, + [198725] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9862), 1, - anon_sym_BQUOTE, - [166542] = 2, - ACTIONS(63), 1, + ACTIONS(11218), 1, + sym_heredoc_start, + [198732] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9844), 1, - anon_sym_BQUOTE, - [166549] = 2, - ACTIONS(63), 1, + ACTIONS(11220), 1, + anon_sym_RBRACE3, + [198739] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9860), 1, + ACTIONS(11222), 1, + anon_sym_RBRACE3, + [198746] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9852), 1, + anon_sym_fi, + [198753] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11194), 1, anon_sym_RPAREN, - [166556] = 2, - ACTIONS(63), 1, + [198760] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9864), 1, + ACTIONS(11224), 1, anon_sym_RBRACE3, - [166563] = 2, - ACTIONS(63), 1, + [198767] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9866), 1, + ACTIONS(11226), 1, + anon_sym_RBRACE2, + [198774] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(9850), 1, + anon_sym_fi, + [198781] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11228), 1, anon_sym_RPAREN, - [166570] = 2, - ACTIONS(63), 1, + [198788] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9868), 1, - anon_sym_RBRACE3, - [166577] = 2, - ACTIONS(63), 1, + ACTIONS(11230), 1, + sym_word, + [198795] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9852), 1, + ACTIONS(11232), 1, + anon_sym_DOT_DOT, + [198802] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11234), 1, anon_sym_RPAREN, - [166584] = 2, - ACTIONS(63), 1, + [198809] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9870), 1, - anon_sym_RBRACE3, - [166591] = 2, - ACTIONS(63), 1, + ACTIONS(11236), 1, + anon_sym_esac, + [198816] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9872), 1, + ACTIONS(11238), 1, + anon_sym_esac, + [198823] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11240), 1, + anon_sym_RBRACE2, + [198830] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11134), 1, + anon_sym_BQUOTE, + [198837] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(6761), 1, + anon_sym_RBRACK, + [198844] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11242), 1, + anon_sym_esac, + [198851] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(11244), 1, anon_sym_RPAREN, - [166598] = 2, - ACTIONS(63), 1, + [198858] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9874), 1, + ACTIONS(11246), 1, anon_sym_BQUOTE, - [166605] = 2, - ACTIONS(63), 1, + [198865] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9876), 1, + ACTIONS(11248), 1, anon_sym_BQUOTE, - [166612] = 2, - ACTIONS(63), 1, + [198872] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9874), 1, + ACTIONS(11250), 1, anon_sym_RPAREN, - [166619] = 2, - ACTIONS(63), 1, + [198879] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9878), 1, + ACTIONS(11252), 1, anon_sym_DOT_DOT, - [166626] = 2, - ACTIONS(63), 1, + [198886] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9880), 1, - anon_sym_DOT_DOT, - [166633] = 2, - ACTIONS(63), 1, + ACTIONS(11246), 1, + anon_sym_RPAREN, + [198893] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9882), 1, + ACTIONS(11254), 1, anon_sym_DOT_DOT, - [166640] = 2, - ACTIONS(63), 1, + [198900] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9884), 1, + ACTIONS(11256), 1, anon_sym_DOT_DOT, - [166647] = 2, - ACTIONS(63), 1, + [198907] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9886), 1, + ACTIONS(11258), 1, anon_sym_DOT_DOT, - [166654] = 2, - ACTIONS(63), 1, + [198914] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9888), 1, + ACTIONS(11260), 1, anon_sym_DOT_DOT, - [166661] = 2, - ACTIONS(63), 1, + [198921] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9890), 1, + ACTIONS(11262), 1, anon_sym_DOT_DOT, - [166668] = 2, - ACTIONS(63), 1, + [198928] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9892), 1, + ACTIONS(11264), 1, anon_sym_DOT_DOT, - [166675] = 2, - ACTIONS(63), 1, + [198935] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9894), 1, + ACTIONS(11266), 1, anon_sym_DOT_DOT, - [166682] = 2, - ACTIONS(63), 1, + [198942] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9896), 1, + ACTIONS(11268), 1, anon_sym_DOT_DOT, - [166689] = 2, - ACTIONS(63), 1, + [198949] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9898), 1, + ACTIONS(11270), 1, anon_sym_DOT_DOT, - [166696] = 2, - ACTIONS(63), 1, + [198956] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9900), 1, + ACTIONS(11272), 1, anon_sym_DOT_DOT, - [166703] = 2, - ACTIONS(63), 1, + [198963] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9902), 1, + ACTIONS(11274), 1, anon_sym_DOT_DOT, - [166710] = 2, - ACTIONS(63), 1, + [198970] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9904), 1, + ACTIONS(11276), 1, anon_sym_DOT_DOT, - [166717] = 2, - ACTIONS(63), 1, + [198977] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9906), 1, + ACTIONS(11278), 1, anon_sym_DOT_DOT, - [166724] = 2, - ACTIONS(63), 1, + [198984] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9908), 1, + ACTIONS(11280), 1, anon_sym_DOT_DOT, - [166731] = 2, - ACTIONS(63), 1, + [198991] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9910), 1, + ACTIONS(11282), 1, anon_sym_DOT_DOT, - [166738] = 2, - ACTIONS(63), 1, + [198998] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9912), 1, + ACTIONS(11284), 1, anon_sym_DOT_DOT, - [166745] = 2, - ACTIONS(63), 1, + [199005] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9914), 1, + ACTIONS(11286), 1, anon_sym_DOT_DOT, - [166752] = 2, - ACTIONS(63), 1, + [199012] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9916), 1, + ACTIONS(11288), 1, anon_sym_DOT_DOT, - [166759] = 2, - ACTIONS(63), 1, + [199019] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9918), 1, + ACTIONS(11290), 1, anon_sym_DOT_DOT, - [166766] = 2, - ACTIONS(63), 1, + [199026] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9920), 1, + ACTIONS(11292), 1, anon_sym_DOT_DOT, - [166773] = 2, - ACTIONS(63), 1, + [199033] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9922), 1, + ACTIONS(11294), 1, anon_sym_DOT_DOT, - [166780] = 2, - ACTIONS(63), 1, + [199040] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9924), 1, + ACTIONS(11296), 1, anon_sym_DOT_DOT, - [166787] = 2, - ACTIONS(63), 1, + [199047] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9926), 1, + ACTIONS(11298), 1, anon_sym_DOT_DOT, - [166794] = 2, - ACTIONS(63), 1, + [199054] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9928), 1, + ACTIONS(11300), 1, anon_sym_DOT_DOT, - [166801] = 2, - ACTIONS(63), 1, + [199061] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9930), 1, + ACTIONS(11302), 1, anon_sym_DOT_DOT, - [166808] = 2, - ACTIONS(63), 1, + [199068] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9932), 1, + ACTIONS(11304), 1, anon_sym_DOT_DOT, - [166815] = 2, - ACTIONS(63), 1, + [199075] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9934), 1, + ACTIONS(11306), 1, anon_sym_DOT_DOT, - [166822] = 2, - ACTIONS(63), 1, + [199082] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9936), 1, + ACTIONS(11308), 1, anon_sym_DOT_DOT, - [166829] = 2, - ACTIONS(63), 1, + [199089] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9938), 1, + ACTIONS(11310), 1, anon_sym_DOT_DOT, - [166836] = 2, - ACTIONS(63), 1, + [199096] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9940), 1, + ACTIONS(11312), 1, anon_sym_DOT_DOT, - [166843] = 2, - ACTIONS(63), 1, + [199103] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9942), 1, + ACTIONS(11314), 1, anon_sym_DOT_DOT, - [166850] = 2, - ACTIONS(63), 1, + [199110] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9944), 1, + ACTIONS(11316), 1, anon_sym_DOT_DOT, - [166857] = 2, - ACTIONS(63), 1, + [199117] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9946), 1, + ACTIONS(11318), 1, anon_sym_DOT_DOT, - [166864] = 2, - ACTIONS(63), 1, + [199124] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9948), 1, + ACTIONS(11320), 1, anon_sym_DOT_DOT, - [166871] = 2, - ACTIONS(63), 1, + [199131] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9950), 1, - aux_sym_brace_expression_token1, - [166878] = 2, - ACTIONS(63), 1, + ACTIONS(11322), 1, + anon_sym_DOT_DOT, + [199138] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9952), 1, - anon_sym_RBRACE2, - [166885] = 2, - ACTIONS(63), 1, + ACTIONS(11324), 1, + anon_sym_DOT_DOT, + [199145] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9954), 1, - anon_sym_RBRACE3, - [166892] = 2, - ACTIONS(63), 1, + ACTIONS(11326), 1, + anon_sym_DOT_DOT, + [199152] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9956), 1, - anon_sym_RBRACE2, - [166899] = 2, - ACTIONS(63), 1, + ACTIONS(11328), 1, + anon_sym_DOT_DOT, + [199159] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9958), 1, - ts_builtin_sym_end, - [166906] = 2, - ACTIONS(63), 1, + ACTIONS(11330), 1, + anon_sym_DOT_DOT, + [199166] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9960), 1, - anon_sym_RBRACE2, - [166913] = 2, - ACTIONS(63), 1, + ACTIONS(11332), 1, + anon_sym_DOT_DOT, + [199173] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9962), 1, - anon_sym_RPAREN, - [166920] = 2, - ACTIONS(63), 1, + ACTIONS(11334), 1, + aux_sym_brace_expression_token1, + [199180] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9964), 1, - anon_sym_BQUOTE, - [166927] = 2, - ACTIONS(63), 1, + ACTIONS(11336), 1, + anon_sym_esac, + [199187] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9966), 1, - aux_sym_brace_expression_token1, - [166934] = 2, - ACTIONS(63), 1, + ACTIONS(11338), 1, + anon_sym_esac, + [199194] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9968), 1, - anon_sym_BQUOTE, - [166941] = 2, - ACTIONS(63), 1, + ACTIONS(11340), 1, + anon_sym_fi, + [199201] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9970), 1, - anon_sym_BQUOTE, - [166948] = 2, - ACTIONS(63), 1, + ACTIONS(11342), 1, + sym_word, + [199208] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9972), 1, + ACTIONS(11344), 1, anon_sym_RBRACE3, - [166955] = 2, - ACTIONS(63), 1, + [199215] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9968), 1, - anon_sym_RPAREN, - [166962] = 2, - ACTIONS(63), 1, + ACTIONS(11346), 1, + anon_sym_BQUOTE, + [199222] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9974), 1, + ACTIONS(11348), 1, anon_sym_RBRACE3, - [166969] = 2, - ACTIONS(63), 1, + [199229] = 2, + ACTIONS(67), 1, + sym_comment, + ACTIONS(10370), 1, + aux_sym__simple_variable_name_token1, + [199236] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9976), 1, + ACTIONS(11350), 1, aux_sym_brace_expression_token1, - [166976] = 2, - ACTIONS(63), 1, + [199243] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9330), 1, + ACTIONS(10890), 1, anon_sym_RPAREN, - [166983] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9978), 1, - anon_sym_BQUOTE, - [166990] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9980), 1, - anon_sym_BQUOTE, - [166997] = 2, - ACTIONS(63), 1, + [199250] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9982), 1, + ACTIONS(11352), 1, aux_sym_brace_expression_token1, - [167004] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9984), 1, - anon_sym_BQUOTE, - [167011] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(9986), 1, - anon_sym_RBRACE2, - [167018] = 2, - ACTIONS(63), 1, + [199257] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9964), 1, + ACTIONS(11354), 1, anon_sym_RPAREN, - [167025] = 2, - ACTIONS(63), 1, + [199264] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9988), 1, - aux_sym_brace_expression_token1, - [167032] = 2, - ACTIONS(63), 1, + ACTIONS(11356), 1, + sym_heredoc_end, + [199271] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9990), 1, + ACTIONS(11358), 1, aux_sym_brace_expression_token1, - [167039] = 2, - ACTIONS(63), 1, + [199278] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9992), 1, + ACTIONS(11360), 1, aux_sym_brace_expression_token1, - [167046] = 2, - ACTIONS(63), 1, + [199285] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9994), 1, + ACTIONS(11362), 1, aux_sym_brace_expression_token1, - [167053] = 2, - ACTIONS(63), 1, + [199292] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9996), 1, + ACTIONS(11364), 1, aux_sym_brace_expression_token1, - [167060] = 2, - ACTIONS(63), 1, + [199299] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9998), 1, + ACTIONS(11366), 1, aux_sym_brace_expression_token1, - [167067] = 2, - ACTIONS(63), 1, + [199306] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10000), 1, + ACTIONS(11368), 1, aux_sym_brace_expression_token1, - [167074] = 2, - ACTIONS(63), 1, + [199313] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10002), 1, + ACTIONS(11370), 1, aux_sym_brace_expression_token1, - [167081] = 2, - ACTIONS(63), 1, + [199320] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10004), 1, + ACTIONS(11372), 1, aux_sym_brace_expression_token1, - [167088] = 2, - ACTIONS(63), 1, + [199327] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10006), 1, + ACTIONS(11374), 1, aux_sym_brace_expression_token1, - [167095] = 2, - ACTIONS(63), 1, + [199334] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10008), 1, + ACTIONS(11376), 1, aux_sym_brace_expression_token1, - [167102] = 2, - ACTIONS(63), 1, + [199341] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10010), 1, + ACTIONS(11378), 1, aux_sym_brace_expression_token1, - [167109] = 2, - ACTIONS(63), 1, + [199348] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10012), 1, + ACTIONS(11380), 1, aux_sym_brace_expression_token1, - [167116] = 2, - ACTIONS(63), 1, + [199355] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10014), 1, + ACTIONS(11382), 1, aux_sym_brace_expression_token1, - [167123] = 2, - ACTIONS(63), 1, + [199362] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10016), 1, + ACTIONS(11384), 1, aux_sym_brace_expression_token1, - [167130] = 2, - ACTIONS(63), 1, + [199369] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10018), 1, + ACTIONS(11386), 1, aux_sym_brace_expression_token1, - [167137] = 2, - ACTIONS(63), 1, + [199376] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10020), 1, + ACTIONS(11388), 1, aux_sym_brace_expression_token1, - [167144] = 2, - ACTIONS(63), 1, + [199383] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10022), 1, + ACTIONS(11390), 1, aux_sym_brace_expression_token1, - [167151] = 2, - ACTIONS(63), 1, + [199390] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10024), 1, + ACTIONS(11392), 1, aux_sym_brace_expression_token1, - [167158] = 2, - ACTIONS(63), 1, + [199397] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10026), 1, + ACTIONS(11394), 1, aux_sym_brace_expression_token1, - [167165] = 2, - ACTIONS(63), 1, + [199404] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10028), 1, + ACTIONS(11396), 1, aux_sym_brace_expression_token1, - [167172] = 2, - ACTIONS(63), 1, + [199411] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10030), 1, + ACTIONS(11398), 1, aux_sym_brace_expression_token1, - [167179] = 2, - ACTIONS(63), 1, + [199418] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10032), 1, + ACTIONS(11400), 1, aux_sym_brace_expression_token1, - [167186] = 2, - ACTIONS(63), 1, + [199425] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10034), 1, + ACTIONS(11402), 1, aux_sym_brace_expression_token1, - [167193] = 2, - ACTIONS(63), 1, + [199432] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10036), 1, + ACTIONS(11404), 1, aux_sym_brace_expression_token1, - [167200] = 2, - ACTIONS(63), 1, + [199439] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10038), 1, + ACTIONS(11406), 1, aux_sym_brace_expression_token1, - [167207] = 2, - ACTIONS(63), 1, + [199446] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10040), 1, + ACTIONS(11408), 1, aux_sym_brace_expression_token1, - [167214] = 2, - ACTIONS(63), 1, + [199453] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10042), 1, + ACTIONS(11410), 1, aux_sym_brace_expression_token1, - [167221] = 2, - ACTIONS(63), 1, + [199460] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10044), 1, + ACTIONS(11412), 1, aux_sym_brace_expression_token1, - [167228] = 2, - ACTIONS(63), 1, + [199467] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10046), 1, + ACTIONS(11414), 1, aux_sym_brace_expression_token1, - [167235] = 2, - ACTIONS(63), 1, + [199474] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10048), 1, + ACTIONS(11416), 1, aux_sym_brace_expression_token1, - [167242] = 2, - ACTIONS(63), 1, + [199481] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10050), 1, + ACTIONS(11418), 1, aux_sym_brace_expression_token1, - [167249] = 2, - ACTIONS(63), 1, + [199488] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10052), 1, + ACTIONS(11420), 1, aux_sym_brace_expression_token1, - [167256] = 2, - ACTIONS(63), 1, + [199495] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10054), 1, + ACTIONS(11422), 1, aux_sym_brace_expression_token1, - [167263] = 2, - ACTIONS(63), 1, + [199502] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10056), 1, + ACTIONS(11424), 1, aux_sym_brace_expression_token1, - [167270] = 2, - ACTIONS(63), 1, + [199509] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10058), 1, + ACTIONS(11426), 1, aux_sym_brace_expression_token1, - [167277] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(10060), 1, - sym_word, - [167284] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(10062), 1, - anon_sym_RPAREN, - [167291] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(10064), 1, - sym_word, - [167298] = 2, - ACTIONS(63), 1, - sym_comment, - ACTIONS(10066), 1, - sym_word, - [167305] = 2, - ACTIONS(63), 1, + [199516] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10068), 1, - anon_sym_RPAREN, - [167312] = 2, - ACTIONS(63), 1, + ACTIONS(11428), 1, + aux_sym_brace_expression_token1, + [199523] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9192), 1, - aux_sym__simple_variable_name_token1, - [167319] = 2, - ACTIONS(63), 1, + ACTIONS(11430), 1, + aux_sym_brace_expression_token1, + [199530] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10070), 1, - sym_word, - [167326] = 2, - ACTIONS(63), 1, + ACTIONS(11432), 1, + aux_sym_brace_expression_token1, + [199537] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10072), 1, - anon_sym_RPAREN, - [167333] = 2, - ACTIONS(63), 1, + ACTIONS(11434), 1, + aux_sym_brace_expression_token1, + [199544] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10074), 1, - anon_sym_RBRACE3, - [167340] = 2, - ACTIONS(63), 1, + ACTIONS(11436), 1, + aux_sym_brace_expression_token1, + [199551] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10076), 1, - sym_word, - [167347] = 2, - ACTIONS(63), 1, + ACTIONS(11438), 1, + aux_sym_brace_expression_token1, + [199558] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10078), 1, - anon_sym_RPAREN, - [167354] = 2, - ACTIONS(63), 1, + ACTIONS(11440), 1, + aux_sym_brace_expression_token1, + [199565] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(10080), 1, + ACTIONS(11442), 1, aux_sym_brace_expression_token1, - [167361] = 2, - ACTIONS(63), 1, + [199572] = 2, + ACTIONS(67), 1, sym_comment, - ACTIONS(9872), 1, - anon_sym_BQUOTE, + ACTIONS(11444), 1, + sym_heredoc_end, }; 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(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(412)] = 0, + [SMALL_STATE(413)] = 112, + [SMALL_STATE(414)] = 224, + [SMALL_STATE(415)] = 335, + [SMALL_STATE(416)] = 442, + [SMALL_STATE(417)] = 553, + [SMALL_STATE(418)] = 660, + [SMALL_STATE(419)] = 767, + [SMALL_STATE(420)] = 873, + [SMALL_STATE(421)] = 983, + [SMALL_STATE(422)] = 1089, + [SMALL_STATE(423)] = 1195, + [SMALL_STATE(424)] = 1305, + [SMALL_STATE(425)] = 1411, + [SMALL_STATE(426)] = 1517, + [SMALL_STATE(427)] = 1591, + [SMALL_STATE(428)] = 1701, + [SMALL_STATE(429)] = 1807, + [SMALL_STATE(430)] = 1881, + [SMALL_STATE(431)] = 1991, + [SMALL_STATE(432)] = 2064, + [SMALL_STATE(433)] = 2169, + [SMALL_STATE(434)] = 2278, + [SMALL_STATE(435)] = 2383, + [SMALL_STATE(436)] = 2488, + [SMALL_STATE(437)] = 2593, + [SMALL_STATE(438)] = 2700, + [SMALL_STATE(439)] = 2805, + [SMALL_STATE(440)] = 2914, + [SMALL_STATE(441)] = 2987, + [SMALL_STATE(442)] = 3092, + [SMALL_STATE(443)] = 3165, + [SMALL_STATE(444)] = 3272, + [SMALL_STATE(445)] = 3345, + [SMALL_STATE(446)] = 3450, + [SMALL_STATE(447)] = 3555, + [SMALL_STATE(448)] = 3660, + [SMALL_STATE(449)] = 3732, + [SMALL_STATE(450)] = 3836, + [SMALL_STATE(451)] = 3938, + [SMALL_STATE(452)] = 4042, + [SMALL_STATE(453)] = 4146, + [SMALL_STATE(454)] = 4246, + [SMALL_STATE(455)] = 4350, + [SMALL_STATE(456)] = 4454, + [SMALL_STATE(457)] = 4526, + [SMALL_STATE(458)] = 4598, + [SMALL_STATE(459)] = 4702, + [SMALL_STATE(460)] = 4804, + [SMALL_STATE(461)] = 4876, + [SMALL_STATE(462)] = 4976, + [SMALL_STATE(463)] = 5048, + [SMALL_STATE(464)] = 5152, + [SMALL_STATE(465)] = 5224, + [SMALL_STATE(466)] = 5324, + [SMALL_STATE(467)] = 5428, + [SMALL_STATE(468)] = 5532, + [SMALL_STATE(469)] = 5635, + [SMALL_STATE(470)] = 5732, + [SMALL_STATE(471)] = 5803, + [SMALL_STATE(472)] = 5904, + [SMALL_STATE(473)] = 6003, + [SMALL_STATE(474)] = 6072, + [SMALL_STATE(475)] = 6169, + [SMALL_STATE(476)] = 6240, + [SMALL_STATE(477)] = 6309, + [SMALL_STATE(478)] = 6408, + [SMALL_STATE(479)] = 6479, + [SMALL_STATE(480)] = 6576, + [SMALL_STATE(481)] = 6647, + [SMALL_STATE(482)] = 6718, + [SMALL_STATE(483)] = 6789, + [SMALL_STATE(484)] = 6860, + [SMALL_STATE(485)] = 6931, + [SMALL_STATE(486)] = 7030, + [SMALL_STATE(487)] = 7133, + [SMALL_STATE(488)] = 7204, + [SMALL_STATE(489)] = 7307, + [SMALL_STATE(490)] = 7408, + [SMALL_STATE(491)] = 7479, + [SMALL_STATE(492)] = 7549, + [SMALL_STATE(493)] = 7619, + [SMALL_STATE(494)] = 7717, + [SMALL_STATE(495)] = 7787, + [SMALL_STATE(496)] = 7885, + [SMALL_STATE(497)] = 7981, + [SMALL_STATE(498)] = 8051, + [SMALL_STATE(499)] = 8121, + [SMALL_STATE(500)] = 8183, + [SMALL_STATE(501)] = 8253, + [SMALL_STATE(502)] = 8349, + [SMALL_STATE(503)] = 8419, + [SMALL_STATE(504)] = 8517, + [SMALL_STATE(505)] = 8615, + [SMALL_STATE(506)] = 8685, + [SMALL_STATE(507)] = 8783, + [SMALL_STATE(508)] = 8853, + [SMALL_STATE(509)] = 8921, + [SMALL_STATE(510)] = 8989, + [SMALL_STATE(511)] = 9085, + [SMALL_STATE(512)] = 9191, + [SMALL_STATE(513)] = 9261, + [SMALL_STATE(514)] = 9359, + [SMALL_STATE(515)] = 9455, + [SMALL_STATE(516)] = 9551, + [SMALL_STATE(517)] = 9657, + [SMALL_STATE(518)] = 9752, + [SMALL_STATE(519)] = 9853, + [SMALL_STATE(520)] = 9920, + [SMALL_STATE(521)] = 10017, + [SMALL_STATE(522)] = 10140, + [SMALL_STATE(523)] = 10241, + [SMALL_STATE(524)] = 10364, + [SMALL_STATE(525)] = 10471, + [SMALL_STATE(526)] = 10566, + [SMALL_STATE(527)] = 10635, + [SMALL_STATE(528)] = 10704, + [SMALL_STATE(529)] = 10805, + [SMALL_STATE(530)] = 10928, + [SMALL_STATE(531)] = 11035, + [SMALL_STATE(532)] = 11158, + [SMALL_STATE(533)] = 11227, + [SMALL_STATE(534)] = 11324, + [SMALL_STATE(535)] = 11393, + [SMALL_STATE(536)] = 11458, + [SMALL_STATE(537)] = 11527, + [SMALL_STATE(538)] = 11596, + [SMALL_STATE(539)] = 11665, + [SMALL_STATE(540)] = 11760, + [SMALL_STATE(541)] = 11855, + [SMALL_STATE(542)] = 11924, + [SMALL_STATE(543)] = 11993, + [SMALL_STATE(544)] = 12060, + [SMALL_STATE(545)] = 12183, + [SMALL_STATE(546)] = 12252, + [SMALL_STATE(547)] = 12321, + [SMALL_STATE(548)] = 12416, + [SMALL_STATE(549)] = 12511, + [SMALL_STATE(550)] = 12608, + [SMALL_STATE(551)] = 12703, + [SMALL_STATE(552)] = 12768, + [SMALL_STATE(553)] = 12835, + [SMALL_STATE(554)] = 12930, + [SMALL_STATE(555)] = 12995, + [SMALL_STATE(556)] = 13090, + [SMALL_STATE(557)] = 13159, + [SMALL_STATE(558)] = 13254, + [SMALL_STATE(559)] = 13321, + [SMALL_STATE(560)] = 13444, + [SMALL_STATE(561)] = 13509, + [SMALL_STATE(562)] = 13632, + [SMALL_STATE(563)] = 13756, + [SMALL_STATE(564)] = 13824, + [SMALL_STATE(565)] = 13944, + [SMALL_STATE(566)] = 14064, + [SMALL_STATE(567)] = 14132, + [SMALL_STATE(568)] = 14200, + [SMALL_STATE(569)] = 14268, + [SMALL_STATE(570)] = 14334, + [SMALL_STATE(571)] = 14428, + [SMALL_STATE(572)] = 14552, + [SMALL_STATE(573)] = 14676, + [SMALL_STATE(574)] = 14768, + [SMALL_STATE(575)] = 14870, + [SMALL_STATE(576)] = 14938, + [SMALL_STATE(577)] = 15040, + [SMALL_STATE(578)] = 15134, + [SMALL_STATE(579)] = 15202, + [SMALL_STATE(580)] = 15270, + [SMALL_STATE(581)] = 15370, + [SMALL_STATE(582)] = 15438, + [SMALL_STATE(583)] = 15540, + [SMALL_STATE(584)] = 15634, + [SMALL_STATE(585)] = 15758, + [SMALL_STATE(586)] = 15882, + [SMALL_STATE(587)] = 15950, + [SMALL_STATE(588)] = 16018, + [SMALL_STATE(589)] = 16142, + [SMALL_STATE(590)] = 16236, + [SMALL_STATE(591)] = 16360, + [SMALL_STATE(592)] = 16454, + [SMALL_STATE(593)] = 16546, + [SMALL_STATE(594)] = 16666, + [SMALL_STATE(595)] = 16760, + [SMALL_STATE(596)] = 16828, + [SMALL_STATE(597)] = 16928, + [SMALL_STATE(598)] = 17028, + [SMALL_STATE(599)] = 17152, + [SMALL_STATE(600)] = 17220, + [SMALL_STATE(601)] = 17288, + [SMALL_STATE(602)] = 17354, + [SMALL_STATE(603)] = 17474, + [SMALL_STATE(604)] = 17594, + [SMALL_STATE(605)] = 17662, + [SMALL_STATE(606)] = 17756, + [SMALL_STATE(607)] = 17876, + [SMALL_STATE(608)] = 17943, + [SMALL_STATE(609)] = 18010, + [SMALL_STATE(610)] = 18077, + [SMALL_STATE(611)] = 18158, + [SMALL_STATE(612)] = 18249, + [SMALL_STATE(613)] = 18316, + [SMALL_STATE(614)] = 18397, + [SMALL_STATE(615)] = 18490, + [SMALL_STATE(616)] = 18583, + [SMALL_STATE(617)] = 18656, + [SMALL_STATE(618)] = 18747, + [SMALL_STATE(619)] = 18818, + [SMALL_STATE(620)] = 18919, + [SMALL_STATE(621)] = 18986, + [SMALL_STATE(622)] = 19053, + [SMALL_STATE(623)] = 19154, + [SMALL_STATE(624)] = 19221, + [SMALL_STATE(625)] = 19288, + [SMALL_STATE(626)] = 19389, + [SMALL_STATE(627)] = 19459, + [SMALL_STATE(628)] = 19539, + [SMALL_STATE(629)] = 19599, + [SMALL_STATE(630)] = 19663, + [SMALL_STATE(631)] = 19721, + [SMALL_STATE(632)] = 19815, + [SMALL_STATE(633)] = 19873, + [SMALL_STATE(634)] = 19937, + [SMALL_STATE(635)] = 20001, + [SMALL_STATE(636)] = 20065, + [SMALL_STATE(637)] = 20131, + [SMALL_STATE(638)] = 20203, + [SMALL_STATE(639)] = 20267, + [SMALL_STATE(640)] = 20347, + [SMALL_STATE(641)] = 20441, + [SMALL_STATE(642)] = 20507, + [SMALL_STATE(643)] = 20573, + [SMALL_STATE(644)] = 20633, + [SMALL_STATE(645)] = 20727, + [SMALL_STATE(646)] = 20791, + [SMALL_STATE(647)] = 20850, + [SMALL_STATE(648)] = 20913, + [SMALL_STATE(649)] = 20976, + [SMALL_STATE(650)] = 21055, + [SMALL_STATE(651)] = 21120, + [SMALL_STATE(652)] = 21199, + [SMALL_STATE(653)] = 21264, + [SMALL_STATE(654)] = 21321, + [SMALL_STATE(655)] = 21412, + [SMALL_STATE(656)] = 21503, + [SMALL_STATE(657)] = 21560, + [SMALL_STATE(658)] = 21655, + [SMALL_STATE(659)] = 21712, + [SMALL_STATE(660)] = 21769, + [SMALL_STATE(661)] = 21832, + [SMALL_STATE(662)] = 21927, + [SMALL_STATE(663)] = 22006, + [SMALL_STATE(664)] = 22063, + [SMALL_STATE(665)] = 22120, + [SMALL_STATE(666)] = 22177, + [SMALL_STATE(667)] = 22240, + [SMALL_STATE(668)] = 22303, + [SMALL_STATE(669)] = 22368, + [SMALL_STATE(670)] = 22461, + [SMALL_STATE(671)] = 22524, + [SMALL_STATE(672)] = 22619, + [SMALL_STATE(673)] = 22684, + [SMALL_STATE(674)] = 22749, + [SMALL_STATE(675)] = 22812, + [SMALL_STATE(676)] = 22875, + [SMALL_STATE(677)] = 22938, + [SMALL_STATE(678)] = 22995, + [SMALL_STATE(679)] = 23052, + [SMALL_STATE(680)] = 23109, + [SMALL_STATE(681)] = 23188, + [SMALL_STATE(682)] = 23245, + [SMALL_STATE(683)] = 23336, + [SMALL_STATE(684)] = 23393, + [SMALL_STATE(685)] = 23456, + [SMALL_STATE(686)] = 23519, + [SMALL_STATE(687)] = 23582, + [SMALL_STATE(688)] = 23639, + [SMALL_STATE(689)] = 23696, + [SMALL_STATE(690)] = 23767, + [SMALL_STATE(691)] = 23824, + [SMALL_STATE(692)] = 23893, + [SMALL_STATE(693)] = 23956, + [SMALL_STATE(694)] = 24019, + [SMALL_STATE(695)] = 24082, + [SMALL_STATE(696)] = 24145, + [SMALL_STATE(697)] = 24210, + [SMALL_STATE(698)] = 24275, + [SMALL_STATE(699)] = 24368, + [SMALL_STATE(700)] = 24425, + [SMALL_STATE(701)] = 24482, + [SMALL_STATE(702)] = 24545, + [SMALL_STATE(703)] = 24602, + [SMALL_STATE(704)] = 24673, + [SMALL_STATE(705)] = 24732, + [SMALL_STATE(706)] = 24801, + [SMALL_STATE(707)] = 24894, + [SMALL_STATE(708)] = 24951, + [SMALL_STATE(709)] = 25008, + [SMALL_STATE(710)] = 25078, + [SMALL_STATE(711)] = 25134, + [SMALL_STATE(712)] = 25194, + [SMALL_STATE(713)] = 25270, + [SMALL_STATE(714)] = 25332, + [SMALL_STATE(715)] = 25388, + [SMALL_STATE(716)] = 25450, + [SMALL_STATE(717)] = 25512, + [SMALL_STATE(718)] = 25574, + [SMALL_STATE(719)] = 25636, + [SMALL_STATE(720)] = 25692, + [SMALL_STATE(721)] = 25784, + [SMALL_STATE(722)] = 25846, + [SMALL_STATE(723)] = 25908, + [SMALL_STATE(724)] = 25970, + [SMALL_STATE(725)] = 26026, + [SMALL_STATE(726)] = 26082, + [SMALL_STATE(727)] = 26144, + [SMALL_STATE(728)] = 26206, + [SMALL_STATE(729)] = 26268, + [SMALL_STATE(730)] = 26330, + [SMALL_STATE(731)] = 26392, + [SMALL_STATE(732)] = 26454, + [SMALL_STATE(733)] = 26516, + [SMALL_STATE(734)] = 26576, + [SMALL_STATE(735)] = 26654, + [SMALL_STATE(736)] = 26730, + [SMALL_STATE(737)] = 26822, + [SMALL_STATE(738)] = 26884, + [SMALL_STATE(739)] = 26976, + [SMALL_STATE(740)] = 27040, + [SMALL_STATE(741)] = 27104, + [SMALL_STATE(742)] = 27168, + [SMALL_STATE(743)] = 27260, + [SMALL_STATE(744)] = 27322, + [SMALL_STATE(745)] = 27398, + [SMALL_STATE(746)] = 27460, + [SMALL_STATE(747)] = 27550, + [SMALL_STATE(748)] = 27612, + [SMALL_STATE(749)] = 27668, + [SMALL_STATE(750)] = 27758, + [SMALL_STATE(751)] = 27814, + [SMALL_STATE(752)] = 27876, + [SMALL_STATE(753)] = 27940, + [SMALL_STATE(754)] = 28002, + [SMALL_STATE(755)] = 28066, + [SMALL_STATE(756)] = 28128, + [SMALL_STATE(757)] = 28196, + [SMALL_STATE(758)] = 28258, + [SMALL_STATE(759)] = 28328, + [SMALL_STATE(760)] = 28390, + [SMALL_STATE(761)] = 28454, + [SMALL_STATE(762)] = 28518, + [SMALL_STATE(763)] = 28596, + [SMALL_STATE(764)] = 28658, + [SMALL_STATE(765)] = 28722, + [SMALL_STATE(766)] = 28786, + [SMALL_STATE(767)] = 28850, + [SMALL_STATE(768)] = 28926, + [SMALL_STATE(769)] = 28988, + [SMALL_STATE(770)] = 29044, + [SMALL_STATE(771)] = 29100, + [SMALL_STATE(772)] = 29156, + [SMALL_STATE(773)] = 29212, + [SMALL_STATE(774)] = 29268, + [SMALL_STATE(775)] = 29330, + [SMALL_STATE(776)] = 29386, + [SMALL_STATE(777)] = 29442, + [SMALL_STATE(778)] = 29498, + [SMALL_STATE(779)] = 29562, + [SMALL_STATE(780)] = 29618, + [SMALL_STATE(781)] = 29674, + [SMALL_STATE(782)] = 29730, + [SMALL_STATE(783)] = 29822, + [SMALL_STATE(784)] = 29886, + [SMALL_STATE(785)] = 29948, + [SMALL_STATE(786)] = 30010, + [SMALL_STATE(787)] = 30066, + [SMALL_STATE(788)] = 30134, + [SMALL_STATE(789)] = 30195, + [SMALL_STATE(790)] = 30250, + [SMALL_STATE(791)] = 30305, + [SMALL_STATE(792)] = 30360, + [SMALL_STATE(793)] = 30415, + [SMALL_STATE(794)] = 30476, + [SMALL_STATE(795)] = 30537, + [SMALL_STATE(796)] = 30596, + [SMALL_STATE(797)] = 30659, + [SMALL_STATE(798)] = 30722, + [SMALL_STATE(799)] = 30783, + [SMALL_STATE(800)] = 30844, + [SMALL_STATE(801)] = 30899, + [SMALL_STATE(802)] = 30954, + [SMALL_STATE(803)] = 31015, + [SMALL_STATE(804)] = 31076, + [SMALL_STATE(805)] = 31131, + [SMALL_STATE(806)] = 31186, + [SMALL_STATE(807)] = 31241, + [SMALL_STATE(808)] = 31296, + [SMALL_STATE(809)] = 31351, + [SMALL_STATE(810)] = 31406, + [SMALL_STATE(811)] = 31461, + [SMALL_STATE(812)] = 31516, + [SMALL_STATE(813)] = 31571, + [SMALL_STATE(814)] = 31626, + [SMALL_STATE(815)] = 31681, + [SMALL_STATE(816)] = 31736, + [SMALL_STATE(817)] = 31791, + [SMALL_STATE(818)] = 31846, + [SMALL_STATE(819)] = 31901, + [SMALL_STATE(820)] = 31956, + [SMALL_STATE(821)] = 32011, + [SMALL_STATE(822)] = 32072, + [SMALL_STATE(823)] = 32133, + [SMALL_STATE(824)] = 32194, + [SMALL_STATE(825)] = 32253, + [SMALL_STATE(826)] = 32308, + [SMALL_STATE(827)] = 32363, + [SMALL_STATE(828)] = 32418, + [SMALL_STATE(829)] = 32477, + [SMALL_STATE(830)] = 32538, + [SMALL_STATE(831)] = 32599, + [SMALL_STATE(832)] = 32654, + [SMALL_STATE(833)] = 32715, + [SMALL_STATE(834)] = 32776, + [SMALL_STATE(835)] = 32837, + [SMALL_STATE(836)] = 32892, + [SMALL_STATE(837)] = 32953, + [SMALL_STATE(838)] = 33014, + [SMALL_STATE(839)] = 33075, + [SMALL_STATE(840)] = 33130, + [SMALL_STATE(841)] = 33185, + [SMALL_STATE(842)] = 33240, + [SMALL_STATE(843)] = 33295, + [SMALL_STATE(844)] = 33350, + [SMALL_STATE(845)] = 33411, + [SMALL_STATE(846)] = 33466, + [SMALL_STATE(847)] = 33527, + [SMALL_STATE(848)] = 33582, + [SMALL_STATE(849)] = 33645, + [SMALL_STATE(850)] = 33708, + [SMALL_STATE(851)] = 33763, + [SMALL_STATE(852)] = 33854, + [SMALL_STATE(853)] = 33915, + [SMALL_STATE(854)] = 33970, + [SMALL_STATE(855)] = 34061, + [SMALL_STATE(856)] = 34116, + [SMALL_STATE(857)] = 34177, + [SMALL_STATE(858)] = 34232, + [SMALL_STATE(859)] = 34287, + [SMALL_STATE(860)] = 34342, + [SMALL_STATE(861)] = 34403, + [SMALL_STATE(862)] = 34464, + [SMALL_STATE(863)] = 34519, + [SMALL_STATE(864)] = 34580, + [SMALL_STATE(865)] = 34641, + [SMALL_STATE(866)] = 34702, + [SMALL_STATE(867)] = 34763, + [SMALL_STATE(868)] = 34818, + [SMALL_STATE(869)] = 34873, + [SMALL_STATE(870)] = 34928, + [SMALL_STATE(871)] = 34989, + [SMALL_STATE(872)] = 35050, + [SMALL_STATE(873)] = 35105, + [SMALL_STATE(874)] = 35160, + [SMALL_STATE(875)] = 35219, + [SMALL_STATE(876)] = 35274, + [SMALL_STATE(877)] = 35329, + [SMALL_STATE(878)] = 35392, + [SMALL_STATE(879)] = 35447, + [SMALL_STATE(880)] = 35502, + [SMALL_STATE(881)] = 35557, + [SMALL_STATE(882)] = 35612, + [SMALL_STATE(883)] = 35673, + [SMALL_STATE(884)] = 35728, + [SMALL_STATE(885)] = 35791, + [SMALL_STATE(886)] = 35846, + [SMALL_STATE(887)] = 35907, + [SMALL_STATE(888)] = 35968, + [SMALL_STATE(889)] = 36029, + [SMALL_STATE(890)] = 36090, + [SMALL_STATE(891)] = 36151, + [SMALL_STATE(892)] = 36214, + [SMALL_STATE(893)] = 36277, + [SMALL_STATE(894)] = 36338, + [SMALL_STATE(895)] = 36399, + [SMALL_STATE(896)] = 36454, + [SMALL_STATE(897)] = 36509, + [SMALL_STATE(898)] = 36570, + [SMALL_STATE(899)] = 36625, + [SMALL_STATE(900)] = 36686, + [SMALL_STATE(901)] = 36741, + [SMALL_STATE(902)] = 36802, + [SMALL_STATE(903)] = 36863, + [SMALL_STATE(904)] = 36924, + [SMALL_STATE(905)] = 36978, + [SMALL_STATE(906)] = 37032, + [SMALL_STATE(907)] = 37086, + [SMALL_STATE(908)] = 37140, + [SMALL_STATE(909)] = 37200, + [SMALL_STATE(910)] = 37254, + [SMALL_STATE(911)] = 37316, + [SMALL_STATE(912)] = 37378, + [SMALL_STATE(913)] = 37440, + [SMALL_STATE(914)] = 37500, + [SMALL_STATE(915)] = 37554, + [SMALL_STATE(916)] = 37608, + [SMALL_STATE(917)] = 37662, + [SMALL_STATE(918)] = 37766, + [SMALL_STATE(919)] = 37824, + [SMALL_STATE(920)] = 37878, + [SMALL_STATE(921)] = 37932, + [SMALL_STATE(922)] = 37986, + [SMALL_STATE(923)] = 38040, + [SMALL_STATE(924)] = 38094, + [SMALL_STATE(925)] = 38198, + [SMALL_STATE(926)] = 38252, + [SMALL_STATE(927)] = 38306, + [SMALL_STATE(928)] = 38360, + [SMALL_STATE(929)] = 38418, + [SMALL_STATE(930)] = 38522, + [SMALL_STATE(931)] = 38576, + [SMALL_STATE(932)] = 38636, + [SMALL_STATE(933)] = 38698, + [SMALL_STATE(934)] = 38752, + [SMALL_STATE(935)] = 38806, + [SMALL_STATE(936)] = 38866, + [SMALL_STATE(937)] = 38920, + [SMALL_STATE(938)] = 38980, + [SMALL_STATE(939)] = 39040, + [SMALL_STATE(940)] = 39100, + [SMALL_STATE(941)] = 39154, + [SMALL_STATE(942)] = 39214, + [SMALL_STATE(943)] = 39268, + [SMALL_STATE(944)] = 39328, + [SMALL_STATE(945)] = 39388, + [SMALL_STATE(946)] = 39448, + [SMALL_STATE(947)] = 39508, + [SMALL_STATE(948)] = 39562, + [SMALL_STATE(949)] = 39620, + [SMALL_STATE(950)] = 39680, + [SMALL_STATE(951)] = 39740, + [SMALL_STATE(952)] = 39800, + [SMALL_STATE(953)] = 39854, + [SMALL_STATE(954)] = 39912, + [SMALL_STATE(955)] = 39972, + [SMALL_STATE(956)] = 40026, + [SMALL_STATE(957)] = 40080, + [SMALL_STATE(958)] = 40140, + [SMALL_STATE(959)] = 40194, + [SMALL_STATE(960)] = 40252, + [SMALL_STATE(961)] = 40310, + [SMALL_STATE(962)] = 40370, + [SMALL_STATE(963)] = 40424, + [SMALL_STATE(964)] = 40478, + [SMALL_STATE(965)] = 40532, + [SMALL_STATE(966)] = 40586, + [SMALL_STATE(967)] = 40646, + [SMALL_STATE(968)] = 40706, + [SMALL_STATE(969)] = 40766, + [SMALL_STATE(970)] = 40826, + [SMALL_STATE(971)] = 40886, + [SMALL_STATE(972)] = 40940, + [SMALL_STATE(973)] = 41002, + [SMALL_STATE(974)] = 41064, + [SMALL_STATE(975)] = 41118, + [SMALL_STATE(976)] = 41178, + [SMALL_STATE(977)] = 41232, + [SMALL_STATE(978)] = 41294, + [SMALL_STATE(979)] = 41348, + [SMALL_STATE(980)] = 41410, + [SMALL_STATE(981)] = 41464, + [SMALL_STATE(982)] = 41522, + [SMALL_STATE(983)] = 41580, + [SMALL_STATE(984)] = 41684, + [SMALL_STATE(985)] = 41738, + [SMALL_STATE(986)] = 41792, + [SMALL_STATE(987)] = 41858, + [SMALL_STATE(988)] = 41918, + [SMALL_STATE(989)] = 41978, + [SMALL_STATE(990)] = 42038, + [SMALL_STATE(991)] = 42092, + [SMALL_STATE(992)] = 42146, + [SMALL_STATE(993)] = 42200, + [SMALL_STATE(994)] = 42260, + [SMALL_STATE(995)] = 42314, + [SMALL_STATE(996)] = 42374, + [SMALL_STATE(997)] = 42428, + [SMALL_STATE(998)] = 42488, + [SMALL_STATE(999)] = 42548, + [SMALL_STATE(1000)] = 42608, + [SMALL_STATE(1001)] = 42668, + [SMALL_STATE(1002)] = 42722, + [SMALL_STATE(1003)] = 42776, + [SMALL_STATE(1004)] = 42836, + [SMALL_STATE(1005)] = 42890, + [SMALL_STATE(1006)] = 42944, + [SMALL_STATE(1007)] = 42998, + [SMALL_STATE(1008)] = 43102, + [SMALL_STATE(1009)] = 43162, + [SMALL_STATE(1010)] = 43222, + [SMALL_STATE(1011)] = 43282, + [SMALL_STATE(1012)] = 43344, + [SMALL_STATE(1013)] = 43398, + [SMALL_STATE(1014)] = 43458, + [SMALL_STATE(1015)] = 43512, + [SMALL_STATE(1016)] = 43616, + [SMALL_STATE(1017)] = 43676, + [SMALL_STATE(1018)] = 43730, + [SMALL_STATE(1019)] = 43784, + [SMALL_STATE(1020)] = 43844, + [SMALL_STATE(1021)] = 43906, + [SMALL_STATE(1022)] = 43966, + [SMALL_STATE(1023)] = 44020, + [SMALL_STATE(1024)] = 44078, + [SMALL_STATE(1025)] = 44182, + [SMALL_STATE(1026)] = 44242, + [SMALL_STATE(1027)] = 44296, + [SMALL_STATE(1028)] = 44400, + [SMALL_STATE(1029)] = 44454, + [SMALL_STATE(1030)] = 44508, + [SMALL_STATE(1031)] = 44562, + [SMALL_STATE(1032)] = 44616, + [SMALL_STATE(1033)] = 44670, + [SMALL_STATE(1034)] = 44730, + [SMALL_STATE(1035)] = 44784, + [SMALL_STATE(1036)] = 44838, + [SMALL_STATE(1037)] = 44898, + [SMALL_STATE(1038)] = 44958, + [SMALL_STATE(1039)] = 45011, + [SMALL_STATE(1040)] = 45070, + [SMALL_STATE(1041)] = 45141, + [SMALL_STATE(1042)] = 45200, + [SMALL_STATE(1043)] = 45253, + [SMALL_STATE(1044)] = 45306, + [SMALL_STATE(1045)] = 45365, + [SMALL_STATE(1046)] = 45418, + [SMALL_STATE(1047)] = 45471, + [SMALL_STATE(1048)] = 45524, + [SMALL_STATE(1049)] = 45577, + [SMALL_STATE(1050)] = 45636, + [SMALL_STATE(1051)] = 45689, + [SMALL_STATE(1052)] = 45760, + [SMALL_STATE(1053)] = 45819, + [SMALL_STATE(1054)] = 45878, + [SMALL_STATE(1055)] = 45931, + [SMALL_STATE(1056)] = 45990, + [SMALL_STATE(1057)] = 46043, + [SMALL_STATE(1058)] = 46096, + [SMALL_STATE(1059)] = 46155, + [SMALL_STATE(1060)] = 46208, + [SMALL_STATE(1061)] = 46267, + [SMALL_STATE(1062)] = 46320, + [SMALL_STATE(1063)] = 46373, + [SMALL_STATE(1064)] = 46426, + [SMALL_STATE(1065)] = 46485, + [SMALL_STATE(1066)] = 46544, + [SMALL_STATE(1067)] = 46603, + [SMALL_STATE(1068)] = 46656, + [SMALL_STATE(1069)] = 46721, + [SMALL_STATE(1070)] = 46774, + [SMALL_STATE(1071)] = 46833, + [SMALL_STATE(1072)] = 46886, + [SMALL_STATE(1073)] = 46939, + [SMALL_STATE(1074)] = 47000, + [SMALL_STATE(1075)] = 47053, + [SMALL_STATE(1076)] = 47114, + [SMALL_STATE(1077)] = 47167, + [SMALL_STATE(1078)] = 47226, + [SMALL_STATE(1079)] = 47283, + [SMALL_STATE(1080)] = 47336, + [SMALL_STATE(1081)] = 47389, + [SMALL_STATE(1082)] = 47442, + [SMALL_STATE(1083)] = 47499, + [SMALL_STATE(1084)] = 47558, + [SMALL_STATE(1085)] = 47611, + [SMALL_STATE(1086)] = 47664, + [SMALL_STATE(1087)] = 47717, + [SMALL_STATE(1088)] = 47770, + [SMALL_STATE(1089)] = 47823, + [SMALL_STATE(1090)] = 47876, + [SMALL_STATE(1091)] = 47935, + [SMALL_STATE(1092)] = 47988, + [SMALL_STATE(1093)] = 48041, + [SMALL_STATE(1094)] = 48094, + [SMALL_STATE(1095)] = 48147, + [SMALL_STATE(1096)] = 48200, + [SMALL_STATE(1097)] = 48259, + [SMALL_STATE(1098)] = 48312, + [SMALL_STATE(1099)] = 48365, + [SMALL_STATE(1100)] = 48418, + [SMALL_STATE(1101)] = 48471, + [SMALL_STATE(1102)] = 48524, + [SMALL_STATE(1103)] = 48577, + [SMALL_STATE(1104)] = 48634, + [SMALL_STATE(1105)] = 48687, + [SMALL_STATE(1106)] = 48740, + [SMALL_STATE(1107)] = 48793, + [SMALL_STATE(1108)] = 48846, + [SMALL_STATE(1109)] = 48899, + [SMALL_STATE(1110)] = 48952, + [SMALL_STATE(1111)] = 49009, + [SMALL_STATE(1112)] = 49062, + [SMALL_STATE(1113)] = 49115, + [SMALL_STATE(1114)] = 49168, + [SMALL_STATE(1115)] = 49221, + [SMALL_STATE(1116)] = 49274, + [SMALL_STATE(1117)] = 49331, + [SMALL_STATE(1118)] = 49390, + [SMALL_STATE(1119)] = 49443, + [SMALL_STATE(1120)] = 49496, + [SMALL_STATE(1121)] = 49549, + [SMALL_STATE(1122)] = 49602, + [SMALL_STATE(1123)] = 49655, + [SMALL_STATE(1124)] = 49714, + [SMALL_STATE(1125)] = 49767, + [SMALL_STATE(1126)] = 49820, + [SMALL_STATE(1127)] = 49879, + [SMALL_STATE(1128)] = 49932, + [SMALL_STATE(1129)] = 49989, + [SMALL_STATE(1130)] = 50042, + [SMALL_STATE(1131)] = 50095, + [SMALL_STATE(1132)] = 50148, + [SMALL_STATE(1133)] = 50205, + [SMALL_STATE(1134)] = 50258, + [SMALL_STATE(1135)] = 50311, + [SMALL_STATE(1136)] = 50364, + [SMALL_STATE(1137)] = 50417, + [SMALL_STATE(1138)] = 50470, + [SMALL_STATE(1139)] = 50529, + [SMALL_STATE(1140)] = 50582, + [SMALL_STATE(1141)] = 50635, + [SMALL_STATE(1142)] = 50688, + [SMALL_STATE(1143)] = 50745, + [SMALL_STATE(1144)] = 50798, + [SMALL_STATE(1145)] = 50851, + [SMALL_STATE(1146)] = 50904, + [SMALL_STATE(1147)] = 50957, + [SMALL_STATE(1148)] = 51010, + [SMALL_STATE(1149)] = 51063, + [SMALL_STATE(1150)] = 51120, + [SMALL_STATE(1151)] = 51173, + [SMALL_STATE(1152)] = 51226, + [SMALL_STATE(1153)] = 51285, + [SMALL_STATE(1154)] = 51338, + [SMALL_STATE(1155)] = 51391, + [SMALL_STATE(1156)] = 51450, + [SMALL_STATE(1157)] = 51509, + [SMALL_STATE(1158)] = 51562, + [SMALL_STATE(1159)] = 51621, + [SMALL_STATE(1160)] = 51680, + [SMALL_STATE(1161)] = 51733, + [SMALL_STATE(1162)] = 51786, + [SMALL_STATE(1163)] = 51839, + [SMALL_STATE(1164)] = 51892, + [SMALL_STATE(1165)] = 51951, + [SMALL_STATE(1166)] = 52004, + [SMALL_STATE(1167)] = 52057, + [SMALL_STATE(1168)] = 52114, + [SMALL_STATE(1169)] = 52173, + [SMALL_STATE(1170)] = 52226, + [SMALL_STATE(1171)] = 52279, + [SMALL_STATE(1172)] = 52338, + [SMALL_STATE(1173)] = 52391, + [SMALL_STATE(1174)] = 52444, + [SMALL_STATE(1175)] = 52503, + [SMALL_STATE(1176)] = 52560, + [SMALL_STATE(1177)] = 52613, + [SMALL_STATE(1178)] = 52666, + [SMALL_STATE(1179)] = 52719, + [SMALL_STATE(1180)] = 52772, + [SMALL_STATE(1181)] = 52829, + [SMALL_STATE(1182)] = 52888, + [SMALL_STATE(1183)] = 52947, + [SMALL_STATE(1184)] = 53006, + [SMALL_STATE(1185)] = 53065, + [SMALL_STATE(1186)] = 53118, + [SMALL_STATE(1187)] = 53171, + [SMALL_STATE(1188)] = 53230, + [SMALL_STATE(1189)] = 53289, + [SMALL_STATE(1190)] = 53342, + [SMALL_STATE(1191)] = 53401, + [SMALL_STATE(1192)] = 53454, + [SMALL_STATE(1193)] = 53513, + [SMALL_STATE(1194)] = 53572, + [SMALL_STATE(1195)] = 53631, + [SMALL_STATE(1196)] = 53690, + [SMALL_STATE(1197)] = 53743, + [SMALL_STATE(1198)] = 53802, + [SMALL_STATE(1199)] = 53855, + [SMALL_STATE(1200)] = 53914, + [SMALL_STATE(1201)] = 53973, + [SMALL_STATE(1202)] = 54040, + [SMALL_STATE(1203)] = 54093, + [SMALL_STATE(1204)] = 54150, + [SMALL_STATE(1205)] = 54203, + [SMALL_STATE(1206)] = 54268, + [SMALL_STATE(1207)] = 54327, + [SMALL_STATE(1208)] = 54380, + [SMALL_STATE(1209)] = 54432, + [SMALL_STATE(1210)] = 54484, + [SMALL_STATE(1211)] = 54536, + [SMALL_STATE(1212)] = 54588, + [SMALL_STATE(1213)] = 54640, + [SMALL_STATE(1214)] = 54692, + [SMALL_STATE(1215)] = 54744, + [SMALL_STATE(1216)] = 54796, + [SMALL_STATE(1217)] = 54854, + [SMALL_STATE(1218)] = 54910, + [SMALL_STATE(1219)] = 55008, + [SMALL_STATE(1220)] = 55060, + [SMALL_STATE(1221)] = 55112, + [SMALL_STATE(1222)] = 55164, + [SMALL_STATE(1223)] = 55216, + [SMALL_STATE(1224)] = 55268, + [SMALL_STATE(1225)] = 55324, + [SMALL_STATE(1226)] = 55376, + [SMALL_STATE(1227)] = 55436, + [SMALL_STATE(1228)] = 55488, + [SMALL_STATE(1229)] = 55544, + [SMALL_STATE(1230)] = 55596, + [SMALL_STATE(1231)] = 55648, + [SMALL_STATE(1232)] = 55700, + [SMALL_STATE(1233)] = 55752, + [SMALL_STATE(1234)] = 55804, + [SMALL_STATE(1235)] = 55856, + [SMALL_STATE(1236)] = 55908, + [SMALL_STATE(1237)] = 55960, + [SMALL_STATE(1238)] = 56012, + [SMALL_STATE(1239)] = 56064, + [SMALL_STATE(1240)] = 56122, + [SMALL_STATE(1241)] = 56178, + [SMALL_STATE(1242)] = 56236, + [SMALL_STATE(1243)] = 56288, + [SMALL_STATE(1244)] = 56340, + [SMALL_STATE(1245)] = 56396, + [SMALL_STATE(1246)] = 56448, + [SMALL_STATE(1247)] = 56500, + [SMALL_STATE(1248)] = 56552, + [SMALL_STATE(1249)] = 56604, + [SMALL_STATE(1250)] = 56656, + [SMALL_STATE(1251)] = 56708, + [SMALL_STATE(1252)] = 56760, + [SMALL_STATE(1253)] = 56812, + [SMALL_STATE(1254)] = 56864, + [SMALL_STATE(1255)] = 56928, + [SMALL_STATE(1256)] = 56980, + [SMALL_STATE(1257)] = 57032, + [SMALL_STATE(1258)] = 57084, + [SMALL_STATE(1259)] = 57136, + [SMALL_STATE(1260)] = 57188, + [SMALL_STATE(1261)] = 57240, + [SMALL_STATE(1262)] = 57292, + [SMALL_STATE(1263)] = 57344, + [SMALL_STATE(1264)] = 57416, + [SMALL_STATE(1265)] = 57472, + [SMALL_STATE(1266)] = 57530, + [SMALL_STATE(1267)] = 57588, + [SMALL_STATE(1268)] = 57640, + [SMALL_STATE(1269)] = 57696, + [SMALL_STATE(1270)] = 57748, + [SMALL_STATE(1271)] = 57800, + [SMALL_STATE(1272)] = 57864, + [SMALL_STATE(1273)] = 57922, + [SMALL_STATE(1274)] = 57990, + [SMALL_STATE(1275)] = 58048, + [SMALL_STATE(1276)] = 58100, + [SMALL_STATE(1277)] = 58198, + [SMALL_STATE(1278)] = 58258, + [SMALL_STATE(1279)] = 58310, + [SMALL_STATE(1280)] = 58362, + [SMALL_STATE(1281)] = 58414, + [SMALL_STATE(1282)] = 58466, + [SMALL_STATE(1283)] = 58518, + [SMALL_STATE(1284)] = 58570, + [SMALL_STATE(1285)] = 58622, + [SMALL_STATE(1286)] = 58674, + [SMALL_STATE(1287)] = 58726, + [SMALL_STATE(1288)] = 58784, + [SMALL_STATE(1289)] = 58842, + [SMALL_STATE(1290)] = 58898, + [SMALL_STATE(1291)] = 58956, + [SMALL_STATE(1292)] = 59014, + [SMALL_STATE(1293)] = 59072, + [SMALL_STATE(1294)] = 59124, + [SMALL_STATE(1295)] = 59176, + [SMALL_STATE(1296)] = 59228, + [SMALL_STATE(1297)] = 59280, + [SMALL_STATE(1298)] = 59332, + [SMALL_STATE(1299)] = 59390, + [SMALL_STATE(1300)] = 59488, + [SMALL_STATE(1301)] = 59540, + [SMALL_STATE(1302)] = 59592, + [SMALL_STATE(1303)] = 59644, + [SMALL_STATE(1304)] = 59696, + [SMALL_STATE(1305)] = 59760, + [SMALL_STATE(1306)] = 59812, + [SMALL_STATE(1307)] = 59864, + [SMALL_STATE(1308)] = 59916, + [SMALL_STATE(1309)] = 59968, + [SMALL_STATE(1310)] = 60020, + [SMALL_STATE(1311)] = 60072, + [SMALL_STATE(1312)] = 60124, + [SMALL_STATE(1313)] = 60176, + [SMALL_STATE(1314)] = 60228, + [SMALL_STATE(1315)] = 60280, + [SMALL_STATE(1316)] = 60332, + [SMALL_STATE(1317)] = 60390, + [SMALL_STATE(1318)] = 60442, + [SMALL_STATE(1319)] = 60540, + [SMALL_STATE(1320)] = 60638, + [SMALL_STATE(1321)] = 60690, + [SMALL_STATE(1322)] = 60788, + [SMALL_STATE(1323)] = 60840, + [SMALL_STATE(1324)] = 60892, + [SMALL_STATE(1325)] = 60944, + [SMALL_STATE(1326)] = 60996, + [SMALL_STATE(1327)] = 61048, + [SMALL_STATE(1328)] = 61100, + [SMALL_STATE(1329)] = 61152, + [SMALL_STATE(1330)] = 61204, + [SMALL_STATE(1331)] = 61262, + [SMALL_STATE(1332)] = 61314, + [SMALL_STATE(1333)] = 61366, + [SMALL_STATE(1334)] = 61422, + [SMALL_STATE(1335)] = 61520, + [SMALL_STATE(1336)] = 61572, + [SMALL_STATE(1337)] = 61624, + [SMALL_STATE(1338)] = 61676, + [SMALL_STATE(1339)] = 61728, + [SMALL_STATE(1340)] = 61780, + [SMALL_STATE(1341)] = 61832, + [SMALL_STATE(1342)] = 61884, + [SMALL_STATE(1343)] = 61936, + [SMALL_STATE(1344)] = 61994, + [SMALL_STATE(1345)] = 62052, + [SMALL_STATE(1346)] = 62104, + [SMALL_STATE(1347)] = 62162, + [SMALL_STATE(1348)] = 62220, + [SMALL_STATE(1349)] = 62278, + [SMALL_STATE(1350)] = 62330, + [SMALL_STATE(1351)] = 62382, + [SMALL_STATE(1352)] = 62434, + [SMALL_STATE(1353)] = 62490, + [SMALL_STATE(1354)] = 62542, + [SMALL_STATE(1355)] = 62600, + [SMALL_STATE(1356)] = 62658, + [SMALL_STATE(1357)] = 62710, + [SMALL_STATE(1358)] = 62768, + [SMALL_STATE(1359)] = 62820, + [SMALL_STATE(1360)] = 62878, + [SMALL_STATE(1361)] = 62936, + [SMALL_STATE(1362)] = 62988, + [SMALL_STATE(1363)] = 63046, + [SMALL_STATE(1364)] = 63104, + [SMALL_STATE(1365)] = 63156, + [SMALL_STATE(1366)] = 63214, + [SMALL_STATE(1367)] = 63266, + [SMALL_STATE(1368)] = 63322, + [SMALL_STATE(1369)] = 63374, + [SMALL_STATE(1370)] = 63430, + [SMALL_STATE(1371)] = 63482, + [SMALL_STATE(1372)] = 63540, + [SMALL_STATE(1373)] = 63598, + [SMALL_STATE(1374)] = 63654, + [SMALL_STATE(1375)] = 63706, + [SMALL_STATE(1376)] = 63764, + [SMALL_STATE(1377)] = 63820, + [SMALL_STATE(1378)] = 63876, + [SMALL_STATE(1379)] = 63933, + [SMALL_STATE(1380)] = 63988, + [SMALL_STATE(1381)] = 64045, + [SMALL_STATE(1382)] = 64100, + [SMALL_STATE(1383)] = 64155, + [SMALL_STATE(1384)] = 64210, + [SMALL_STATE(1385)] = 64265, + [SMALL_STATE(1386)] = 64316, + [SMALL_STATE(1387)] = 64373, + [SMALL_STATE(1388)] = 64430, + [SMALL_STATE(1389)] = 64481, + [SMALL_STATE(1390)] = 64538, + [SMALL_STATE(1391)] = 64593, + [SMALL_STATE(1392)] = 64644, + [SMALL_STATE(1393)] = 64695, + [SMALL_STATE(1394)] = 64790, + [SMALL_STATE(1395)] = 64847, + [SMALL_STATE(1396)] = 64942, + [SMALL_STATE(1397)] = 64993, + [SMALL_STATE(1398)] = 65044, + [SMALL_STATE(1399)] = 65095, + [SMALL_STATE(1400)] = 65146, + [SMALL_STATE(1401)] = 65203, + [SMALL_STATE(1402)] = 65260, + [SMALL_STATE(1403)] = 65311, + [SMALL_STATE(1404)] = 65362, + [SMALL_STATE(1405)] = 65413, + [SMALL_STATE(1406)] = 65464, + [SMALL_STATE(1407)] = 65515, + [SMALL_STATE(1408)] = 65610, + [SMALL_STATE(1409)] = 65661, + [SMALL_STATE(1410)] = 65712, + [SMALL_STATE(1411)] = 65763, + [SMALL_STATE(1412)] = 65814, + [SMALL_STATE(1413)] = 65909, + [SMALL_STATE(1414)] = 65964, + [SMALL_STATE(1415)] = 66019, + [SMALL_STATE(1416)] = 66074, + [SMALL_STATE(1417)] = 66125, + [SMALL_STATE(1418)] = 66176, + [SMALL_STATE(1419)] = 66235, + [SMALL_STATE(1420)] = 66286, + [SMALL_STATE(1421)] = 66337, + [SMALL_STATE(1422)] = 66392, + [SMALL_STATE(1423)] = 66443, + [SMALL_STATE(1424)] = 66494, + [SMALL_STATE(1425)] = 66545, + [SMALL_STATE(1426)] = 66596, + [SMALL_STATE(1427)] = 66647, + [SMALL_STATE(1428)] = 66698, + [SMALL_STATE(1429)] = 66749, + [SMALL_STATE(1430)] = 66800, + [SMALL_STATE(1431)] = 66895, + [SMALL_STATE(1432)] = 66946, + [SMALL_STATE(1433)] = 66997, + [SMALL_STATE(1434)] = 67054, + [SMALL_STATE(1435)] = 67149, + [SMALL_STATE(1436)] = 67200, + [SMALL_STATE(1437)] = 67251, + [SMALL_STATE(1438)] = 67302, + [SMALL_STATE(1439)] = 67397, + [SMALL_STATE(1440)] = 67448, + [SMALL_STATE(1441)] = 67499, + [SMALL_STATE(1442)] = 67594, + [SMALL_STATE(1443)] = 67649, + [SMALL_STATE(1444)] = 67704, + [SMALL_STATE(1445)] = 67755, + [SMALL_STATE(1446)] = 67810, + [SMALL_STATE(1447)] = 67865, + [SMALL_STATE(1448)] = 67916, + [SMALL_STATE(1449)] = 67971, + [SMALL_STATE(1450)] = 68026, + [SMALL_STATE(1451)] = 68077, + [SMALL_STATE(1452)] = 68162, + [SMALL_STATE(1453)] = 68213, + [SMALL_STATE(1454)] = 68264, + [SMALL_STATE(1455)] = 68349, + [SMALL_STATE(1456)] = 68400, + [SMALL_STATE(1457)] = 68451, + [SMALL_STATE(1458)] = 68508, + [SMALL_STATE(1459)] = 68565, + [SMALL_STATE(1460)] = 68616, + [SMALL_STATE(1461)] = 68667, + [SMALL_STATE(1462)] = 68722, + [SMALL_STATE(1463)] = 68773, + [SMALL_STATE(1464)] = 68824, + [SMALL_STATE(1465)] = 68875, + [SMALL_STATE(1466)] = 68926, + [SMALL_STATE(1467)] = 68977, + [SMALL_STATE(1468)] = 69028, + [SMALL_STATE(1469)] = 69085, + [SMALL_STATE(1470)] = 69142, + [SMALL_STATE(1471)] = 69193, + [SMALL_STATE(1472)] = 69244, + [SMALL_STATE(1473)] = 69301, + [SMALL_STATE(1474)] = 69356, + [SMALL_STATE(1475)] = 69411, + [SMALL_STATE(1476)] = 69468, + [SMALL_STATE(1477)] = 69563, + [SMALL_STATE(1478)] = 69658, + [SMALL_STATE(1479)] = 69709, + [SMALL_STATE(1480)] = 69763, + [SMALL_STATE(1481)] = 69823, + [SMALL_STATE(1482)] = 69915, + [SMALL_STATE(1483)] = 70007, + [SMALL_STATE(1484)] = 70099, + [SMALL_STATE(1485)] = 70149, + [SMALL_STATE(1486)] = 70205, + [SMALL_STATE(1487)] = 70261, + [SMALL_STATE(1488)] = 70311, + [SMALL_STATE(1489)] = 70361, + [SMALL_STATE(1490)] = 70417, + [SMALL_STATE(1491)] = 70475, + [SMALL_STATE(1492)] = 70569, + [SMALL_STATE(1493)] = 70619, + [SMALL_STATE(1494)] = 70675, + [SMALL_STATE(1495)] = 70725, + [SMALL_STATE(1496)] = 70817, + [SMALL_STATE(1497)] = 70867, + [SMALL_STATE(1498)] = 70917, + [SMALL_STATE(1499)] = 70971, + [SMALL_STATE(1500)] = 71025, + [SMALL_STATE(1501)] = 71079, + [SMALL_STATE(1502)] = 71135, + [SMALL_STATE(1503)] = 71191, + [SMALL_STATE(1504)] = 71241, + [SMALL_STATE(1505)] = 71333, + [SMALL_STATE(1506)] = 71383, + [SMALL_STATE(1507)] = 71433, + [SMALL_STATE(1508)] = 71483, + [SMALL_STATE(1509)] = 71533, + [SMALL_STATE(1510)] = 71583, + [SMALL_STATE(1511)] = 71633, + [SMALL_STATE(1512)] = 71683, + [SMALL_STATE(1513)] = 71737, + [SMALL_STATE(1514)] = 71787, + [SMALL_STATE(1515)] = 71837, + [SMALL_STATE(1516)] = 71929, + [SMALL_STATE(1517)] = 72021, + [SMALL_STATE(1518)] = 72071, + [SMALL_STATE(1519)] = 72163, + [SMALL_STATE(1520)] = 72255, + [SMALL_STATE(1521)] = 72347, + [SMALL_STATE(1522)] = 72407, + [SMALL_STATE(1523)] = 72461, + [SMALL_STATE(1524)] = 72553, + [SMALL_STATE(1525)] = 72645, + [SMALL_STATE(1526)] = 72695, + [SMALL_STATE(1527)] = 72745, + [SMALL_STATE(1528)] = 72795, + [SMALL_STATE(1529)] = 72887, + [SMALL_STATE(1530)] = 72937, + [SMALL_STATE(1531)] = 73029, + [SMALL_STATE(1532)] = 73121, + [SMALL_STATE(1533)] = 73213, + [SMALL_STATE(1534)] = 73305, + [SMALL_STATE(1535)] = 73359, + [SMALL_STATE(1536)] = 73413, + [SMALL_STATE(1537)] = 73467, + [SMALL_STATE(1538)] = 73517, + [SMALL_STATE(1539)] = 73567, + [SMALL_STATE(1540)] = 73617, + [SMALL_STATE(1541)] = 73671, + [SMALL_STATE(1542)] = 73721, + [SMALL_STATE(1543)] = 73771, + [SMALL_STATE(1544)] = 73863, + [SMALL_STATE(1545)] = 73955, + [SMALL_STATE(1546)] = 74005, + [SMALL_STATE(1547)] = 74055, + [SMALL_STATE(1548)] = 74105, + [SMALL_STATE(1549)] = 74197, + [SMALL_STATE(1550)] = 74289, + [SMALL_STATE(1551)] = 74339, + [SMALL_STATE(1552)] = 74393, + [SMALL_STATE(1553)] = 74485, + [SMALL_STATE(1554)] = 74577, + [SMALL_STATE(1555)] = 74671, + [SMALL_STATE(1556)] = 74721, + [SMALL_STATE(1557)] = 74779, + [SMALL_STATE(1558)] = 74871, + [SMALL_STATE(1559)] = 74963, + [SMALL_STATE(1560)] = 75057, + [SMALL_STATE(1561)] = 75107, + [SMALL_STATE(1562)] = 75199, + [SMALL_STATE(1563)] = 75291, + [SMALL_STATE(1564)] = 75383, + [SMALL_STATE(1565)] = 75443, + [SMALL_STATE(1566)] = 75535, + [SMALL_STATE(1567)] = 75627, + [SMALL_STATE(1568)] = 75719, + [SMALL_STATE(1569)] = 75775, + [SMALL_STATE(1570)] = 75831, + [SMALL_STATE(1571)] = 75887, + [SMALL_STATE(1572)] = 75979, + [SMALL_STATE(1573)] = 76071, + [SMALL_STATE(1574)] = 76163, + [SMALL_STATE(1575)] = 76223, + [SMALL_STATE(1576)] = 76283, + [SMALL_STATE(1577)] = 76375, + [SMALL_STATE(1578)] = 76467, + [SMALL_STATE(1579)] = 76527, + [SMALL_STATE(1580)] = 76621, + [SMALL_STATE(1581)] = 76713, + [SMALL_STATE(1582)] = 76773, + [SMALL_STATE(1583)] = 76833, + [SMALL_STATE(1584)] = 76893, + [SMALL_STATE(1585)] = 76953, + [SMALL_STATE(1586)] = 77045, + [SMALL_STATE(1587)] = 77137, + [SMALL_STATE(1588)] = 77231, + [SMALL_STATE(1589)] = 77323, + [SMALL_STATE(1590)] = 77383, + [SMALL_STATE(1591)] = 77443, + [SMALL_STATE(1592)] = 77503, + [SMALL_STATE(1593)] = 77563, + [SMALL_STATE(1594)] = 77623, + [SMALL_STATE(1595)] = 77683, + [SMALL_STATE(1596)] = 77743, + [SMALL_STATE(1597)] = 77803, + [SMALL_STATE(1598)] = 77863, + [SMALL_STATE(1599)] = 77923, + [SMALL_STATE(1600)] = 77983, + [SMALL_STATE(1601)] = 78043, + [SMALL_STATE(1602)] = 78103, + [SMALL_STATE(1603)] = 78163, + [SMALL_STATE(1604)] = 78223, + [SMALL_STATE(1605)] = 78283, + [SMALL_STATE(1606)] = 78343, + [SMALL_STATE(1607)] = 78435, + [SMALL_STATE(1608)] = 78485, + [SMALL_STATE(1609)] = 78545, + [SMALL_STATE(1610)] = 78605, + [SMALL_STATE(1611)] = 78665, + [SMALL_STATE(1612)] = 78725, + [SMALL_STATE(1613)] = 78785, + [SMALL_STATE(1614)] = 78845, + [SMALL_STATE(1615)] = 78905, + [SMALL_STATE(1616)] = 78965, + [SMALL_STATE(1617)] = 79025, + [SMALL_STATE(1618)] = 79085, + [SMALL_STATE(1619)] = 79145, + [SMALL_STATE(1620)] = 79205, + [SMALL_STATE(1621)] = 79297, + [SMALL_STATE(1622)] = 79357, + [SMALL_STATE(1623)] = 79417, + [SMALL_STATE(1624)] = 79477, + [SMALL_STATE(1625)] = 79537, + [SMALL_STATE(1626)] = 79597, + [SMALL_STATE(1627)] = 79657, + [SMALL_STATE(1628)] = 79717, + [SMALL_STATE(1629)] = 79777, + [SMALL_STATE(1630)] = 79837, + [SMALL_STATE(1631)] = 79897, + [SMALL_STATE(1632)] = 79957, + [SMALL_STATE(1633)] = 80017, + [SMALL_STATE(1634)] = 80077, + [SMALL_STATE(1635)] = 80137, + [SMALL_STATE(1636)] = 80197, + [SMALL_STATE(1637)] = 80257, + [SMALL_STATE(1638)] = 80317, + [SMALL_STATE(1639)] = 80377, + [SMALL_STATE(1640)] = 80437, + [SMALL_STATE(1641)] = 80497, + [SMALL_STATE(1642)] = 80557, + [SMALL_STATE(1643)] = 80617, + [SMALL_STATE(1644)] = 80666, + [SMALL_STATE(1645)] = 80721, + [SMALL_STATE(1646)] = 80770, + [SMALL_STATE(1647)] = 80819, + [SMALL_STATE(1648)] = 80868, + [SMALL_STATE(1649)] = 80917, + [SMALL_STATE(1650)] = 80966, + [SMALL_STATE(1651)] = 81019, + [SMALL_STATE(1652)] = 81072, + [SMALL_STATE(1653)] = 81125, + [SMALL_STATE(1654)] = 81174, + [SMALL_STATE(1655)] = 81229, + [SMALL_STATE(1656)] = 81282, + [SMALL_STATE(1657)] = 81337, + [SMALL_STATE(1658)] = 81386, + [SMALL_STATE(1659)] = 81441, + [SMALL_STATE(1660)] = 81496, + [SMALL_STATE(1661)] = 81545, + [SMALL_STATE(1662)] = 81598, + [SMALL_STATE(1663)] = 81647, + [SMALL_STATE(1664)] = 81696, + [SMALL_STATE(1665)] = 81745, + [SMALL_STATE(1666)] = 81794, + [SMALL_STATE(1667)] = 81849, + [SMALL_STATE(1668)] = 81904, + [SMALL_STATE(1669)] = 81953, + [SMALL_STATE(1670)] = 82006, + [SMALL_STATE(1671)] = 82063, + [SMALL_STATE(1672)] = 82120, + [SMALL_STATE(1673)] = 82175, + [SMALL_STATE(1674)] = 82232, + [SMALL_STATE(1675)] = 82285, + [SMALL_STATE(1676)] = 82340, + [SMALL_STATE(1677)] = 82395, + [SMALL_STATE(1678)] = 82450, + [SMALL_STATE(1679)] = 82505, + [SMALL_STATE(1680)] = 82560, + [SMALL_STATE(1681)] = 82615, + [SMALL_STATE(1682)] = 82670, + [SMALL_STATE(1683)] = 82725, + [SMALL_STATE(1684)] = 82778, + [SMALL_STATE(1685)] = 82831, + [SMALL_STATE(1686)] = 82886, + [SMALL_STATE(1687)] = 82941, + [SMALL_STATE(1688)] = 82994, + [SMALL_STATE(1689)] = 83047, + [SMALL_STATE(1690)] = 83100, + [SMALL_STATE(1691)] = 83153, + [SMALL_STATE(1692)] = 83208, + [SMALL_STATE(1693)] = 83261, + [SMALL_STATE(1694)] = 83314, + [SMALL_STATE(1695)] = 83367, + [SMALL_STATE(1696)] = 83422, + [SMALL_STATE(1697)] = 83474, + [SMALL_STATE(1698)] = 83526, + [SMALL_STATE(1699)] = 83574, + [SMALL_STATE(1700)] = 83622, + [SMALL_STATE(1701)] = 83670, + [SMALL_STATE(1702)] = 83718, + [SMALL_STATE(1703)] = 83810, + [SMALL_STATE(1704)] = 83858, + [SMALL_STATE(1705)] = 83910, + [SMALL_STATE(1706)] = 84002, + [SMALL_STATE(1707)] = 84094, + [SMALL_STATE(1708)] = 84142, + [SMALL_STATE(1709)] = 84190, + [SMALL_STATE(1710)] = 84238, + [SMALL_STATE(1711)] = 84330, + [SMALL_STATE(1712)] = 84378, + [SMALL_STATE(1713)] = 84426, + [SMALL_STATE(1714)] = 84474, + [SMALL_STATE(1715)] = 84528, + [SMALL_STATE(1716)] = 84582, + [SMALL_STATE(1717)] = 84630, + [SMALL_STATE(1718)] = 84682, + [SMALL_STATE(1719)] = 84736, + [SMALL_STATE(1720)] = 84784, + [SMALL_STATE(1721)] = 84832, + [SMALL_STATE(1722)] = 84886, + [SMALL_STATE(1723)] = 84938, + [SMALL_STATE(1724)] = 84990, + [SMALL_STATE(1725)] = 85042, + [SMALL_STATE(1726)] = 85090, + [SMALL_STATE(1727)] = 85138, + [SMALL_STATE(1728)] = 85192, + [SMALL_STATE(1729)] = 85246, + [SMALL_STATE(1730)] = 85298, + [SMALL_STATE(1731)] = 85346, + [SMALL_STATE(1732)] = 85394, + [SMALL_STATE(1733)] = 85442, + [SMALL_STATE(1734)] = 85496, + [SMALL_STATE(1735)] = 85544, + [SMALL_STATE(1736)] = 85596, + [SMALL_STATE(1737)] = 85644, + [SMALL_STATE(1738)] = 85696, + [SMALL_STATE(1739)] = 85744, + [SMALL_STATE(1740)] = 85796, + [SMALL_STATE(1741)] = 85848, + [SMALL_STATE(1742)] = 85896, + [SMALL_STATE(1743)] = 85948, + [SMALL_STATE(1744)] = 85996, + [SMALL_STATE(1745)] = 86050, + [SMALL_STATE(1746)] = 86098, + [SMALL_STATE(1747)] = 86146, + [SMALL_STATE(1748)] = 86198, + [SMALL_STATE(1749)] = 86246, + [SMALL_STATE(1750)] = 86298, + [SMALL_STATE(1751)] = 86346, + [SMALL_STATE(1752)] = 86394, + [SMALL_STATE(1753)] = 86446, + [SMALL_STATE(1754)] = 86538, + [SMALL_STATE(1755)] = 86586, + [SMALL_STATE(1756)] = 86640, + [SMALL_STATE(1757)] = 86732, + [SMALL_STATE(1758)] = 86786, + [SMALL_STATE(1759)] = 86878, + [SMALL_STATE(1760)] = 86930, + [SMALL_STATE(1761)] = 86982, + [SMALL_STATE(1762)] = 87034, + [SMALL_STATE(1763)] = 87082, + [SMALL_STATE(1764)] = 87174, + [SMALL_STATE(1765)] = 87228, + [SMALL_STATE(1766)] = 87282, + [SMALL_STATE(1767)] = 87334, + [SMALL_STATE(1768)] = 87386, + [SMALL_STATE(1769)] = 87478, + [SMALL_STATE(1770)] = 87530, + [SMALL_STATE(1771)] = 87622, + [SMALL_STATE(1772)] = 87670, + [SMALL_STATE(1773)] = 87718, + [SMALL_STATE(1774)] = 87766, + [SMALL_STATE(1775)] = 87814, + [SMALL_STATE(1776)] = 87862, + [SMALL_STATE(1777)] = 87914, + [SMALL_STATE(1778)] = 88006, + [SMALL_STATE(1779)] = 88054, + [SMALL_STATE(1780)] = 88102, + [SMALL_STATE(1781)] = 88150, + [SMALL_STATE(1782)] = 88242, + [SMALL_STATE(1783)] = 88290, + [SMALL_STATE(1784)] = 88338, + [SMALL_STATE(1785)] = 88392, + [SMALL_STATE(1786)] = 88440, + [SMALL_STATE(1787)] = 88488, + [SMALL_STATE(1788)] = 88536, + [SMALL_STATE(1789)] = 88584, + [SMALL_STATE(1790)] = 88632, + [SMALL_STATE(1791)] = 88684, + [SMALL_STATE(1792)] = 88732, + [SMALL_STATE(1793)] = 88779, + [SMALL_STATE(1794)] = 88826, + [SMALL_STATE(1795)] = 88873, + [SMALL_STATE(1796)] = 88924, + [SMALL_STATE(1797)] = 88971, + [SMALL_STATE(1798)] = 89018, + [SMALL_STATE(1799)] = 89071, + [SMALL_STATE(1800)] = 89124, + [SMALL_STATE(1801)] = 89171, + [SMALL_STATE(1802)] = 89224, + [SMALL_STATE(1803)] = 89275, + [SMALL_STATE(1804)] = 89328, + [SMALL_STATE(1805)] = 89379, + [SMALL_STATE(1806)] = 89434, + [SMALL_STATE(1807)] = 89485, + [SMALL_STATE(1808)] = 89540, + [SMALL_STATE(1809)] = 89593, + [SMALL_STATE(1810)] = 89640, + [SMALL_STATE(1811)] = 89691, + [SMALL_STATE(1812)] = 89746, + [SMALL_STATE(1813)] = 89793, + [SMALL_STATE(1814)] = 89844, + [SMALL_STATE(1815)] = 89895, + [SMALL_STATE(1816)] = 89950, + [SMALL_STATE(1817)] = 89997, + [SMALL_STATE(1818)] = 90048, + [SMALL_STATE(1819)] = 90095, + [SMALL_STATE(1820)] = 90142, + [SMALL_STATE(1821)] = 90189, + [SMALL_STATE(1822)] = 90242, + [SMALL_STATE(1823)] = 90297, + [SMALL_STATE(1824)] = 90352, + [SMALL_STATE(1825)] = 90405, + [SMALL_STATE(1826)] = 90458, + [SMALL_STATE(1827)] = 90505, + [SMALL_STATE(1828)] = 90552, + [SMALL_STATE(1829)] = 90599, + [SMALL_STATE(1830)] = 90646, + [SMALL_STATE(1831)] = 90693, + [SMALL_STATE(1832)] = 90740, + [SMALL_STATE(1833)] = 90787, + [SMALL_STATE(1834)] = 90834, + [SMALL_STATE(1835)] = 90881, + [SMALL_STATE(1836)] = 90928, + [SMALL_STATE(1837)] = 90975, + [SMALL_STATE(1838)] = 91028, + [SMALL_STATE(1839)] = 91075, + [SMALL_STATE(1840)] = 91122, + [SMALL_STATE(1841)] = 91169, + [SMALL_STATE(1842)] = 91216, + [SMALL_STATE(1843)] = 91263, + [SMALL_STATE(1844)] = 91310, + [SMALL_STATE(1845)] = 91357, + [SMALL_STATE(1846)] = 91404, + [SMALL_STATE(1847)] = 91451, + [SMALL_STATE(1848)] = 91498, + [SMALL_STATE(1849)] = 91545, + [SMALL_STATE(1850)] = 91592, + [SMALL_STATE(1851)] = 91639, + [SMALL_STATE(1852)] = 91692, + [SMALL_STATE(1853)] = 91739, + [SMALL_STATE(1854)] = 91786, + [SMALL_STATE(1855)] = 91833, + [SMALL_STATE(1856)] = 91880, + [SMALL_STATE(1857)] = 91931, + [SMALL_STATE(1858)] = 91978, + [SMALL_STATE(1859)] = 92025, + [SMALL_STATE(1860)] = 92078, + [SMALL_STATE(1861)] = 92125, + [SMALL_STATE(1862)] = 92172, + [SMALL_STATE(1863)] = 92219, + [SMALL_STATE(1864)] = 92272, + [SMALL_STATE(1865)] = 92323, + [SMALL_STATE(1866)] = 92370, + [SMALL_STATE(1867)] = 92417, + [SMALL_STATE(1868)] = 92464, + [SMALL_STATE(1869)] = 92511, + [SMALL_STATE(1870)] = 92562, + [SMALL_STATE(1871)] = 92613, + [SMALL_STATE(1872)] = 92664, + [SMALL_STATE(1873)] = 92711, + [SMALL_STATE(1874)] = 92762, + [SMALL_STATE(1875)] = 92813, + [SMALL_STATE(1876)] = 92868, + [SMALL_STATE(1877)] = 92915, + [SMALL_STATE(1878)] = 92970, + [SMALL_STATE(1879)] = 93017, + [SMALL_STATE(1880)] = 93064, + [SMALL_STATE(1881)] = 93111, + [SMALL_STATE(1882)] = 93158, + [SMALL_STATE(1883)] = 93205, + [SMALL_STATE(1884)] = 93260, + [SMALL_STATE(1885)] = 93307, + [SMALL_STATE(1886)] = 93354, + [SMALL_STATE(1887)] = 93401, + [SMALL_STATE(1888)] = 93456, + [SMALL_STATE(1889)] = 93509, + [SMALL_STATE(1890)] = 93556, + [SMALL_STATE(1891)] = 93609, + [SMALL_STATE(1892)] = 93662, + [SMALL_STATE(1893)] = 93713, + [SMALL_STATE(1894)] = 93760, + [SMALL_STATE(1895)] = 93807, + [SMALL_STATE(1896)] = 93858, + [SMALL_STATE(1897)] = 93913, + [SMALL_STATE(1898)] = 93964, + [SMALL_STATE(1899)] = 94019, + [SMALL_STATE(1900)] = 94070, + [SMALL_STATE(1901)] = 94117, + [SMALL_STATE(1902)] = 94168, + [SMALL_STATE(1903)] = 94221, + [SMALL_STATE(1904)] = 94270, + [SMALL_STATE(1905)] = 94317, + [SMALL_STATE(1906)] = 94364, + [SMALL_STATE(1907)] = 94411, + [SMALL_STATE(1908)] = 94458, + [SMALL_STATE(1909)] = 94509, + [SMALL_STATE(1910)] = 94560, + [SMALL_STATE(1911)] = 94611, + [SMALL_STATE(1912)] = 94657, + [SMALL_STATE(1913)] = 94703, + [SMALL_STATE(1914)] = 94749, + [SMALL_STATE(1915)] = 94795, + [SMALL_STATE(1916)] = 94845, + [SMALL_STATE(1917)] = 94891, + [SMALL_STATE(1918)] = 94937, + [SMALL_STATE(1919)] = 94987, + [SMALL_STATE(1920)] = 95033, + [SMALL_STATE(1921)] = 95079, + [SMALL_STATE(1922)] = 95125, + [SMALL_STATE(1923)] = 95171, + [SMALL_STATE(1924)] = 95217, + [SMALL_STATE(1925)] = 95263, + [SMALL_STATE(1926)] = 95309, + [SMALL_STATE(1927)] = 95355, + [SMALL_STATE(1928)] = 95401, + [SMALL_STATE(1929)] = 95447, + [SMALL_STATE(1930)] = 95493, + [SMALL_STATE(1931)] = 95543, + [SMALL_STATE(1932)] = 95589, + [SMALL_STATE(1933)] = 95635, + [SMALL_STATE(1934)] = 95681, + [SMALL_STATE(1935)] = 95727, + [SMALL_STATE(1936)] = 95781, + [SMALL_STATE(1937)] = 95835, + [SMALL_STATE(1938)] = 95881, + [SMALL_STATE(1939)] = 95931, + [SMALL_STATE(1940)] = 95981, + [SMALL_STATE(1941)] = 96033, + [SMALL_STATE(1942)] = 96079, + [SMALL_STATE(1943)] = 96125, + [SMALL_STATE(1944)] = 96171, + [SMALL_STATE(1945)] = 96225, + [SMALL_STATE(1946)] = 96275, + [SMALL_STATE(1947)] = 96325, + [SMALL_STATE(1948)] = 96371, + [SMALL_STATE(1949)] = 96417, + [SMALL_STATE(1950)] = 96471, + [SMALL_STATE(1951)] = 96517, + [SMALL_STATE(1952)] = 96563, + [SMALL_STATE(1953)] = 96609, + [SMALL_STATE(1954)] = 96655, + [SMALL_STATE(1955)] = 96701, + [SMALL_STATE(1956)] = 96747, + [SMALL_STATE(1957)] = 96793, + [SMALL_STATE(1958)] = 96843, + [SMALL_STATE(1959)] = 96889, + [SMALL_STATE(1960)] = 96935, + [SMALL_STATE(1961)] = 96981, + [SMALL_STATE(1962)] = 97027, + [SMALL_STATE(1963)] = 97077, + [SMALL_STATE(1964)] = 97123, + [SMALL_STATE(1965)] = 97169, + [SMALL_STATE(1966)] = 97217, + [SMALL_STATE(1967)] = 97263, + [SMALL_STATE(1968)] = 97313, + [SMALL_STATE(1969)] = 97359, + [SMALL_STATE(1970)] = 97405, + [SMALL_STATE(1971)] = 97451, + [SMALL_STATE(1972)] = 97497, + [SMALL_STATE(1973)] = 97543, + [SMALL_STATE(1974)] = 97591, + [SMALL_STATE(1975)] = 97637, + [SMALL_STATE(1976)] = 97683, + [SMALL_STATE(1977)] = 97729, + [SMALL_STATE(1978)] = 97779, + [SMALL_STATE(1979)] = 97827, + [SMALL_STATE(1980)] = 97873, + [SMALL_STATE(1981)] = 97919, + [SMALL_STATE(1982)] = 97965, + [SMALL_STATE(1983)] = 98011, + [SMALL_STATE(1984)] = 98057, + [SMALL_STATE(1985)] = 98107, + [SMALL_STATE(1986)] = 98153, + [SMALL_STATE(1987)] = 98201, + [SMALL_STATE(1988)] = 98255, + [SMALL_STATE(1989)] = 98301, + [SMALL_STATE(1990)] = 98347, + [SMALL_STATE(1991)] = 98395, + [SMALL_STATE(1992)] = 98441, + [SMALL_STATE(1993)] = 98487, + [SMALL_STATE(1994)] = 98533, + [SMALL_STATE(1995)] = 98579, + [SMALL_STATE(1996)] = 98625, + [SMALL_STATE(1997)] = 98675, + [SMALL_STATE(1998)] = 98721, + [SMALL_STATE(1999)] = 98767, + [SMALL_STATE(2000)] = 98813, + [SMALL_STATE(2001)] = 98859, + [SMALL_STATE(2002)] = 98905, + [SMALL_STATE(2003)] = 98951, + [SMALL_STATE(2004)] = 98997, + [SMALL_STATE(2005)] = 99043, + [SMALL_STATE(2006)] = 99089, + [SMALL_STATE(2007)] = 99135, + [SMALL_STATE(2008)] = 99185, + [SMALL_STATE(2009)] = 99231, + [SMALL_STATE(2010)] = 99277, + [SMALL_STATE(2011)] = 99323, + [SMALL_STATE(2012)] = 99373, + [SMALL_STATE(2013)] = 99419, + [SMALL_STATE(2014)] = 99465, + [SMALL_STATE(2015)] = 99511, + [SMALL_STATE(2016)] = 99557, + [SMALL_STATE(2017)] = 99609, + [SMALL_STATE(2018)] = 99657, + [SMALL_STATE(2019)] = 99703, + [SMALL_STATE(2020)] = 99752, + [SMALL_STATE(2021)] = 99797, + [SMALL_STATE(2022)] = 99842, + [SMALL_STATE(2023)] = 99887, + [SMALL_STATE(2024)] = 99934, + [SMALL_STATE(2025)] = 99979, + [SMALL_STATE(2026)] = 100024, + [SMALL_STATE(2027)] = 100069, + [SMALL_STATE(2028)] = 100114, + [SMALL_STATE(2029)] = 100159, + [SMALL_STATE(2030)] = 100204, + [SMALL_STATE(2031)] = 100249, + [SMALL_STATE(2032)] = 100302, + [SMALL_STATE(2033)] = 100347, + [SMALL_STATE(2034)] = 100392, + [SMALL_STATE(2035)] = 100437, + [SMALL_STATE(2036)] = 100482, + [SMALL_STATE(2037)] = 100527, + [SMALL_STATE(2038)] = 100572, + [SMALL_STATE(2039)] = 100617, + [SMALL_STATE(2040)] = 100672, + [SMALL_STATE(2041)] = 100723, + [SMALL_STATE(2042)] = 100772, + [SMALL_STATE(2043)] = 100827, + [SMALL_STATE(2044)] = 100872, + [SMALL_STATE(2045)] = 100917, + [SMALL_STATE(2046)] = 100962, + [SMALL_STATE(2047)] = 101015, + [SMALL_STATE(2048)] = 101068, + [SMALL_STATE(2049)] = 101113, + [SMALL_STATE(2050)] = 101166, + [SMALL_STATE(2051)] = 101219, + [SMALL_STATE(2052)] = 101274, + [SMALL_STATE(2053)] = 101319, + [SMALL_STATE(2054)] = 101364, + [SMALL_STATE(2055)] = 101409, + [SMALL_STATE(2056)] = 101454, + [SMALL_STATE(2057)] = 101499, + [SMALL_STATE(2058)] = 101544, + [SMALL_STATE(2059)] = 101589, + [SMALL_STATE(2060)] = 101644, + [SMALL_STATE(2061)] = 101699, + [SMALL_STATE(2062)] = 101754, + [SMALL_STATE(2063)] = 101809, + [SMALL_STATE(2064)] = 101858, + [SMALL_STATE(2065)] = 101909, + [SMALL_STATE(2066)] = 101954, + [SMALL_STATE(2067)] = 102007, + [SMALL_STATE(2068)] = 102060, + [SMALL_STATE(2069)] = 102115, + [SMALL_STATE(2070)] = 102168, + [SMALL_STATE(2071)] = 102221, + [SMALL_STATE(2072)] = 102266, + [SMALL_STATE(2073)] = 102315, + [SMALL_STATE(2074)] = 102360, + [SMALL_STATE(2075)] = 102415, + [SMALL_STATE(2076)] = 102470, + [SMALL_STATE(2077)] = 102525, + [SMALL_STATE(2078)] = 102580, + [SMALL_STATE(2079)] = 102635, + [SMALL_STATE(2080)] = 102690, + [SMALL_STATE(2081)] = 102739, + [SMALL_STATE(2082)] = 102794, + [SMALL_STATE(2083)] = 102849, + [SMALL_STATE(2084)] = 102904, + [SMALL_STATE(2085)] = 102959, + [SMALL_STATE(2086)] = 103006, + [SMALL_STATE(2087)] = 103051, + [SMALL_STATE(2088)] = 103106, + [SMALL_STATE(2089)] = 103151, + [SMALL_STATE(2090)] = 103206, + [SMALL_STATE(2091)] = 103261, + [SMALL_STATE(2092)] = 103316, + [SMALL_STATE(2093)] = 103371, + [SMALL_STATE(2094)] = 103416, + [SMALL_STATE(2095)] = 103461, + [SMALL_STATE(2096)] = 103508, + [SMALL_STATE(2097)] = 103553, + [SMALL_STATE(2098)] = 103602, + [SMALL_STATE(2099)] = 103657, + [SMALL_STATE(2100)] = 103712, + [SMALL_STATE(2101)] = 103757, + [SMALL_STATE(2102)] = 103802, + [SMALL_STATE(2103)] = 103857, + [SMALL_STATE(2104)] = 103912, + [SMALL_STATE(2105)] = 103957, + [SMALL_STATE(2106)] = 104006, + [SMALL_STATE(2107)] = 104061, + [SMALL_STATE(2108)] = 104116, + [SMALL_STATE(2109)] = 104171, + [SMALL_STATE(2110)] = 104226, + [SMALL_STATE(2111)] = 104281, + [SMALL_STATE(2112)] = 104326, + [SMALL_STATE(2113)] = 104371, + [SMALL_STATE(2114)] = 104416, + [SMALL_STATE(2115)] = 104471, + [SMALL_STATE(2116)] = 104516, + [SMALL_STATE(2117)] = 104561, + [SMALL_STATE(2118)] = 104616, + [SMALL_STATE(2119)] = 104661, + [SMALL_STATE(2120)] = 104706, + [SMALL_STATE(2121)] = 104751, + [SMALL_STATE(2122)] = 104806, + [SMALL_STATE(2123)] = 104851, + [SMALL_STATE(2124)] = 104896, + [SMALL_STATE(2125)] = 104951, + [SMALL_STATE(2126)] = 104996, + [SMALL_STATE(2127)] = 105051, + [SMALL_STATE(2128)] = 105096, + [SMALL_STATE(2129)] = 105141, + [SMALL_STATE(2130)] = 105186, + [SMALL_STATE(2131)] = 105241, + [SMALL_STATE(2132)] = 105290, + [SMALL_STATE(2133)] = 105335, + [SMALL_STATE(2134)] = 105390, + [SMALL_STATE(2135)] = 105445, + [SMALL_STATE(2136)] = 105490, + [SMALL_STATE(2137)] = 105545, + [SMALL_STATE(2138)] = 105590, + [SMALL_STATE(2139)] = 105645, + [SMALL_STATE(2140)] = 105700, + [SMALL_STATE(2141)] = 105755, + [SMALL_STATE(2142)] = 105810, + [SMALL_STATE(2143)] = 105855, + [SMALL_STATE(2144)] = 105910, + [SMALL_STATE(2145)] = 105961, + [SMALL_STATE(2146)] = 106016, + [SMALL_STATE(2147)] = 106071, + [SMALL_STATE(2148)] = 106115, + [SMALL_STATE(2149)] = 106159, + [SMALL_STATE(2150)] = 106213, + [SMALL_STATE(2151)] = 106257, + [SMALL_STATE(2152)] = 106311, + [SMALL_STATE(2153)] = 106365, + [SMALL_STATE(2154)] = 106419, + [SMALL_STATE(2155)] = 106473, + [SMALL_STATE(2156)] = 106559, + [SMALL_STATE(2157)] = 106645, + [SMALL_STATE(2158)] = 106731, + [SMALL_STATE(2159)] = 106783, + [SMALL_STATE(2160)] = 106869, + [SMALL_STATE(2161)] = 106955, + [SMALL_STATE(2162)] = 107007, + [SMALL_STATE(2163)] = 107061, + [SMALL_STATE(2164)] = 107111, + [SMALL_STATE(2165)] = 107161, + [SMALL_STATE(2166)] = 107215, + [SMALL_STATE(2167)] = 107265, + [SMALL_STATE(2168)] = 107315, + [SMALL_STATE(2169)] = 107365, + [SMALL_STATE(2170)] = 107419, + [SMALL_STATE(2171)] = 107473, + [SMALL_STATE(2172)] = 107523, + [SMALL_STATE(2173)] = 107573, + [SMALL_STATE(2174)] = 107617, + [SMALL_STATE(2175)] = 107703, + [SMALL_STATE(2176)] = 107753, + [SMALL_STATE(2177)] = 107807, + [SMALL_STATE(2178)] = 107861, + [SMALL_STATE(2179)] = 107913, + [SMALL_STATE(2180)] = 107967, + [SMALL_STATE(2181)] = 108013, + [SMALL_STATE(2182)] = 108065, + [SMALL_STATE(2183)] = 108115, + [SMALL_STATE(2184)] = 108201, + [SMALL_STATE(2185)] = 108251, + [SMALL_STATE(2186)] = 108297, + [SMALL_STATE(2187)] = 108347, + [SMALL_STATE(2188)] = 108391, + [SMALL_STATE(2189)] = 108477, + [SMALL_STATE(2190)] = 108521, + [SMALL_STATE(2191)] = 108607, + [SMALL_STATE(2192)] = 108693, + [SMALL_STATE(2193)] = 108779, + [SMALL_STATE(2194)] = 108825, + [SMALL_STATE(2195)] = 108879, + [SMALL_STATE(2196)] = 108929, + [SMALL_STATE(2197)] = 108975, + [SMALL_STATE(2198)] = 109029, + [SMALL_STATE(2199)] = 109079, + [SMALL_STATE(2200)] = 109133, + [SMALL_STATE(2201)] = 109187, + [SMALL_STATE(2202)] = 109241, + [SMALL_STATE(2203)] = 109295, + [SMALL_STATE(2204)] = 109345, + [SMALL_STATE(2205)] = 109389, + [SMALL_STATE(2206)] = 109443, + [SMALL_STATE(2207)] = 109497, + [SMALL_STATE(2208)] = 109541, + [SMALL_STATE(2209)] = 109593, + [SMALL_STATE(2210)] = 109643, + [SMALL_STATE(2211)] = 109695, + [SMALL_STATE(2212)] = 109741, + [SMALL_STATE(2213)] = 109793, + [SMALL_STATE(2214)] = 109837, + [SMALL_STATE(2215)] = 109881, + [SMALL_STATE(2216)] = 109925, + [SMALL_STATE(2217)] = 109977, + [SMALL_STATE(2218)] = 110027, + [SMALL_STATE(2219)] = 110081, + [SMALL_STATE(2220)] = 110125, + [SMALL_STATE(2221)] = 110211, + [SMALL_STATE(2222)] = 110255, + [SMALL_STATE(2223)] = 110298, + [SMALL_STATE(2224)] = 110381, + [SMALL_STATE(2225)] = 110424, + [SMALL_STATE(2226)] = 110467, + [SMALL_STATE(2227)] = 110510, + [SMALL_STATE(2228)] = 110593, + [SMALL_STATE(2229)] = 110638, + [SMALL_STATE(2230)] = 110721, + [SMALL_STATE(2231)] = 110770, + [SMALL_STATE(2232)] = 110813, + [SMALL_STATE(2233)] = 110856, + [SMALL_STATE(2234)] = 110899, + [SMALL_STATE(2235)] = 110942, + [SMALL_STATE(2236)] = 110985, + [SMALL_STATE(2237)] = 111028, + [SMALL_STATE(2238)] = 111071, + [SMALL_STATE(2239)] = 111154, + [SMALL_STATE(2240)] = 111237, + [SMALL_STATE(2241)] = 111320, + [SMALL_STATE(2242)] = 111363, + [SMALL_STATE(2243)] = 111406, + [SMALL_STATE(2244)] = 111489, + [SMALL_STATE(2245)] = 111572, + [SMALL_STATE(2246)] = 111655, + [SMALL_STATE(2247)] = 111738, + [SMALL_STATE(2248)] = 111787, + [SMALL_STATE(2249)] = 111870, + [SMALL_STATE(2250)] = 111919, + [SMALL_STATE(2251)] = 112002, + [SMALL_STATE(2252)] = 112045, + [SMALL_STATE(2253)] = 112128, + [SMALL_STATE(2254)] = 112211, + [SMALL_STATE(2255)] = 112254, + [SMALL_STATE(2256)] = 112303, + [SMALL_STATE(2257)] = 112346, + [SMALL_STATE(2258)] = 112389, + [SMALL_STATE(2259)] = 112472, + [SMALL_STATE(2260)] = 112515, + [SMALL_STATE(2261)] = 112558, + [SMALL_STATE(2262)] = 112601, + [SMALL_STATE(2263)] = 112644, + [SMALL_STATE(2264)] = 112687, + [SMALL_STATE(2265)] = 112738, + [SMALL_STATE(2266)] = 112781, + [SMALL_STATE(2267)] = 112830, + [SMALL_STATE(2268)] = 112873, + [SMALL_STATE(2269)] = 112922, + [SMALL_STATE(2270)] = 112971, + [SMALL_STATE(2271)] = 113022, + [SMALL_STATE(2272)] = 113073, + [SMALL_STATE(2273)] = 113156, + [SMALL_STATE(2274)] = 113239, + [SMALL_STATE(2275)] = 113322, + [SMALL_STATE(2276)] = 113365, + [SMALL_STATE(2277)] = 113441, + [SMALL_STATE(2278)] = 113521, + [SMALL_STATE(2279)] = 113579, + [SMALL_STATE(2280)] = 113623, + [SMALL_STATE(2281)] = 113699, + [SMALL_STATE(2282)] = 113775, + [SMALL_STATE(2283)] = 113851, + [SMALL_STATE(2284)] = 113927, + [SMALL_STATE(2285)] = 113968, + [SMALL_STATE(2286)] = 114009, + [SMALL_STATE(2287)] = 114088, + [SMALL_STATE(2288)] = 114133, + [SMALL_STATE(2289)] = 114178, + [SMALL_STATE(2290)] = 114257, + [SMALL_STATE(2291)] = 114336, + [SMALL_STATE(2292)] = 114415, + [SMALL_STATE(2293)] = 114494, + [SMALL_STATE(2294)] = 114543, + [SMALL_STATE(2295)] = 114592, + [SMALL_STATE(2296)] = 114639, + [SMALL_STATE(2297)] = 114680, + [SMALL_STATE(2298)] = 114721, + [SMALL_STATE(2299)] = 114800, + [SMALL_STATE(2300)] = 114845, + [SMALL_STATE(2301)] = 114890, + [SMALL_STATE(2302)] = 114969, + [SMALL_STATE(2303)] = 115042, + [SMALL_STATE(2304)] = 115115, + [SMALL_STATE(2305)] = 115194, + [SMALL_STATE(2306)] = 115273, + [SMALL_STATE(2307)] = 115314, + [SMALL_STATE(2308)] = 115359, + [SMALL_STATE(2309)] = 115400, + [SMALL_STATE(2310)] = 115441, + [SMALL_STATE(2311)] = 115520, + [SMALL_STATE(2312)] = 115561, + [SMALL_STATE(2313)] = 115602, + [SMALL_STATE(2314)] = 115643, + [SMALL_STATE(2315)] = 115722, + [SMALL_STATE(2316)] = 115801, + [SMALL_STATE(2317)] = 115880, + [SMALL_STATE(2318)] = 115953, + [SMALL_STATE(2319)] = 115994, + [SMALL_STATE(2320)] = 116073, + [SMALL_STATE(2321)] = 116152, + [SMALL_STATE(2322)] = 116197, + [SMALL_STATE(2323)] = 116270, + [SMALL_STATE(2324)] = 116349, + [SMALL_STATE(2325)] = 116394, + [SMALL_STATE(2326)] = 116435, + [SMALL_STATE(2327)] = 116482, + [SMALL_STATE(2328)] = 116523, + [SMALL_STATE(2329)] = 116602, + [SMALL_STATE(2330)] = 116643, + [SMALL_STATE(2331)] = 116692, + [SMALL_STATE(2332)] = 116733, + [SMALL_STATE(2333)] = 116812, + [SMALL_STATE(2334)] = 116857, + [SMALL_STATE(2335)] = 116902, + [SMALL_STATE(2336)] = 116943, + [SMALL_STATE(2337)] = 117022, + [SMALL_STATE(2338)] = 117071, + [SMALL_STATE(2339)] = 117150, + [SMALL_STATE(2340)] = 117191, + [SMALL_STATE(2341)] = 117236, + [SMALL_STATE(2342)] = 117315, + [SMALL_STATE(2343)] = 117394, + [SMALL_STATE(2344)] = 117435, + [SMALL_STATE(2345)] = 117476, + [SMALL_STATE(2346)] = 117555, + [SMALL_STATE(2347)] = 117595, + [SMALL_STATE(2348)] = 117643, + [SMALL_STATE(2349)] = 117691, + [SMALL_STATE(2350)] = 117731, + [SMALL_STATE(2351)] = 117771, + [SMALL_STATE(2352)] = 117819, + [SMALL_STATE(2353)] = 117859, + [SMALL_STATE(2354)] = 117901, + [SMALL_STATE(2355)] = 117943, + [SMALL_STATE(2356)] = 117983, + [SMALL_STATE(2357)] = 118023, + [SMALL_STATE(2358)] = 118063, + [SMALL_STATE(2359)] = 118103, + [SMALL_STATE(2360)] = 118143, + [SMALL_STATE(2361)] = 118183, + [SMALL_STATE(2362)] = 118223, + [SMALL_STATE(2363)] = 118263, + [SMALL_STATE(2364)] = 118311, + [SMALL_STATE(2365)] = 118351, + [SMALL_STATE(2366)] = 118399, + [SMALL_STATE(2367)] = 118439, + [SMALL_STATE(2368)] = 118479, + [SMALL_STATE(2369)] = 118519, + [SMALL_STATE(2370)] = 118567, + [SMALL_STATE(2371)] = 118607, + [SMALL_STATE(2372)] = 118647, + [SMALL_STATE(2373)] = 118687, + [SMALL_STATE(2374)] = 118760, + [SMALL_STATE(2375)] = 118799, + [SMALL_STATE(2376)] = 118872, + [SMALL_STATE(2377)] = 118911, + [SMALL_STATE(2378)] = 118954, + [SMALL_STATE(2379)] = 118993, + [SMALL_STATE(2380)] = 119032, + [SMALL_STATE(2381)] = 119105, + [SMALL_STATE(2382)] = 119148, + [SMALL_STATE(2383)] = 119221, + [SMALL_STATE(2384)] = 119260, + [SMALL_STATE(2385)] = 119299, + [SMALL_STATE(2386)] = 119342, + [SMALL_STATE(2387)] = 119415, + [SMALL_STATE(2388)] = 119488, + [SMALL_STATE(2389)] = 119561, + [SMALL_STATE(2390)] = 119600, + [SMALL_STATE(2391)] = 119643, + [SMALL_STATE(2392)] = 119716, + [SMALL_STATE(2393)] = 119789, + [SMALL_STATE(2394)] = 119832, + [SMALL_STATE(2395)] = 119875, + [SMALL_STATE(2396)] = 119948, + [SMALL_STATE(2397)] = 120021, + [SMALL_STATE(2398)] = 120094, + [SMALL_STATE(2399)] = 120133, + [SMALL_STATE(2400)] = 120172, + [SMALL_STATE(2401)] = 120245, + [SMALL_STATE(2402)] = 120284, + [SMALL_STATE(2403)] = 120357, + [SMALL_STATE(2404)] = 120400, + [SMALL_STATE(2405)] = 120473, + [SMALL_STATE(2406)] = 120512, + [SMALL_STATE(2407)] = 120585, + [SMALL_STATE(2408)] = 120624, + [SMALL_STATE(2409)] = 120663, + [SMALL_STATE(2410)] = 120702, + [SMALL_STATE(2411)] = 120741, + [SMALL_STATE(2412)] = 120814, + [SMALL_STATE(2413)] = 120891, + [SMALL_STATE(2414)] = 120964, + [SMALL_STATE(2415)] = 121011, + [SMALL_STATE(2416)] = 121058, + [SMALL_STATE(2417)] = 121097, + [SMALL_STATE(2418)] = 121136, + [SMALL_STATE(2419)] = 121175, + [SMALL_STATE(2420)] = 121248, + [SMALL_STATE(2421)] = 121287, + [SMALL_STATE(2422)] = 121360, + [SMALL_STATE(2423)] = 121433, + [SMALL_STATE(2424)] = 121472, + [SMALL_STATE(2425)] = 121545, + [SMALL_STATE(2426)] = 121618, + [SMALL_STATE(2427)] = 121657, + [SMALL_STATE(2428)] = 121696, + [SMALL_STATE(2429)] = 121735, + [SMALL_STATE(2430)] = 121808, + [SMALL_STATE(2431)] = 121847, + [SMALL_STATE(2432)] = 121918, + [SMALL_STATE(2433)] = 121991, + [SMALL_STATE(2434)] = 122034, + [SMALL_STATE(2435)] = 122107, + [SMALL_STATE(2436)] = 122146, + [SMALL_STATE(2437)] = 122185, + [SMALL_STATE(2438)] = 122258, + [SMALL_STATE(2439)] = 122297, + [SMALL_STATE(2440)] = 122336, + [SMALL_STATE(2441)] = 122375, + [SMALL_STATE(2442)] = 122448, + [SMALL_STATE(2443)] = 122487, + [SMALL_STATE(2444)] = 122560, + [SMALL_STATE(2445)] = 122633, + [SMALL_STATE(2446)] = 122706, + [SMALL_STATE(2447)] = 122779, + [SMALL_STATE(2448)] = 122818, + [SMALL_STATE(2449)] = 122857, + [SMALL_STATE(2450)] = 122896, + [SMALL_STATE(2451)] = 122935, + [SMALL_STATE(2452)] = 123008, + [SMALL_STATE(2453)] = 123047, + [SMALL_STATE(2454)] = 123086, + [SMALL_STATE(2455)] = 123163, + [SMALL_STATE(2456)] = 123236, + [SMALL_STATE(2457)] = 123275, + [SMALL_STATE(2458)] = 123314, + [SMALL_STATE(2459)] = 123386, + [SMALL_STATE(2460)] = 123458, + [SMALL_STATE(2461)] = 123530, + [SMALL_STATE(2462)] = 123602, + [SMALL_STATE(2463)] = 123674, + [SMALL_STATE(2464)] = 123746, + [SMALL_STATE(2465)] = 123818, + [SMALL_STATE(2466)] = 123890, + [SMALL_STATE(2467)] = 123962, + [SMALL_STATE(2468)] = 124034, + [SMALL_STATE(2469)] = 124104, + [SMALL_STATE(2470)] = 124176, + [SMALL_STATE(2471)] = 124248, + [SMALL_STATE(2472)] = 124318, + [SMALL_STATE(2473)] = 124390, + [SMALL_STATE(2474)] = 124462, + [SMALL_STATE(2475)] = 124534, + [SMALL_STATE(2476)] = 124606, + [SMALL_STATE(2477)] = 124678, + [SMALL_STATE(2478)] = 124748, + [SMALL_STATE(2479)] = 124820, + [SMALL_STATE(2480)] = 124892, + [SMALL_STATE(2481)] = 124964, + [SMALL_STATE(2482)] = 125036, + [SMALL_STATE(2483)] = 125108, + [SMALL_STATE(2484)] = 125178, + [SMALL_STATE(2485)] = 125216, + [SMALL_STATE(2486)] = 125286, + [SMALL_STATE(2487)] = 125358, + [SMALL_STATE(2488)] = 125430, + [SMALL_STATE(2489)] = 125502, + [SMALL_STATE(2490)] = 125574, + [SMALL_STATE(2491)] = 125644, + [SMALL_STATE(2492)] = 125716, + [SMALL_STATE(2493)] = 125786, + [SMALL_STATE(2494)] = 125858, + [SMALL_STATE(2495)] = 125930, + [SMALL_STATE(2496)] = 126002, + [SMALL_STATE(2497)] = 126074, + [SMALL_STATE(2498)] = 126146, + [SMALL_STATE(2499)] = 126218, + [SMALL_STATE(2500)] = 126290, + [SMALL_STATE(2501)] = 126362, + [SMALL_STATE(2502)] = 126432, + [SMALL_STATE(2503)] = 126504, + [SMALL_STATE(2504)] = 126576, + [SMALL_STATE(2505)] = 126614, + [SMALL_STATE(2506)] = 126686, + [SMALL_STATE(2507)] = 126758, + [SMALL_STATE(2508)] = 126830, + [SMALL_STATE(2509)] = 126902, + [SMALL_STATE(2510)] = 126940, + [SMALL_STATE(2511)] = 127012, + [SMALL_STATE(2512)] = 127050, + [SMALL_STATE(2513)] = 127122, + [SMALL_STATE(2514)] = 127194, + [SMALL_STATE(2515)] = 127266, + [SMALL_STATE(2516)] = 127336, + [SMALL_STATE(2517)] = 127406, + [SMALL_STATE(2518)] = 127478, + [SMALL_STATE(2519)] = 127550, + [SMALL_STATE(2520)] = 127594, + [SMALL_STATE(2521)] = 127632, + [SMALL_STATE(2522)] = 127704, + [SMALL_STATE(2523)] = 127774, + [SMALL_STATE(2524)] = 127812, + [SMALL_STATE(2525)] = 127882, + [SMALL_STATE(2526)] = 127954, + [SMALL_STATE(2527)] = 128026, + [SMALL_STATE(2528)] = 128098, + [SMALL_STATE(2529)] = 128170, + [SMALL_STATE(2530)] = 128216, + [SMALL_STATE(2531)] = 128286, + [SMALL_STATE(2532)] = 128358, + [SMALL_STATE(2533)] = 128428, + [SMALL_STATE(2534)] = 128500, + [SMALL_STATE(2535)] = 128570, + [SMALL_STATE(2536)] = 128640, + [SMALL_STATE(2537)] = 128686, + [SMALL_STATE(2538)] = 128758, + [SMALL_STATE(2539)] = 128796, + [SMALL_STATE(2540)] = 128868, + [SMALL_STATE(2541)] = 128940, + [SMALL_STATE(2542)] = 129012, + [SMALL_STATE(2543)] = 129082, + [SMALL_STATE(2544)] = 129154, + [SMALL_STATE(2545)] = 129224, + [SMALL_STATE(2546)] = 129294, + [SMALL_STATE(2547)] = 129366, + [SMALL_STATE(2548)] = 129438, + [SMALL_STATE(2549)] = 129510, + [SMALL_STATE(2550)] = 129580, + [SMALL_STATE(2551)] = 129652, + [SMALL_STATE(2552)] = 129722, + [SMALL_STATE(2553)] = 129794, + [SMALL_STATE(2554)] = 129866, + [SMALL_STATE(2555)] = 129938, + [SMALL_STATE(2556)] = 130010, + [SMALL_STATE(2557)] = 130082, + [SMALL_STATE(2558)] = 130149, + [SMALL_STATE(2559)] = 130218, + [SMALL_STATE(2560)] = 130287, + [SMALL_STATE(2561)] = 130356, + [SMALL_STATE(2562)] = 130399, + [SMALL_STATE(2563)] = 130464, + [SMALL_STATE(2564)] = 130533, + [SMALL_STATE(2565)] = 130574, + [SMALL_STATE(2566)] = 130643, + [SMALL_STATE(2567)] = 130686, + [SMALL_STATE(2568)] = 130755, + [SMALL_STATE(2569)] = 130824, + [SMALL_STATE(2570)] = 130893, + [SMALL_STATE(2571)] = 130962, + [SMALL_STATE(2572)] = 131037, + [SMALL_STATE(2573)] = 131106, + [SMALL_STATE(2574)] = 131145, + [SMALL_STATE(2575)] = 131214, + [SMALL_STATE(2576)] = 131283, + [SMALL_STATE(2577)] = 131326, + [SMALL_STATE(2578)] = 131395, + [SMALL_STATE(2579)] = 131464, + [SMALL_STATE(2580)] = 131533, + [SMALL_STATE(2581)] = 131600, + [SMALL_STATE(2582)] = 131669, + [SMALL_STATE(2583)] = 131738, + [SMALL_STATE(2584)] = 131781, + [SMALL_STATE(2585)] = 131850, + [SMALL_STATE(2586)] = 131917, + [SMALL_STATE(2587)] = 131986, + [SMALL_STATE(2588)] = 132029, + [SMALL_STATE(2589)] = 132098, + [SMALL_STATE(2590)] = 132173, + [SMALL_STATE(2591)] = 132242, + [SMALL_STATE(2592)] = 132309, + [SMALL_STATE(2593)] = 132378, + [SMALL_STATE(2594)] = 132447, + [SMALL_STATE(2595)] = 132514, + [SMALL_STATE(2596)] = 132589, + [SMALL_STATE(2597)] = 132658, + [SMALL_STATE(2598)] = 132707, + [SMALL_STATE(2599)] = 132762, + [SMALL_STATE(2600)] = 132831, + [SMALL_STATE(2601)] = 132900, + [SMALL_STATE(2602)] = 132955, + [SMALL_STATE(2603)] = 133024, + [SMALL_STATE(2604)] = 133093, + [SMALL_STATE(2605)] = 133162, + [SMALL_STATE(2606)] = 133229, + [SMALL_STATE(2607)] = 133298, + [SMALL_STATE(2608)] = 133341, + [SMALL_STATE(2609)] = 133410, + [SMALL_STATE(2610)] = 133477, + [SMALL_STATE(2611)] = 133520, + [SMALL_STATE(2612)] = 133589, + [SMALL_STATE(2613)] = 133658, + [SMALL_STATE(2614)] = 133727, + [SMALL_STATE(2615)] = 133770, + [SMALL_STATE(2616)] = 133813, + [SMALL_STATE(2617)] = 133880, + [SMALL_STATE(2618)] = 133929, + [SMALL_STATE(2619)] = 133998, + [SMALL_STATE(2620)] = 134067, + [SMALL_STATE(2621)] = 134136, + [SMALL_STATE(2622)] = 134203, + [SMALL_STATE(2623)] = 134246, + [SMALL_STATE(2624)] = 134313, + [SMALL_STATE(2625)] = 134382, + [SMALL_STATE(2626)] = 134451, + [SMALL_STATE(2627)] = 134520, + [SMALL_STATE(2628)] = 134589, + [SMALL_STATE(2629)] = 134631, + [SMALL_STATE(2630)] = 134671, + [SMALL_STATE(2631)] = 134735, + [SMALL_STATE(2632)] = 134799, + [SMALL_STATE(2633)] = 134863, + [SMALL_STATE(2634)] = 134927, + [SMALL_STATE(2635)] = 134991, + [SMALL_STATE(2636)] = 135055, + [SMALL_STATE(2637)] = 135119, + [SMALL_STATE(2638)] = 135183, + [SMALL_STATE(2639)] = 135247, + [SMALL_STATE(2640)] = 135311, + [SMALL_STATE(2641)] = 135375, + [SMALL_STATE(2642)] = 135439, + [SMALL_STATE(2643)] = 135475, + [SMALL_STATE(2644)] = 135539, + [SMALL_STATE(2645)] = 135603, + [SMALL_STATE(2646)] = 135667, + [SMALL_STATE(2647)] = 135731, + [SMALL_STATE(2648)] = 135795, + [SMALL_STATE(2649)] = 135859, + [SMALL_STATE(2650)] = 135895, + [SMALL_STATE(2651)] = 135959, + [SMALL_STATE(2652)] = 136023, + [SMALL_STATE(2653)] = 136087, + [SMALL_STATE(2654)] = 136151, + [SMALL_STATE(2655)] = 136215, + [SMALL_STATE(2656)] = 136279, + [SMALL_STATE(2657)] = 136343, + [SMALL_STATE(2658)] = 136407, + [SMALL_STATE(2659)] = 136471, + [SMALL_STATE(2660)] = 136535, + [SMALL_STATE(2661)] = 136599, + [SMALL_STATE(2662)] = 136663, + [SMALL_STATE(2663)] = 136727, + [SMALL_STATE(2664)] = 136769, + [SMALL_STATE(2665)] = 136833, + [SMALL_STATE(2666)] = 136897, + [SMALL_STATE(2667)] = 136933, + [SMALL_STATE(2668)] = 136997, + [SMALL_STATE(2669)] = 137061, + [SMALL_STATE(2670)] = 137125, + [SMALL_STATE(2671)] = 137189, + [SMALL_STATE(2672)] = 137253, + [SMALL_STATE(2673)] = 137317, + [SMALL_STATE(2674)] = 137381, + [SMALL_STATE(2675)] = 137417, + [SMALL_STATE(2676)] = 137481, + [SMALL_STATE(2677)] = 137523, + [SMALL_STATE(2678)] = 137587, + [SMALL_STATE(2679)] = 137623, + [SMALL_STATE(2680)] = 137687, + [SMALL_STATE(2681)] = 137751, + [SMALL_STATE(2682)] = 137787, + [SMALL_STATE(2683)] = 137851, + [SMALL_STATE(2684)] = 137915, + [SMALL_STATE(2685)] = 137951, + [SMALL_STATE(2686)] = 137987, + [SMALL_STATE(2687)] = 138023, + [SMALL_STATE(2688)] = 138087, + [SMALL_STATE(2689)] = 138151, + [SMALL_STATE(2690)] = 138215, + [SMALL_STATE(2691)] = 138255, + [SMALL_STATE(2692)] = 138319, + [SMALL_STATE(2693)] = 138383, + [SMALL_STATE(2694)] = 138447, + [SMALL_STATE(2695)] = 138511, + [SMALL_STATE(2696)] = 138575, + [SMALL_STATE(2697)] = 138611, + [SMALL_STATE(2698)] = 138675, + [SMALL_STATE(2699)] = 138739, + [SMALL_STATE(2700)] = 138803, + [SMALL_STATE(2701)] = 138867, + [SMALL_STATE(2702)] = 138903, + [SMALL_STATE(2703)] = 138967, + [SMALL_STATE(2704)] = 139031, + [SMALL_STATE(2705)] = 139095, + [SMALL_STATE(2706)] = 139131, + [SMALL_STATE(2707)] = 139195, + [SMALL_STATE(2708)] = 139237, + [SMALL_STATE(2709)] = 139279, + [SMALL_STATE(2710)] = 139321, + [SMALL_STATE(2711)] = 139385, + [SMALL_STATE(2712)] = 139449, + [SMALL_STATE(2713)] = 139513, + [SMALL_STATE(2714)] = 139577, + [SMALL_STATE(2715)] = 139641, + [SMALL_STATE(2716)] = 139705, + [SMALL_STATE(2717)] = 139769, + [SMALL_STATE(2718)] = 139805, + [SMALL_STATE(2719)] = 139841, + [SMALL_STATE(2720)] = 139905, + [SMALL_STATE(2721)] = 139969, + [SMALL_STATE(2722)] = 140033, + [SMALL_STATE(2723)] = 140097, + [SMALL_STATE(2724)] = 140133, + [SMALL_STATE(2725)] = 140169, + [SMALL_STATE(2726)] = 140233, + [SMALL_STATE(2727)] = 140271, + [SMALL_STATE(2728)] = 140335, + [SMALL_STATE(2729)] = 140399, + [SMALL_STATE(2730)] = 140463, + [SMALL_STATE(2731)] = 140527, + [SMALL_STATE(2732)] = 140569, + [SMALL_STATE(2733)] = 140611, + [SMALL_STATE(2734)] = 140675, + [SMALL_STATE(2735)] = 140739, + [SMALL_STATE(2736)] = 140803, + [SMALL_STATE(2737)] = 140867, + [SMALL_STATE(2738)] = 140931, + [SMALL_STATE(2739)] = 140995, + [SMALL_STATE(2740)] = 141059, + [SMALL_STATE(2741)] = 141123, + [SMALL_STATE(2742)] = 141159, + [SMALL_STATE(2743)] = 141199, + [SMALL_STATE(2744)] = 141263, + [SMALL_STATE(2745)] = 141299, + [SMALL_STATE(2746)] = 141363, + [SMALL_STATE(2747)] = 141399, + [SMALL_STATE(2748)] = 141435, + [SMALL_STATE(2749)] = 141499, + [SMALL_STATE(2750)] = 141563, + [SMALL_STATE(2751)] = 141599, + [SMALL_STATE(2752)] = 141663, + [SMALL_STATE(2753)] = 141727, + [SMALL_STATE(2754)] = 141791, + [SMALL_STATE(2755)] = 141855, + [SMALL_STATE(2756)] = 141919, + [SMALL_STATE(2757)] = 141955, + [SMALL_STATE(2758)] = 141991, + [SMALL_STATE(2759)] = 142055, + [SMALL_STATE(2760)] = 142119, + [SMALL_STATE(2761)] = 142161, + [SMALL_STATE(2762)] = 142225, + [SMALL_STATE(2763)] = 142289, + [SMALL_STATE(2764)] = 142353, + [SMALL_STATE(2765)] = 142417, + [SMALL_STATE(2766)] = 142481, + [SMALL_STATE(2767)] = 142545, + [SMALL_STATE(2768)] = 142617, + [SMALL_STATE(2769)] = 142659, + [SMALL_STATE(2770)] = 142723, + [SMALL_STATE(2771)] = 142787, + [SMALL_STATE(2772)] = 142851, + [SMALL_STATE(2773)] = 142915, + [SMALL_STATE(2774)] = 142979, + [SMALL_STATE(2775)] = 143043, + [SMALL_STATE(2776)] = 143107, + [SMALL_STATE(2777)] = 143149, + [SMALL_STATE(2778)] = 143213, + [SMALL_STATE(2779)] = 143277, + [SMALL_STATE(2780)] = 143341, + [SMALL_STATE(2781)] = 143405, + [SMALL_STATE(2782)] = 143469, + [SMALL_STATE(2783)] = 143533, + [SMALL_STATE(2784)] = 143597, + [SMALL_STATE(2785)] = 143661, + [SMALL_STATE(2786)] = 143725, + [SMALL_STATE(2787)] = 143789, + [SMALL_STATE(2788)] = 143831, + [SMALL_STATE(2789)] = 143895, + [SMALL_STATE(2790)] = 143959, + [SMALL_STATE(2791)] = 144023, + [SMALL_STATE(2792)] = 144059, + [SMALL_STATE(2793)] = 144123, + [SMALL_STATE(2794)] = 144159, + [SMALL_STATE(2795)] = 144223, + [SMALL_STATE(2796)] = 144287, + [SMALL_STATE(2797)] = 144351, + [SMALL_STATE(2798)] = 144415, + [SMALL_STATE(2799)] = 144451, + [SMALL_STATE(2800)] = 144487, + [SMALL_STATE(2801)] = 144523, + [SMALL_STATE(2802)] = 144587, + [SMALL_STATE(2803)] = 144651, + [SMALL_STATE(2804)] = 144715, + [SMALL_STATE(2805)] = 144779, + [SMALL_STATE(2806)] = 144843, + [SMALL_STATE(2807)] = 144885, + [SMALL_STATE(2808)] = 144949, + [SMALL_STATE(2809)] = 145013, + [SMALL_STATE(2810)] = 145077, + [SMALL_STATE(2811)] = 145141, + [SMALL_STATE(2812)] = 145205, + [SMALL_STATE(2813)] = 145241, + [SMALL_STATE(2814)] = 145283, + [SMALL_STATE(2815)] = 145347, + [SMALL_STATE(2816)] = 145389, + [SMALL_STATE(2817)] = 145453, + [SMALL_STATE(2818)] = 145517, + [SMALL_STATE(2819)] = 145581, + [SMALL_STATE(2820)] = 145645, + [SMALL_STATE(2821)] = 145709, + [SMALL_STATE(2822)] = 145773, + [SMALL_STATE(2823)] = 145809, + [SMALL_STATE(2824)] = 145845, + [SMALL_STATE(2825)] = 145887, + [SMALL_STATE(2826)] = 145951, + [SMALL_STATE(2827)] = 146015, + [SMALL_STATE(2828)] = 146087, + [SMALL_STATE(2829)] = 146151, + [SMALL_STATE(2830)] = 146191, + [SMALL_STATE(2831)] = 146255, + [SMALL_STATE(2832)] = 146319, + [SMALL_STATE(2833)] = 146383, + [SMALL_STATE(2834)] = 146447, + [SMALL_STATE(2835)] = 146511, + [SMALL_STATE(2836)] = 146575, + [SMALL_STATE(2837)] = 146639, + [SMALL_STATE(2838)] = 146703, + [SMALL_STATE(2839)] = 146739, + [SMALL_STATE(2840)] = 146803, + [SMALL_STATE(2841)] = 146867, + [SMALL_STATE(2842)] = 146931, + [SMALL_STATE(2843)] = 146967, + [SMALL_STATE(2844)] = 147031, + [SMALL_STATE(2845)] = 147095, + [SMALL_STATE(2846)] = 147159, + [SMALL_STATE(2847)] = 147223, + [SMALL_STATE(2848)] = 147287, + [SMALL_STATE(2849)] = 147351, + [SMALL_STATE(2850)] = 147415, + [SMALL_STATE(2851)] = 147479, + [SMALL_STATE(2852)] = 147543, + [SMALL_STATE(2853)] = 147579, + [SMALL_STATE(2854)] = 147643, + [SMALL_STATE(2855)] = 147707, + [SMALL_STATE(2856)] = 147771, + [SMALL_STATE(2857)] = 147835, + [SMALL_STATE(2858)] = 147871, + [SMALL_STATE(2859)] = 147907, + [SMALL_STATE(2860)] = 147971, + [SMALL_STATE(2861)] = 148035, + [SMALL_STATE(2862)] = 148099, + [SMALL_STATE(2863)] = 148171, + [SMALL_STATE(2864)] = 148207, + [SMALL_STATE(2865)] = 148271, + [SMALL_STATE(2866)] = 148335, + [SMALL_STATE(2867)] = 148399, + [SMALL_STATE(2868)] = 148463, + [SMALL_STATE(2869)] = 148527, + [SMALL_STATE(2870)] = 148575, + [SMALL_STATE(2871)] = 148639, + [SMALL_STATE(2872)] = 148703, + [SMALL_STATE(2873)] = 148767, + [SMALL_STATE(2874)] = 148831, + [SMALL_STATE(2875)] = 148873, + [SMALL_STATE(2876)] = 148937, + [SMALL_STATE(2877)] = 149001, + [SMALL_STATE(2878)] = 149065, + [SMALL_STATE(2879)] = 149129, + [SMALL_STATE(2880)] = 149177, + [SMALL_STATE(2881)] = 149241, + [SMALL_STATE(2882)] = 149295, + [SMALL_STATE(2883)] = 149359, + [SMALL_STATE(2884)] = 149423, + [SMALL_STATE(2885)] = 149487, + [SMALL_STATE(2886)] = 149527, + [SMALL_STATE(2887)] = 149591, + [SMALL_STATE(2888)] = 149655, + [SMALL_STATE(2889)] = 149719, + [SMALL_STATE(2890)] = 149783, + [SMALL_STATE(2891)] = 149819, + [SMALL_STATE(2892)] = 149873, + [SMALL_STATE(2893)] = 149937, + [SMALL_STATE(2894)] = 150001, + [SMALL_STATE(2895)] = 150065, + [SMALL_STATE(2896)] = 150107, + [SMALL_STATE(2897)] = 150171, + [SMALL_STATE(2898)] = 150208, + [SMALL_STATE(2899)] = 150243, + [SMALL_STATE(2900)] = 150284, + [SMALL_STATE(2901)] = 150319, + [SMALL_STATE(2902)] = 150354, + [SMALL_STATE(2903)] = 150397, + [SMALL_STATE(2904)] = 150432, + [SMALL_STATE(2905)] = 150471, + [SMALL_STATE(2906)] = 150506, + [SMALL_STATE(2907)] = 150547, + [SMALL_STATE(2908)] = 150588, + [SMALL_STATE(2909)] = 150623, + [SMALL_STATE(2910)] = 150664, + [SMALL_STATE(2911)] = 150699, + [SMALL_STATE(2912)] = 150738, + [SMALL_STATE(2913)] = 150777, + [SMALL_STATE(2914)] = 150820, + [SMALL_STATE(2915)] = 150861, + [SMALL_STATE(2916)] = 150896, + [SMALL_STATE(2917)] = 150935, + [SMALL_STATE(2918)] = 150970, + [SMALL_STATE(2919)] = 151009, + [SMALL_STATE(2920)] = 151044, + [SMALL_STATE(2921)] = 151079, + [SMALL_STATE(2922)] = 151114, + [SMALL_STATE(2923)] = 151149, + [SMALL_STATE(2924)] = 151188, + [SMALL_STATE(2925)] = 151229, + [SMALL_STATE(2926)] = 151270, + [SMALL_STATE(2927)] = 151317, + [SMALL_STATE(2928)] = 151354, + [SMALL_STATE(2929)] = 151389, + [SMALL_STATE(2930)] = 151424, + [SMALL_STATE(2931)] = 151459, + [SMALL_STATE(2932)] = 151498, + [SMALL_STATE(2933)] = 151533, + [SMALL_STATE(2934)] = 151574, + [SMALL_STATE(2935)] = 151609, + [SMALL_STATE(2936)] = 151644, + [SMALL_STATE(2937)] = 151679, + [SMALL_STATE(2938)] = 151714, + [SMALL_STATE(2939)] = 151749, + [SMALL_STATE(2940)] = 151788, + [SMALL_STATE(2941)] = 151823, + [SMALL_STATE(2942)] = 151870, + [SMALL_STATE(2943)] = 151917, + [SMALL_STATE(2944)] = 151952, + [SMALL_STATE(2945)] = 151993, + [SMALL_STATE(2946)] = 152046, + [SMALL_STATE(2947)] = 152089, + [SMALL_STATE(2948)] = 152126, + [SMALL_STATE(2949)] = 152161, + [SMALL_STATE(2950)] = 152202, + [SMALL_STATE(2951)] = 152243, + [SMALL_STATE(2952)] = 152284, + [SMALL_STATE(2953)] = 152325, + [SMALL_STATE(2954)] = 152360, + [SMALL_STATE(2955)] = 152395, + [SMALL_STATE(2956)] = 152436, + [SMALL_STATE(2957)] = 152489, + [SMALL_STATE(2958)] = 152530, + [SMALL_STATE(2959)] = 152571, + [SMALL_STATE(2960)] = 152618, + [SMALL_STATE(2961)] = 152653, + [SMALL_STATE(2962)] = 152688, + [SMALL_STATE(2963)] = 152741, + [SMALL_STATE(2964)] = 152776, + [SMALL_STATE(2965)] = 152813, + [SMALL_STATE(2966)] = 152850, + [SMALL_STATE(2967)] = 152885, + [SMALL_STATE(2968)] = 152932, + [SMALL_STATE(2969)] = 152979, + [SMALL_STATE(2970)] = 153020, + [SMALL_STATE(2971)] = 153061, + [SMALL_STATE(2972)] = 153102, + [SMALL_STATE(2973)] = 153143, + [SMALL_STATE(2974)] = 153184, + [SMALL_STATE(2975)] = 153225, + [SMALL_STATE(2976)] = 153260, + [SMALL_STATE(2977)] = 153297, + [SMALL_STATE(2978)] = 153332, + [SMALL_STATE(2979)] = 153367, + [SMALL_STATE(2980)] = 153402, + [SMALL_STATE(2981)] = 153437, + [SMALL_STATE(2982)] = 153478, + [SMALL_STATE(2983)] = 153513, + [SMALL_STATE(2984)] = 153566, + [SMALL_STATE(2985)] = 153619, + [SMALL_STATE(2986)] = 153654, + [SMALL_STATE(2987)] = 153695, + [SMALL_STATE(2988)] = 153748, + [SMALL_STATE(2989)] = 153783, + [SMALL_STATE(2990)] = 153826, + [SMALL_STATE(2991)] = 153863, + [SMALL_STATE(2992)] = 153902, + [SMALL_STATE(2993)] = 153937, + [SMALL_STATE(2994)] = 153978, + [SMALL_STATE(2995)] = 154019, + [SMALL_STATE(2996)] = 154060, + [SMALL_STATE(2997)] = 154101, + [SMALL_STATE(2998)] = 154141, + [SMALL_STATE(2999)] = 154181, + [SMALL_STATE(3000)] = 154221, + [SMALL_STATE(3001)] = 154255, + [SMALL_STATE(3002)] = 154295, + [SMALL_STATE(3003)] = 154335, + [SMALL_STATE(3004)] = 154375, + [SMALL_STATE(3005)] = 154415, + [SMALL_STATE(3006)] = 154455, + [SMALL_STATE(3007)] = 154489, + [SMALL_STATE(3008)] = 154529, + [SMALL_STATE(3009)] = 154569, + [SMALL_STATE(3010)] = 154609, + [SMALL_STATE(3011)] = 154643, + [SMALL_STATE(3012)] = 154693, + [SMALL_STATE(3013)] = 154733, + [SMALL_STATE(3014)] = 154773, + [SMALL_STATE(3015)] = 154807, + [SMALL_STATE(3016)] = 154847, + [SMALL_STATE(3017)] = 154887, + [SMALL_STATE(3018)] = 154927, + [SMALL_STATE(3019)] = 154961, + [SMALL_STATE(3020)] = 154995, + [SMALL_STATE(3021)] = 155033, + [SMALL_STATE(3022)] = 155075, + [SMALL_STATE(3023)] = 155109, + [SMALL_STATE(3024)] = 155143, + [SMALL_STATE(3025)] = 155177, + [SMALL_STATE(3026)] = 155227, + [SMALL_STATE(3027)] = 155261, + [SMALL_STATE(3028)] = 155311, + [SMALL_STATE(3029)] = 155345, + [SMALL_STATE(3030)] = 155385, + [SMALL_STATE(3031)] = 155427, + [SMALL_STATE(3032)] = 155469, + [SMALL_STATE(3033)] = 155509, + [SMALL_STATE(3034)] = 155549, + [SMALL_STATE(3035)] = 155591, + [SMALL_STATE(3036)] = 155631, + [SMALL_STATE(3037)] = 155671, + [SMALL_STATE(3038)] = 155721, + [SMALL_STATE(3039)] = 155761, + [SMALL_STATE(3040)] = 155807, + [SMALL_STATE(3041)] = 155843, + [SMALL_STATE(3042)] = 155883, + [SMALL_STATE(3043)] = 155929, + [SMALL_STATE(3044)] = 155971, + [SMALL_STATE(3045)] = 156011, + [SMALL_STATE(3046)] = 156051, + [SMALL_STATE(3047)] = 156085, + [SMALL_STATE(3048)] = 156118, + [SMALL_STATE(3049)] = 156151, + [SMALL_STATE(3050)] = 156184, + [SMALL_STATE(3051)] = 156243, + [SMALL_STATE(3052)] = 156276, + [SMALL_STATE(3053)] = 156309, + [SMALL_STATE(3054)] = 156342, + [SMALL_STATE(3055)] = 156401, + [SMALL_STATE(3056)] = 156434, + [SMALL_STATE(3057)] = 156467, + [SMALL_STATE(3058)] = 156526, + [SMALL_STATE(3059)] = 156585, + [SMALL_STATE(3060)] = 156618, + [SMALL_STATE(3061)] = 156677, + [SMALL_STATE(3062)] = 156710, + [SMALL_STATE(3063)] = 156743, + [SMALL_STATE(3064)] = 156776, + [SMALL_STATE(3065)] = 156835, + [SMALL_STATE(3066)] = 156868, + [SMALL_STATE(3067)] = 156901, + [SMALL_STATE(3068)] = 156934, + [SMALL_STATE(3069)] = 156967, + [SMALL_STATE(3070)] = 157008, + [SMALL_STATE(3071)] = 157067, + [SMALL_STATE(3072)] = 157100, + [SMALL_STATE(3073)] = 157133, + [SMALL_STATE(3074)] = 157166, + [SMALL_STATE(3075)] = 157199, + [SMALL_STATE(3076)] = 157258, + [SMALL_STATE(3077)] = 157323, + [SMALL_STATE(3078)] = 157356, + [SMALL_STATE(3079)] = 157389, + [SMALL_STATE(3080)] = 157422, + [SMALL_STATE(3081)] = 157481, + [SMALL_STATE(3082)] = 157514, + [SMALL_STATE(3083)] = 157579, + [SMALL_STATE(3084)] = 157638, + [SMALL_STATE(3085)] = 157697, + [SMALL_STATE(3086)] = 157730, + [SMALL_STATE(3087)] = 157763, + [SMALL_STATE(3088)] = 157796, + [SMALL_STATE(3089)] = 157829, + [SMALL_STATE(3090)] = 157862, + [SMALL_STATE(3091)] = 157895, + [SMALL_STATE(3092)] = 157928, + [SMALL_STATE(3093)] = 157987, + [SMALL_STATE(3094)] = 158020, + [SMALL_STATE(3095)] = 158079, + [SMALL_STATE(3096)] = 158138, + [SMALL_STATE(3097)] = 158171, + [SMALL_STATE(3098)] = 158204, + [SMALL_STATE(3099)] = 158263, + [SMALL_STATE(3100)] = 158302, + [SMALL_STATE(3101)] = 158361, + [SMALL_STATE(3102)] = 158400, + [SMALL_STATE(3103)] = 158459, + [SMALL_STATE(3104)] = 158518, + [SMALL_STATE(3105)] = 158577, + [SMALL_STATE(3106)] = 158636, + [SMALL_STATE(3107)] = 158669, + [SMALL_STATE(3108)] = 158702, + [SMALL_STATE(3109)] = 158741, + [SMALL_STATE(3110)] = 158800, + [SMALL_STATE(3111)] = 158859, + [SMALL_STATE(3112)] = 158898, + [SMALL_STATE(3113)] = 158957, + [SMALL_STATE(3114)] = 158990, + [SMALL_STATE(3115)] = 159049, + [SMALL_STATE(3116)] = 159082, + [SMALL_STATE(3117)] = 159121, + [SMALL_STATE(3118)] = 159180, + [SMALL_STATE(3119)] = 159219, + [SMALL_STATE(3120)] = 159258, + [SMALL_STATE(3121)] = 159291, + [SMALL_STATE(3122)] = 159350, + [SMALL_STATE(3123)] = 159389, + [SMALL_STATE(3124)] = 159448, + [SMALL_STATE(3125)] = 159481, + [SMALL_STATE(3126)] = 159540, + [SMALL_STATE(3127)] = 159599, + [SMALL_STATE(3128)] = 159640, + [SMALL_STATE(3129)] = 159699, + [SMALL_STATE(3130)] = 159758, + [SMALL_STATE(3131)] = 159791, + [SMALL_STATE(3132)] = 159850, + [SMALL_STATE(3133)] = 159883, + [SMALL_STATE(3134)] = 159942, + [SMALL_STATE(3135)] = 159975, + [SMALL_STATE(3136)] = 160008, + [SMALL_STATE(3137)] = 160041, + [SMALL_STATE(3138)] = 160074, + [SMALL_STATE(3139)] = 160107, + [SMALL_STATE(3140)] = 160140, + [SMALL_STATE(3141)] = 160173, + [SMALL_STATE(3142)] = 160238, + [SMALL_STATE(3143)] = 160303, + [SMALL_STATE(3144)] = 160336, + [SMALL_STATE(3145)] = 160377, + [SMALL_STATE(3146)] = 160418, + [SMALL_STATE(3147)] = 160459, + [SMALL_STATE(3148)] = 160518, + [SMALL_STATE(3149)] = 160551, + [SMALL_STATE(3150)] = 160610, + [SMALL_STATE(3151)] = 160643, + [SMALL_STATE(3152)] = 160676, + [SMALL_STATE(3153)] = 160735, + [SMALL_STATE(3154)] = 160800, + [SMALL_STATE(3155)] = 160841, + [SMALL_STATE(3156)] = 160874, + [SMALL_STATE(3157)] = 160907, + [SMALL_STATE(3158)] = 160972, + [SMALL_STATE(3159)] = 161005, + [SMALL_STATE(3160)] = 161038, + [SMALL_STATE(3161)] = 161071, + [SMALL_STATE(3162)] = 161104, + [SMALL_STATE(3163)] = 161137, + [SMALL_STATE(3164)] = 161170, + [SMALL_STATE(3165)] = 161203, + [SMALL_STATE(3166)] = 161236, + [SMALL_STATE(3167)] = 161275, + [SMALL_STATE(3168)] = 161334, + [SMALL_STATE(3169)] = 161367, + [SMALL_STATE(3170)] = 161400, + [SMALL_STATE(3171)] = 161433, + [SMALL_STATE(3172)] = 161492, + [SMALL_STATE(3173)] = 161525, + [SMALL_STATE(3174)] = 161590, + [SMALL_STATE(3175)] = 161623, + [SMALL_STATE(3176)] = 161656, + [SMALL_STATE(3177)] = 161689, + [SMALL_STATE(3178)] = 161722, + [SMALL_STATE(3179)] = 161781, + [SMALL_STATE(3180)] = 161846, + [SMALL_STATE(3181)] = 161905, + [SMALL_STATE(3182)] = 161964, + [SMALL_STATE(3183)] = 162029, + [SMALL_STATE(3184)] = 162062, + [SMALL_STATE(3185)] = 162095, + [SMALL_STATE(3186)] = 162154, + [SMALL_STATE(3187)] = 162213, + [SMALL_STATE(3188)] = 162246, + [SMALL_STATE(3189)] = 162287, + [SMALL_STATE(3190)] = 162346, + [SMALL_STATE(3191)] = 162379, + [SMALL_STATE(3192)] = 162438, + [SMALL_STATE(3193)] = 162471, + [SMALL_STATE(3194)] = 162510, + [SMALL_STATE(3195)] = 162543, + [SMALL_STATE(3196)] = 162602, + [SMALL_STATE(3197)] = 162661, + [SMALL_STATE(3198)] = 162694, + [SMALL_STATE(3199)] = 162727, + [SMALL_STATE(3200)] = 162760, + [SMALL_STATE(3201)] = 162819, + [SMALL_STATE(3202)] = 162878, + [SMALL_STATE(3203)] = 162911, + [SMALL_STATE(3204)] = 162950, + [SMALL_STATE(3205)] = 163009, + [SMALL_STATE(3206)] = 163068, + [SMALL_STATE(3207)] = 163101, + [SMALL_STATE(3208)] = 163134, + [SMALL_STATE(3209)] = 163167, + [SMALL_STATE(3210)] = 163226, + [SMALL_STATE(3211)] = 163259, + [SMALL_STATE(3212)] = 163298, + [SMALL_STATE(3213)] = 163357, + [SMALL_STATE(3214)] = 163390, + [SMALL_STATE(3215)] = 163423, + [SMALL_STATE(3216)] = 163456, + [SMALL_STATE(3217)] = 163497, + [SMALL_STATE(3218)] = 163530, + [SMALL_STATE(3219)] = 163563, + [SMALL_STATE(3220)] = 163622, + [SMALL_STATE(3221)] = 163655, + [SMALL_STATE(3222)] = 163696, + [SMALL_STATE(3223)] = 163729, + [SMALL_STATE(3224)] = 163788, + [SMALL_STATE(3225)] = 163821, + [SMALL_STATE(3226)] = 163854, + [SMALL_STATE(3227)] = 163887, + [SMALL_STATE(3228)] = 163920, + [SMALL_STATE(3229)] = 163953, + [SMALL_STATE(3230)] = 163986, + [SMALL_STATE(3231)] = 164045, + [SMALL_STATE(3232)] = 164078, + [SMALL_STATE(3233)] = 164111, + [SMALL_STATE(3234)] = 164170, + [SMALL_STATE(3235)] = 164203, + [SMALL_STATE(3236)] = 164236, + [SMALL_STATE(3237)] = 164269, + [SMALL_STATE(3238)] = 164302, + [SMALL_STATE(3239)] = 164335, + [SMALL_STATE(3240)] = 164394, + [SMALL_STATE(3241)] = 164427, + [SMALL_STATE(3242)] = 164486, + [SMALL_STATE(3243)] = 164518, + [SMALL_STATE(3244)] = 164556, + [SMALL_STATE(3245)] = 164588, + [SMALL_STATE(3246)] = 164620, + [SMALL_STATE(3247)] = 164652, + [SMALL_STATE(3248)] = 164692, + [SMALL_STATE(3249)] = 164732, + [SMALL_STATE(3250)] = 164764, + [SMALL_STATE(3251)] = 164796, + [SMALL_STATE(3252)] = 164858, + [SMALL_STATE(3253)] = 164920, + [SMALL_STATE(3254)] = 164952, + [SMALL_STATE(3255)] = 164984, + [SMALL_STATE(3256)] = 165024, + [SMALL_STATE(3257)] = 165056, + [SMALL_STATE(3258)] = 165096, + [SMALL_STATE(3259)] = 165158, + [SMALL_STATE(3260)] = 165198, + [SMALL_STATE(3261)] = 165238, + [SMALL_STATE(3262)] = 165270, + [SMALL_STATE(3263)] = 165302, + [SMALL_STATE(3264)] = 165342, + [SMALL_STATE(3265)] = 165404, + [SMALL_STATE(3266)] = 165466, + [SMALL_STATE(3267)] = 165498, + [SMALL_STATE(3268)] = 165538, + [SMALL_STATE(3269)] = 165578, + [SMALL_STATE(3270)] = 165640, + [SMALL_STATE(3271)] = 165672, + [SMALL_STATE(3272)] = 165734, + [SMALL_STATE(3273)] = 165766, + [SMALL_STATE(3274)] = 165806, + [SMALL_STATE(3275)] = 165846, + [SMALL_STATE(3276)] = 165878, + [SMALL_STATE(3277)] = 165940, + [SMALL_STATE(3278)] = 165972, + [SMALL_STATE(3279)] = 166004, + [SMALL_STATE(3280)] = 166036, + [SMALL_STATE(3281)] = 166068, + [SMALL_STATE(3282)] = 166130, + [SMALL_STATE(3283)] = 166167, + [SMALL_STATE(3284)] = 166218, + [SMALL_STATE(3285)] = 166255, + [SMALL_STATE(3286)] = 166292, + [SMALL_STATE(3287)] = 166327, + [SMALL_STATE(3288)] = 166374, + [SMALL_STATE(3289)] = 166409, + [SMALL_STATE(3290)] = 166446, + [SMALL_STATE(3291)] = 166497, + [SMALL_STATE(3292)] = 166534, + [SMALL_STATE(3293)] = 166579, + [SMALL_STATE(3294)] = 166624, + [SMALL_STATE(3295)] = 166667, + [SMALL_STATE(3296)] = 166700, + [SMALL_STATE(3297)] = 166739, + [SMALL_STATE(3298)] = 166782, + [SMALL_STATE(3299)] = 166817, + [SMALL_STATE(3300)] = 166854, + [SMALL_STATE(3301)] = 166905, + [SMALL_STATE(3302)] = 166952, + [SMALL_STATE(3303)] = 166989, + [SMALL_STATE(3304)] = 167024, + [SMALL_STATE(3305)] = 167063, + [SMALL_STATE(3306)] = 167102, + [SMALL_STATE(3307)] = 167137, + [SMALL_STATE(3308)] = 167173, + [SMALL_STATE(3309)] = 167209, + [SMALL_STATE(3310)] = 167239, + [SMALL_STATE(3311)] = 167285, + [SMALL_STATE(3312)] = 167319, + [SMALL_STATE(3313)] = 167353, + [SMALL_STATE(3314)] = 167389, + [SMALL_STATE(3315)] = 167425, + [SMALL_STATE(3316)] = 167457, + [SMALL_STATE(3317)] = 167493, + [SMALL_STATE(3318)] = 167529, + [SMALL_STATE(3319)] = 167575, + [SMALL_STATE(3320)] = 167631, + [SMALL_STATE(3321)] = 167665, + [SMALL_STATE(3322)] = 167721, + [SMALL_STATE(3323)] = 167755, + [SMALL_STATE(3324)] = 167791, + [SMALL_STATE(3325)] = 167827, + [SMALL_STATE(3326)] = 167861, + [SMALL_STATE(3327)] = 167895, + [SMALL_STATE(3328)] = 167951, + [SMALL_STATE(3329)] = 167985, + [SMALL_STATE(3330)] = 168021, + [SMALL_STATE(3331)] = 168057, + [SMALL_STATE(3332)] = 168113, + [SMALL_STATE(3333)] = 168169, + [SMALL_STATE(3334)] = 168225, + [SMALL_STATE(3335)] = 168259, + [SMALL_STATE(3336)] = 168295, + [SMALL_STATE(3337)] = 168343, + [SMALL_STATE(3338)] = 168379, + [SMALL_STATE(3339)] = 168413, + [SMALL_STATE(3340)] = 168449, + [SMALL_STATE(3341)] = 168485, + [SMALL_STATE(3342)] = 168519, + [SMALL_STATE(3343)] = 168553, + [SMALL_STATE(3344)] = 168589, + [SMALL_STATE(3345)] = 168623, + [SMALL_STATE(3346)] = 168657, + [SMALL_STATE(3347)] = 168696, + [SMALL_STATE(3348)] = 168725, + [SMALL_STATE(3349)] = 168756, + [SMALL_STATE(3350)] = 168787, + [SMALL_STATE(3351)] = 168816, + [SMALL_STATE(3352)] = 168845, + [SMALL_STATE(3353)] = 168874, + [SMALL_STATE(3354)] = 168903, + [SMALL_STATE(3355)] = 168932, + [SMALL_STATE(3356)] = 168961, + [SMALL_STATE(3357)] = 168992, + [SMALL_STATE(3358)] = 169025, + [SMALL_STATE(3359)] = 169060, + [SMALL_STATE(3360)] = 169091, + [SMALL_STATE(3361)] = 169122, + [SMALL_STATE(3362)] = 169151, + [SMALL_STATE(3363)] = 169184, + [SMALL_STATE(3364)] = 169213, + [SMALL_STATE(3365)] = 169242, + [SMALL_STATE(3366)] = 169273, + [SMALL_STATE(3367)] = 169302, + [SMALL_STATE(3368)] = 169331, + [SMALL_STATE(3369)] = 169368, + [SMALL_STATE(3370)] = 169401, + [SMALL_STATE(3371)] = 169430, + [SMALL_STATE(3372)] = 169459, + [SMALL_STATE(3373)] = 169488, + [SMALL_STATE(3374)] = 169519, + [SMALL_STATE(3375)] = 169548, + [SMALL_STATE(3376)] = 169577, + [SMALL_STATE(3377)] = 169608, + [SMALL_STATE(3378)] = 169645, + [SMALL_STATE(3379)] = 169674, + [SMALL_STATE(3380)] = 169703, + [SMALL_STATE(3381)] = 169732, + [SMALL_STATE(3382)] = 169767, + [SMALL_STATE(3383)] = 169798, + [SMALL_STATE(3384)] = 169831, + [SMALL_STATE(3385)] = 169862, + [SMALL_STATE(3386)] = 169891, + [SMALL_STATE(3387)] = 169924, + [SMALL_STATE(3388)] = 169953, + [SMALL_STATE(3389)] = 169982, + [SMALL_STATE(3390)] = 170013, + [SMALL_STATE(3391)] = 170042, + [SMALL_STATE(3392)] = 170073, + [SMALL_STATE(3393)] = 170102, + [SMALL_STATE(3394)] = 170131, + [SMALL_STATE(3395)] = 170160, + [SMALL_STATE(3396)] = 170189, + [SMALL_STATE(3397)] = 170228, + [SMALL_STATE(3398)] = 170257, + [SMALL_STATE(3399)] = 170290, + [SMALL_STATE(3400)] = 170321, + [SMALL_STATE(3401)] = 170354, + [SMALL_STATE(3402)] = 170383, + [SMALL_STATE(3403)] = 170412, + [SMALL_STATE(3404)] = 170441, + [SMALL_STATE(3405)] = 170470, + [SMALL_STATE(3406)] = 170499, + [SMALL_STATE(3407)] = 170528, + [SMALL_STATE(3408)] = 170557, + [SMALL_STATE(3409)] = 170586, + [SMALL_STATE(3410)] = 170615, + [SMALL_STATE(3411)] = 170644, + [SMALL_STATE(3412)] = 170675, + [SMALL_STATE(3413)] = 170708, + [SMALL_STATE(3414)] = 170737, + [SMALL_STATE(3415)] = 170766, + [SMALL_STATE(3416)] = 170797, + [SMALL_STATE(3417)] = 170826, + [SMALL_STATE(3418)] = 170855, + [SMALL_STATE(3419)] = 170884, + [SMALL_STATE(3420)] = 170913, + [SMALL_STATE(3421)] = 170944, + [SMALL_STATE(3422)] = 170973, + [SMALL_STATE(3423)] = 171004, + [SMALL_STATE(3424)] = 171033, + [SMALL_STATE(3425)] = 171062, + [SMALL_STATE(3426)] = 171093, + [SMALL_STATE(3427)] = 171124, + [SMALL_STATE(3428)] = 171155, + [SMALL_STATE(3429)] = 171186, + [SMALL_STATE(3430)] = 171215, + [SMALL_STATE(3431)] = 171246, + [SMALL_STATE(3432)] = 171275, + [SMALL_STATE(3433)] = 171308, + [SMALL_STATE(3434)] = 171337, + [SMALL_STATE(3435)] = 171366, + [SMALL_STATE(3436)] = 171395, + [SMALL_STATE(3437)] = 171424, + [SMALL_STATE(3438)] = 171453, + [SMALL_STATE(3439)] = 171484, + [SMALL_STATE(3440)] = 171513, + [SMALL_STATE(3441)] = 171546, + [SMALL_STATE(3442)] = 171577, + [SMALL_STATE(3443)] = 171606, + [SMALL_STATE(3444)] = 171634, + [SMALL_STATE(3445)] = 171662, + [SMALL_STATE(3446)] = 171690, + [SMALL_STATE(3447)] = 171718, + [SMALL_STATE(3448)] = 171746, + [SMALL_STATE(3449)] = 171774, + [SMALL_STATE(3450)] = 171802, + [SMALL_STATE(3451)] = 171830, + [SMALL_STATE(3452)] = 171858, + [SMALL_STATE(3453)] = 171886, + [SMALL_STATE(3454)] = 171914, + [SMALL_STATE(3455)] = 171942, + [SMALL_STATE(3456)] = 171970, + [SMALL_STATE(3457)] = 171998, + [SMALL_STATE(3458)] = 172026, + [SMALL_STATE(3459)] = 172054, + [SMALL_STATE(3460)] = 172082, + [SMALL_STATE(3461)] = 172110, + [SMALL_STATE(3462)] = 172138, + [SMALL_STATE(3463)] = 172166, + [SMALL_STATE(3464)] = 172194, + [SMALL_STATE(3465)] = 172222, + [SMALL_STATE(3466)] = 172250, + [SMALL_STATE(3467)] = 172282, + [SMALL_STATE(3468)] = 172310, + [SMALL_STATE(3469)] = 172338, + [SMALL_STATE(3470)] = 172376, + [SMALL_STATE(3471)] = 172404, + [SMALL_STATE(3472)] = 172432, + [SMALL_STATE(3473)] = 172460, + [SMALL_STATE(3474)] = 172492, + [SMALL_STATE(3475)] = 172520, + [SMALL_STATE(3476)] = 172548, + [SMALL_STATE(3477)] = 172576, + [SMALL_STATE(3478)] = 172604, + [SMALL_STATE(3479)] = 172632, + [SMALL_STATE(3480)] = 172660, + [SMALL_STATE(3481)] = 172688, + [SMALL_STATE(3482)] = 172716, + [SMALL_STATE(3483)] = 172744, + [SMALL_STATE(3484)] = 172772, + [SMALL_STATE(3485)] = 172800, + [SMALL_STATE(3486)] = 172842, + [SMALL_STATE(3487)] = 172870, + [SMALL_STATE(3488)] = 172912, + [SMALL_STATE(3489)] = 172940, + [SMALL_STATE(3490)] = 172968, + [SMALL_STATE(3491)] = 172996, + [SMALL_STATE(3492)] = 173038, + [SMALL_STATE(3493)] = 173066, + [SMALL_STATE(3494)] = 173094, + [SMALL_STATE(3495)] = 173122, + [SMALL_STATE(3496)] = 173150, + [SMALL_STATE(3497)] = 173188, + [SMALL_STATE(3498)] = 173230, + [SMALL_STATE(3499)] = 173262, + [SMALL_STATE(3500)] = 173290, + [SMALL_STATE(3501)] = 173332, + [SMALL_STATE(3502)] = 173360, + [SMALL_STATE(3503)] = 173388, + [SMALL_STATE(3504)] = 173416, + [SMALL_STATE(3505)] = 173452, + [SMALL_STATE(3506)] = 173488, + [SMALL_STATE(3507)] = 173516, + [SMALL_STATE(3508)] = 173552, + [SMALL_STATE(3509)] = 173580, + [SMALL_STATE(3510)] = 173608, + [SMALL_STATE(3511)] = 173636, + [SMALL_STATE(3512)] = 173664, + [SMALL_STATE(3513)] = 173692, + [SMALL_STATE(3514)] = 173720, + [SMALL_STATE(3515)] = 173748, + [SMALL_STATE(3516)] = 173776, + [SMALL_STATE(3517)] = 173804, + [SMALL_STATE(3518)] = 173832, + [SMALL_STATE(3519)] = 173864, + [SMALL_STATE(3520)] = 173892, + [SMALL_STATE(3521)] = 173920, + [SMALL_STATE(3522)] = 173952, + [SMALL_STATE(3523)] = 173980, + [SMALL_STATE(3524)] = 174008, + [SMALL_STATE(3525)] = 174036, + [SMALL_STATE(3526)] = 174064, + [SMALL_STATE(3527)] = 174092, + [SMALL_STATE(3528)] = 174120, + [SMALL_STATE(3529)] = 174148, + [SMALL_STATE(3530)] = 174190, + [SMALL_STATE(3531)] = 174218, + [SMALL_STATE(3532)] = 174246, + [SMALL_STATE(3533)] = 174274, + [SMALL_STATE(3534)] = 174302, + [SMALL_STATE(3535)] = 174330, + [SMALL_STATE(3536)] = 174358, + [SMALL_STATE(3537)] = 174400, + [SMALL_STATE(3538)] = 174428, + [SMALL_STATE(3539)] = 174456, + [SMALL_STATE(3540)] = 174498, + [SMALL_STATE(3541)] = 174526, + [SMALL_STATE(3542)] = 174554, + [SMALL_STATE(3543)] = 174582, + [SMALL_STATE(3544)] = 174610, + [SMALL_STATE(3545)] = 174638, + [SMALL_STATE(3546)] = 174666, + [SMALL_STATE(3547)] = 174703, + [SMALL_STATE(3548)] = 174730, + [SMALL_STATE(3549)] = 174757, + [SMALL_STATE(3550)] = 174784, + [SMALL_STATE(3551)] = 174811, + [SMALL_STATE(3552)] = 174838, + [SMALL_STATE(3553)] = 174875, + [SMALL_STATE(3554)] = 174902, + [SMALL_STATE(3555)] = 174929, + [SMALL_STATE(3556)] = 174956, + [SMALL_STATE(3557)] = 174983, + [SMALL_STATE(3558)] = 175010, + [SMALL_STATE(3559)] = 175037, + [SMALL_STATE(3560)] = 175064, + [SMALL_STATE(3561)] = 175091, + [SMALL_STATE(3562)] = 175118, + [SMALL_STATE(3563)] = 175145, + [SMALL_STATE(3564)] = 175172, + [SMALL_STATE(3565)] = 175199, + [SMALL_STATE(3566)] = 175226, + [SMALL_STATE(3567)] = 175263, + [SMALL_STATE(3568)] = 175290, + [SMALL_STATE(3569)] = 175339, + [SMALL_STATE(3570)] = 175366, + [SMALL_STATE(3571)] = 175393, + [SMALL_STATE(3572)] = 175420, + [SMALL_STATE(3573)] = 175447, + [SMALL_STATE(3574)] = 175473, + [SMALL_STATE(3575)] = 175499, + [SMALL_STATE(3576)] = 175525, + [SMALL_STATE(3577)] = 175557, + [SMALL_STATE(3578)] = 175583, + [SMALL_STATE(3579)] = 175615, + [SMALL_STATE(3580)] = 175641, + [SMALL_STATE(3581)] = 175667, + [SMALL_STATE(3582)] = 175693, + [SMALL_STATE(3583)] = 175719, + [SMALL_STATE(3584)] = 175745, + [SMALL_STATE(3585)] = 175771, + [SMALL_STATE(3586)] = 175797, + [SMALL_STATE(3587)] = 175823, + [SMALL_STATE(3588)] = 175849, + [SMALL_STATE(3589)] = 175875, + [SMALL_STATE(3590)] = 175901, + [SMALL_STATE(3591)] = 175927, + [SMALL_STATE(3592)] = 175953, + [SMALL_STATE(3593)] = 175979, + [SMALL_STATE(3594)] = 176005, + [SMALL_STATE(3595)] = 176031, + [SMALL_STATE(3596)] = 176057, + [SMALL_STATE(3597)] = 176083, + [SMALL_STATE(3598)] = 176109, + [SMALL_STATE(3599)] = 176135, + [SMALL_STATE(3600)] = 176161, + [SMALL_STATE(3601)] = 176187, + [SMALL_STATE(3602)] = 176213, + [SMALL_STATE(3603)] = 176239, + [SMALL_STATE(3604)] = 176265, + [SMALL_STATE(3605)] = 176291, + [SMALL_STATE(3606)] = 176317, + [SMALL_STATE(3607)] = 176343, + [SMALL_STATE(3608)] = 176369, + [SMALL_STATE(3609)] = 176395, + [SMALL_STATE(3610)] = 176445, + [SMALL_STATE(3611)] = 176471, + [SMALL_STATE(3612)] = 176497, + [SMALL_STATE(3613)] = 176523, + [SMALL_STATE(3614)] = 176549, + [SMALL_STATE(3615)] = 176575, + [SMALL_STATE(3616)] = 176601, + [SMALL_STATE(3617)] = 176627, + [SMALL_STATE(3618)] = 176653, + [SMALL_STATE(3619)] = 176685, + [SMALL_STATE(3620)] = 176711, + [SMALL_STATE(3621)] = 176737, + [SMALL_STATE(3622)] = 176763, + [SMALL_STATE(3623)] = 176789, + [SMALL_STATE(3624)] = 176815, + [SMALL_STATE(3625)] = 176841, + [SMALL_STATE(3626)] = 176867, + [SMALL_STATE(3627)] = 176893, + [SMALL_STATE(3628)] = 176919, + [SMALL_STATE(3629)] = 176945, + [SMALL_STATE(3630)] = 176971, + [SMALL_STATE(3631)] = 177006, + [SMALL_STATE(3632)] = 177037, + [SMALL_STATE(3633)] = 177068, + [SMALL_STATE(3634)] = 177103, + [SMALL_STATE(3635)] = 177138, + [SMALL_STATE(3636)] = 177169, + [SMALL_STATE(3637)] = 177204, + [SMALL_STATE(3638)] = 177235, + [SMALL_STATE(3639)] = 177270, + [SMALL_STATE(3640)] = 177305, + [SMALL_STATE(3641)] = 177340, + [SMALL_STATE(3642)] = 177371, + [SMALL_STATE(3643)] = 177406, + [SMALL_STATE(3644)] = 177437, + [SMALL_STATE(3645)] = 177468, + [SMALL_STATE(3646)] = 177492, + [SMALL_STATE(3647)] = 177516, + [SMALL_STATE(3648)] = 177540, + [SMALL_STATE(3649)] = 177564, + [SMALL_STATE(3650)] = 177602, + [SMALL_STATE(3651)] = 177626, + [SMALL_STATE(3652)] = 177650, + [SMALL_STATE(3653)] = 177674, + [SMALL_STATE(3654)] = 177712, + [SMALL_STATE(3655)] = 177744, + [SMALL_STATE(3656)] = 177768, + [SMALL_STATE(3657)] = 177792, + [SMALL_STATE(3658)] = 177816, + [SMALL_STATE(3659)] = 177844, + [SMALL_STATE(3660)] = 177872, + [SMALL_STATE(3661)] = 177896, + [SMALL_STATE(3662)] = 177932, + [SMALL_STATE(3663)] = 177956, + [SMALL_STATE(3664)] = 177984, + [SMALL_STATE(3665)] = 178008, + [SMALL_STATE(3666)] = 178032, + [SMALL_STATE(3667)] = 178056, + [SMALL_STATE(3668)] = 178080, + [SMALL_STATE(3669)] = 178104, + [SMALL_STATE(3670)] = 178128, + [SMALL_STATE(3671)] = 178152, + [SMALL_STATE(3672)] = 178181, + [SMALL_STATE(3673)] = 178204, + [SMALL_STATE(3674)] = 178233, + [SMALL_STATE(3675)] = 178262, + [SMALL_STATE(3676)] = 178291, + [SMALL_STATE(3677)] = 178329, + [SMALL_STATE(3678)] = 178367, + [SMALL_STATE(3679)] = 178405, + [SMALL_STATE(3680)] = 178443, + [SMALL_STATE(3681)] = 178481, + [SMALL_STATE(3682)] = 178519, + [SMALL_STATE(3683)] = 178557, + [SMALL_STATE(3684)] = 178595, + [SMALL_STATE(3685)] = 178633, + [SMALL_STATE(3686)] = 178671, + [SMALL_STATE(3687)] = 178709, + [SMALL_STATE(3688)] = 178747, + [SMALL_STATE(3689)] = 178785, + [SMALL_STATE(3690)] = 178823, + [SMALL_STATE(3691)] = 178861, + [SMALL_STATE(3692)] = 178899, + [SMALL_STATE(3693)] = 178937, + [SMALL_STATE(3694)] = 178975, + [SMALL_STATE(3695)] = 179013, + [SMALL_STATE(3696)] = 179051, + [SMALL_STATE(3697)] = 179089, + [SMALL_STATE(3698)] = 179127, + [SMALL_STATE(3699)] = 179165, + [SMALL_STATE(3700)] = 179203, + [SMALL_STATE(3701)] = 179241, + [SMALL_STATE(3702)] = 179279, + [SMALL_STATE(3703)] = 179317, + [SMALL_STATE(3704)] = 179355, + [SMALL_STATE(3705)] = 179393, + [SMALL_STATE(3706)] = 179431, + [SMALL_STATE(3707)] = 179469, + [SMALL_STATE(3708)] = 179507, + [SMALL_STATE(3709)] = 179545, + [SMALL_STATE(3710)] = 179583, + [SMALL_STATE(3711)] = 179621, + [SMALL_STATE(3712)] = 179659, + [SMALL_STATE(3713)] = 179697, + [SMALL_STATE(3714)] = 179735, + [SMALL_STATE(3715)] = 179773, + [SMALL_STATE(3716)] = 179811, + [SMALL_STATE(3717)] = 179849, + [SMALL_STATE(3718)] = 179887, + [SMALL_STATE(3719)] = 179925, + [SMALL_STATE(3720)] = 179963, + [SMALL_STATE(3721)] = 179985, + [SMALL_STATE(3722)] = 180023, + [SMALL_STATE(3723)] = 180061, + [SMALL_STATE(3724)] = 180099, + [SMALL_STATE(3725)] = 180137, + [SMALL_STATE(3726)] = 180175, + [SMALL_STATE(3727)] = 180213, + [SMALL_STATE(3728)] = 180251, + [SMALL_STATE(3729)] = 180289, + [SMALL_STATE(3730)] = 180327, + [SMALL_STATE(3731)] = 180365, + [SMALL_STATE(3732)] = 180403, + [SMALL_STATE(3733)] = 180441, + [SMALL_STATE(3734)] = 180479, + [SMALL_STATE(3735)] = 180517, + [SMALL_STATE(3736)] = 180555, + [SMALL_STATE(3737)] = 180593, + [SMALL_STATE(3738)] = 180631, + [SMALL_STATE(3739)] = 180669, + [SMALL_STATE(3740)] = 180707, + [SMALL_STATE(3741)] = 180745, + [SMALL_STATE(3742)] = 180783, + [SMALL_STATE(3743)] = 180821, + [SMALL_STATE(3744)] = 180859, + [SMALL_STATE(3745)] = 180897, + [SMALL_STATE(3746)] = 180935, + [SMALL_STATE(3747)] = 180973, + [SMALL_STATE(3748)] = 181011, + [SMALL_STATE(3749)] = 181049, + [SMALL_STATE(3750)] = 181087, + [SMALL_STATE(3751)] = 181125, + [SMALL_STATE(3752)] = 181163, + [SMALL_STATE(3753)] = 181201, + [SMALL_STATE(3754)] = 181239, + [SMALL_STATE(3755)] = 181277, + [SMALL_STATE(3756)] = 181315, + [SMALL_STATE(3757)] = 181337, + [SMALL_STATE(3758)] = 181375, + [SMALL_STATE(3759)] = 181413, + [SMALL_STATE(3760)] = 181451, + [SMALL_STATE(3761)] = 181489, + [SMALL_STATE(3762)] = 181527, + [SMALL_STATE(3763)] = 181565, + [SMALL_STATE(3764)] = 181603, + [SMALL_STATE(3765)] = 181641, + [SMALL_STATE(3766)] = 181679, + [SMALL_STATE(3767)] = 181717, + [SMALL_STATE(3768)] = 181755, + [SMALL_STATE(3769)] = 181793, + [SMALL_STATE(3770)] = 181831, + [SMALL_STATE(3771)] = 181869, + [SMALL_STATE(3772)] = 181907, + [SMALL_STATE(3773)] = 181945, + [SMALL_STATE(3774)] = 181983, + [SMALL_STATE(3775)] = 182021, + [SMALL_STATE(3776)] = 182059, + [SMALL_STATE(3777)] = 182097, + [SMALL_STATE(3778)] = 182135, + [SMALL_STATE(3779)] = 182173, + [SMALL_STATE(3780)] = 182211, + [SMALL_STATE(3781)] = 182249, + [SMALL_STATE(3782)] = 182287, + [SMALL_STATE(3783)] = 182325, + [SMALL_STATE(3784)] = 182363, + [SMALL_STATE(3785)] = 182401, + [SMALL_STATE(3786)] = 182439, + [SMALL_STATE(3787)] = 182477, + [SMALL_STATE(3788)] = 182515, + [SMALL_STATE(3789)] = 182553, + [SMALL_STATE(3790)] = 182591, + [SMALL_STATE(3791)] = 182629, + [SMALL_STATE(3792)] = 182667, + [SMALL_STATE(3793)] = 182705, + [SMALL_STATE(3794)] = 182730, + [SMALL_STATE(3795)] = 182755, + [SMALL_STATE(3796)] = 182780, + [SMALL_STATE(3797)] = 182805, + [SMALL_STATE(3798)] = 182830, + [SMALL_STATE(3799)] = 182855, + [SMALL_STATE(3800)] = 182880, + [SMALL_STATE(3801)] = 182905, + [SMALL_STATE(3802)] = 182930, + [SMALL_STATE(3803)] = 182955, + [SMALL_STATE(3804)] = 182980, + [SMALL_STATE(3805)] = 183005, + [SMALL_STATE(3806)] = 183030, + [SMALL_STATE(3807)] = 183055, + [SMALL_STATE(3808)] = 183080, + [SMALL_STATE(3809)] = 183105, + [SMALL_STATE(3810)] = 183130, + [SMALL_STATE(3811)] = 183155, + [SMALL_STATE(3812)] = 183180, + [SMALL_STATE(3813)] = 183209, + [SMALL_STATE(3814)] = 183234, + [SMALL_STATE(3815)] = 183259, + [SMALL_STATE(3816)] = 183284, + [SMALL_STATE(3817)] = 183309, + [SMALL_STATE(3818)] = 183334, + [SMALL_STATE(3819)] = 183359, + [SMALL_STATE(3820)] = 183384, + [SMALL_STATE(3821)] = 183409, + [SMALL_STATE(3822)] = 183434, + [SMALL_STATE(3823)] = 183459, + [SMALL_STATE(3824)] = 183484, + [SMALL_STATE(3825)] = 183509, + [SMALL_STATE(3826)] = 183534, + [SMALL_STATE(3827)] = 183559, + [SMALL_STATE(3828)] = 183584, + [SMALL_STATE(3829)] = 183609, + [SMALL_STATE(3830)] = 183634, + [SMALL_STATE(3831)] = 183659, + [SMALL_STATE(3832)] = 183684, + [SMALL_STATE(3833)] = 183709, + [SMALL_STATE(3834)] = 183734, + [SMALL_STATE(3835)] = 183759, + [SMALL_STATE(3836)] = 183784, + [SMALL_STATE(3837)] = 183809, + [SMALL_STATE(3838)] = 183834, + [SMALL_STATE(3839)] = 183859, + [SMALL_STATE(3840)] = 183884, + [SMALL_STATE(3841)] = 183909, + [SMALL_STATE(3842)] = 183934, + [SMALL_STATE(3843)] = 183959, + [SMALL_STATE(3844)] = 183984, + [SMALL_STATE(3845)] = 184009, + [SMALL_STATE(3846)] = 184034, + [SMALL_STATE(3847)] = 184059, + [SMALL_STATE(3848)] = 184084, + [SMALL_STATE(3849)] = 184109, + [SMALL_STATE(3850)] = 184134, + [SMALL_STATE(3851)] = 184159, + [SMALL_STATE(3852)] = 184184, + [SMALL_STATE(3853)] = 184213, + [SMALL_STATE(3854)] = 184238, + [SMALL_STATE(3855)] = 184263, + [SMALL_STATE(3856)] = 184288, + [SMALL_STATE(3857)] = 184313, + [SMALL_STATE(3858)] = 184338, + [SMALL_STATE(3859)] = 184367, + [SMALL_STATE(3860)] = 184392, + [SMALL_STATE(3861)] = 184417, + [SMALL_STATE(3862)] = 184442, + [SMALL_STATE(3863)] = 184467, + [SMALL_STATE(3864)] = 184492, + [SMALL_STATE(3865)] = 184517, + [SMALL_STATE(3866)] = 184542, + [SMALL_STATE(3867)] = 184567, + [SMALL_STATE(3868)] = 184592, + [SMALL_STATE(3869)] = 184617, + [SMALL_STATE(3870)] = 184642, + [SMALL_STATE(3871)] = 184671, + [SMALL_STATE(3872)] = 184696, + [SMALL_STATE(3873)] = 184725, + [SMALL_STATE(3874)] = 184750, + [SMALL_STATE(3875)] = 184775, + [SMALL_STATE(3876)] = 184800, + [SMALL_STATE(3877)] = 184825, + [SMALL_STATE(3878)] = 184850, + [SMALL_STATE(3879)] = 184875, + [SMALL_STATE(3880)] = 184900, + [SMALL_STATE(3881)] = 184925, + [SMALL_STATE(3882)] = 184950, + [SMALL_STATE(3883)] = 184975, + [SMALL_STATE(3884)] = 185000, + [SMALL_STATE(3885)] = 185025, + [SMALL_STATE(3886)] = 185050, + [SMALL_STATE(3887)] = 185075, + [SMALL_STATE(3888)] = 185100, + [SMALL_STATE(3889)] = 185125, + [SMALL_STATE(3890)] = 185150, + [SMALL_STATE(3891)] = 185175, + [SMALL_STATE(3892)] = 185200, + [SMALL_STATE(3893)] = 185229, + [SMALL_STATE(3894)] = 185254, + [SMALL_STATE(3895)] = 185279, + [SMALL_STATE(3896)] = 185304, + [SMALL_STATE(3897)] = 185329, + [SMALL_STATE(3898)] = 185354, + [SMALL_STATE(3899)] = 185379, + [SMALL_STATE(3900)] = 185404, + [SMALL_STATE(3901)] = 185429, + [SMALL_STATE(3902)] = 185454, + [SMALL_STATE(3903)] = 185479, + [SMALL_STATE(3904)] = 185504, + [SMALL_STATE(3905)] = 185529, + [SMALL_STATE(3906)] = 185554, + [SMALL_STATE(3907)] = 185579, + [SMALL_STATE(3908)] = 185604, + [SMALL_STATE(3909)] = 185629, + [SMALL_STATE(3910)] = 185654, + [SMALL_STATE(3911)] = 185679, + [SMALL_STATE(3912)] = 185704, + [SMALL_STATE(3913)] = 185729, + [SMALL_STATE(3914)] = 185754, + [SMALL_STATE(3915)] = 185783, + [SMALL_STATE(3916)] = 185808, + [SMALL_STATE(3917)] = 185833, + [SMALL_STATE(3918)] = 185858, + [SMALL_STATE(3919)] = 185883, + [SMALL_STATE(3920)] = 185908, + [SMALL_STATE(3921)] = 185933, + [SMALL_STATE(3922)] = 185958, + [SMALL_STATE(3923)] = 185987, + [SMALL_STATE(3924)] = 186012, + [SMALL_STATE(3925)] = 186037, + [SMALL_STATE(3926)] = 186062, + [SMALL_STATE(3927)] = 186087, + [SMALL_STATE(3928)] = 186112, + [SMALL_STATE(3929)] = 186137, + [SMALL_STATE(3930)] = 186162, + [SMALL_STATE(3931)] = 186187, + [SMALL_STATE(3932)] = 186212, + [SMALL_STATE(3933)] = 186237, + [SMALL_STATE(3934)] = 186262, + [SMALL_STATE(3935)] = 186291, + [SMALL_STATE(3936)] = 186316, + [SMALL_STATE(3937)] = 186341, + [SMALL_STATE(3938)] = 186366, + [SMALL_STATE(3939)] = 186391, + [SMALL_STATE(3940)] = 186416, + [SMALL_STATE(3941)] = 186441, + [SMALL_STATE(3942)] = 186466, + [SMALL_STATE(3943)] = 186491, + [SMALL_STATE(3944)] = 186516, + [SMALL_STATE(3945)] = 186541, + [SMALL_STATE(3946)] = 186566, + [SMALL_STATE(3947)] = 186591, + [SMALL_STATE(3948)] = 186616, + [SMALL_STATE(3949)] = 186641, + [SMALL_STATE(3950)] = 186666, + [SMALL_STATE(3951)] = 186691, + [SMALL_STATE(3952)] = 186716, + [SMALL_STATE(3953)] = 186741, + [SMALL_STATE(3954)] = 186766, + [SMALL_STATE(3955)] = 186791, + [SMALL_STATE(3956)] = 186816, + [SMALL_STATE(3957)] = 186841, + [SMALL_STATE(3958)] = 186866, + [SMALL_STATE(3959)] = 186891, + [SMALL_STATE(3960)] = 186916, + [SMALL_STATE(3961)] = 186941, + [SMALL_STATE(3962)] = 186966, + [SMALL_STATE(3963)] = 186988, + [SMALL_STATE(3964)] = 187019, + [SMALL_STATE(3965)] = 187038, + [SMALL_STATE(3966)] = 187069, + [SMALL_STATE(3967)] = 187088, + [SMALL_STATE(3968)] = 187107, + [SMALL_STATE(3969)] = 187126, + [SMALL_STATE(3970)] = 187145, + [SMALL_STATE(3971)] = 187164, + [SMALL_STATE(3972)] = 187195, + [SMALL_STATE(3973)] = 187214, + [SMALL_STATE(3974)] = 187233, + [SMALL_STATE(3975)] = 187251, + [SMALL_STATE(3976)] = 187269, + [SMALL_STATE(3977)] = 187289, + [SMALL_STATE(3978)] = 187309, + [SMALL_STATE(3979)] = 187329, + [SMALL_STATE(3980)] = 187349, + [SMALL_STATE(3981)] = 187369, + [SMALL_STATE(3982)] = 187389, + [SMALL_STATE(3983)] = 187407, + [SMALL_STATE(3984)] = 187425, + [SMALL_STATE(3985)] = 187443, + [SMALL_STATE(3986)] = 187463, + [SMALL_STATE(3987)] = 187483, + [SMALL_STATE(3988)] = 187503, + [SMALL_STATE(3989)] = 187521, + [SMALL_STATE(3990)] = 187541, + [SMALL_STATE(3991)] = 187561, + [SMALL_STATE(3992)] = 187577, + [SMALL_STATE(3993)] = 187597, + [SMALL_STATE(3994)] = 187617, + [SMALL_STATE(3995)] = 187637, + [SMALL_STATE(3996)] = 187657, + [SMALL_STATE(3997)] = 187675, + [SMALL_STATE(3998)] = 187693, + [SMALL_STATE(3999)] = 187713, + [SMALL_STATE(4000)] = 187733, + [SMALL_STATE(4001)] = 187751, + [SMALL_STATE(4002)] = 187779, + [SMALL_STATE(4003)] = 187799, + [SMALL_STATE(4004)] = 187817, + [SMALL_STATE(4005)] = 187837, + [SMALL_STATE(4006)] = 187855, + [SMALL_STATE(4007)] = 187870, + [SMALL_STATE(4008)] = 187893, + [SMALL_STATE(4009)] = 187908, + [SMALL_STATE(4010)] = 187935, + [SMALL_STATE(4011)] = 187962, + [SMALL_STATE(4012)] = 187991, + [SMALL_STATE(4013)] = 188018, + [SMALL_STATE(4014)] = 188042, + [SMALL_STATE(4015)] = 188066, + [SMALL_STATE(4016)] = 188090, + [SMALL_STATE(4017)] = 188114, + [SMALL_STATE(4018)] = 188136, + [SMALL_STATE(4019)] = 188160, + [SMALL_STATE(4020)] = 188184, + [SMALL_STATE(4021)] = 188208, + [SMALL_STATE(4022)] = 188232, + [SMALL_STATE(4023)] = 188256, + [SMALL_STATE(4024)] = 188280, + [SMALL_STATE(4025)] = 188304, + [SMALL_STATE(4026)] = 188328, + [SMALL_STATE(4027)] = 188352, + [SMALL_STATE(4028)] = 188376, + [SMALL_STATE(4029)] = 188400, + [SMALL_STATE(4030)] = 188424, + [SMALL_STATE(4031)] = 188448, + [SMALL_STATE(4032)] = 188470, + [SMALL_STATE(4033)] = 188494, + [SMALL_STATE(4034)] = 188518, + [SMALL_STATE(4035)] = 188542, + [SMALL_STATE(4036)] = 188566, + [SMALL_STATE(4037)] = 188590, + [SMALL_STATE(4038)] = 188614, + [SMALL_STATE(4039)] = 188638, + [SMALL_STATE(4040)] = 188662, + [SMALL_STATE(4041)] = 188686, + [SMALL_STATE(4042)] = 188710, + [SMALL_STATE(4043)] = 188734, + [SMALL_STATE(4044)] = 188758, + [SMALL_STATE(4045)] = 188782, + [SMALL_STATE(4046)] = 188804, + [SMALL_STATE(4047)] = 188819, + [SMALL_STATE(4048)] = 188834, + [SMALL_STATE(4049)] = 188849, + [SMALL_STATE(4050)] = 188870, + [SMALL_STATE(4051)] = 188885, + [SMALL_STATE(4052)] = 188900, + [SMALL_STATE(4053)] = 188915, + [SMALL_STATE(4054)] = 188936, + [SMALL_STATE(4055)] = 188957, + [SMALL_STATE(4056)] = 188972, + [SMALL_STATE(4057)] = 188987, + [SMALL_STATE(4058)] = 189002, + [SMALL_STATE(4059)] = 189017, + [SMALL_STATE(4060)] = 189032, + [SMALL_STATE(4061)] = 189051, + [SMALL_STATE(4062)] = 189066, + [SMALL_STATE(4063)] = 189081, + [SMALL_STATE(4064)] = 189096, + [SMALL_STATE(4065)] = 189111, + [SMALL_STATE(4066)] = 189136, + [SMALL_STATE(4067)] = 189151, + [SMALL_STATE(4068)] = 189166, + [SMALL_STATE(4069)] = 189181, + [SMALL_STATE(4070)] = 189196, + [SMALL_STATE(4071)] = 189211, + [SMALL_STATE(4072)] = 189226, + [SMALL_STATE(4073)] = 189241, + [SMALL_STATE(4074)] = 189256, + [SMALL_STATE(4075)] = 189271, + [SMALL_STATE(4076)] = 189286, + [SMALL_STATE(4077)] = 189301, + [SMALL_STATE(4078)] = 189321, + [SMALL_STATE(4079)] = 189341, + [SMALL_STATE(4080)] = 189361, + [SMALL_STATE(4081)] = 189381, + [SMALL_STATE(4082)] = 189401, + [SMALL_STATE(4083)] = 189421, + [SMALL_STATE(4084)] = 189441, + [SMALL_STATE(4085)] = 189461, + [SMALL_STATE(4086)] = 189481, + [SMALL_STATE(4087)] = 189501, + [SMALL_STATE(4088)] = 189521, + [SMALL_STATE(4089)] = 189541, + [SMALL_STATE(4090)] = 189561, + [SMALL_STATE(4091)] = 189581, + [SMALL_STATE(4092)] = 189601, + [SMALL_STATE(4093)] = 189621, + [SMALL_STATE(4094)] = 189639, + [SMALL_STATE(4095)] = 189659, + [SMALL_STATE(4096)] = 189679, + [SMALL_STATE(4097)] = 189699, + [SMALL_STATE(4098)] = 189719, + [SMALL_STATE(4099)] = 189735, + [SMALL_STATE(4100)] = 189749, + [SMALL_STATE(4101)] = 189769, + [SMALL_STATE(4102)] = 189789, + [SMALL_STATE(4103)] = 189809, + [SMALL_STATE(4104)] = 189829, + [SMALL_STATE(4105)] = 189846, + [SMALL_STATE(4106)] = 189861, + [SMALL_STATE(4107)] = 189880, + [SMALL_STATE(4108)] = 189897, + [SMALL_STATE(4109)] = 189914, + [SMALL_STATE(4110)] = 189929, + [SMALL_STATE(4111)] = 189948, + [SMALL_STATE(4112)] = 189965, + [SMALL_STATE(4113)] = 189982, + [SMALL_STATE(4114)] = 189999, + [SMALL_STATE(4115)] = 190018, + [SMALL_STATE(4116)] = 190035, + [SMALL_STATE(4117)] = 190052, + [SMALL_STATE(4118)] = 190069, + [SMALL_STATE(4119)] = 190088, + [SMALL_STATE(4120)] = 190107, + [SMALL_STATE(4121)] = 190122, + [SMALL_STATE(4122)] = 190141, + [SMALL_STATE(4123)] = 190158, + [SMALL_STATE(4124)] = 190177, + [SMALL_STATE(4125)] = 190192, + [SMALL_STATE(4126)] = 190211, + [SMALL_STATE(4127)] = 190228, + [SMALL_STATE(4128)] = 190245, + [SMALL_STATE(4129)] = 190264, + [SMALL_STATE(4130)] = 190281, + [SMALL_STATE(4131)] = 190296, + [SMALL_STATE(4132)] = 190311, + [SMALL_STATE(4133)] = 190328, + [SMALL_STATE(4134)] = 190343, + [SMALL_STATE(4135)] = 190356, + [SMALL_STATE(4136)] = 190375, + [SMALL_STATE(4137)] = 190388, + [SMALL_STATE(4138)] = 190407, + [SMALL_STATE(4139)] = 190424, + [SMALL_STATE(4140)] = 190441, + [SMALL_STATE(4141)] = 190460, + [SMALL_STATE(4142)] = 190477, + [SMALL_STATE(4143)] = 190496, + [SMALL_STATE(4144)] = 190515, + [SMALL_STATE(4145)] = 190532, + [SMALL_STATE(4146)] = 190549, + [SMALL_STATE(4147)] = 190568, + [SMALL_STATE(4148)] = 190587, + [SMALL_STATE(4149)] = 190602, + [SMALL_STATE(4150)] = 190617, + [SMALL_STATE(4151)] = 190632, + [SMALL_STATE(4152)] = 190647, + [SMALL_STATE(4153)] = 190662, + [SMALL_STATE(4154)] = 190679, + [SMALL_STATE(4155)] = 190696, + [SMALL_STATE(4156)] = 190713, + [SMALL_STATE(4157)] = 190728, + [SMALL_STATE(4158)] = 190747, + [SMALL_STATE(4159)] = 190762, + [SMALL_STATE(4160)] = 190773, + [SMALL_STATE(4161)] = 190784, + [SMALL_STATE(4162)] = 190801, + [SMALL_STATE(4163)] = 190816, + [SMALL_STATE(4164)] = 190827, + [SMALL_STATE(4165)] = 190842, + [SMALL_STATE(4166)] = 190857, + [SMALL_STATE(4167)] = 190876, + [SMALL_STATE(4168)] = 190895, + [SMALL_STATE(4169)] = 190912, + [SMALL_STATE(4170)] = 190927, + [SMALL_STATE(4171)] = 190942, + [SMALL_STATE(4172)] = 190959, + [SMALL_STATE(4173)] = 190974, + [SMALL_STATE(4174)] = 190991, + [SMALL_STATE(4175)] = 191006, + [SMALL_STATE(4176)] = 191025, + [SMALL_STATE(4177)] = 191042, + [SMALL_STATE(4178)] = 191057, + [SMALL_STATE(4179)] = 191072, + [SMALL_STATE(4180)] = 191085, + [SMALL_STATE(4181)] = 191104, + [SMALL_STATE(4182)] = 191121, + [SMALL_STATE(4183)] = 191140, + [SMALL_STATE(4184)] = 191157, + [SMALL_STATE(4185)] = 191172, + [SMALL_STATE(4186)] = 191189, + [SMALL_STATE(4187)] = 191206, + [SMALL_STATE(4188)] = 191219, + [SMALL_STATE(4189)] = 191238, + [SMALL_STATE(4190)] = 191255, + [SMALL_STATE(4191)] = 191272, + [SMALL_STATE(4192)] = 191286, + [SMALL_STATE(4193)] = 191296, + [SMALL_STATE(4194)] = 191306, + [SMALL_STATE(4195)] = 191322, + [SMALL_STATE(4196)] = 191334, + [SMALL_STATE(4197)] = 191344, + [SMALL_STATE(4198)] = 191354, + [SMALL_STATE(4199)] = 191368, + [SMALL_STATE(4200)] = 191380, + [SMALL_STATE(4201)] = 191390, + [SMALL_STATE(4202)] = 191400, + [SMALL_STATE(4203)] = 191416, + [SMALL_STATE(4204)] = 191428, + [SMALL_STATE(4205)] = 191438, + [SMALL_STATE(4206)] = 191448, + [SMALL_STATE(4207)] = 191458, + [SMALL_STATE(4208)] = 191468, + [SMALL_STATE(4209)] = 191478, + [SMALL_STATE(4210)] = 191488, + [SMALL_STATE(4211)] = 191498, + [SMALL_STATE(4212)] = 191508, + [SMALL_STATE(4213)] = 191524, + [SMALL_STATE(4214)] = 191534, + [SMALL_STATE(4215)] = 191544, + [SMALL_STATE(4216)] = 191554, + [SMALL_STATE(4217)] = 191568, + [SMALL_STATE(4218)] = 191582, + [SMALL_STATE(4219)] = 191592, + [SMALL_STATE(4220)] = 191608, + [SMALL_STATE(4221)] = 191618, + [SMALL_STATE(4222)] = 191628, + [SMALL_STATE(4223)] = 191638, + [SMALL_STATE(4224)] = 191654, + [SMALL_STATE(4225)] = 191668, + [SMALL_STATE(4226)] = 191684, + [SMALL_STATE(4227)] = 191694, + [SMALL_STATE(4228)] = 191704, + [SMALL_STATE(4229)] = 191714, + [SMALL_STATE(4230)] = 191728, + [SMALL_STATE(4231)] = 191742, + [SMALL_STATE(4232)] = 191756, + [SMALL_STATE(4233)] = 191766, + [SMALL_STATE(4234)] = 191776, + [SMALL_STATE(4235)] = 191786, + [SMALL_STATE(4236)] = 191796, + [SMALL_STATE(4237)] = 191806, + [SMALL_STATE(4238)] = 191816, + [SMALL_STATE(4239)] = 191826, + [SMALL_STATE(4240)] = 191836, + [SMALL_STATE(4241)] = 191852, + [SMALL_STATE(4242)] = 191862, + [SMALL_STATE(4243)] = 191872, + [SMALL_STATE(4244)] = 191882, + [SMALL_STATE(4245)] = 191892, + [SMALL_STATE(4246)] = 191902, + [SMALL_STATE(4247)] = 191912, + [SMALL_STATE(4248)] = 191928, + [SMALL_STATE(4249)] = 191944, + [SMALL_STATE(4250)] = 191954, + [SMALL_STATE(4251)] = 191964, + [SMALL_STATE(4252)] = 191974, + [SMALL_STATE(4253)] = 191984, + [SMALL_STATE(4254)] = 191994, + [SMALL_STATE(4255)] = 192004, + [SMALL_STATE(4256)] = 192018, + [SMALL_STATE(4257)] = 192034, + [SMALL_STATE(4258)] = 192044, + [SMALL_STATE(4259)] = 192060, + [SMALL_STATE(4260)] = 192070, + [SMALL_STATE(4261)] = 192084, + [SMALL_STATE(4262)] = 192100, + [SMALL_STATE(4263)] = 192116, + [SMALL_STATE(4264)] = 192125, + [SMALL_STATE(4265)] = 192134, + [SMALL_STATE(4266)] = 192147, + [SMALL_STATE(4267)] = 192158, + [SMALL_STATE(4268)] = 192171, + [SMALL_STATE(4269)] = 192184, + [SMALL_STATE(4270)] = 192197, + [SMALL_STATE(4271)] = 192208, + [SMALL_STATE(4272)] = 192219, + [SMALL_STATE(4273)] = 192232, + [SMALL_STATE(4274)] = 192245, + [SMALL_STATE(4275)] = 192258, + [SMALL_STATE(4276)] = 192271, + [SMALL_STATE(4277)] = 192282, + [SMALL_STATE(4278)] = 192295, + [SMALL_STATE(4279)] = 192308, + [SMALL_STATE(4280)] = 192321, + [SMALL_STATE(4281)] = 192334, + [SMALL_STATE(4282)] = 192347, + [SMALL_STATE(4283)] = 192360, + [SMALL_STATE(4284)] = 192373, + [SMALL_STATE(4285)] = 192384, + [SMALL_STATE(4286)] = 192395, + [SMALL_STATE(4287)] = 192406, + [SMALL_STATE(4288)] = 192417, + [SMALL_STATE(4289)] = 192430, + [SMALL_STATE(4290)] = 192443, + [SMALL_STATE(4291)] = 192454, + [SMALL_STATE(4292)] = 192465, + [SMALL_STATE(4293)] = 192476, + [SMALL_STATE(4294)] = 192487, + [SMALL_STATE(4295)] = 192500, + [SMALL_STATE(4296)] = 192513, + [SMALL_STATE(4297)] = 192522, + [SMALL_STATE(4298)] = 192533, + [SMALL_STATE(4299)] = 192544, + [SMALL_STATE(4300)] = 192557, + [SMALL_STATE(4301)] = 192570, + [SMALL_STATE(4302)] = 192581, + [SMALL_STATE(4303)] = 192590, + [SMALL_STATE(4304)] = 192603, + [SMALL_STATE(4305)] = 192614, + [SMALL_STATE(4306)] = 192625, + [SMALL_STATE(4307)] = 192638, + [SMALL_STATE(4308)] = 192649, + [SMALL_STATE(4309)] = 192660, + [SMALL_STATE(4310)] = 192673, + [SMALL_STATE(4311)] = 192686, + [SMALL_STATE(4312)] = 192699, + [SMALL_STATE(4313)] = 192712, + [SMALL_STATE(4314)] = 192725, + [SMALL_STATE(4315)] = 192736, + [SMALL_STATE(4316)] = 192749, + [SMALL_STATE(4317)] = 192762, + [SMALL_STATE(4318)] = 192775, + [SMALL_STATE(4319)] = 192786, + [SMALL_STATE(4320)] = 192799, + [SMALL_STATE(4321)] = 192810, + [SMALL_STATE(4322)] = 192823, + [SMALL_STATE(4323)] = 192834, + [SMALL_STATE(4324)] = 192847, + [SMALL_STATE(4325)] = 192858, + [SMALL_STATE(4326)] = 192869, + [SMALL_STATE(4327)] = 192878, + [SMALL_STATE(4328)] = 192891, + [SMALL_STATE(4329)] = 192904, + [SMALL_STATE(4330)] = 192915, + [SMALL_STATE(4331)] = 192926, + [SMALL_STATE(4332)] = 192939, + [SMALL_STATE(4333)] = 192948, + [SMALL_STATE(4334)] = 192961, + [SMALL_STATE(4335)] = 192972, + [SMALL_STATE(4336)] = 192985, + [SMALL_STATE(4337)] = 192998, + [SMALL_STATE(4338)] = 193007, + [SMALL_STATE(4339)] = 193018, + [SMALL_STATE(4340)] = 193029, + [SMALL_STATE(4341)] = 193042, + [SMALL_STATE(4342)] = 193055, + [SMALL_STATE(4343)] = 193068, + [SMALL_STATE(4344)] = 193081, + [SMALL_STATE(4345)] = 193094, + [SMALL_STATE(4346)] = 193107, + [SMALL_STATE(4347)] = 193116, + [SMALL_STATE(4348)] = 193129, + [SMALL_STATE(4349)] = 193142, + [SMALL_STATE(4350)] = 193155, + [SMALL_STATE(4351)] = 193168, + [SMALL_STATE(4352)] = 193181, + [SMALL_STATE(4353)] = 193192, + [SMALL_STATE(4354)] = 193205, + [SMALL_STATE(4355)] = 193218, + [SMALL_STATE(4356)] = 193227, + [SMALL_STATE(4357)] = 193240, + [SMALL_STATE(4358)] = 193253, + [SMALL_STATE(4359)] = 193266, + [SMALL_STATE(4360)] = 193279, + [SMALL_STATE(4361)] = 193292, + [SMALL_STATE(4362)] = 193305, + [SMALL_STATE(4363)] = 193318, + [SMALL_STATE(4364)] = 193331, + [SMALL_STATE(4365)] = 193344, + [SMALL_STATE(4366)] = 193357, + [SMALL_STATE(4367)] = 193370, + [SMALL_STATE(4368)] = 193383, + [SMALL_STATE(4369)] = 193396, + [SMALL_STATE(4370)] = 193409, + [SMALL_STATE(4371)] = 193422, + [SMALL_STATE(4372)] = 193435, + [SMALL_STATE(4373)] = 193444, + [SMALL_STATE(4374)] = 193457, + [SMALL_STATE(4375)] = 193468, + [SMALL_STATE(4376)] = 193481, + [SMALL_STATE(4377)] = 193494, + [SMALL_STATE(4378)] = 193507, + [SMALL_STATE(4379)] = 193520, + [SMALL_STATE(4380)] = 193529, + [SMALL_STATE(4381)] = 193540, + [SMALL_STATE(4382)] = 193553, + [SMALL_STATE(4383)] = 193566, + [SMALL_STATE(4384)] = 193579, + [SMALL_STATE(4385)] = 193592, + [SMALL_STATE(4386)] = 193605, + [SMALL_STATE(4387)] = 193618, + [SMALL_STATE(4388)] = 193631, + [SMALL_STATE(4389)] = 193644, + [SMALL_STATE(4390)] = 193657, + [SMALL_STATE(4391)] = 193666, + [SMALL_STATE(4392)] = 193679, + [SMALL_STATE(4393)] = 193692, + [SMALL_STATE(4394)] = 193705, + [SMALL_STATE(4395)] = 193718, + [SMALL_STATE(4396)] = 193731, + [SMALL_STATE(4397)] = 193744, + [SMALL_STATE(4398)] = 193757, + [SMALL_STATE(4399)] = 193766, + [SMALL_STATE(4400)] = 193779, + [SMALL_STATE(4401)] = 193792, + [SMALL_STATE(4402)] = 193805, + [SMALL_STATE(4403)] = 193818, + [SMALL_STATE(4404)] = 193831, + [SMALL_STATE(4405)] = 193844, + [SMALL_STATE(4406)] = 193853, + [SMALL_STATE(4407)] = 193866, + [SMALL_STATE(4408)] = 193879, + [SMALL_STATE(4409)] = 193888, + [SMALL_STATE(4410)] = 193897, + [SMALL_STATE(4411)] = 193908, + [SMALL_STATE(4412)] = 193921, + [SMALL_STATE(4413)] = 193934, + [SMALL_STATE(4414)] = 193947, + [SMALL_STATE(4415)] = 193956, + [SMALL_STATE(4416)] = 193969, + [SMALL_STATE(4417)] = 193982, + [SMALL_STATE(4418)] = 193991, + [SMALL_STATE(4419)] = 194004, + [SMALL_STATE(4420)] = 194017, + [SMALL_STATE(4421)] = 194026, + [SMALL_STATE(4422)] = 194039, + [SMALL_STATE(4423)] = 194047, + [SMALL_STATE(4424)] = 194057, + [SMALL_STATE(4425)] = 194067, + [SMALL_STATE(4426)] = 194077, + [SMALL_STATE(4427)] = 194087, + [SMALL_STATE(4428)] = 194097, + [SMALL_STATE(4429)] = 194107, + [SMALL_STATE(4430)] = 194117, + [SMALL_STATE(4431)] = 194125, + [SMALL_STATE(4432)] = 194135, + [SMALL_STATE(4433)] = 194145, + [SMALL_STATE(4434)] = 194155, + [SMALL_STATE(4435)] = 194163, + [SMALL_STATE(4436)] = 194171, + [SMALL_STATE(4437)] = 194181, + [SMALL_STATE(4438)] = 194191, + [SMALL_STATE(4439)] = 194199, + [SMALL_STATE(4440)] = 194207, + [SMALL_STATE(4441)] = 194217, + [SMALL_STATE(4442)] = 194227, + [SMALL_STATE(4443)] = 194237, + [SMALL_STATE(4444)] = 194245, + [SMALL_STATE(4445)] = 194253, + [SMALL_STATE(4446)] = 194263, + [SMALL_STATE(4447)] = 194271, + [SMALL_STATE(4448)] = 194279, + [SMALL_STATE(4449)] = 194289, + [SMALL_STATE(4450)] = 194299, + [SMALL_STATE(4451)] = 194309, + [SMALL_STATE(4452)] = 194319, + [SMALL_STATE(4453)] = 194329, + [SMALL_STATE(4454)] = 194337, + [SMALL_STATE(4455)] = 194347, + [SMALL_STATE(4456)] = 194357, + [SMALL_STATE(4457)] = 194367, + [SMALL_STATE(4458)] = 194375, + [SMALL_STATE(4459)] = 194385, + [SMALL_STATE(4460)] = 194393, + [SMALL_STATE(4461)] = 194403, + [SMALL_STATE(4462)] = 194413, + [SMALL_STATE(4463)] = 194423, + [SMALL_STATE(4464)] = 194433, + [SMALL_STATE(4465)] = 194443, + [SMALL_STATE(4466)] = 194453, + [SMALL_STATE(4467)] = 194463, + [SMALL_STATE(4468)] = 194473, + [SMALL_STATE(4469)] = 194483, + [SMALL_STATE(4470)] = 194493, + [SMALL_STATE(4471)] = 194501, + [SMALL_STATE(4472)] = 194511, + [SMALL_STATE(4473)] = 194521, + [SMALL_STATE(4474)] = 194531, + [SMALL_STATE(4475)] = 194541, + [SMALL_STATE(4476)] = 194551, + [SMALL_STATE(4477)] = 194561, + [SMALL_STATE(4478)] = 194571, + [SMALL_STATE(4479)] = 194581, + [SMALL_STATE(4480)] = 194591, + [SMALL_STATE(4481)] = 194599, + [SMALL_STATE(4482)] = 194609, + [SMALL_STATE(4483)] = 194619, + [SMALL_STATE(4484)] = 194627, + [SMALL_STATE(4485)] = 194637, + [SMALL_STATE(4486)] = 194647, + [SMALL_STATE(4487)] = 194655, + [SMALL_STATE(4488)] = 194665, + [SMALL_STATE(4489)] = 194675, + [SMALL_STATE(4490)] = 194685, + [SMALL_STATE(4491)] = 194693, + [SMALL_STATE(4492)] = 194703, + [SMALL_STATE(4493)] = 194711, + [SMALL_STATE(4494)] = 194721, + [SMALL_STATE(4495)] = 194731, + [SMALL_STATE(4496)] = 194741, + [SMALL_STATE(4497)] = 194749, + [SMALL_STATE(4498)] = 194757, + [SMALL_STATE(4499)] = 194767, + [SMALL_STATE(4500)] = 194777, + [SMALL_STATE(4501)] = 194787, + [SMALL_STATE(4502)] = 194795, + [SMALL_STATE(4503)] = 194803, + [SMALL_STATE(4504)] = 194811, + [SMALL_STATE(4505)] = 194821, + [SMALL_STATE(4506)] = 194829, + [SMALL_STATE(4507)] = 194839, + [SMALL_STATE(4508)] = 194849, + [SMALL_STATE(4509)] = 194857, + [SMALL_STATE(4510)] = 194865, + [SMALL_STATE(4511)] = 194875, + [SMALL_STATE(4512)] = 194883, + [SMALL_STATE(4513)] = 194891, + [SMALL_STATE(4514)] = 194901, + [SMALL_STATE(4515)] = 194911, + [SMALL_STATE(4516)] = 194919, + [SMALL_STATE(4517)] = 194927, + [SMALL_STATE(4518)] = 194935, + [SMALL_STATE(4519)] = 194943, + [SMALL_STATE(4520)] = 194951, + [SMALL_STATE(4521)] = 194959, + [SMALL_STATE(4522)] = 194969, + [SMALL_STATE(4523)] = 194977, + [SMALL_STATE(4524)] = 194987, + [SMALL_STATE(4525)] = 194997, + [SMALL_STATE(4526)] = 195005, + [SMALL_STATE(4527)] = 195015, + [SMALL_STATE(4528)] = 195023, + [SMALL_STATE(4529)] = 195031, + [SMALL_STATE(4530)] = 195039, + [SMALL_STATE(4531)] = 195049, + [SMALL_STATE(4532)] = 195057, + [SMALL_STATE(4533)] = 195064, + [SMALL_STATE(4534)] = 195071, + [SMALL_STATE(4535)] = 195078, + [SMALL_STATE(4536)] = 195085, + [SMALL_STATE(4537)] = 195092, + [SMALL_STATE(4538)] = 195099, + [SMALL_STATE(4539)] = 195106, + [SMALL_STATE(4540)] = 195113, + [SMALL_STATE(4541)] = 195120, + [SMALL_STATE(4542)] = 195127, + [SMALL_STATE(4543)] = 195134, + [SMALL_STATE(4544)] = 195141, + [SMALL_STATE(4545)] = 195148, + [SMALL_STATE(4546)] = 195155, + [SMALL_STATE(4547)] = 195162, + [SMALL_STATE(4548)] = 195169, + [SMALL_STATE(4549)] = 195176, + [SMALL_STATE(4550)] = 195183, + [SMALL_STATE(4551)] = 195190, + [SMALL_STATE(4552)] = 195197, + [SMALL_STATE(4553)] = 195204, + [SMALL_STATE(4554)] = 195211, + [SMALL_STATE(4555)] = 195218, + [SMALL_STATE(4556)] = 195225, + [SMALL_STATE(4557)] = 195232, + [SMALL_STATE(4558)] = 195239, + [SMALL_STATE(4559)] = 195246, + [SMALL_STATE(4560)] = 195253, + [SMALL_STATE(4561)] = 195260, + [SMALL_STATE(4562)] = 195267, + [SMALL_STATE(4563)] = 195274, + [SMALL_STATE(4564)] = 195281, + [SMALL_STATE(4565)] = 195288, + [SMALL_STATE(4566)] = 195295, + [SMALL_STATE(4567)] = 195302, + [SMALL_STATE(4568)] = 195309, + [SMALL_STATE(4569)] = 195316, + [SMALL_STATE(4570)] = 195323, + [SMALL_STATE(4571)] = 195330, + [SMALL_STATE(4572)] = 195337, + [SMALL_STATE(4573)] = 195344, + [SMALL_STATE(4574)] = 195351, + [SMALL_STATE(4575)] = 195358, + [SMALL_STATE(4576)] = 195365, + [SMALL_STATE(4577)] = 195372, + [SMALL_STATE(4578)] = 195379, + [SMALL_STATE(4579)] = 195386, + [SMALL_STATE(4580)] = 195393, + [SMALL_STATE(4581)] = 195400, + [SMALL_STATE(4582)] = 195407, + [SMALL_STATE(4583)] = 195414, + [SMALL_STATE(4584)] = 195421, + [SMALL_STATE(4585)] = 195428, + [SMALL_STATE(4586)] = 195435, + [SMALL_STATE(4587)] = 195442, + [SMALL_STATE(4588)] = 195449, + [SMALL_STATE(4589)] = 195456, + [SMALL_STATE(4590)] = 195463, + [SMALL_STATE(4591)] = 195470, + [SMALL_STATE(4592)] = 195477, + [SMALL_STATE(4593)] = 195484, + [SMALL_STATE(4594)] = 195491, + [SMALL_STATE(4595)] = 195498, + [SMALL_STATE(4596)] = 195505, + [SMALL_STATE(4597)] = 195512, + [SMALL_STATE(4598)] = 195519, + [SMALL_STATE(4599)] = 195526, + [SMALL_STATE(4600)] = 195533, + [SMALL_STATE(4601)] = 195540, + [SMALL_STATE(4602)] = 195547, + [SMALL_STATE(4603)] = 195554, + [SMALL_STATE(4604)] = 195561, + [SMALL_STATE(4605)] = 195568, + [SMALL_STATE(4606)] = 195575, + [SMALL_STATE(4607)] = 195582, + [SMALL_STATE(4608)] = 195589, + [SMALL_STATE(4609)] = 195596, + [SMALL_STATE(4610)] = 195603, + [SMALL_STATE(4611)] = 195610, + [SMALL_STATE(4612)] = 195617, + [SMALL_STATE(4613)] = 195624, + [SMALL_STATE(4614)] = 195631, + [SMALL_STATE(4615)] = 195638, + [SMALL_STATE(4616)] = 195645, + [SMALL_STATE(4617)] = 195652, + [SMALL_STATE(4618)] = 195659, + [SMALL_STATE(4619)] = 195666, + [SMALL_STATE(4620)] = 195673, + [SMALL_STATE(4621)] = 195680, + [SMALL_STATE(4622)] = 195687, + [SMALL_STATE(4623)] = 195694, + [SMALL_STATE(4624)] = 195701, + [SMALL_STATE(4625)] = 195708, + [SMALL_STATE(4626)] = 195715, + [SMALL_STATE(4627)] = 195722, + [SMALL_STATE(4628)] = 195729, + [SMALL_STATE(4629)] = 195736, + [SMALL_STATE(4630)] = 195743, + [SMALL_STATE(4631)] = 195750, + [SMALL_STATE(4632)] = 195757, + [SMALL_STATE(4633)] = 195764, + [SMALL_STATE(4634)] = 195771, + [SMALL_STATE(4635)] = 195778, + [SMALL_STATE(4636)] = 195785, + [SMALL_STATE(4637)] = 195792, + [SMALL_STATE(4638)] = 195799, + [SMALL_STATE(4639)] = 195806, + [SMALL_STATE(4640)] = 195813, + [SMALL_STATE(4641)] = 195820, + [SMALL_STATE(4642)] = 195827, + [SMALL_STATE(4643)] = 195834, + [SMALL_STATE(4644)] = 195841, + [SMALL_STATE(4645)] = 195848, + [SMALL_STATE(4646)] = 195855, + [SMALL_STATE(4647)] = 195862, + [SMALL_STATE(4648)] = 195869, + [SMALL_STATE(4649)] = 195876, + [SMALL_STATE(4650)] = 195883, + [SMALL_STATE(4651)] = 195890, + [SMALL_STATE(4652)] = 195897, + [SMALL_STATE(4653)] = 195904, + [SMALL_STATE(4654)] = 195911, + [SMALL_STATE(4655)] = 195918, + [SMALL_STATE(4656)] = 195925, + [SMALL_STATE(4657)] = 195932, + [SMALL_STATE(4658)] = 195939, + [SMALL_STATE(4659)] = 195946, + [SMALL_STATE(4660)] = 195953, + [SMALL_STATE(4661)] = 195960, + [SMALL_STATE(4662)] = 195967, + [SMALL_STATE(4663)] = 195974, + [SMALL_STATE(4664)] = 195981, + [SMALL_STATE(4665)] = 195988, + [SMALL_STATE(4666)] = 195995, + [SMALL_STATE(4667)] = 196002, + [SMALL_STATE(4668)] = 196009, + [SMALL_STATE(4669)] = 196016, + [SMALL_STATE(4670)] = 196023, + [SMALL_STATE(4671)] = 196030, + [SMALL_STATE(4672)] = 196037, + [SMALL_STATE(4673)] = 196044, + [SMALL_STATE(4674)] = 196051, + [SMALL_STATE(4675)] = 196058, + [SMALL_STATE(4676)] = 196065, + [SMALL_STATE(4677)] = 196072, + [SMALL_STATE(4678)] = 196079, + [SMALL_STATE(4679)] = 196086, + [SMALL_STATE(4680)] = 196093, + [SMALL_STATE(4681)] = 196100, + [SMALL_STATE(4682)] = 196107, + [SMALL_STATE(4683)] = 196114, + [SMALL_STATE(4684)] = 196121, + [SMALL_STATE(4685)] = 196128, + [SMALL_STATE(4686)] = 196135, + [SMALL_STATE(4687)] = 196142, + [SMALL_STATE(4688)] = 196149, + [SMALL_STATE(4689)] = 196156, + [SMALL_STATE(4690)] = 196163, + [SMALL_STATE(4691)] = 196170, + [SMALL_STATE(4692)] = 196177, + [SMALL_STATE(4693)] = 196184, + [SMALL_STATE(4694)] = 196191, + [SMALL_STATE(4695)] = 196198, + [SMALL_STATE(4696)] = 196205, + [SMALL_STATE(4697)] = 196212, + [SMALL_STATE(4698)] = 196219, + [SMALL_STATE(4699)] = 196226, + [SMALL_STATE(4700)] = 196233, + [SMALL_STATE(4701)] = 196240, + [SMALL_STATE(4702)] = 196247, + [SMALL_STATE(4703)] = 196254, + [SMALL_STATE(4704)] = 196261, + [SMALL_STATE(4705)] = 196268, + [SMALL_STATE(4706)] = 196275, + [SMALL_STATE(4707)] = 196282, + [SMALL_STATE(4708)] = 196289, + [SMALL_STATE(4709)] = 196296, + [SMALL_STATE(4710)] = 196303, + [SMALL_STATE(4711)] = 196310, + [SMALL_STATE(4712)] = 196317, + [SMALL_STATE(4713)] = 196324, + [SMALL_STATE(4714)] = 196331, + [SMALL_STATE(4715)] = 196338, + [SMALL_STATE(4716)] = 196345, + [SMALL_STATE(4717)] = 196352, + [SMALL_STATE(4718)] = 196359, + [SMALL_STATE(4719)] = 196366, + [SMALL_STATE(4720)] = 196373, + [SMALL_STATE(4721)] = 196380, + [SMALL_STATE(4722)] = 196387, + [SMALL_STATE(4723)] = 196394, + [SMALL_STATE(4724)] = 196401, + [SMALL_STATE(4725)] = 196408, + [SMALL_STATE(4726)] = 196415, + [SMALL_STATE(4727)] = 196422, + [SMALL_STATE(4728)] = 196429, + [SMALL_STATE(4729)] = 196436, + [SMALL_STATE(4730)] = 196443, + [SMALL_STATE(4731)] = 196450, + [SMALL_STATE(4732)] = 196457, + [SMALL_STATE(4733)] = 196464, + [SMALL_STATE(4734)] = 196471, + [SMALL_STATE(4735)] = 196478, + [SMALL_STATE(4736)] = 196485, + [SMALL_STATE(4737)] = 196492, + [SMALL_STATE(4738)] = 196499, + [SMALL_STATE(4739)] = 196506, + [SMALL_STATE(4740)] = 196513, + [SMALL_STATE(4741)] = 196520, + [SMALL_STATE(4742)] = 196527, + [SMALL_STATE(4743)] = 196534, + [SMALL_STATE(4744)] = 196541, + [SMALL_STATE(4745)] = 196548, + [SMALL_STATE(4746)] = 196555, + [SMALL_STATE(4747)] = 196562, + [SMALL_STATE(4748)] = 196569, + [SMALL_STATE(4749)] = 196576, + [SMALL_STATE(4750)] = 196583, + [SMALL_STATE(4751)] = 196590, + [SMALL_STATE(4752)] = 196597, + [SMALL_STATE(4753)] = 196604, + [SMALL_STATE(4754)] = 196611, + [SMALL_STATE(4755)] = 196618, + [SMALL_STATE(4756)] = 196625, + [SMALL_STATE(4757)] = 196632, + [SMALL_STATE(4758)] = 196639, + [SMALL_STATE(4759)] = 196646, + [SMALL_STATE(4760)] = 196653, + [SMALL_STATE(4761)] = 196660, + [SMALL_STATE(4762)] = 196667, + [SMALL_STATE(4763)] = 196674, + [SMALL_STATE(4764)] = 196681, + [SMALL_STATE(4765)] = 196688, + [SMALL_STATE(4766)] = 196695, + [SMALL_STATE(4767)] = 196702, + [SMALL_STATE(4768)] = 196709, + [SMALL_STATE(4769)] = 196716, + [SMALL_STATE(4770)] = 196723, + [SMALL_STATE(4771)] = 196730, + [SMALL_STATE(4772)] = 196737, + [SMALL_STATE(4773)] = 196744, + [SMALL_STATE(4774)] = 196751, + [SMALL_STATE(4775)] = 196758, + [SMALL_STATE(4776)] = 196765, + [SMALL_STATE(4777)] = 196772, + [SMALL_STATE(4778)] = 196779, + [SMALL_STATE(4779)] = 196786, + [SMALL_STATE(4780)] = 196793, + [SMALL_STATE(4781)] = 196800, + [SMALL_STATE(4782)] = 196807, + [SMALL_STATE(4783)] = 196814, + [SMALL_STATE(4784)] = 196821, + [SMALL_STATE(4785)] = 196828, + [SMALL_STATE(4786)] = 196835, + [SMALL_STATE(4787)] = 196842, + [SMALL_STATE(4788)] = 196849, + [SMALL_STATE(4789)] = 196856, + [SMALL_STATE(4790)] = 196863, + [SMALL_STATE(4791)] = 196870, + [SMALL_STATE(4792)] = 196877, + [SMALL_STATE(4793)] = 196884, + [SMALL_STATE(4794)] = 196891, + [SMALL_STATE(4795)] = 196898, + [SMALL_STATE(4796)] = 196905, + [SMALL_STATE(4797)] = 196912, + [SMALL_STATE(4798)] = 196919, + [SMALL_STATE(4799)] = 196926, + [SMALL_STATE(4800)] = 196933, + [SMALL_STATE(4801)] = 196940, + [SMALL_STATE(4802)] = 196947, + [SMALL_STATE(4803)] = 196954, + [SMALL_STATE(4804)] = 196961, + [SMALL_STATE(4805)] = 196968, + [SMALL_STATE(4806)] = 196975, + [SMALL_STATE(4807)] = 196982, + [SMALL_STATE(4808)] = 196989, + [SMALL_STATE(4809)] = 196996, + [SMALL_STATE(4810)] = 197003, + [SMALL_STATE(4811)] = 197010, + [SMALL_STATE(4812)] = 197017, + [SMALL_STATE(4813)] = 197024, + [SMALL_STATE(4814)] = 197031, + [SMALL_STATE(4815)] = 197038, + [SMALL_STATE(4816)] = 197045, + [SMALL_STATE(4817)] = 197052, + [SMALL_STATE(4818)] = 197059, + [SMALL_STATE(4819)] = 197066, + [SMALL_STATE(4820)] = 197073, + [SMALL_STATE(4821)] = 197080, + [SMALL_STATE(4822)] = 197087, + [SMALL_STATE(4823)] = 197094, + [SMALL_STATE(4824)] = 197101, + [SMALL_STATE(4825)] = 197108, + [SMALL_STATE(4826)] = 197115, + [SMALL_STATE(4827)] = 197122, + [SMALL_STATE(4828)] = 197129, + [SMALL_STATE(4829)] = 197136, + [SMALL_STATE(4830)] = 197143, + [SMALL_STATE(4831)] = 197150, + [SMALL_STATE(4832)] = 197157, + [SMALL_STATE(4833)] = 197164, + [SMALL_STATE(4834)] = 197171, + [SMALL_STATE(4835)] = 197178, + [SMALL_STATE(4836)] = 197185, + [SMALL_STATE(4837)] = 197192, + [SMALL_STATE(4838)] = 197199, + [SMALL_STATE(4839)] = 197206, + [SMALL_STATE(4840)] = 197213, + [SMALL_STATE(4841)] = 197220, + [SMALL_STATE(4842)] = 197227, + [SMALL_STATE(4843)] = 197234, + [SMALL_STATE(4844)] = 197241, + [SMALL_STATE(4845)] = 197248, + [SMALL_STATE(4846)] = 197255, + [SMALL_STATE(4847)] = 197262, + [SMALL_STATE(4848)] = 197269, + [SMALL_STATE(4849)] = 197276, + [SMALL_STATE(4850)] = 197283, + [SMALL_STATE(4851)] = 197290, + [SMALL_STATE(4852)] = 197297, + [SMALL_STATE(4853)] = 197304, + [SMALL_STATE(4854)] = 197311, + [SMALL_STATE(4855)] = 197318, + [SMALL_STATE(4856)] = 197325, + [SMALL_STATE(4857)] = 197332, + [SMALL_STATE(4858)] = 197339, + [SMALL_STATE(4859)] = 197346, + [SMALL_STATE(4860)] = 197353, + [SMALL_STATE(4861)] = 197360, + [SMALL_STATE(4862)] = 197367, + [SMALL_STATE(4863)] = 197374, + [SMALL_STATE(4864)] = 197381, + [SMALL_STATE(4865)] = 197388, + [SMALL_STATE(4866)] = 197395, + [SMALL_STATE(4867)] = 197402, + [SMALL_STATE(4868)] = 197409, + [SMALL_STATE(4869)] = 197416, + [SMALL_STATE(4870)] = 197423, + [SMALL_STATE(4871)] = 197430, + [SMALL_STATE(4872)] = 197437, + [SMALL_STATE(4873)] = 197444, + [SMALL_STATE(4874)] = 197451, + [SMALL_STATE(4875)] = 197458, + [SMALL_STATE(4876)] = 197465, + [SMALL_STATE(4877)] = 197472, + [SMALL_STATE(4878)] = 197479, + [SMALL_STATE(4879)] = 197486, + [SMALL_STATE(4880)] = 197493, + [SMALL_STATE(4881)] = 197500, + [SMALL_STATE(4882)] = 197507, + [SMALL_STATE(4883)] = 197514, + [SMALL_STATE(4884)] = 197521, + [SMALL_STATE(4885)] = 197528, + [SMALL_STATE(4886)] = 197535, + [SMALL_STATE(4887)] = 197542, + [SMALL_STATE(4888)] = 197549, + [SMALL_STATE(4889)] = 197556, + [SMALL_STATE(4890)] = 197563, + [SMALL_STATE(4891)] = 197570, + [SMALL_STATE(4892)] = 197577, + [SMALL_STATE(4893)] = 197584, + [SMALL_STATE(4894)] = 197591, + [SMALL_STATE(4895)] = 197598, + [SMALL_STATE(4896)] = 197605, + [SMALL_STATE(4897)] = 197612, + [SMALL_STATE(4898)] = 197619, + [SMALL_STATE(4899)] = 197626, + [SMALL_STATE(4900)] = 197633, + [SMALL_STATE(4901)] = 197640, + [SMALL_STATE(4902)] = 197647, + [SMALL_STATE(4903)] = 197654, + [SMALL_STATE(4904)] = 197661, + [SMALL_STATE(4905)] = 197668, + [SMALL_STATE(4906)] = 197675, + [SMALL_STATE(4907)] = 197682, + [SMALL_STATE(4908)] = 197689, + [SMALL_STATE(4909)] = 197696, + [SMALL_STATE(4910)] = 197703, + [SMALL_STATE(4911)] = 197710, + [SMALL_STATE(4912)] = 197717, + [SMALL_STATE(4913)] = 197724, + [SMALL_STATE(4914)] = 197731, + [SMALL_STATE(4915)] = 197738, + [SMALL_STATE(4916)] = 197745, + [SMALL_STATE(4917)] = 197752, + [SMALL_STATE(4918)] = 197759, + [SMALL_STATE(4919)] = 197766, + [SMALL_STATE(4920)] = 197773, + [SMALL_STATE(4921)] = 197780, + [SMALL_STATE(4922)] = 197787, + [SMALL_STATE(4923)] = 197794, + [SMALL_STATE(4924)] = 197801, + [SMALL_STATE(4925)] = 197808, + [SMALL_STATE(4926)] = 197815, + [SMALL_STATE(4927)] = 197822, + [SMALL_STATE(4928)] = 197829, + [SMALL_STATE(4929)] = 197836, + [SMALL_STATE(4930)] = 197843, + [SMALL_STATE(4931)] = 197850, + [SMALL_STATE(4932)] = 197857, + [SMALL_STATE(4933)] = 197864, + [SMALL_STATE(4934)] = 197871, + [SMALL_STATE(4935)] = 197878, + [SMALL_STATE(4936)] = 197885, + [SMALL_STATE(4937)] = 197892, + [SMALL_STATE(4938)] = 197899, + [SMALL_STATE(4939)] = 197906, + [SMALL_STATE(4940)] = 197913, + [SMALL_STATE(4941)] = 197920, + [SMALL_STATE(4942)] = 197927, + [SMALL_STATE(4943)] = 197934, + [SMALL_STATE(4944)] = 197941, + [SMALL_STATE(4945)] = 197948, + [SMALL_STATE(4946)] = 197955, + [SMALL_STATE(4947)] = 197962, + [SMALL_STATE(4948)] = 197969, + [SMALL_STATE(4949)] = 197976, + [SMALL_STATE(4950)] = 197983, + [SMALL_STATE(4951)] = 197990, + [SMALL_STATE(4952)] = 197997, + [SMALL_STATE(4953)] = 198004, + [SMALL_STATE(4954)] = 198011, + [SMALL_STATE(4955)] = 198018, + [SMALL_STATE(4956)] = 198025, + [SMALL_STATE(4957)] = 198032, + [SMALL_STATE(4958)] = 198039, + [SMALL_STATE(4959)] = 198046, + [SMALL_STATE(4960)] = 198053, + [SMALL_STATE(4961)] = 198060, + [SMALL_STATE(4962)] = 198067, + [SMALL_STATE(4963)] = 198074, + [SMALL_STATE(4964)] = 198081, + [SMALL_STATE(4965)] = 198088, + [SMALL_STATE(4966)] = 198095, + [SMALL_STATE(4967)] = 198102, + [SMALL_STATE(4968)] = 198109, + [SMALL_STATE(4969)] = 198116, + [SMALL_STATE(4970)] = 198123, + [SMALL_STATE(4971)] = 198130, + [SMALL_STATE(4972)] = 198137, + [SMALL_STATE(4973)] = 198144, + [SMALL_STATE(4974)] = 198151, + [SMALL_STATE(4975)] = 198158, + [SMALL_STATE(4976)] = 198165, + [SMALL_STATE(4977)] = 198172, + [SMALL_STATE(4978)] = 198179, + [SMALL_STATE(4979)] = 198186, + [SMALL_STATE(4980)] = 198193, + [SMALL_STATE(4981)] = 198200, + [SMALL_STATE(4982)] = 198207, + [SMALL_STATE(4983)] = 198214, + [SMALL_STATE(4984)] = 198221, + [SMALL_STATE(4985)] = 198228, + [SMALL_STATE(4986)] = 198235, + [SMALL_STATE(4987)] = 198242, + [SMALL_STATE(4988)] = 198249, + [SMALL_STATE(4989)] = 198256, + [SMALL_STATE(4990)] = 198263, + [SMALL_STATE(4991)] = 198270, + [SMALL_STATE(4992)] = 198277, + [SMALL_STATE(4993)] = 198284, + [SMALL_STATE(4994)] = 198291, + [SMALL_STATE(4995)] = 198298, + [SMALL_STATE(4996)] = 198305, + [SMALL_STATE(4997)] = 198312, + [SMALL_STATE(4998)] = 198319, + [SMALL_STATE(4999)] = 198326, + [SMALL_STATE(5000)] = 198333, + [SMALL_STATE(5001)] = 198340, + [SMALL_STATE(5002)] = 198347, + [SMALL_STATE(5003)] = 198354, + [SMALL_STATE(5004)] = 198361, + [SMALL_STATE(5005)] = 198368, + [SMALL_STATE(5006)] = 198375, + [SMALL_STATE(5007)] = 198382, + [SMALL_STATE(5008)] = 198389, + [SMALL_STATE(5009)] = 198396, + [SMALL_STATE(5010)] = 198403, + [SMALL_STATE(5011)] = 198410, + [SMALL_STATE(5012)] = 198417, + [SMALL_STATE(5013)] = 198424, + [SMALL_STATE(5014)] = 198431, + [SMALL_STATE(5015)] = 198438, + [SMALL_STATE(5016)] = 198445, + [SMALL_STATE(5017)] = 198452, + [SMALL_STATE(5018)] = 198459, + [SMALL_STATE(5019)] = 198466, + [SMALL_STATE(5020)] = 198473, + [SMALL_STATE(5021)] = 198480, + [SMALL_STATE(5022)] = 198487, + [SMALL_STATE(5023)] = 198494, + [SMALL_STATE(5024)] = 198501, + [SMALL_STATE(5025)] = 198508, + [SMALL_STATE(5026)] = 198515, + [SMALL_STATE(5027)] = 198522, + [SMALL_STATE(5028)] = 198529, + [SMALL_STATE(5029)] = 198536, + [SMALL_STATE(5030)] = 198543, + [SMALL_STATE(5031)] = 198550, + [SMALL_STATE(5032)] = 198557, + [SMALL_STATE(5033)] = 198564, + [SMALL_STATE(5034)] = 198571, + [SMALL_STATE(5035)] = 198578, + [SMALL_STATE(5036)] = 198585, + [SMALL_STATE(5037)] = 198592, + [SMALL_STATE(5038)] = 198599, + [SMALL_STATE(5039)] = 198606, + [SMALL_STATE(5040)] = 198613, + [SMALL_STATE(5041)] = 198620, + [SMALL_STATE(5042)] = 198627, + [SMALL_STATE(5043)] = 198634, + [SMALL_STATE(5044)] = 198641, + [SMALL_STATE(5045)] = 198648, + [SMALL_STATE(5046)] = 198655, + [SMALL_STATE(5047)] = 198662, + [SMALL_STATE(5048)] = 198669, + [SMALL_STATE(5049)] = 198676, + [SMALL_STATE(5050)] = 198683, + [SMALL_STATE(5051)] = 198690, + [SMALL_STATE(5052)] = 198697, + [SMALL_STATE(5053)] = 198704, + [SMALL_STATE(5054)] = 198711, + [SMALL_STATE(5055)] = 198718, + [SMALL_STATE(5056)] = 198725, + [SMALL_STATE(5057)] = 198732, + [SMALL_STATE(5058)] = 198739, + [SMALL_STATE(5059)] = 198746, + [SMALL_STATE(5060)] = 198753, + [SMALL_STATE(5061)] = 198760, + [SMALL_STATE(5062)] = 198767, + [SMALL_STATE(5063)] = 198774, + [SMALL_STATE(5064)] = 198781, + [SMALL_STATE(5065)] = 198788, + [SMALL_STATE(5066)] = 198795, + [SMALL_STATE(5067)] = 198802, + [SMALL_STATE(5068)] = 198809, + [SMALL_STATE(5069)] = 198816, + [SMALL_STATE(5070)] = 198823, + [SMALL_STATE(5071)] = 198830, + [SMALL_STATE(5072)] = 198837, + [SMALL_STATE(5073)] = 198844, + [SMALL_STATE(5074)] = 198851, + [SMALL_STATE(5075)] = 198858, + [SMALL_STATE(5076)] = 198865, + [SMALL_STATE(5077)] = 198872, + [SMALL_STATE(5078)] = 198879, + [SMALL_STATE(5079)] = 198886, + [SMALL_STATE(5080)] = 198893, + [SMALL_STATE(5081)] = 198900, + [SMALL_STATE(5082)] = 198907, + [SMALL_STATE(5083)] = 198914, + [SMALL_STATE(5084)] = 198921, + [SMALL_STATE(5085)] = 198928, + [SMALL_STATE(5086)] = 198935, + [SMALL_STATE(5087)] = 198942, + [SMALL_STATE(5088)] = 198949, + [SMALL_STATE(5089)] = 198956, + [SMALL_STATE(5090)] = 198963, + [SMALL_STATE(5091)] = 198970, + [SMALL_STATE(5092)] = 198977, + [SMALL_STATE(5093)] = 198984, + [SMALL_STATE(5094)] = 198991, + [SMALL_STATE(5095)] = 198998, + [SMALL_STATE(5096)] = 199005, + [SMALL_STATE(5097)] = 199012, + [SMALL_STATE(5098)] = 199019, + [SMALL_STATE(5099)] = 199026, + [SMALL_STATE(5100)] = 199033, + [SMALL_STATE(5101)] = 199040, + [SMALL_STATE(5102)] = 199047, + [SMALL_STATE(5103)] = 199054, + [SMALL_STATE(5104)] = 199061, + [SMALL_STATE(5105)] = 199068, + [SMALL_STATE(5106)] = 199075, + [SMALL_STATE(5107)] = 199082, + [SMALL_STATE(5108)] = 199089, + [SMALL_STATE(5109)] = 199096, + [SMALL_STATE(5110)] = 199103, + [SMALL_STATE(5111)] = 199110, + [SMALL_STATE(5112)] = 199117, + [SMALL_STATE(5113)] = 199124, + [SMALL_STATE(5114)] = 199131, + [SMALL_STATE(5115)] = 199138, + [SMALL_STATE(5116)] = 199145, + [SMALL_STATE(5117)] = 199152, + [SMALL_STATE(5118)] = 199159, + [SMALL_STATE(5119)] = 199166, + [SMALL_STATE(5120)] = 199173, + [SMALL_STATE(5121)] = 199180, + [SMALL_STATE(5122)] = 199187, + [SMALL_STATE(5123)] = 199194, + [SMALL_STATE(5124)] = 199201, + [SMALL_STATE(5125)] = 199208, + [SMALL_STATE(5126)] = 199215, + [SMALL_STATE(5127)] = 199222, + [SMALL_STATE(5128)] = 199229, + [SMALL_STATE(5129)] = 199236, + [SMALL_STATE(5130)] = 199243, + [SMALL_STATE(5131)] = 199250, + [SMALL_STATE(5132)] = 199257, + [SMALL_STATE(5133)] = 199264, + [SMALL_STATE(5134)] = 199271, + [SMALL_STATE(5135)] = 199278, + [SMALL_STATE(5136)] = 199285, + [SMALL_STATE(5137)] = 199292, + [SMALL_STATE(5138)] = 199299, + [SMALL_STATE(5139)] = 199306, + [SMALL_STATE(5140)] = 199313, + [SMALL_STATE(5141)] = 199320, + [SMALL_STATE(5142)] = 199327, + [SMALL_STATE(5143)] = 199334, + [SMALL_STATE(5144)] = 199341, + [SMALL_STATE(5145)] = 199348, + [SMALL_STATE(5146)] = 199355, + [SMALL_STATE(5147)] = 199362, + [SMALL_STATE(5148)] = 199369, + [SMALL_STATE(5149)] = 199376, + [SMALL_STATE(5150)] = 199383, + [SMALL_STATE(5151)] = 199390, + [SMALL_STATE(5152)] = 199397, + [SMALL_STATE(5153)] = 199404, + [SMALL_STATE(5154)] = 199411, + [SMALL_STATE(5155)] = 199418, + [SMALL_STATE(5156)] = 199425, + [SMALL_STATE(5157)] = 199432, + [SMALL_STATE(5158)] = 199439, + [SMALL_STATE(5159)] = 199446, + [SMALL_STATE(5160)] = 199453, + [SMALL_STATE(5161)] = 199460, + [SMALL_STATE(5162)] = 199467, + [SMALL_STATE(5163)] = 199474, + [SMALL_STATE(5164)] = 199481, + [SMALL_STATE(5165)] = 199488, + [SMALL_STATE(5166)] = 199495, + [SMALL_STATE(5167)] = 199502, + [SMALL_STATE(5168)] = 199509, + [SMALL_STATE(5169)] = 199516, + [SMALL_STATE(5170)] = 199523, + [SMALL_STATE(5171)] = 199530, + [SMALL_STATE(5172)] = 199537, + [SMALL_STATE(5173)] = 199544, + [SMALL_STATE(5174)] = 199551, + [SMALL_STATE(5175)] = 199558, + [SMALL_STATE(5176)] = 199565, + [SMALL_STATE(5177)] = 199572, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -198070,4725 +228923,5333 @@ static const TSParseActionEntry ts_parse_actions[] = { [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 0), - [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4015), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4583), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(285), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), - [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4580), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14), - [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(488), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3346), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), - [45] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3305), - [47] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(885), - [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3955), - [53] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2624), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), - [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [59] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [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), - [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), - [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), - [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), - [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), - [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), - [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), - [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), - [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), - [3047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2281), - [3049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2382), - [3052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2382), - [3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2245), - [3057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), - [3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2201), - [3061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4582), - [3063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 3, .production_id = 18), - [3065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 3, .production_id = 18), - [3067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 3, .production_id = 19), - [3069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 3, .production_id = 19), - [3071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), - [3073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2241), - [3075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), - [3077] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(770), - [3080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4585), - [3082] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2197), - [3085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2197), - [3088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), - [3090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), - [3092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2348), - [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), - [3096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2260), - [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), - [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), - [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), - [3104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2310), - [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), - [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), - [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2331), - [3112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3850), - [3116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1051), - [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), - [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), - [3122] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1051), - [3125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), - [3127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), - [3129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(604), - [3131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2348), - [3134] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2348), - [3137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2310), - [3140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2310), - [3143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), - [3145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(974), - [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), - [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), - [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), - [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2235), - [3157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(974), - [3160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2199), - [3163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2199), - [3166] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2260), - [3169] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2260), - [3172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2285), - [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2285), - [3176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2333), - [3178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), - [3180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), - [3182] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2326), - [3185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2326), - [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), - [3190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), - [3192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2326), - [3194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2415), - [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2413), - [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), - [3200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1181), - [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), - [3204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), - [3206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), - [3208] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(3855), - [3211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299), - [3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), - [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), - [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1653), - [3219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2333), - [3222] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2333), - [3225] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1136), - [3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), - [3232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [3234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), - [3236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1133), - [3239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1181), - [3242] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1078), - [3245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1078), - [3247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(300), - [3249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__heredoc_pipeline, 2), - [3251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), - [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [3255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1130), - [3258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 2), - [3260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 2), - [3262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 3), - [3264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 3), - [3266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), - [3268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), - [3270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), - [3272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), - [3274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), - [3276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2285), - [3279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2285), - [3282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), - [3284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1133), - [3286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), - [3288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2196), - [3291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2196), - [3294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), - [3296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272), - [3298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1269), - [3300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1276), - [3302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2182), - [3304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_negated_command, 2), - [3306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_negated_command, 2), - [3308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1264), - [3310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [3312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4277), - [3314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(298), - [3316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [3318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4277), - [3320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), - [3322] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(3814), - [3325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4588), - [3327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1405), - [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), - [3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [3333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1272), - [3336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1276), - [3339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), - [3341] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 1, .production_id = 3), - [3343] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), - [3345] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), REDUCE(aux_sym_command_repeat1, 1, .production_id = 3), - [3348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), - [3350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), REDUCE(aux_sym_command_repeat1, 1, .production_id = 3), - [3353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1, .production_id = 3), - [3355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1473), - [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), - [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [3361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1264), - [3364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454), - [3366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), - [3368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [3370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), - [3372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), - [3374] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1269), - [3377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1424), - [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), - [3381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [3383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1430), - [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), - [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [3389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1312), - [3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), - [3393] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1325), - [3396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), - [3398] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1301), - [3401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), - [3403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2354), - [3406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), - [3408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), - [3410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1325), - [3412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1312), - [3415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1300), - [3418] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2485), - [3421] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2954), - [3424] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1664), - [3427] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(411), - [3430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1680), - [3433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2100), - [3436] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1184), - [3439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3112), - [3442] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2319), - [3445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2669), - [3448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1453), - [3451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(4453), - [3454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2438), - [3457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1307), - [3460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3782), - [3463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2021), - [3466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1480), - [3469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(923), - [3472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3111), - [3475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1063), - [3478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1711), - [3481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3602), - [3484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2190), - [3487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), - [3489] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(896), - [3492] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1109), - [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2361), - [3497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), - [3499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1598), - [3502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), - [3504] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1032), - [3507] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(784), - [3510] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1048), - [3513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(722), - [3516] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2565), - [3519] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(869), - [3522] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(673), - [3525] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1174), - [3528] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1536), - [3531] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(362), - [3534] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2040), - [3537] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(913), - [3540] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3601), - [3543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), - [3545] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(346), - [3548] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3734), - [3551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3482), - [3554] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(875), - [3557] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3537), - [3560] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3751), - [3563] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1582), - [3566] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3138), - [3569] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1961), - [3572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), - [3574] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1882), - [3577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2743), - [3580] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(619), - [3583] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1116), - [3586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), - [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3676), - [3590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), - [3592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3634), - [3594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2294), - [3596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1861), - [3598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2071), - [3600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2798), - [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), - [3604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3378), - [3606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3632), - [3608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3285), - [3610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3771), - [3612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3981), - [3614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2642), - [3616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106), - [3618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), - [3620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), - [3622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), - [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3640), - [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3885), - [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4560), - [3630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1859), - [3632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2800), - [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), - [3636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), - [3638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1533), - [3640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4115), - [3642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2391), - [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), - [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), - [3648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 39), - [3650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 39), - [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3879), - [3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2148), - [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4245), - [3658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1560), - [3661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), - [3663] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), - [3665] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1609), - [3668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), - [3670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), - [3672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1850), - [3674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2823), - [3676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), - [3678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1867), - [3680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2832), - [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), - [3684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1835), - [3686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3225), - [3688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1835), - [3690] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1828), - [3692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3214), - [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [3696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), - [3698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3228), - [3700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), - [3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4279), - [3704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4335), - [3706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840), - [3708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3213), - [3710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), - [3712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), - [3714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), - [3716] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1880), - [3718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2851), - [3720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), - [3722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1831), - [3724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2853), - [3726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), - [3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), - [3730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), - [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), - [3734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4159), - [3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), - [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), - [3740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), - [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), - [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), - [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), - [3748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1853), - [3750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2854), - [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), - [3754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_postfix_expression, 2, .production_id = 24), - [3756] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_postfix_expression, 2, .production_id = 24), - [3758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), - [3760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2347), - [3762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), - [3764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), - [3766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1849), - [3768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2859), - [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1849), - [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2232), - [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2229), - [3776] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2231), - [3779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2093), - [3781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3298), - [3783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), - [3785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), - [3787] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2315), - [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), - [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), - [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), - [3796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2210), - [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), - [3800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2218), - [3803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1533), - [3806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), - [3808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), - [3810] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1744), - [3813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_literal, 1), - [3815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_literal, 1), - [3817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), - [3819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), - [3821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1744), - [3823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), - [3825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2376), - [3827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), - [3829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1632), - [3831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2411), - [3833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, .production_id = 36), - [3835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, .production_id = 36), - [3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1698), - [3839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, .production_id = 37), - [3841] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, .production_id = 37), - [3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), - [3845] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2381), - [3848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, .production_id = 37), - [3850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, .production_id = 37), - [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), - [3854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2207), - [3857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, .production_id = 36), - [3859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, .production_id = 36), - [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), - [3863] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1632), - [3866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1626), - [3869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2198), - [3871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2200), - [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), - [3875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), - [3877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2367), - [3879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1629), - [3881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), - [3883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), - [3885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_unary_expression, 2, .production_id = 10), - [3887] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_unary_expression, 2, .production_id = 10), - [3889] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_postfix_expression, 2, .production_id = 24), - [3891] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_postfix_expression, 2, .production_id = 24), - [3893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4006), - [3895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, .production_id = 68), - [3897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1208), - [3899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), - [3901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), - [3903] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_ternary_expression, 5, .production_id = 68), - [3905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), - [3907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), - [3909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1818), - [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1122), - [3913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 10), - [3915] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_expression, 2, .production_id = 10), - [3917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), - [3919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [3921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1810), - [3924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(977), - [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), - [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4272), - [3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4336), - [3932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4246), - [3934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), - [3936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1172), - [3938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), - [3940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1624), - [3942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3765), - [3944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), - [3946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_parenthesized_expression, 3), - [3948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_parenthesized_expression, 3), - [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4161), - [3952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_binary_expression, 3, .production_id = 39), - [3954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_binary_expression, 3, .production_id = 39), - [3956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), - [3958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118), - [3960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), - [3962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), - [3966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1428), - [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), - [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3136), - [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), - [3974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(949), - [3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [3978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), - [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3749), - [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), - [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3612), - [3986] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1796), - [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [3991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2510), - [3993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3252), - [3995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2505), - [3997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), - [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), - [4001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), - [4003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 6, .production_id = 36), - [4005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 6, .production_id = 36), - [4007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 6, .production_id = 37), - [4009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 6, .production_id = 37), - [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), - [4013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 6), - [4015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 6), - [4017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 5), - [4019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 5), - [4021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), - [4023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [4025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), - [4027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2762), - [4029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), - [4031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), - [4033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 4), - [4035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 4), - [4037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [4039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [4041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3541), - [4043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), - [4045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_ternary_expression, 5, .production_id = 68), - [4047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), - [4049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4114), - [4051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), - [4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(990), - [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [4057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [4059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1584), - [4061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), - [4063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), - [4065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1183), - [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), - [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), - [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), - [4073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1205), - [4075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1205), - [4077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), - [4079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), - [4081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1154), - [4083] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1877), - [4086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1204), - [4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), - [4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), - [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), - [4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1207), - [4096] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1874), - [4099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1221), - [4101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1221), - [4103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1014), - [4105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), - [4107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2529), - [4109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3324), - [4111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2530), - [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), - [4115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1211), - [4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), - [4119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(997), - [4121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), - [4123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), - [4125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1142), - [4127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), - [4129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), - [4131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), - [4133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), - [4135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), - [4137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), - [4139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), - [4141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1105), - [4143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1851), - [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1874), - [4147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), - [4151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arithmetic_expansion_repeat1, 2), - [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), - [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), - [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), - [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), - [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), - [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4003), - [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), - [4167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3195), - [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), - [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3285), - [4173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3634), - [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), - [4177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [4179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), - [4183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2866), - [4185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2509), - [4187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3248), - [4189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2511), - [4191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3194), - [4193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2311), - [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), - [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), - [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1668), - [4201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), - [4203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), - [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), - [4207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), - [4209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), - [4211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), - [4215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2774), - [4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), - [4219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2772), - [4221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2864), - [4223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2606), - [4225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3322), - [4227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2607), - [4229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2519), - [4231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2289), - [4233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3983), - [4235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3983), - [4237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3341), - [4239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2605), - [4241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3304), - [4243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2692), - [4245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4014), - [4247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2659), - [4249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96), - [4251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(97), - [4253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(98), - [4255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), - [4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), - [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4558), - [4261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3937), - [4263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3937), - [4265] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_expression_not_assignment, 1), - [4267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2730), - [4269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_expression_not_assignment, 1), - [4271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3976), - [4273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4312), - [4275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3647), - [4277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3483), - [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3647), - [4281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, .production_id = 10), - [4283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3507), - [4285] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4199), - [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), - [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4312), - [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3976), - [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), - [4295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2519), - [4298] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2289), - [4301] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), - [4303] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), - [4305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3341), - [4308] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2605), - [4311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3304), - [4314] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2692), - [4317] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4014), - [4320] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2659), - [4323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(96), - [4326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(97), - [4329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(98), - [4332] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(184), - [4335] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2522), - [4338] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4558), - [4341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3961), - [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3961), - [4345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(886), - [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), - [4349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1978), - [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3333), - [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [4357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), - [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [4365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258), - [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1258), - [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [4371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2684), - [4373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2681), - [4375] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_expression_not_assignment, 1, .production_id = 6), - [4377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_expression_not_assignment, 1, .production_id = 6), - [4379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2590), - [4381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), - [4383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2032), - [4385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3429), - [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), - [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3248), - [4391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), - [4393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2494), - [4395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3928), - [4397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), - [4399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(133), - [4401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [4403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [4405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [4407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2758), - [4409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), - [4411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2600), - [4413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4563), - [4415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(698), - [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), - [4419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2042), - [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), - [4423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), - [4425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(698), - [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), - [4429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(78), - [4435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189), - [4437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1189), - [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [4441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_expression, 1), - [4443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), - [4445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2897), - [4447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_expression, 1), - [4449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2472), - [4451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), - [4453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2046), - [4455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3408), - [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), - [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3252), - [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), - [4463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2506), - [4465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3941), - [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2629), - [4469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229), - [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [4477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2707), - [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), - [4481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), - [4483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4574), - [4485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1027), - [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), - [4489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2010), - [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), - [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3263), - [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), - [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), - [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), - [4501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), - [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [4505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1267), - [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), - [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1028), - [4511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2525), - [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), - [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), - [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), - [4519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2719), - [4521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), - [4523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), - [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), - [4527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, .production_id = 29), - [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), - [4531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(914), - [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), - [4535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2058), - [4537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3447), - [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), - [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), - [4545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1010), - [4547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3944), - [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), - [4551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(260), - [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [4559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1255), - [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), - [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), - [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4575), - [4567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1313), - [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), - [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1313), - [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), - [4575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1997), - [4577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), - [4579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2025), - [4581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3366), - [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), - [4585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), - [4587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), - [4589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2064), - [4591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3958), - [4593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), - [4595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(157), - [4597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [4599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [4601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(83), - [4603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2388), - [4605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), - [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), - [4609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4550), - [4611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2661), - [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), - [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), - [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2663), - [4619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2992), - [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), - [4623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1979), - [4625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3446), - [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), - [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), - [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2992), - [4633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3086), - [4635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4021), - [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2545), - [4639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158), - [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [4647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3176), - [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), - [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2995), - [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4564), - [4655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1209), - [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), - [4659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2011), - [4661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3432), - [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), - [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3273), - [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), - [4669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248), - [4671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3929), - [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), - [4675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(81), - [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), - [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [4683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1403), - [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), - [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), - [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4546), - [4691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_postfix_expression, 2, .production_id = 24), - [4693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_postfix_expression, 2, .production_id = 24), - [4695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2424), - [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2396), - [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), - [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2423), - [4703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2952), - [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), - [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), - [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2945), - [4711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(825), - [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), - [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [4719] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3649), - [4722] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2294), - [4725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2076), - [4728] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3378), - [4731] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3632), - [4734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3285), - [4737] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3649), - [4740] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3771), - [4743] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3981), - [4746] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2642), - [4749] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(106), - [4752] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(107), - [4755] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(108), - [4758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(77), - [4761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3629), - [4764] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3817), - [4767] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4560), - [4770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), - [4772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1990), - [4774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), - [4776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1765), - [4778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), - [4780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [4782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(661), - [4784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), - [4786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2035), - [4788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [4790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3262), - [4792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [4794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), - [4796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [4798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [4800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [4802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(969), - [4804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), - [4806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(659), - [4808] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 1), - [4810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 1, .production_id = 11), - [4812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1057), - [4814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [4816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), - [4818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), - [4820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1611), - [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), - [4824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2049), - [4826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3395), - [4828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), - [4830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3276), - [4832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), - [4834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1704), - [4836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3948), - [4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2593), - [4840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(112), - [4842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [4844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [4846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), - [4848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1834), - [4850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), - [4852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), - [4854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4561), - [4856] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_parenthesized_expression, 3), - [4858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_parenthesized_expression, 3), - [4860] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_parenthesized_expression, 4), - [4862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_parenthesized_expression, 4), - [4864] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_unary_expression, 2, .production_id = 10), - [4866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_unary_expression, 2, .production_id = 10), - [4868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1415), - [4870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), - [4872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), - [4874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), - [4876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(971), - [4878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), - [4880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1994), - [4882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3423), - [4884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), - [4886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3278), - [4888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), - [4890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1236), - [4892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3965), - [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), - [4896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), - [4898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [4900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [4902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [4904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1362), - [4906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), - [4908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), - [4910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4520), - [4912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760), - [4914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), - [4916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2017), - [4918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3375), - [4920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [4922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3283), - [4924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [4926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(813), - [4928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3946), - [4930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), - [4932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(135), - [4934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [4936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [4938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [4940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), - [4942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1185), - [4944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [4946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4569), - [4948] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_binary_expression, 3, .production_id = 24), - [4950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_binary_expression, 3, .production_id = 24), - [4952] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 17), - [4954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 17), - [4956] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2171), - [4959] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 17), SHIFT_REPEAT(2171), - [4962] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 17), SHIFT_REPEAT(3561), - [4965] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 17), SHIFT_REPEAT(3850), - [4968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2752), - [4970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2745), - [4972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2890), - [4974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), - [4976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), - [4978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3358), - [4980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2888), - [4982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), - [4984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2890), - [4986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2926), - [4988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3934), - [4990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), - [4992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(87), - [4994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [4996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [4998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [5000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), - [5002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4557), - [5004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), - [5006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3168), - [5008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), - [5010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2885), - [5012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2885), - [5014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), - [5016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), - [5018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), - [5020] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2238), - [5023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), - [5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), - [5027] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2890), - [5030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2287), - [5033] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3358), - [5036] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2888), - [5039] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3332), - [5042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2890), - [5045] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2926), - [5048] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3934), - [5051] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2632), - [5054] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(87), - [5057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(88), - [5060] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(89), - [5063] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(214), - [5066] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2889), - [5069] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4557), - [5072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), - [5074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), - [5076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), - [5078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), - [5080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), - [5082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2898), - [5084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2898), - [5086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1155), - [5088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), - [5090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2406), - [5092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), - [5094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), - [5096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [5098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), - [5100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), - [5102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), - [5104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3171), - [5106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), - [5108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), - [5110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), - [5112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), - [5114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), - [5116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), - [5118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2708), - [5120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4149), - [5122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4224), - [5124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1268), - [5126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), - [5128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), - [5130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3126), - [5132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3269), - [5134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3128), - [5136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2928), - [5138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3332), - [5140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2934), - [5142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), - [5144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [5146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [5148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [5150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), - [5152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), - [5154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3304), - [5156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), - [5158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), - [5160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [5162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [5164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [5166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1262), - [5168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), - [5170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), - [5172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), - [5174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3642), - [5176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3642), - [5178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), - [5180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3903), - [5182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1384), - [5184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), - [5186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), - [5188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), - [5190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3641), - [5192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3641), - [5194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3636), - [5196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3914), - [5198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3716), - [5200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3716), - [5202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), - [5204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4018), - [5206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), - [5208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(588), - [5210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [5212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [5214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3712), - [5216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), - [5218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3335), - [5220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3638), - [5222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3255), - [5224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3712), - [5226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3739), - [5228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3930), - [5230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), - [5232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 3, .production_id = 46), - [5234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), - [5236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(85), - [5238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), - [5240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [5242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3713), - [5244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4568), - [5246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739), - [5248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [5250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [5252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [5254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), - [5256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [5258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), - [5260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3072), - [5262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3243), - [5264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3117), - [5266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(866), - [5268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [5270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [5272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2674), - [5274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), - [5276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3361), - [5278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), - [5280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), - [5282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), - [5284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2575), - [5286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4010), - [5288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), - [5290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(176), - [5292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [5294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [5296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [5298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), - [5300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4572), - [5302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2671), - [5304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), - [5306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), - [5308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1539), - [5310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), - [5312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1538), - [5314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), - [5316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), - [5318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), - [5320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), - [5322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), - [5324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), - [5326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), - [5328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [5330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3555), - [5332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), - [5334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3360), - [5336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3544), - [5338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3286), - [5340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3555), - [5342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3606), - [5344] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3925), - [5346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), - [5348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), - [5350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [5352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [5354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [5356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3560), - [5358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4534), - [5360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3026), - [5362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), - [5364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3382), - [5366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2907), - [5368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), - [5370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), - [5372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2594), - [5374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3938), - [5376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), - [5378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), - [5380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), - [5382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [5384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [5386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3023), - [5388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4556), - [5390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2977), - [5392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2977), - [5394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2978), - [5396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2700), - [5398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), - [5400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), - [5402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), - [5404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2702), - [5406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), - [5408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), - [5410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), - [5412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), - [5414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), - [5416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), - [5418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(920), - [5420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), - [5422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2373), - [5424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2900), - [5426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2691), - [5428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1906), - [5430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), - [5432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3511), - [5434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3309), - [5436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1947), - [5438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4009), - [5440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2586), - [5442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), - [5444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142), - [5446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(131), - [5448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3020), - [5450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), - [5452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3412), - [5454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2929), - [5456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), - [5458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3020), - [5460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3102), - [5462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3962), - [5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), - [5466] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118), - [5468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [5470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [5472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [5474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), - [5476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4562), - [5478] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503), - [5480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), - [5482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3367), - [5484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), - [5486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3267), - [5488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1503), - [5490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1618), - [5492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3979), - [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), - [5496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(117), - [5498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [5502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [5504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1504), - [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4551), - [5508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), - [5510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410), - [5512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), - [5514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), - [5516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487), - [5518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), - [5520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), - [5522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2478), - [5524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2418), - [5526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), - [5528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), - [5530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412), - [5532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), - [5534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), - [5536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3024), - [5538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3024), - [5540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), - [5542] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2797), - [5544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), - [5546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), - [5548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), - [5550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2801), - [5552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2801), - [5554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), - [5556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), - [5558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3569), - [5560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3569), - [5562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3564), - [5564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2476), - [5566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), - [5568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), - [5570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), - [5572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), - [5574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1218), - [5576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), - [5578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), - [5580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1224), - [5582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1224), - [5584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), - [5586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2428), - [5588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), - [5590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2726), - [5592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), - [5594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2726), - [5596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2724), - [5598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2753), - [5600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), - [5602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), - [5604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3679), - [5606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3680), - [5608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2731), - [5610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2649), - [5612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2731), - [5614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), - [5616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2973), - [5618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), - [5620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), - [5622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2737), - [5624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), - [5626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), - [5628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3549), - [5630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3549), - [5632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3562), - [5634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2679), - [5636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), - [5638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), - [5640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3904), - [5642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3906), - [5644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1579), - [5646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), - [5648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), - [5650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1575), - [5652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), - [5654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), - [5656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3397), - [5658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2264), - [5660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3463), - [5662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3301), - [5664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3306), - [5666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), - [5668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3490), - [5670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3999), - [5672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), - [5674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), - [5676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [5678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [5680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [5682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), - [5684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4565), - [5686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3384), - [5688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3384), - [5690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3388), - [5692] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3096), - [5694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), - [5696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3410), - [5698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), - [5700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3329), - [5702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), - [5704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3162), - [5706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3957), - [5708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), - [5710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231), - [5712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [5714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [5716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [5718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), - [5720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4567), - [5722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2704), - [5724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), - [5726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), - [5728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3100), - [5730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), - [5732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3074), - [5734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3095), - [5736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), - [5738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), - [5740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2298), - [5743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), - [5745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [5747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [5749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(730), - [5751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [5753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [5755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3018), - [5757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3018), - [5759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3030), - [5761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3153), - [5763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3329), - [5765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3152), - [5767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2443), - [5769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), - [5771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2442), - [5773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2445), - [5775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2445), - [5777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), - [5779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), - [5781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [5783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [5785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3014), - [5787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3014), - [5789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), - [5791] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3025), - [5793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3025), - [5795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3056), - [5797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2680), - [5799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), - [5801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), - [5803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2690), - [5805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2690), - [5807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), - [5809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2805), - [5811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), - [5813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), - [5815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2016), - [5817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), - [5819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), - [5821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2790), - [5823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), - [5825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), - [5827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060), - [5829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), - [5831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), - [5833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3121), - [5835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), - [5837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3122), - [5839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2657), - [5841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), - [5843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), - [5845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2698), - [5847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), - [5849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), - [5851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2688), - [5853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2688), - [5855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), - [5857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2654), - [5859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), - [5861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), - [5863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), - [5865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [5867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [5869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1223), - [5871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), - [5873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), - [5875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), - [5877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3323), - [5879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), - [5881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), - [5883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), - [5885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [5887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [5889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070), - [5891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), - [5893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), - [5895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2410), - [5897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), - [5899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3515), - [5901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1645), - [5903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4005), - [5905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), - [5907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [5909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), - [5911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [5913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), - [5915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), - [5917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2465), - [5919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1703), - [5921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), - [5923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), - [5925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2466), - [5927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), - [5929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), - [5931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), - [5933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1000), - [5935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(998), - [5937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705), - [5939] = {.entry = {.count = 1, .reusable = false}}, SHIFT(795), - [5941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), - [5943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [5945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(817), - [5947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), - [5949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435), - [5951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), - [5953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [5955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1435), - [5957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1486), - [5959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3762), - [5961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3231), - [5963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3760), - [5965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3762), - [5967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3760), - [5969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1767), - [5971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), - [5973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), - [5975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2193), - [5977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), - [5979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3523), - [5981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1837), - [5983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3969), - [5985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), - [5987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [5989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [5991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [5993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1878), - [5995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), - [5997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1879), - [5999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1072), - [6001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [6003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), - [6005] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1074), - [6007] = {.entry = {.count = 1, .reusable = false}}, SHIFT(782), - [6009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), - [6011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), - [6013] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), - [6015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1646), - [6017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(678), - [6019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), - [6021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [6023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1641), - [6025] = {.entry = {.count = 1, .reusable = false}}, SHIFT(975), - [6027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), - [6029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(973), - [6031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3307), - [6033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(975), - [6035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), - [6037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [6039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), - [6041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [6043] = {.entry = {.count = 1, .reusable = false}}, SHIFT(973), - [6045] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), - [6047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(835), - [6049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475), - [6051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), - [6053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [6055] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836), - [6057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1683), - [6059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1854), - [6061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1845), - [6063] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2470), - [6065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), - [6067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), - [6069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), - [6071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2469), - [6073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2004), - [6075] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732), - [6077] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), - [6079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [6081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), - [6083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(734), - [6085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1600), - [6087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), - [6089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), - [6091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), - [6093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529), - [6095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641), - [6097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(666), - [6099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(446), - [6101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1721), - [6103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2557), - [6105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1948), - [6107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), - [6109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), - [6111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2554), - [6113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(653), - [6115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1449), - [6117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), - [6119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1446), - [6121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), - [6123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446), - [6125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), - [6127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), - [6129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), - [6131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), - [6133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1149), - [6135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2574), - [6137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1779), - [6139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), - [6141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), - [6143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2583), - [6145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), - [6147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3241), - [6149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), - [6151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), - [6153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [6155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [6157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(378), - [6159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), - [6161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(705), - [6163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [6165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), - [6167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(756), - [6169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1728), - [6171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(665), - [6173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(851), - [6175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), - [6177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), - [6179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [6181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3292), - [6183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), - [6185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), - [6187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [6189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [6191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [6193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(854), - [6195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1546), - [6197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), - [6199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), - [6201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), - [6203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), - [6205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495), - [6207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(580), - [6209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(469), - [6211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), - [6213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(510), - [6215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(663), - [6217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), - [6219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), - [6221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), - [6223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2085), - [6225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(591), - [6227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1695), - [6229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(466), - [6231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), - [6233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1514), - [6235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(942), - [6237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(489), - [6239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), - [6241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), - [6243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(945), - [6245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), - [6247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), - [6249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(468), - [6251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638), - [6253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3610), - [6255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3159), - [6257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3608), - [6259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3610), - [6261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3608), - [6263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1872), - [6265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1875), - [6267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1898), - [6269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1665), - [6271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1684), - [6273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706), - [6275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3756), - [6277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3236), - [6279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3758), - [6281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3756), - [6283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3758), - [6285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1734), - [6287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3232), - [6289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752), - [6291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(515), - [6293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1904), - [6295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1654), - [6297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1701), - [6299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1907), - [6301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1685), - [6303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1656), - [6305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1643), - [6307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1902), - [6309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3150), - [6311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2162), - [6313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), - [6315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), - [6317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3149), - [6319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1681), - [6321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), - [6323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1722), - [6325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161), - [6327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1658), - [6329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), - [6331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), - [6333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [6335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [6337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), - [6339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2927), - [6341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2904), - [6343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2927), - [6345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2904), - [6347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), - [6349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(486), - [6351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), - [6353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), - [6355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), - [6357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), - [6359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(616), - [6361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(437), - [6363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1740), - [6365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), - [6367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), - [6369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), - [6371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1725), - [6373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), - [6375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1693), - [6377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737), - [6379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), - [6381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [6383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [6385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(853), - [6387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1662), - [6389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2532), - [6391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), - [6393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1660), - [6395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485), - [6397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1623), - [6399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2750), - [6401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), - [6403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), - [6405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2749), - [6407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), - [6409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1630), - [6411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1635), - [6413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1689), - [6415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1731), - [6417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1675), - [6419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1682), - [6421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1690), - [6423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1856), - [6425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1733), - [6427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3495), - [6429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2824), - [6431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), - [6433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), - [6435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3494), - [6437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2815), - [6439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3160), - [6441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756), - [6443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(523), - [6445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(539), - [6447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1402), - [6449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(652), - [6451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), - [6453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), - [6455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1401), - [6457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3098), - [6459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2078), - [6461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3069), - [6463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), - [6465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3069), - [6467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1887), - [6469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1885), - [6471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716), - [6473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1164), - [6475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), - [6477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), - [6479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3282), - [6481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), - [6483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), - [6485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [6487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [6489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [6491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), - [6493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1841), - [6495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), - [6497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3075), - [6499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2098), - [6501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), - [6503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), - [6505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3076), - [6507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502), - [6509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2095), - [6511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1642), - [6513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504), - [6515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), - [6517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2542), - [6519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), - [6521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1747), - [6523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1743), - [6525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1886), - [6527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2063), - [6529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1952), - [6531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), - [6533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), - [6535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624), - [6537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), - [6539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(952), - [6541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [6543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), - [6545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(625), - [6547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1910), - [6549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1917), - [6551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2081), - [6553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2062), - [6555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(618), - [6557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(476), - [6559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2068), - [6561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(611), - [6563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), - [6565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), - [6567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [6569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [6571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), - [6573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), - [6575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(573), - [6577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), - [6579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2065), - [6581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), - [6583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1846), - [6585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671), - [6587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1816), - [6589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), - [6591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1836), - [6593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1832), - [6595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1894), - [6597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2567), - [6599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), - [6601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), - [6603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1895), - [6605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(737), - [6607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493), - [6609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(736), - [6611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1760), - [6613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1667), - [6615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [6617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), - [6619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1669), - [6621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1922), - [6623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1873), - [6625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(610), - [6627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1946), - [6629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), - [6631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1843), - [6633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(651), - [6635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), - [6637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), - [6639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2261), - [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), - [6643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1627), - [6645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), - [6647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1738), - [6649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), - [6651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(508), - [6653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), - [6655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), - [6657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), - [6659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1628), - [6661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(636), - [6663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(524), - [6665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(658), - [6667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), - [6669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2344), - [6671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), - [6673] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2261), - [6676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2261), - [6679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), - [6681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), - [6683] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), - [6685] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4436), - [6688] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2163), - [6691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), - [6693] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2121), - [6696] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3516), - [6699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2163), - [6701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3516), - [6703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirected_statement, 2, .dynamic_precedence = -1, .production_id = 12), - [6705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirected_statement, 2, .dynamic_precedence = -1, .production_id = 12), - [6707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), - [6709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), - [6711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), - [6713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), - [6715] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2393), - [6718] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2393), - [6721] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), - [6723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), - [6725] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(3871), - [6728] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignments, 2), - [6730] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignments, 2), - [6732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3871), - [6734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2393), - [6736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), - [6738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2651), - [6740] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2236), - [6743] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2236), - [6746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2610), - [6748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2176), - [6750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), - [6752] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_herestring_redirect, 2, .production_id = 22), - [6754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_herestring_redirect, 2, .production_id = 22), - [6756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3894), - [6758] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(3894), - [6761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), - [6763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), - [6765] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2176), - [6768] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2103), - [6771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3508), - [6774] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2651), - [6777] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_herestring_redirect, 3, .production_id = 51), - [6779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_herestring_redirect, 3, .production_id = 51), - [6781] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_herestring_redirect, 3, .production_id = 50), - [6783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_herestring_redirect, 3, .production_id = 50), - [6785] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_herestring_redirect, 2), - [6787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_herestring_redirect, 2), - [6789] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2610), - [6792] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2344), - [6795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2344), - [6798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2219), - [6800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), - [6802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2747), - [6804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), - [6806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1958), - [6808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), - [6810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3202), - [6812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3204), - [6814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [6816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [6818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [6820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1956), - [6822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2123), - [6824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [6826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), - [6828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 1), - [6830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 1), - [6832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2300), - [6834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), - [6836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 82), - [6838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), - [6840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), - [6842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), - [6844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3518), - [6846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3268), - [6848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), - [6850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3960), - [6852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), - [6854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [6856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [6858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [6860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), - [6862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 1, .production_id = 1), - [6864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 1, .production_id = 1), - [6866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 80), - [6868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [6870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 61), - [6872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 65), - [6874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 63), - [6876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), - [6878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2757), - [6880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [6882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), - [6884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), - [6886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 3, .production_id = 40), - [6888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), - [6890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1192), - [6892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 3, .production_id = 54), - [6894] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(3809), - [6897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), - [6899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4392), - [6902] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2169), - [6905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2112), - [6908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3519), - [6911] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2757), - [6914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3489), - [6916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), - [6918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [6920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2324), - [6922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2236), - [6924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2236), - [6926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3809), - [6928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2169), - [6930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3519), - [6932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 2), - [6934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2383), - [6936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), - [6938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2177), - [6940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3524), - [6942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), - [6944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3577), - [6946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3140), - [6948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), - [6950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), - [6952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), - [6954] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2747), - [6957] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2300), - [6960] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2300), - [6963] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 106), - [6965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), - [6967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), - [6969] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(3877), - [6972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3615), - [6974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2137), - [6977] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2146), - [6980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3510), - [6983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), - [6985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [6987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), - [6989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [6991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1085), - [6993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [6995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), - [6997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), - [6999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3835), - [7001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), - [7003] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2163), - [7006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), - [7008] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3548), - [7011] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2137), - [7013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), - [7015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [7017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirected_statement, 1, .dynamic_precedence = -1, .production_id = 3), - [7019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirected_statement, 1, .dynamic_precedence = -1, .production_id = 3), - [7021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3548), - [7023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2177), - [7026] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2143), - [7029] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3524), - [7032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [7034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), - [7036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1039), - [7038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(3835), - [7041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2933), - [7043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [7045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3877), - [7047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [7049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1055), - [7051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1083), - [7053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), - [7055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3783), - [7057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), - [7059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), - [7061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), - [7063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), - [7065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), - [7067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2370), - [7069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), - [7071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [7073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), - [7075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), - [7077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), - [7079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2327), - [7081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), - [7083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2172), - [7085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), - [7087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), - [7089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2263), - [7091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), - [7093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), - [7095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1974), - [7097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3514), - [7099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3316), - [7101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), - [7103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3940), - [7105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2666), - [7107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [7109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [7111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [7113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2176), - [7116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3547), - [7119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 49), - [7121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 49), - [7123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3826), - [7125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2270), - [7127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), - [7129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3547), - [7131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), - [7133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), - [7135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2900), - [7137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), - [7139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), - [7141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3309), - [7143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), - [7145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), - [7147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [7149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [7151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [7153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), - [7155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, .production_id = 26), - [7157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 26), - [7159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), - [7161] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2172), - [7164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2126), - [7167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3506), - [7170] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(3826), - [7173] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 58), - [7175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 58), - [7177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 40), - [7179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 40), - [7181] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, .production_id = 40), - [7183] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, .production_id = 40), - [7185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_test_command, 2), - [7187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_test_command, 2), - [7189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 76), - [7191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 76), - [7193] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 6, .production_id = 42), - [7195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 6, .production_id = 42), - [7197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), - [7199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), - [7201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 6, .production_id = 41), - [7203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 6, .production_id = 41), - [7205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 40), - [7207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 40), - [7209] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 67), - [7211] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 67), - [7213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__heredoc_body, 2), - [7215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__heredoc_body, 2), - [7217] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 7, .production_id = 41), - [7219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 7, .production_id = 41), - [7221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 102), - [7223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 102), - [7225] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 6, .production_id = 60), - [7227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 6, .production_id = 60), - [7229] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 7, .production_id = 42), - [7231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 7, .production_id = 42), - [7233] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2893), - [7236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3), - [7238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3), - [7240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 51), - [7242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 51), - [7244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 8, .production_id = 42), - [7246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 8, .production_id = 42), - [7248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 59), - [7250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 59), - [7252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), - [7254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subshell, 3), - [7256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subshell, 3), - [7258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2177), - [7261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3567), - [7264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), - [7266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), - [7268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 5, .production_id = 42), - [7270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 5, .production_id = 42), - [7272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 5, .production_id = 41), - [7274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 5, .production_id = 41), - [7276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_heredoc_body, 2), - [7278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_heredoc_body, 2), - [7280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 8, .production_id = 41), - [7282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 8, .production_id = 41), - [7284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 4, .production_id = 38), - [7286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 4, .production_id = 38), - [7288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_test_command, 4), - [7290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_test_command, 4), - [7292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_group, 2), - [7294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_group, 2), - [7296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3502), - [7298] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3306), - [7300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3499), - [7302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2137), - [7305] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3550), - [7308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), - [7310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2169), - [7313] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3568), - [7316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 40), - [7318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 40), - [7320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 41), - [7322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 41), - [7324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_group, 3), - [7326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_group, 3), - [7328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3550), - [7330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 78), - [7332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 78), - [7334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 42), - [7336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 42), - [7338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 43), - [7340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 43), - [7342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 5, .production_id = 53), - [7344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 5, .production_id = 53), - [7346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 25), - [7348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 25), - [7350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 51), - [7352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 51), - [7354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5), - [7356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5), - [7358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 4), - [7360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 4), - [7362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_test_command, 3), - [7364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_test_command, 3), - [7366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2893), - [7368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3546), - [7370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), - [7372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), - [7374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), - [7376] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2279), - [7379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), - [7381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), - [7383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), - [7385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), - [7387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), - [7389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), - [7391] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2172), - [7394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3546), - [7397] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 92), - [7399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 92), - [7401] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 75), - [7403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4277), - [7406] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2142), - [7409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2142), - [7412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4277), - [7415] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2160), - [7418] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3512), - [7421] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, .production_id = 124), - [7423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, .production_id = 124), - [7425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 6, .production_id = 96), - [7427] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, .production_id = 126), - [7429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, .production_id = 126), - [7431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 6, .production_id = 99), - [7433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2167), - [7435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3525), - [7437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 86), - [7439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 86), - [7441] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 56), - [7443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3855), - [7445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 88), - [7447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 88), - [7449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 71), - [7451] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 90), - [7453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 90), - [7455] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 57), - [7457] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 109), - [7459] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 109), - [7461] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 71), - [7463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), - [7465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2142), - [7467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3512), - [7469] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 69), - [7471] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 69), - [7473] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 56), - [7475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), - [7477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 94), - [7479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 94), - [7481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 41), - [7483] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 97), - [7485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 97), - [7487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 42), - [7489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), - [7491] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 111), - [7493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 111), - [7495] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 75), - [7497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(3855), - [7500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 113), - [7502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 113), - [7504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 41), - [7506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 115), - [7508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 115), - [7510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 96), - [7512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2167), - [7515] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2110), - [7518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3525), - [7521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), - [7523] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 119), - [7525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 119), - [7527] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 99), - [7529] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 117), - [7531] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 117), - [7533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 42), - [7535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 73), - [7537] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 73), - [7539] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 57), - [7541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2402), - [7543] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 112), - [7545] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 112), - [7547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), - [7549] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 89), - [7551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 89), - [7553] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 74), - [7555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 74), - [7557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3814), - [7559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 110), - [7561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 110), - [7563] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 114), - [7565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 114), - [7567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 116), - [7569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 116), - [7571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3116), - [7574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 118), - [7576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 118), - [7578] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 120), - [7580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 120), - [7582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), - [7584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4373), - [7587] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2155), - [7590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2155), - [7593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4373), - [7596] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2174), - [7599] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3522), - [7602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 70), - [7604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 70), - [7606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 93), - [7608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 93), - [7610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 98), - [7612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 98), - [7614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), - [7616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 95), - [7618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 95), - [7620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2389), - [7623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), - [7625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), - [7627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4373), - [7629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), - [7631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2155), - [7633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4373), - [7635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), - [7637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3522), - [7639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), - [7641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 91), - [7643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 91), - [7645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), - [7647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, .production_id = 125), - [7649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, .production_id = 125), - [7651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 87), - [7653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 87), - [7655] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, .production_id = 127), - [7657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, .production_id = 127), - [7659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), - [7661] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2402), - [7664] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(3814), - [7667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), - [7669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3144), - [7671] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2167), - [7674] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3554), - [7677] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3144), - [7680] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3143), - [7683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3757), - [7685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), - [7687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3526), - [7689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3255), - [7691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4201), - [7693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2521), - [7695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expansion_expression, 1, .production_id = 10), - [7697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(124), - [7699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(127), - [7701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(129), - [7703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3891), - [7705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3143), - [7707] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2142), - [7710] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2142), - [7713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3558), - [7716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2400), - [7719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), - [7721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3558), - [7723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2271), - [7725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), - [7727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), - [7729] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3167), - [7732] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2155), - [7735] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2155), - [7738] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3557), - [7741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3591), - [7743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3286), - [7745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3613), - [7747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), - [7749] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), - [7751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1908), - [7753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2051), - [7755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3709), - [7757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3709), - [7759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3656), - [7761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4284), - [7763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3788), - [7765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3787), - [7767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3775), - [7769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3768), - [7771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2151), - [7773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297), - [7775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3698), - [7777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3572), - [7779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3654), - [7781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), - [7783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), - [7785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3706), - [7787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3661), - [7789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3667), - [7791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3663), - [7793] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2257), - [7795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3374), - [7797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3103), - [7799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3539), - [7801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2618), - [7803] = {.entry = {.count = 1, .reusable = false}}, SHIFT(257), - [7805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), - [7807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), - [7809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3411), - [7811] = {.entry = {.count = 1, .reusable = false}}, SHIFT(709), - [7813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3445), - [7815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1383), - [7817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3414), - [7819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1566), - [7821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3399), - [7823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2489), - [7825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3407), - [7827] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2483), - [7829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3419), - [7831] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3785), - [7833] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3459), - [7835] = {.entry = {.count = 1, .reusable = false}}, SHIFT(400), - [7837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3454), - [7839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), - [7841] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3398), - [7843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2497), - [7845] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3456), - [7847] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), - [7849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3352), - [7851] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1019), - [7853] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3452), - [7855] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3786), - [7857] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3464), - [7859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), - [7861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3470), - [7863] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4399), - [7865] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3405), - [7867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), - [7869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3468), - [7871] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4386), - [7873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3353), - [7875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(408), - [7877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3381), - [7879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3156), - [7881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3424), - [7883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), - [7885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3336), - [7887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1008), - [7889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3460), - [7891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3073), - [7893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3449), - [7895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), - [7897] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3421), - [7899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), - [7901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3396), - [7903] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1556), - [7905] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3390), - [7907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2043), - [7909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3451), - [7911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3079), - [7913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3428), - [7915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1597), - [7917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(2257), - [7920] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(3474), - [7923] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), - [7925] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(3539), - [7928] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(2618), - [7931] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(257), - [7934] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(258), - [7937] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(264), - [7940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3438), - [7942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1229), - [7944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3435), - [7946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1095), - [7948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3443), - [7950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1648), - [7952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3436), - [7954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), - [7956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3434), - [7958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1639), - [7960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3376), - [7962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2053), - [7964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3430), - [7966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092), - [7968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3426), - [7970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3767), - [7972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3404), - [7974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3575), - [7976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3440), - [7978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(738), - [7980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3427), - [7982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1213), - [7984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3394), - [7986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), - [7988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3413), - [7990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), - [7992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3417), - [7994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3789), - [7996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3380), - [7998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3611), - [8000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3403), - [8002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), - [8004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3442), - [8006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1395), - [8008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3387), - [8010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1700), - [8012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3409), - [8014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1482), - [8016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3389), - [8018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2077), - [8020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3472), - [8022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), - [8024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3371), - [8026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3123), - [8028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3400), - [8030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), - [8032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3355), - [8034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), - [8036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3349), - [8038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1542), - [8040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3392), - [8042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2748), - [8044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3372), - [8046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2097), - [8048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3471), - [8050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(846), - [8052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3425), - [8054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350), - [8056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2339), - [8058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), - [8060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3342), - [8062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1013), - [8064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3379), - [8066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471), - [8068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3383), - [8070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2754), - [8072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3406), - [8074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), - [8076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3363), - [8078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3473), - [8080] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3338), - [8082] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), - [8084] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3362), - [8086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1466), - [8088] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3348), - [8090] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1964), - [8092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3357), - [8094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3479), - [8096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3337), - [8098] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850), - [8100] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3343), - [8102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), - [8104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3373), - [8106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2006), - [8108] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3365), - [8110] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), - [8112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3450), - [8114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848), - [8116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3364), - [8118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1995), - [8120] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3347), - [8122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(828), - [8124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3467), - [8126] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), - [8128] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3391), - [8130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), - [8132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3351), - [8134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(993), - [8136] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3370), - [8138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), - [8140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3356), - [8142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2563), - [8144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3340), - [8146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1198), - [8148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3462), - [8150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2531), - [8152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3461), - [8154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), - [8156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3368), - [8158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(988), - [8160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3339), - [8162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2570), - [8164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3354), - [8166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2968), - [8168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3350), - [8170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3131), - [8172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3453), - [8174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2614), - [8176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3377), - [8178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2507), - [8180] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3345), - [8182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2959), - [8184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3437), - [8186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(956), - [8188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3439), - [8190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691), - [8192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3532), - [8194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3538), - [8196] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3535), - [8198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), - [8200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2572), - [8202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1018), - [8204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1552), - [8206] = {.entry = {.count = 1, .reusable = false}}, SHIFT(995), - [8208] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1025), - [8210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2951), - [8212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3478), - [8214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), - [8216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1143), - [8218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), - [8220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3088), - [8222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2015), - [8224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1976), - [8226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2499), - [8228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3154), - [8230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742), - [8232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2073), - [8234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1920), - [8236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2732), - [8238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2492), - [8240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1124), - [8242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3627), - [8244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), - [8246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1494), - [8248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(744), - [8250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1578), - [8252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2339), - [8255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2339), - [8258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3779), - [8260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), - [8262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), - [8264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), - [8266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), - [8268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3777), - [8270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1589), - [8272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(943), - [8274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1246), - [8276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(751), - [8278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366), - [8280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1666), - [8282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(859), - [8284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2677), - [8286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), - [8288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3097), - [8290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1206), - [8292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), - [8294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4338), - [8296] = {.entry = {.count = 1, .reusable = false}}, SHIFT(858), - [8298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), - [8300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2151), - [8303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3572), - [8306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3520), - [8309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3714), - [8311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2302), - [8313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1123), - [8315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3953), - [8317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4024), - [8319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3954), - [8321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2577), - [8323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3953), - [8325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), - [8327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3520), - [8329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3657), - [8331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), - [8333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), - [8335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3682), - [8337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), - [8339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4262), - [8341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), - [8343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2170), - [8345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4262), - [8347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), - [8349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 3, .production_id = 46), - [8351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4205), - [8353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4443), - [8355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), - [8357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2179), - [8359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4443), - [8361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2104), - [8363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3517), - [8365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), - [8367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [8369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [8371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [8373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3513), - [8375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_body, 1), - [8377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), - [8379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), - [8381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), - [8383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1931), - [8385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1932), - [8387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4285), - [8389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2124), - [8391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2124), - [8393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4285), - [8395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), - [8397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3521), - [8399] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_body, 2), - [8401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2034), - [8403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2029), - [8405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1720), - [8407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1726), - [8409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2164), - [8411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2164), - [8413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), - [8415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3590), - [8417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3586), - [8419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1981), - [8421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1982), - [8423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2168), - [8425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2168), - [8427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), - [8429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(3517), - [8432] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(2596), - [8435] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(103), - [8438] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(111), - [8441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(122), - [8444] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(3521), - [8447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), - [8449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4380), - [8451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), - [8453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), - [8455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4380), - [8457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2153), - [8459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), - [8461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1864), - [8463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2178), - [8465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2178), - [8467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), - [8469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), - [8471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), - [8473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), - [8475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3827), - [8477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3827), - [8479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3542), - [8481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1), - [8483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), - [8485] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 3), - [8487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), - [8489] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expansion_max_length, 3, .production_id = 46), - [8491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4035), - [8493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2394), - [8495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), - [8497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1434), - [8499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4406), - [8501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4406), - [8503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), - [8505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), - [8507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), - [8509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2133), - [8511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), - [8513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), - [8515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1433), - [8517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4322), - [8519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4322), - [8521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), - [8523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2159), - [8525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2181), - [8527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2181), - [8529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432), - [8531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4330), - [8533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4330), - [8535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), - [8537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2173), - [8539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1438), - [8541] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4409), - [8543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4409), - [8545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), - [8547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), - [8549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509), - [8551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4243), - [8553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4243), - [8555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2119), - [8557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2119), - [8559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), - [8561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2150), - [8563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), - [8565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4242), - [8567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4242), - [8569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), - [8571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), - [8573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), - [8575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2152), - [8577] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2394), - [8580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2394), - [8583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [8585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [8587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [8589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), - [8591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [8593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [8595] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3651), - [8598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3651), - [8600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [8602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [8604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [8606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [8608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [8610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2527), - [8612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2720), - [8614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), - [8616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [8618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2083), - [8620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), - [8622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), - [8624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [8626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [8628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2337), - [8630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), - [8632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2538), - [8634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2538), - [8636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [8638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2295), - [8640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), - [8642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [8644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), - [8646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), - [8648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3216), - [8650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [8652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [8654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [8656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2863), - [8658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [8660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3198), - [8662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2528), - [8664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), - [8666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4210), - [8668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3259), - [8670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4211), - [8672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4210), - [8674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4211), - [8676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2589), - [8678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2589), - [8680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [8682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), - [8684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2520), - [8686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), - [8688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2523), - [8690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2523), - [8692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4133), - [8694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3509), - [8696] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, .production_id = 27), - [8698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4292), - [8700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), - [8702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3956), - [8704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3956), - [8706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4064), - [8708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, .production_id = 28), - [8710] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__expansion_body_repeat1, 2, .production_id = 30), - [8712] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__expansion_body_repeat1, 2, .production_id = 30), SHIFT_REPEAT(3790), - [8715] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2366), - [8718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2221), - [8720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3780), - [8722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [8724] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 1, .production_id = 6), - [8726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), - [8728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), - [8730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [8732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3744), - [8734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3741), - [8736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3838), - [8738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), - [8740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), - [8742] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 3, .production_id = 48), - [8744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), - [8746] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 3, .production_id = 47), - [8748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2082), - [8750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3990), - [8752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3990), - [8754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), - [8756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2417), - [8759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4096), - [8761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3727), - [8763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [8765] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__for_body_repeat1, 2), - [8767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__for_body_repeat1, 2), SHIFT_REPEAT(2720), - [8770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__for_body_repeat1, 2), - [8772] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), - [8774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(286), - [8777] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067), - [8779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3988), - [8781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3988), - [8783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4162), - [8785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 4, .production_id = 46), - [8787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4156), - [8789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 4, .production_id = 77), - [8791] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 42), - [8793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 41), - [8795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 71), - [8797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2963), - [8799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2982), - [8801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2983), - [8803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 5, .production_id = 99), - [8805] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2910), - [8807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), - [8809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3055), - [8811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 3, .production_id = 56), - [8813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2913), - [8815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), - [8817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 3, .production_id = 57), - [8819] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2917), - [8821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3036), - [8823] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3916), - [8825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__concatenation_in_expansion_repeat1, 2), SHIFT_REPEAT(3528), - [8828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__concatenation_in_expansion_repeat1, 2), - [8830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), - [8832] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__concatenation_in_expansion, 2), - [8834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 75), - [8836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2967), - [8838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2984), - [8840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), - [8842] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 41), - [8844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2941), - [8846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2986), - [8848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 42), - [8850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2962), - [8852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2991), - [8854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2938), - [8856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3004), - [8858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), - [8860] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3916), - [8863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_variable_assignment, 3, .production_id = 52), - [8865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_variable_assignment, 3, .production_id = 52), - [8867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2918), - [8869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3034), - [8871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), - [8873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_expression, 2, .production_id = 10), - [8875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 5, .production_id = 96), - [8877] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2916), - [8879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3042), - [8881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3044), - [8883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2912), - [8885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), - [8887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3051), - [8889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_expression, 1, .production_id = 23), - [8891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_expression, 1, .production_id = 23), - [8893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2909), - [8895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), - [8897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), - [8899] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3838), - [8902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__expansion_body_repeat1, 1, .production_id = 10), - [8904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3624), - [8906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), - [8908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 66), - [8910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), - [8912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3013), - [8914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [8916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3040), - [8918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), - [8920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), - [8922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), - [8924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), - [8926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), - [8928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3047), - [8930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 72), - [8932] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 72), SHIFT_REPEAT(2083), - [8935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3769), - [8937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3048), - [8939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [8941] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__for_body_repeat1, 2), SHIFT_REPEAT(2755), - [8944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3060), - [8946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), - [8948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), - [8950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), - [8952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), - [8954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), - [8956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [8958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1125), - [8960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), - [8962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), - [8964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), - [8966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1625), - [8968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), - [8970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(981), - [8972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), - [8974] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 7, .production_id = 123), - [8976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 7, .production_id = 122), - [8978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 7, .production_id = 121), - [8980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3747), - [8982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), - [8984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1930), - [8986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [8988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), - [8990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [8992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [8994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(41), - [8996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3063), - [8998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), - [9000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), - [9002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [9004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 79), - [9006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), - [9008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), - [9010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), - [9012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 81), - [9014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3059), - [9016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), - [9018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), - [9020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2005), - [9022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1024), - [9024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 83), - [9026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), - [9028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 84), - [9030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), - [9032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 85), - [9034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3151), - [9036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), - [9038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2980), - [9040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), - [9042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), - [9044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), - [9046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), - [9048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 8, .production_id = 128), - [9050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [9052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), - [9054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 64), - [9056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), - [9058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [9060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 62), - [9062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [9064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3007), - [9066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), - [9068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1945), - [9070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), - [9072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), - [9074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), - [9076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1461), - [9078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), - [9080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), - [9082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3942), - [9084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3932), - [9086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), - [9088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), - [9090] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arithmetic_expansion_repeat1, 2), SHIFT_REPEAT(2368), - [9093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [9095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), - [9097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), - [9099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), - [9101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 108), - [9103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2943), - [9105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), - [9107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 107), - [9109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), - [9111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), - [9113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2971), - [9115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 105), - [9117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 104), - [9119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 103), - [9121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [9123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [9125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [9127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3498), - [9129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3967), - [9131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [9133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3968), - [9135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [9137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [9139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), - [9141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [9143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [9145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), - [9147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3005), - [9149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3531), - [9151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), - [9153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), - [9155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [9157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [9159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2988), - [9161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), - [9163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__for_body_repeat1, 2), SHIFT_REPEAT(2744), - [9166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 3, .production_id = 55), - [9168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2090), - [9170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 2, .production_id = 10), - [9172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), - [9174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_max_length, 2, .production_id = 10), - [9176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), - [9178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2144), - [9180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), - [9182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_removal, 1, .production_id = 10), - [9184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4209), - [9186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), - [9188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3658), - [9190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), - [9192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3692), - [9194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4329), - [9196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), - [9198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), - [9200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4391), - [9202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), - [9204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), - [9206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4260), - [9208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), - [9210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), - [9212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_max_length, 4, .production_id = 46), - [9214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4367), - [9216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2808), - [9218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), - [9220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), - [9222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), - [9224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4140), - [9226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), - [9228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4343), - [9230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), - [9232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), - [9234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4525), - [9236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), - [9238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), - [9240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2502), - [9242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), - [9244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), - [9246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), - [9248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), - [9250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [9252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), - [9254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4056), - [9256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4388), - [9258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2787), - [9260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), - [9262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3224), - [9264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3221), - [9266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), - [9268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), - [9270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [9272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), - [9274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), - [9276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), - [9278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), - [9280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), - [9282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [9284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3120), - [9286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4452), - [9288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), - [9290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4236), - [9292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4454), - [9294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3719), - [9296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), - [9298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), - [9300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4293), - [9302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), - [9304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4289), - [9306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [9308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), - [9310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [9312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), - [9314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1117), - [9316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [9318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4387), - [9320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), - [9322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2869), - [9324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [9326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), - [9328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), - [9330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [9332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4457), - [9334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), - [9336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), - [9338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), - [9340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), - [9342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3486), - [9344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4521), - [9346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3477), - [9348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), - [9350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3753), - [9352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), - [9354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4540), - [9356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3754), - [9358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [9360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3113), - [9362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), - [9364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), - [9366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4523), - [9368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), - [9370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), - [9372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [9374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4465), - [9376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2798), - [9378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), - [9380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803), - [9382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4126), - [9384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3945), - [9386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4434), - [9388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1553), - [9390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), - [9392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1005), - [9394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), - [9396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4405), - [9398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), - [9400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1115), - [9402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), - [9404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2463), - [9406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4372), - [9408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), - [9410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), - [9412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), - [9414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2850), - [9416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3707), - [9418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 5, .production_id = 100), - [9420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3132), - [9422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [9424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4290), - [9426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 5, .production_id = 101), - [9428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), - [9430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), - [9432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), - [9434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4254), - [9436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [9438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4218), - [9440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4153), - [9442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), - [9444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4113), - [9446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4066), - [9448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4057), - [9450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [9452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4047), - [9454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3677), - [9456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3134), - [9458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_operator, 2, .production_id = 45), - [9460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), - [9462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4083), - [9464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_removal, 2, .production_id = 10), - [9466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex, 2, .production_id = 44), - [9468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex, 2, .production_id = 10), - [9470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [9472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4127), - [9474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [9476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3583), - [9478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), - [9480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), - [9482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3584), - [9484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4150), - [9486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), - [9488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), - [9490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3208), - [9492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3784), - [9494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4258), - [9496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3781), - [9498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3604), - [9500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [9502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4318), - [9504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [9506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1175), - [9508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), - [9510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [9512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4375), - [9514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1178), - [9516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), - [9518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), - [9520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), - [9522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [9524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3700), - [9526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), - [9528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4158), - [9530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), - [9532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1081), - [9534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), - [9536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), - [9538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3504), - [9540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3620), - [9542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), - [9544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), - [9546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), - [9548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [9550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3592), - [9552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), - [9554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), - [9556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), - [9558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1062), - [9560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3733), - [9562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4412), - [9564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3211), - [9566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3773), - [9568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3240), - [9570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), - [9572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3609), - [9574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3197), - [9576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1126), - [9578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), - [9580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), - [9582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), - [9584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3193), - [9586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), - [9588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3081), - [9590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), - [9592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3174), - [9594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [9596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3736), - [9598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), - [9600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), - [9602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [9604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2742), - [9606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2746), - [9608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3952), - [9610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), - [9612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [9614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [9616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3755), - [9618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), - [9620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [9622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), - [9624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [9626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), - [9628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), - [9630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3213), - [9632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [9634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3214), - [9636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), - [9638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), - [9640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), - [9642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), - [9644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), - [9646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), - [9648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), - [9650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), - [9652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1128), - [9654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), - [9656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), - [9658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [9660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), - [9662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), - [9664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), - [9666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), - [9668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), - [9670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), - [9672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), - [9674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2705), - [9676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), - [9678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), - [9680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [9682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3626), - [9684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3622), - [9686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), - [9688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3674), - [9690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), - [9692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4249), - [9694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [9696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4244), - [9698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3087), - [9700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3237), - [9702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3190), - [9704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [9706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), - [9708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), - [9710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [9712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), - [9714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3242), - [9716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), - [9718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), - [9720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3659), - [9722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2925), - [9724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1679), - [9726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1079), - [9728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), - [9730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), - [9732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), - [9734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [9736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), - [9738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [9740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), - [9742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), - [9744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), - [9746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [9748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [9750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [9752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), - [9754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), - [9756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), - [9758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), - [9760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), - [9762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3671), - [9764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), - [9766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4334), - [9768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3623), - [9770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3527), - [9772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), - [9774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), - [9776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3529), - [9778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), - [9780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2948), - [9782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), - [9784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2099), - [9786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [9788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), - [9790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), - [9792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), - [9794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [9796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3619), - [9798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1147), - [9800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4134), - [9802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3764), - [9804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3540), - [9806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3234), - [9808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4371), - [9810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), - [9812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1033), - [9814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), - [9816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), - [9818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1031), - [9820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3235), - [9822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), - [9824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), - [9826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), - [9828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1054), - [9830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), - [9832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), - [9834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), - [9836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), - [9838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), - [9840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4084), - [9842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [9844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), - [9846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), - [9848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), - [9850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [9852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), - [9854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1), - [9856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), - [9858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), - [9860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), - [9862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1710), - [9864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), - [9866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), - [9868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2551), - [9870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), - [9872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [9874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [9876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [9878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4043), - [9880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4036), - [9882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4029), - [9884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4046), - [9886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4060), - [9888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4032), - [9890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4041), - [9892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4050), - [9894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4059), - [9896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4068), - [9898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4077), - [9900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4086), - [9902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4094), - [9904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4102), - [9906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4110), - [9908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4118), - [9910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4124), - [9912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4130), - [9914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4136), - [9916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4142), - [9918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4148), - [9920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4026), - [9922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4160), - [9924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4166), - [9926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4172), - [9928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4178), - [9930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4184), - [9932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4190), - [9934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4196), - [9936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4202), - [9938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4208), - [9940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4214), - [9942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4220), - [9944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4226), - [9946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4232), - [9948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4238), - [9950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4273), - [9952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), - [9954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), - [9956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2761), - [9958] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [9960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), - [9962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), - [9964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2564), - [9966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4369), - [9968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), - [9970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), - [9972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), - [9974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), - [9976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4433), - [9978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [9980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), - [9982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4461), - [9984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), - [9986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), - [9988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4484), - [9990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4485), - [9992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4486), - [9994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4487), - [9996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4488), - [9998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4489), - [10000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4490), - [10002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4491), - [10004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4492), - [10006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4493), - [10008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4494), - [10010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4495), - [10012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4496), - [10014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4497), - [10016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4498), - [10018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4499), - [10020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4500), - [10022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4501), - [10024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4502), - [10026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4503), - [10028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4504), - [10030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4505), - [10032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4506), - [10034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4507), - [10036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4508), - [10038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4509), - [10040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4510), - [10042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4511), - [10044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4512), - [10046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4513), - [10048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4514), - [10050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4515), - [10052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4516), - [10054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4517), - [10056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4518), - [10058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4519), - [10060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3595), - [10062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3594), - [10064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3617), - [10066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3589), - [10068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3588), - [10070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3585), - [10072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), - [10074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), - [10076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3579), - [10078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), - [10080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4437), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(741), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4425), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5128), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2608), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2608), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(141), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(316), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2593), + [27] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5124), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(598), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(7), + [35] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(445), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(506), + [41] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [43] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3949), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(713), + [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3684), + [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4431), + [57] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3102), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(158), + [61] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [63] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [65] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [67] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), + [69] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3979), + [71] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4318), + [73] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [75] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5131), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), + [79] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [81] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2565), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2565), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4882), + [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), + [93] = {.entry = {.count = 1, .reusable = false}}, SHIFT(504), + [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), + [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1573), + [99] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), + [101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), + [103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3881), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), + [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3680), + [109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4491), + [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3125), + [117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(118), + [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3995), + [127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4298), + [129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5146), + [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), + [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4465), + [137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4879), + [139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), + [143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2619), + [145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2), + [147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), + [149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(312), + [151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2599), + [153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4554), + [155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), + [159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(6), + [161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3220), + [163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), + [165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), + [167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(661), + [169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518), + [173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), + [175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), + [177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3890), + [179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), + [181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3767), + [183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(401), + [187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4450), + [189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3223), + [191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(60), + [193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), + [199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3977), + [201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4374), + [203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5136), + [207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1897), + [209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2510), + [211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_name, 1, .production_id = 1), + [213] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1, .production_id = 1), + [215] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1, .production_id = 1), REDUCE(sym__expression, 1, .production_id = 1), + [218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1558), + [220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1566), + [222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2785), + [224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3804), + [226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1723), + [228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3765), + [230] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1970), + [232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4469), + [234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3185), + [236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(94), + [238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(95), + [240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(96), + [242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79), + [244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_name, 1, .production_id = 1), + [246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2785), + [248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5140), + [252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3598), + [254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3158), + [256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), + [258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), + [260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1, .production_id = 1), + [262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_command_name, 1, .production_id = 1), REDUCE(sym__expression, 1, .production_id = 1), + [265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1577), + [267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1567), + [269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2689), + [271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3821), + [273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1737), + [275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3790), + [277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1980), + [281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4463), + [283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3196), + [285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), + [287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), + [289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), + [291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(75), + [293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5139), + [297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(884), + [299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), + [301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2567), + [303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2567), + [305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3115), + [307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(306), + [309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(144), + [311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4976), + [313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(585), + [315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(467), + [317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(533), + [319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2458), + [323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3802), + [325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), + [327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3681), + [329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(880), + [333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4429), + [335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3110), + [337] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), + [339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3999), + [347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4410), + [349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(793), + [351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5134), + [353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3079), + [355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3198), + [357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3620), + [359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3623), + [361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3168), + [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641), + [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4449), + [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4973), + [369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), + [371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2588), + [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2588), + [375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288), + [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(307), + [379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), + [381] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2570), + [383] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 2, .production_id = 56), + [385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3376), + [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3514), + [389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5045), + [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), + [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4), + [397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1580), + [399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), + [401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(465), + [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), + [405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2541), + [407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3928), + [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), + [411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3678), + [413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(665), + [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4445), + [419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3195), + [421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231), + [423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3987), + [431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4297), + [433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5163), + [437] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 96), + [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3441), + [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3461), + [443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3463), + [445] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 99), + [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3391), + [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3474), + [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3458), + [453] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(884), + [456] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(4425), + [459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(5128), + [462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(544), + [465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(2567), + [468] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(2567), + [471] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(141), + [474] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(316), + [477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), + [479] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(315), + [482] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(2593), + [485] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(4976), + [488] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(152), + [491] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(585), + [494] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(7), + [497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(1482), + [500] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(467), + [503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(533), + [506] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(569), + [509] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(2458), + [512] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(3802), + [515] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(803), + [518] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(3681), + [521] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(882), + [524] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(880), + [527] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(4429), + [530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(3110), + [533] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(303), + [536] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(276), + [539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(155), + [542] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(54), + [545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(3999), + [548] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(4410), + [551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(793), + [554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), SHIFT_REPEAT(5134), + [557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3382), + [559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3506), + [561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3503), + [563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3359), + [565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3443), + [567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3524), + [569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 2, .production_id = 55), + [571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3373), + [573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3537), + [575] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 42), + [577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3425), + [579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3455), + [581] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 72), + [583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3399), + [585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3508), + [587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3511), + [589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 76), + [591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3430), + [593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3464), + [595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3465), + [597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3420), + [599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3450), + [601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3460), + [603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3428), + [605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3495), + [607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3445), + [609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 43), + [611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3426), + [613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3459), + [615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(672), + [617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2612), + [621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2612), + [623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3484), + [625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4720), + [627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(588), + [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(419), + [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(477), + [633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), + [637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3830), + [639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(701), + [641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3729), + [643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(714), + [647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4454), + [649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3094), + [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), + [653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3989), + [661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4286), + [663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), + [665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5171), + [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3499), + [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3451), + [671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3452), + [673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3467), + [675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3448), + [677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3519), + [679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3522), + [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3482), + [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3542), + [685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3532), + [687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3540), + [689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 3), + [691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_elif_clause, 4), + [693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(765), + [695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4037), + [697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(571), + [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(723), + [701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), + [703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(183), + [707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4039), + [709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4015), + [711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4034), + [713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4038), + [715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4022), + [717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4013), + [719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219), + [721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(168), + [723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4025), + [725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__terminated_statement, 2), + [727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(877), + [729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5049), + [731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(590), + [733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(459), + [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(550), + [737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(14), + [739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3206), + [741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 1), + [743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3081), + [745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3238), + [747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3586), + [749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3625), + [751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3587), + [753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3606), + [755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3049), + [757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3135), + [759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3184), + [761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3089), + [763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3169), + [765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(13), + [767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(11), + [769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2), + [771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(40), + [773] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(884), + [776] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(4425), + [779] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(5128), + [782] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(544), + [785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2567), + [788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2567), + [791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(141), + [794] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(316), + [797] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(315), + [800] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2593), + [803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(4976), + [806] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(152), + [809] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(585), + [812] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(7), + [815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(1482), + [818] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(467), + [821] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(533), + [824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(569), + [827] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(2458), + [830] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(3802), + [833] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(803), + [836] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(3681), + [839] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(882), + [842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(880), + [845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(4429), + [848] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(3110), + [851] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(303), + [854] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(276), + [857] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(155), + [860] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(54), + [863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(3999), + [866] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(4410), + [869] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(793), + [872] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), SHIFT_REPEAT(5134), + [875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1226), + [877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2611), + [879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2611), + [881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5065), + [883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(584), + [885] = {.entry = {.count = 1, .reusable = false}}, SHIFT(522), + [887] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), + [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(666), + [891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1216), + [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3985), + [897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4301), + [899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [901] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1380), + [903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), + [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), + [907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2560), + [909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), + [911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), + [913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2493), + [917] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3828), + [919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1390), + [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3725), + [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), + [925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503), + [927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4524), + [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3117), + [931] = {.entry = {.count = 1, .reusable = false}}, SHIFT(130), + [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3986), + [941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), + [943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5149), + [945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1892), + [947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1586), + [949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1548), + [951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1562), + [955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), + [957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2875), + [959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1724), + [961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), + [963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), + [965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4270), + [969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), + [971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1899), + [973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), + [975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519), + [977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1520), + [979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1549), + [981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1549), + [983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2704), + [985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3851), + [987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1752), + [989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3695), + [991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), + [993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1643), + [995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4441), + [997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3180), + [999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229), + [1001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), + [1003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [1005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [1007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [1009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5120), + [1011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), + [1013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2868), + [1015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1723), + [1017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3765), + [1019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1897), + [1021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3185), + [1023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [1025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(79), + [1027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1910), + [1029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1563), + [1031] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1565), + [1033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), + [1035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1697), + [1037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1910), + [1039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [1041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4134), + [1043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2585), + [1045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), + [1047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), + [1049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1873), + [1051] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504), + [1053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1495), + [1055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), + [1057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), + [1059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), + [1061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [1063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2947), + [1065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2609), + [1067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1938), + [1069] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1515), + [1071] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), + [1073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), + [1075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), + [1077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), + [1079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [1081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenation, 4), + [1083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), + [1085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3680), + [1087] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), + [1089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenation, 4), + [1091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenation, 4, .production_id = 1), + [1093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenation, 4, .production_id = 1), + [1095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(403), + [1097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3767), + [1099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), + [1101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenation, 2, .production_id = 1), + [1103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenation, 2, .production_id = 1), + [1105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2736), + [1107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), + [1109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), + [1111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2785), + [1114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2785), + [1117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 1), + [1119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 1), + [1121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_concatenation, 2), + [1123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_concatenation, 2), + [1125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2735), + [1127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_name, 1), + [1129] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expression, 1), + [1131] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), REDUCE(sym__expression, 1), + [1134] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), SHIFT(4888), + [1137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_name, 1), + [1139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_command_name, 1), REDUCE(sym__expression, 1), + [1142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_process_substitution, 3), + [1144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_process_substitution, 3), + [1146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2, .production_id = 23), + [1148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2, .production_id = 23), + [1150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_substitution, 3), + [1152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_substitution, 3), + [1154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command_substitution, 3, .production_id = 32), + [1156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command_substitution, 3, .production_id = 32), + [1158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_brace_expression, 5), + [1160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_brace_expression, 5), + [1162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arithmetic_expansion, 3), + [1164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arithmetic_expansion, 3), + [1166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expansion, 2, .production_id = 10), + [1168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expansion, 2, .production_id = 10), + [1170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_translated_string, 2), + [1172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_translated_string, 2), + [1174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_simple_expansion, 2), + [1176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_expansion, 2), + [1178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arithmetic_expansion, 4), + [1180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arithmetic_expansion, 4), + [1182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 2), + [1184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 2), + [1186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number, 1), + [1188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number, 1), + [1190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2), + [1192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2), + [1194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_number, 2), + [1196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_number, 2), + [1198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expansion, 3, .production_id = 28), + [1200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expansion, 3, .production_id = 28), + [1202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3), + [1204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3), + [1206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 4), + [1208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 4), + [1210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), + [1212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), + [1214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), + [1216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(383), + [1219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2682), + [1221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expression, 1), + [1223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), SHIFT(4831), + [1226] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2689), + [1229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2683), + [1231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(409), + [1234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(409), + [1236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), + [1238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), + [1240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2602), + [1242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [1244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3976), + [1246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(385), + [1248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686), + [1250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2541), + [1252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, .production_id = 17), + [1254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2476), + [1256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, .production_id = 17), + [1258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(694), + [1260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3678), + [1262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3195), + [1264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), + [1266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), + [1268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(296), + [1270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [1272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), + [1274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 1, .production_id = 2), + [1276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 1, .production_id = 2), + [1278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(726), + [1280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2465), + [1282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2464), + [1284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(721), + [1286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3729), + [1288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3094), + [1290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), + [1292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(193), + [1294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(255), + [1296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [1298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1119), + [1300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(755), + [1303] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2525), + [1306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), + [1308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), + [1310] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3898), + [1313] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(732), + [1316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3711), + [1319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(790), + [1322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4427), + [1325] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3181), + [1328] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(207), + [1331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(206), + [1334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(205), + [1337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(271), + [1340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(415), + [1343] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4290), + [1346] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(753), + [1349] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(5167), + [1352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(755), + [1354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2525), + [1356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_command, 1), + [1358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_command, 1), + [1360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3898), + [1362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732), + [1364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3711), + [1366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(790), + [1368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4427), + [1370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3181), + [1372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(207), + [1374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), + [1376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205), + [1378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), + [1380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(418), + [1382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4290), + [1384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [1386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5167), + [1388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_command, 2), + [1390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_command, 2), + [1392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(415), + [1394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(903), + [1396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2472), + [1398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3799), + [1400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), + [1402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3740), + [1404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(947), + [1406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4467), + [1408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3233), + [1410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), + [1412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), + [1414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(181), + [1416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243), + [1418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(425), + [1420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4285), + [1422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [1424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5174), + [1426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), + [1428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2513), + [1430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2531), + [1432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836), + [1434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3684), + [1436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3102), + [1438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(159), + [1440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(161), + [1442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), + [1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [1446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [1448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(903), + [1451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2472), + [1454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3799), + [1457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(822), + [1460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3740), + [1463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(947), + [1466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4467), + [1469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3233), + [1472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(186), + [1475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(278), + [1478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(181), + [1481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(243), + [1484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(421), + [1487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4285), + [1490] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(902), + [1493] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(5174), + [1496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 3, .production_id = 36), + [1498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 3, .production_id = 36), + [1500] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(686), + [1503] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(2541), + [1506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), + [1508] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(2476), + [1511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), + [1513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3928), + [1516] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(694), + [1519] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3678), + [1522] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(665), + [1525] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(4445), + [1528] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3195), + [1531] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(231), + [1534] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(230), + [1537] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(227), + [1540] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(296), + [1543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(685), + [1546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(974), + [1549] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(5163), + [1552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), + [1554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(664), + [1556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(663), + [1558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(832), + [1560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2458), + [1562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2462), + [1564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844), + [1566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3681), + [1568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3110), + [1570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), + [1572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(155), + [1574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(54), + [1576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), + [1578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [1580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, .production_id = 16), + [1582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, .production_id = 16), + [1584] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(726), + [1587] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(2465), + [1590] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(2464), + [1593] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3830), + [1596] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(721), + [1599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3729), + [1602] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(714), + [1605] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(4454), + [1608] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3094), + [1611] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(195), + [1614] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(194), + [1617] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(193), + [1620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(255), + [1623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(715), + [1626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(1119), + [1629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(5171), + [1632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(941), + [1634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2466), + [1636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(908), + [1638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), + [1640] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(938), + [1643] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2527), + [1646] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3863), + [1649] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1036), + [1652] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3772), + [1655] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1162), + [1658] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4452), + [1661] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3212), + [1664] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(64), + [1667] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(65), + [1670] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(66), + [1673] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(67), + [1676] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(434), + [1679] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4352), + [1682] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(937), + [1685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(5137), + [1688] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1009), + [1691] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2518), + [1694] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3835), + [1697] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(957), + [1700] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3733), + [1703] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1125), + [1706] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4473), + [1709] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3133), + [1712] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(102), + [1715] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(103), + [1718] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(104), + [1721] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(88), + [1724] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(435), + [1727] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4324), + [1730] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1010), + [1733] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(5142), + [1736] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1009), + [1738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2518), + [1740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3835), + [1742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), + [1744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3733), + [1746] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1125), + [1748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4473), + [1750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3133), + [1752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(102), + [1754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(103), + [1756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(104), + [1758] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), + [1760] = {.entry = {.count = 1, .reusable = false}}, SHIFT(447), + [1762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4324), + [1764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1010), + [1766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5142), + [1768] = {.entry = {.count = 1, .reusable = false}}, SHIFT(938), + [1770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2527), + [1772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3863), + [1774] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1036), + [1776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3772), + [1778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), + [1780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4452), + [1782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3212), + [1784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(64), + [1786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(65), + [1788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(66), + [1790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(67), + [1792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(434), + [1794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4352), + [1796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [1798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5137), + [1800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(724), + [1802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(725), + [1804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(441), + [1806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(435), + [1808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806), + [1810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(807), + [1812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1182), + [1814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1053), + [1816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(463), + [1818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4314), + [1820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1181), + [1822] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(832), + [1825] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(2458), + [1828] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(2462), + [1831] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3802), + [1834] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(844), + [1837] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3681), + [1840] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(880), + [1843] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(4429), + [1846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3110), + [1849] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(303), + [1852] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(276), + [1855] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(155), + [1858] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(54), + [1861] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(829), + [1864] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(1368), + [1867] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(5134), + [1870] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(823), + [1873] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(2513), + [1876] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(2531), + [1879] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3949), + [1882] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(836), + [1885] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3684), + [1888] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(831), + [1891] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(4431), + [1894] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3102), + [1897] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(158), + [1900] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(159), + [1903] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(161), + [1906] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(166), + [1909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(856), + [1912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(1303), + [1915] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(5131), + [1918] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(821), + [1921] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2556), + [1924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), + [1926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), + [1928] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3884), + [1931] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(837), + [1934] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3716), + [1937] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(905), + [1940] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4433), + [1943] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3171), + [1946] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(204), + [1949] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(203), + [1952] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(202), + [1955] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(267), + [1958] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(453), + [1961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(788), + [1964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(5168), + [1967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(450), + [1969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), + [1971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(818), + [1973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(821), + [1975] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2556), + [1977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_command, 2), + [1979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_command, 2), + [1981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3884), + [1983] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837), + [1985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3716), + [1987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), + [1989] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4433), + [1991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3171), + [1993] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), + [1995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), + [1997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), + [1999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), + [2001] = {.entry = {.count = 1, .reusable = false}}, SHIFT(453), + [2003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [2005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5168), + [2007] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1182), + [2010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1053), + [2013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(463), + [2016] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4314), + [2019] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1181), + [2022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_command, 1), + [2024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_command, 1), + [2026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(461), + [2028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(455), + [2030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(999), + [2032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2508), + [2034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_herestring_redirect, 2), + [2036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_herestring_redirect, 2), + [2038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3836), + [2040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1016), + [2042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3723), + [2044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), + [2046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4448), + [2048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3105), + [2050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), + [2052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), + [2054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), + [2056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), + [2058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), + [2060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5170), + [2062] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1000), + [2065] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2478), + [2068] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3844), + [2071] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(939), + [2074] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3745), + [2077] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1172), + [2080] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4485), + [2083] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3219), + [2086] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(180), + [2089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(179), + [2092] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(178), + [2095] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(239), + [2098] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(472), + [2101] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1003), + [2104] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(5175), + [2107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 2, .production_id = 4), + [2109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 2, .production_id = 4), + [2111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_herestring_redirect, 3, .production_id = 4), + [2113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_herestring_redirect, 3, .production_id = 4), + [2115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 1), + [2117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 1), + [2119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1000), + [2121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2478), + [2123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3844), + [2125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), + [2127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3745), + [2129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1172), + [2131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4485), + [2133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3219), + [2135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), + [2137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), + [2139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), + [2141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), + [2143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(485), + [2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1003), + [2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5175), + [2149] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(999), + [2152] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2508), + [2155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), + [2157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), + [2159] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3836), + [2162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1016), + [2165] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3723), + [2168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1115), + [2171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4448), + [2174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3105), + [2177] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(198), + [2180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(197), + [2183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(196), + [2186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(259), + [2189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(998), + [2192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(5170), + [2195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1030), + [2197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3704), + [2199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1031), + [2201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(840), + [2203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842), + [2205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(472), + [2207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(941), + [2210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(2466), + [2213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(908), + [2216] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(944), + [2219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1189), + [2221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1196), + [2223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(952), + [2225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(955), + [2227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1188), + [2229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2526), + [2231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3845), + [2233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1096), + [2235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3779), + [2237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349), + [2239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4456), + [2241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3209), + [2243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(68), + [2245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(69), + [2247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70), + [2249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(71), + [2251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(495), + [2253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1190), + [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5138), + [2257] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1188), + [2260] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2526), + [2263] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3845), + [2266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1096), + [2269] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3779), + [2272] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1349), + [2275] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4456), + [2278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3209), + [2281] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(68), + [2284] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(69), + [2287] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(70), + [2290] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(71), + [2293] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(495), + [2296] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1190), + [2299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(5138), + [2302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1060), + [2304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2479), + [2306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3864), + [2308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1206), + [2310] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3748), + [2312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1242), + [2314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4477), + [2316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3201), + [2318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), + [2320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), + [2322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(170), + [2324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235), + [2326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1058), + [2328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5176), + [2330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1014), + [2332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1012), + [2334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1186), + [2336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3738), + [2338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1178), + [2340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1083), + [2343] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2500), + [2346] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3794), + [2349] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1126), + [2352] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3717), + [2355] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1293), + [2358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4481), + [2361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3131), + [2364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(106), + [2367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(107), + [2370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(108), + [2373] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(93), + [2376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(503), + [2379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1052), + [2382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(5143), + [2385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1083), + [2387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2500), + [2389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3794), + [2391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1126), + [2393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3717), + [2395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1293), + [2397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4481), + [2399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3131), + [2401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(106), + [2403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(107), + [2405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(108), + [2407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(93), + [2409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), + [2411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), + [2413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5143), + [2415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(493), + [2417] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1060), + [2420] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2479), + [2423] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3864), + [2426] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1206), + [2429] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3748), + [2432] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1242), + [2435] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4477), + [2438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3201), + [2441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(174), + [2444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(172), + [2447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(170), + [2450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(235), + [2453] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1058), + [2456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(5176), + [2459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1469), + [2461] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2463), + [2463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1433), + [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), + [2467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(503), + [2469] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2824), + [2471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2539), + [2473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3862), + [2475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2622), + [2477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3721), + [2479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2948), + [2481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4437), + [2483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3167), + [2485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(201), + [2487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), + [2489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), + [2491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), + [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2813), + [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5169), + [2497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2806), + [2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2815), + [2501] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1292), + [2504] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2475), + [2507] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3861), + [2510] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1316), + [2513] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3778), + [2516] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1450), + [2519] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4428), + [2522] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3098), + [2525] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(177), + [2528] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(182), + [2531] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(184), + [2534] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(137), + [2537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1291), + [2540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(5154), + [2543] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1501), + [2546] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1568), + [2549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(518), + [2552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4293), + [2555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1502), + [2558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1287), + [2560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1357), + [2562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(549), + [2564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), + [2566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(593), + [2568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), + [2570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), + [2572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [2574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [2576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2062), + [2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1973), + [2580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1501), + [2582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1568), + [2584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(528), + [2586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4293), + [2588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), + [2590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2121), + [2592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1499), + [2594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2506), + [2596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [2598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), + [2600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), + [2602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), + [2604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1356), + [2606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3751), + [2608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1350), + [2610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1154), + [2612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), + [2614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), + [2616] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2082), + [2618] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2134), + [2620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1246), + [2622] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1247), + [2624] = {.entry = {.count = 1, .reusable = false}}, SHIFT(520), + [2626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__statements_repeat1, 2), + [2628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__statements_repeat1, 2), + [2630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statements, 3), + [2632] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statements, 3), + [2634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1143), + [2636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1141), + [2638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1363), + [2640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2489), + [2642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3912), + [2644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1359), + [2646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3776), + [2648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1402), + [2650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4506), + [2652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3109), + [2654] = {.entry = {.count = 1, .reusable = false}}, SHIFT(145), + [2656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(147), + [2658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(148), + [2660] = {.entry = {.count = 1, .reusable = false}}, SHIFT(125), + [2662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), + [2664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5151), + [2666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1292), + [2668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2475), + [2670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3861), + [2672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1316), + [2674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3778), + [2676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1450), + [2678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4428), + [2680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3098), + [2682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(177), + [2684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), + [2686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), + [2688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(137), + [2690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), + [2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5154), + [2694] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1259), + [2696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3752), + [2698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1260), + [2700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2126), + [2702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1080), + [2704] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1079), + [2706] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2974), + [2708] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2768), + [2710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2973), + [2712] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1363), + [2715] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2489), + [2718] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3912), + [2721] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1359), + [2724] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3776), + [2727] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1402), + [2730] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4506), + [2733] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3109), + [2736] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(145), + [2739] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(147), + [2742] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(148), + [2745] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(125), + [2748] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1375), + [2751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(5151), + [2754] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1287), + [2757] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1357), + [2760] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(549), + [2763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1288), + [2766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(525), + [2768] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statements, 2), + [2770] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statements, 2), + [2772] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2972), + [2774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2971), + [2776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2051), + [2778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2110), + [2780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), + [2782] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1341), + [2784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1340), + [2786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111), + [2788] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2113), + [2790] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1459), + [2792] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1460), + [2794] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1320), + [2796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1322), + [2798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3013), + [2800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2491), + [2802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3878), + [2804] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2952), + [2806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3759), + [2808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2940), + [2810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4523), + [2812] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3112), + [2814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(138), + [2816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(139), + [2818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(142), + [2820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(121), + [2822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3015), + [2824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5150), + [2826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(763), + [2828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1382), + [2830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458), + [2832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1386), + [2834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), + [2836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1690), + [2838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2495), + [2840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3811), + [2842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [2844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3691), + [2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), + [2848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1775), + [2850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4500), + [2852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3123), + [2854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(122), + [2856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [2858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [2860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [2862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), + [2864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4307), + [2866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), + [2868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5147), + [2870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(574), + [2872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3035), + [2874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2949), + [2876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3029), + [2878] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1690), + [2881] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(2495), + [2884] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3811), + [2887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1661), + [2890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3691), + [2893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1690), + [2896] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1775), + [2899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4500), + [2902] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(3123), + [2905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(122), + [2908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(123), + [2911] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(124), + [2914] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(109), + [2917] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(582), + [2920] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(4307), + [2923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(1689), + [2926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 2), SHIFT_REPEAT(5147), + [2929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3041), + [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3045), + [2933] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1239), + [2935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(882), + [2937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(648), + [2939] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1458), + [2942] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1386), + [2945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1457), + [2948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(606), + [2950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(602), + [2952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(603), + [2954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(603), + [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [2958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2255), + [2960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), + [2962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3016), + [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3017), + [2966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1422), + [2968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1423), + [2970] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(1469), + [2973] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(2463), + [2976] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(1433), + [2979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(1468), + [2982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(751), + [2984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2263), + [2986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2265), + [2988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2268), + [2990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511), + [2992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3725), + [2994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1513), + [2996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 1), + [2998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(560), + [3000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), + [3002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5053), + [3004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), + [3006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [3008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2545), + [3010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), + [3012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(4287), + [3015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3001), + [3017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2906), + [3019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3002), + [3021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(551), + [3023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__statements, 1), + [3025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), + [3027] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3116), + [3029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2998), + [3031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3118), + [3033] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3108), + [3035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3111), + [3037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_list, 3), + [3039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list, 3), + [3041] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3003), + [3043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3004), + [3045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_pipeline, 3), + [3047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_pipeline, 3), + [3049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(1499), + [3052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(2493), + [3055] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(2506), + [3058] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3828), + [3061] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(1500), + [3064] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3725), + [3067] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(1499), + [3070] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(1503), + [3073] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(4524), + [3076] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(3117), + [3079] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(130), + [3082] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(131), + [3085] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(132), + [3088] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(117), + [3091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(1498), + [3094] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(1878), + [3097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 35), SHIFT_REPEAT(5149), + [3100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(4284), + [3103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(554), + [3105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), + [3107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(328), + [3109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), + [3111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2551), + [3113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2839), + [3116] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2839), + [3119] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1679), + [3122] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1691), + [3125] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(631), + [3128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1678), + [3131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2839), + [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2751), + [3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2839), + [3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2754), + [3139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(535), + [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [3143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1679), + [3145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1691), + [3147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), + [3149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1678), + [3151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), SHIFT(4950), + [3154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(631), + [3156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 33), + [3158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 33), + [3160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2728), + [3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2728), + [3164] = {.entry = {.count = 1, .reusable = false}}, SHIFT(628), + [3166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), + [3168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4903), + [3170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), + [3172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [3174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2532), + [3176] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(4339), + [3179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1725), + [3181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3689), + [3183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1731), + [3185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(318), + [3187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(319), + [3189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2530), + [3191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(4320), + [3194] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1718), + [3197] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1733), + [3200] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1784), + [3203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1718), + [3205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1733), + [3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), + [3209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1696), + [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2494), + [3213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3797), + [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), + [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3708), + [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1696), + [3221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1858), + [3223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4510), + [3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3121), + [3227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(126), + [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [3235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(671), + [3237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1704), + [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5148), + [3241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(657), + [3243] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__statements, 1), + [3245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643), + [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [3249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), + [3251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 2, .production_id = 34), + [3253] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1742), + [3256] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2505), + [3259] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3843), + [3262] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1790), + [3265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3761), + [3268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1742), + [3271] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1841), + [3274] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4521), + [3277] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3080), + [3280] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(304), + [3283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(302), + [3286] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(300), + [3289] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(164), + [3292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1729), + [3295] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(5158), + [3298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2662), + [3300] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1696), + [3303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(2494), + [3306] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3797), + [3309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1735), + [3312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3708), + [3315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1696), + [3318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1858), + [3321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(4510), + [3324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(3121), + [3327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(126), + [3330] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(127), + [3333] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(128), + [3336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(113), + [3339] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(671), + [3342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(1704), + [3345] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 2), SHIFT_REPEAT(5148), + [3348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), SHIFT(5132), + [3351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2658), + [3353] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 1, .production_id = 14), + [3355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 1, .production_id = 14), + [3357] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat2, 1, .production_id = 15), + [3359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat2, 1, .production_id = 15), + [3361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2835), + [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2832), + [3365] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2728), + [3368] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2728), + [3371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742), + [3373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), + [3375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3843), + [3377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1790), + [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3761), + [3381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), + [3383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1841), + [3385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4521), + [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3080), + [3389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(304), + [3391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [3393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [3395] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [3397] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1729), + [3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5158), + [3401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), + [3403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(4308), + [3406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(900), + [3409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(688), + [3411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(320), + [3413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [3415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2534), + [3417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2672), + [3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2672), + [3421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2789), + [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), + [3425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 3, .production_id = 21), + [3427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 3, .production_id = 21), + [3429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2789), + [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2647), + [3433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1908), + [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), + [3437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3956), + [3439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), + [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3702), + [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), + [3445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1968), + [3447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4426), + [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3239), + [3451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(221), + [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), + [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5165), + [3463] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignment, 3, .production_id = 22), + [3465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignment, 3, .production_id = 22), + [3467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2641), + [3469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2641), + [3471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2825), + [3473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2826), + [3475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2789), + [3478] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2789), + [3481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2672), + [3484] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2672), + [3487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(900), + [3489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(704), + [3491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), + [3493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), + [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [3497] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2471), + [3499] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(4304), + [3502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(632), + [3504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [3506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3341), + [3508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), + [3510] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3826), + [3512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3298), + [3514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3763), + [3516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3341), + [3518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3417), + [3520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4530), + [3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3083), + [3524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287), + [3526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [3528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [3530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [3532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3338), + [3534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5157), + [3536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2865), + [3538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3320), + [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3320), + [3542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3322), + [3544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1720), + [3546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3691), + [3548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1698), + [3550] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), SHIFT(4906), + [3553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(630), + [3555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(630), + [3557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3307), + [3559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3289), + [3561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3324), + [3563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2763), + [3565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3317), + [3567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3343), + [3569] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 1, .production_id = 1), + [3571] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 1, .production_id = 1), + [3573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_declaration_command_repeat1, 1), + [3575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_command_repeat1, 1), + [3577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1845), + [3579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3769), + [3581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1844), + [3583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), + [3585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), + [3587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(499), + [3589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [3591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2854), + [3593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1832), + [3595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3761), + [3597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1831), + [3599] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1908), + [3602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2487), + [3605] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3956), + [3608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1806), + [3611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3702), + [3614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1908), + [3617] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1968), + [3620] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4426), + [3623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3239), + [3626] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(221), + [3629] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(218), + [3632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(217), + [3635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(285), + [3638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(1909), + [3641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(5165), + [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2788), + [3646] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2641), + [3649] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2641), + [3652] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 1, .production_id = 1), + [3654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 1, .production_id = 1), + [3656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2782), + [3658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2782), + [3660] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 3, .production_id = 19), + [3662] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 3, .production_id = 19), + [3664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2792), + [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2792), + [3668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1964), + [3670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3702), + [3672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1959), + [3674] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 2, .production_id = 9), + [3676] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 2, .production_id = 9), + [3678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 2, .production_id = 8), + [3680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 2, .production_id = 8), + [3682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2714), + [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2714), + [3686] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_unset_command_repeat1, 1), + [3688] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_unset_command_repeat1, 1), + [3690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1034), + [3693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_file_redirect, 3, .production_id = 20), + [3695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_file_redirect, 3, .production_id = 20), + [3697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2745), + [3699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2749), + [3701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1893), + [3703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3708), + [3705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1894), + [3707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3400), + [3709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), + [3711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3945), + [3713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3345), + [3715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3694), + [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3400), + [3719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3544), + [3721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4436), + [3723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3230), + [3725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(226), + [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [3729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [3731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3383), + [3735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5164), + [3737] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2714), + [3740] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2714), + [3743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3369), + [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3369), + [3747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3357), + [3749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2727), + [3751] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2782), + [3754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2782), + [3757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2761), + [3759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2871), + [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2870), + [3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2811), + [3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2816), + [3767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1034), + [3769] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), SHIFT(5052), + [3772] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), SHIFT(4980), + [3775] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2792), + [3778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2792), + [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), + [3783] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1926), + [3785] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3790), + [3787] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1925), + [3789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2646), + [3791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2808), + [3793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2828), + [3795] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1664), + [3797] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3695), + [3799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1663), + [3801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2738), + [3803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2636), + [3805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [3807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4329), + [3809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1176), + [3811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1216), + [3813] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1179), + [3815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(645), + [3817] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2772), + [3819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2772), + [3821] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2712), + [3823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2712), + [3825] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2695), + [3827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2648), + [3829] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2715), + [3831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2715), + [3833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2659), + [3835] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1176), + [3838] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2695), + [3841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2695), + [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2695), + [3846] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1179), + [3849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2884), + [3851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2888), + [3853] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2772), + [3856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2772), + [3859] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1995), + [3861] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1994), + [3863] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1121), + [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [3868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__extglob_blob, 1), + [3870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__extglob_blob, 1), + [3872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3718), + [3874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3057), + [3876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [3878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [3880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [3882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), + [3884] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2712), + [3887] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2712), + [3890] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2738), + [3893] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2738), + [3896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2778), + [3898] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 1, .production_id = 1), + [3900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 1, .production_id = 1), + [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2738), + [3904] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 1), + [3906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 1), + [3908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), + [3910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2692), + [3912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2688), + [3914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2774), + [3916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1121), + [3918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [3920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2716), + [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [3924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2720), + [3926] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2715), + [3929] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2715), + [3932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2693), + [3934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2807), + [3936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), + [3938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(323), + [3940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__heredoc_pipeline, 2), + [3942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2483), + [3944] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(4292), + [3947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2713), + [3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2667), + [3951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2859), + [3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2673), + [3955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__heredoc_expression, 2, .production_id = 60), + [3957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2730), + [3959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2730), + [3961] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2713), + [3964] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2713), + [3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2693), + [3969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2645), + [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2645), + [3973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2856), + [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3685), + [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3149), + [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [3983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [3985] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2632), + [3988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2632), + [3991] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2632), + [3993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2762), + [3995] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1258), + [3997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2632), + [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2713), + [4001] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1370), + [4004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2803), + [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2893), + [4008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1225), + [4010] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2730), + [4013] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2730), + [4016] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1258), + [4019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1370), + [4021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2783), + [4023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2780), + [4025] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2693), + [4028] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2693), + [4031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 3), + [4033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 3), + [4035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array, 2), + [4037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array, 2), + [4039] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2645), + [4042] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2645), + [4045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2706), + [4047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2698), + [4049] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1225), + [4052] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1478), + [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), + [4057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(86), + [4059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), + [4061] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435), + [4063] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_command_name, 1), SHIFT(5067), + [4066] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1465), + [4069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3693), + [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3128), + [4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [4075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [4077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [4079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [4081] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4889), + [4083] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), + [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [4087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4889), + [4089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), + [4091] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1), SHIFT(4305), + [4094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1411), + [4096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [4098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 1, .production_id = 3), + [4100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), + [4102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), REDUCE(aux_sym_command_repeat1, 1, .production_id = 3), + [4105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), + [4107] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), REDUCE(aux_sym_command_repeat1, 1, .production_id = 3), + [4110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 1, .production_id = 3), + [4112] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1435), + [4115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2896), + [4117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2896), + [4119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), + [4121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(986), + [4123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3682), + [4125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3152), + [4127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [4129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), + [4131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [4133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1724), + [4135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1068), + [4137] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2896), + [4140] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2896), + [4143] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1411), + [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2837), + [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2834), + [4150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2861), + [4152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2860), + [4154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465), + [4156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2855), + [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2851), + [4160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2818), + [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2818), + [4164] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2818), + [4167] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2818), + [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2748), + [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2743), + [4174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1385), + [4177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_negated_command, 2), + [4179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_negated_command, 2), + [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2722), + [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2729), + [4185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1385), + [4187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1478), + [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2765), + [4191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1537), + [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2797), + [4195] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2797), + [4198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1547), + [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2841), + [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2843), + [4204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2846), + [4206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), + [4208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2847), + [4210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2771), + [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2033), + [4214] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1507), + [4217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1560), + [4219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1507), + [4221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), + [4223] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1607), + [4226] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1537), + [4229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1607), + [4231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3632), + [4233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2521), + [4235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3911), + [4237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3578), + [4239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3688), + [4241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3648), + [4243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4455), + [4245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3147), + [4247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246), + [4249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(245), + [4251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), + [4253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(284), + [4255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3643), + [4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5162), + [4259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3641), + [4261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3644), + [4263] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1547), + [4266] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1560), + [4269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), + [4271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1665), + [4273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2311), + [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2630), + [4278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1898), + [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), + [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2779), + [4286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(867), + [4289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1668), + [4292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1665), + [4295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1668), + [4297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1807), + [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1807), + [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [4303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1815), + [4305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), + [4307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [4309] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1647), + [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2637), + [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), + [4316] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1280), + [4319] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(813), + [4322] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(4062), + [4325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1823), + [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), + [4329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [4331] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(402), + [4334] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1113), + [4337] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1325), + [4340] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2119), + [4343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1877), + [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), + [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [4349] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1313), + [4352] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1071), + [4355] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1005), + [4358] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1085), + [4361] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2746), + [4364] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(771), + [4367] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1105), + [4370] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2929), + [4373] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(976), + [4376] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(845), + [4379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(964), + [4382] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(4059), + [4385] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1929), + [4388] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3492), + [4391] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(678), + [4394] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(4000), + [4397] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(4245), + [4400] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2054), + [4403] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1914), + [4406] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3667), + [4409] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(4160), + [4412] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2028), + [4415] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3352), + [4418] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(4417), + [4421] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1847), + [4424] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2407), + [4427] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2649), + [4430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(4211), + [4433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(4332), + [4436] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2010), + [4439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1827), + [4442] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3393), + [4445] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1835), + [4448] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(4206), + [4451] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1470), + [4454] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3278), + [4457] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2418), + [4460] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(3436), + [4463] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1437), + [4466] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2898), + [4469] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2222), + [4472] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1527), + [4475] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1906), + [4478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1734), + [4481] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(361), + [4484] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1787), + [4487] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(2346), + [4490] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1361), + [4493] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1047), + [4496] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1306), + [4499] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 1), SHIFT(1953), + [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2795), + [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2670), + [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), + [4508] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2704), + [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2781), + [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2794), + [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2775), + [4517] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2781), + [4520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2370), + [4522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3705), + [4524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2356), + [4526] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1730), + [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), + [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2635), + [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2634), + [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2643), + [4537] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2795), + [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2677), + [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2796), + [4544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4081), + [4546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2461), + [4548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2188), + [4550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2444), + [4552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3603), + [4554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2188), + [4556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3795), + [4558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4098), + [4560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3774), + [4562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4196), + [4564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4478), + [4566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3095), + [4568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), + [4570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(212), + [4572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), + [4574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(143), + [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4077), + [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4001), + [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5155), + [4582] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2190), + [4584] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3628), + [4586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2190), + [4588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2191), + [4590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3615), + [4592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2191), + [4594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2192), + [4596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3604), + [4598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), + [4600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), + [4602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2654), + [4604] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2877), + [4607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2633), + [4609] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_literal, 1), + [4611] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_literal, 1), + [4613] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_expression, 1), + [4615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_expression, 1), + [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2877), + [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2882), + [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), + [4623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2796), + [4626] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160), + [4628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3207), + [4630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2160), + [4632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2872), + [4634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2159), + [4636] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3208), + [4638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), + [4640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2892), + [4642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2156), + [4644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3078), + [4646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), + [4648] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2882), + [4651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2174), + [4653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3165), + [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), + [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2710), + [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2702), + [4661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2183), + [4663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3164), + [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), + [4667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2155), + [4669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3077), + [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2155), + [4673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2220), + [4675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3090), + [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2220), + [4679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2157), + [4681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3106), + [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), + [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2008), + [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2886), + [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2655), + [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2883), + [4693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2008), + [4696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2867), + [4698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2006), + [4701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1966), + [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4984), + [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2804), + [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4136), + [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), + [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2866), + [4713] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2875), + [4716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5039), + [4718] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2804), + [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2185), + [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2623), + [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2764), + [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5072), + [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2965), + [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2616), + [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2739), + [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2652), + [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2651), + [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2721), + [4741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1958), + [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2755), + [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2752), + [4747] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1966), + [4750] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(1958), + [4753] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2868), + [4756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4675), + [4758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), + [4760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2594), + [4762] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2857), + [4764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3734), + [4766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2858), + [4768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2664), + [4770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4744), + [4772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4271), + [4774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2605), + [4776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), + [4778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2784), + [4780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__extglob_blob, 2), + [4782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__extglob_blob, 2), + [4784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1975), + [4786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), + [4788] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2048), + [4791] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2073), + [4794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_postfix_expression, 2, .production_id = 25), + [4796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_postfix_expression, 2, .production_id = 25), + [4798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2936), + [4800] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2935), + [4802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2094), + [4804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), + [4806] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2073), + [4808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [4810] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2045), + [4813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, .production_id = 38), + [4815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, .production_id = 38), + [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), + [4819] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2032), + [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), + [4824] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__extglob_blob, 3), + [4826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__extglob_blob, 3), + [4828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 5, .production_id = 37), + [4830] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 5, .production_id = 37), + [4832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), + [4834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3), + [4836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3), + [4838] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2096), + [4841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, .production_id = 38), + [4843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, .production_id = 38), + [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), + [4847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 4, .production_id = 37), + [4849] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 4, .production_id = 37), + [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), + [4853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, .production_id = 40), + [4855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, .production_id = 40), + [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), + [4859] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2094), + [4862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2096), + [4864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2679), + [4866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), + [4868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5040), + [4870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), + [4872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1219), + [4874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), + [4876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2482), + [4878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2118), + [4880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), + [4882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2480), + [4884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1571), + [4886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_ternary_expression, 5, .production_id = 69), + [4888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), + [4890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), + [4892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), + [4894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1202), + [4896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2705), + [4898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3735), + [4900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2723), + [4902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [4904] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 5), + [4906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 5), + [4908] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 6), + [4910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 6), + [4912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 7), + [4914] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_expression, 1, .production_id = 7), + [4916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [4918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1061), + [4920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2747), + [4922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [4924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), + [4926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_expression, 2, .production_id = 11), + [4928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), + [4930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2204), + [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2988), + [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(996), + [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), + [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1782), + [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), + [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4619), + [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3478), + [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), + [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3647), + [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4226), + [4955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_ternary_expression, 5, .production_id = 69), + [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3404), + [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2812), + [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4457), + [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), + [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3406), + [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2215), + [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4745), + [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), + [4973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), + [4975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 6, .production_id = 37), + [4977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 6, .production_id = 37), + [4979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript, 6, .production_id = 38), + [4981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript, 6, .production_id = 38), + [4983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4221), + [4985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), + [4987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4982), + [4989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3253), + [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3394), + [4993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1398), + [4995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2960), + [4997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), + [4999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_unary_expression, 2, .production_id = 11), + [5001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_unary_expression, 2, .production_id = 11), + [5003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_binary_expression, 3, .production_id = 40), + [5005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_binary_expression, 3, .production_id = 40), + [5007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1797), + [5009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_parenthesized_expression, 3), + [5011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_parenthesized_expression, 3), + [5013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1771), + [5015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arithmetic_postfix_expression, 2, .production_id = 25), + [5017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__arithmetic_postfix_expression, 2, .production_id = 25), + [5019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [5021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), + [5023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [5025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4052), + [5027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4988), + [5029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), + [5031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [5033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [5035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), + [5037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), + [5039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3982), + [5041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1955), + [5043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1931), + [5045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1137), + [5047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), + [5049] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1528), + [5051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), + [5053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), + [5055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), + [5057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), + [5059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), + [5061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), + [5063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [5065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1606), + [5067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), + [5069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), + [5071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1276), + [5073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4443), + [5075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), + [5077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), + [5079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), + [5081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), + [5083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), + [5085] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3162), + [5087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4098), + [5089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3774), + [5091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4081), + [5093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3095), + [5095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [5097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [5099] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [5101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3175), + [5103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3048), + [5105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2922), + [5107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2921), + [5109] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1543), + [5111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1544), + [5113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), + [5115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1218), + [5117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), + [5119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), + [5121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arithmetic_expansion_repeat1, 2), + [5123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1531), + [5125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), + [5127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1319), + [5129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), + [5131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), + [5133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), + [5135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1530), + [5137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), + [5139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [5141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3159), + [5143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), + [5145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), + [5147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2207), + [5149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), + [5151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), + [5153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), + [5155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), + [5157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3608), + [5159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3574), + [5161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), + [5163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), + [5165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2267), + [5167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), + [5169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3597), + [5171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3218), + [5173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), + [5175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), + [5177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3066), + [5179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2554), + [5181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2554), + [5183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), + [5185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1524), + [5187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), + [5189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1318), + [5191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), + [5193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2275), + [5195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2116), + [5197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), + [5199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2528), + [5201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), + [5203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), + [5205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3099), + [5207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2481), + [5209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4495), + [5211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4495), + [5213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3921), + [5215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3166), + [5217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3785), + [5219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3261), + [5221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4440), + [5223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3100), + [5225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(165), + [5227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(167), + [5229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173), + [5231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(133), + [5233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3101), + [5235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5153), + [5237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4083), + [5240] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2461), + [5243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(2425), + [5246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3795), + [5249] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4098), + [5252] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3774), + [5255] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4083), + [5258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4196), + [5261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4478), + [5264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(3095), + [5267] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(210), + [5270] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(212), + [5273] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(220), + [5276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(143), + [5279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4085), + [5282] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(4001), + [5285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_statement_repeat1, 2), SHIFT_REPEAT(5155), + [5288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 18), + [5290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 18), + [5292] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 18), SHIFT_REPEAT(2602), + [5295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 18), SHIFT_REPEAT(2602), + [5298] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 18), SHIFT_REPEAT(1680), + [5301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 18), SHIFT_REPEAT(3976), + [5304] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_command_repeat1, 2, .production_id = 18), SHIFT_REPEAT(4329), + [5307] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_expression_not_assignment, 1), + [5309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3251), + [5311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_expression_not_assignment, 1), + [5313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4432), + [5315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4432), + [5317] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3099), + [5320] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2481), + [5323] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3921), + [5326] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3166), + [5329] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3785), + [5332] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3261), + [5335] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4440), + [5338] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3100), + [5341] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(165), + [5344] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(167), + [5347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(173), + [5350] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(133), + [5353] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3101), + [5356] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(5153), + [5359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4514), + [5361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4514), + [5363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4474), + [5365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4011), + [5367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4065), + [5369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3609), + [5371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4065), + [5373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, .production_id = 11), + [5375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3970), + [5377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4641), + [5379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3568), + [5381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4011), + [5383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4474), + [5385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4200), + [5387] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_expression_not_assignment, 1, .production_id = 7), + [5389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_expression_not_assignment, 1, .production_id = 7), + [5391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(968), + [5393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), + [5395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2400), + [5397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3807), + [5399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1021), + [5401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3738), + [5403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(968), + [5405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), + [5407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4462), + [5409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3058), + [5411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), + [5413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [5415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [5417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), + [5419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462), + [5421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [5423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(967), + [5425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5173), + [5427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2777), + [5429] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2777), + [5432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2576), + [5434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2469), + [5436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2391), + [5438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3819), + [5440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), + [5442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3734), + [5444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2576), + [5446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2838), + [5448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4458), + [5450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3084), + [5452] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), + [5454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [5456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [5458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [5460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3024), + [5462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3024), + [5464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), + [5466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5172), + [5468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2996), + [5470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2537), + [5472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2373), + [5474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3860), + [5476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2874), + [5478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3735), + [5480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2996), + [5482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2718), + [5484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4488), + [5486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3064), + [5488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), + [5490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [5492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [5494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [5496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3028), + [5498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3028), + [5500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2995), + [5502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5159), + [5504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485), + [5506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), + [5508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2404), + [5510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), + [5512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3733), + [5514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), + [5516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3133), + [5518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [5520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [5522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), + [5524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1404), + [5526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), + [5528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [5530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(717), + [5532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), + [5534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2446), + [5536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [5538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3711), + [5540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [5542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3181), + [5544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [5546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [5548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [5550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1198), + [5552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1198), + [5554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [5556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2766), + [5558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), + [5560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2472), + [5562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2419), + [5564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), + [5566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3740), + [5568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [5570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3233), + [5572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), + [5574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [5576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), + [5578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1267), + [5580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [5582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), + [5584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_binary_expression, 3, .production_id = 25), + [5586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2325), + [5588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3321), + [5590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_binary_expression, 3, .production_id = 25), + [5592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1187), + [5594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2507), + [5596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2429), + [5598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3829), + [5600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [5602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3752), + [5604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1187), + [5606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1233), + [5608] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4471), + [5610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3178), + [5612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(98), + [5614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [5616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [5618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(84), + [5620] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545), + [5622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), + [5624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1183), + [5626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5141), + [5628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 1, .production_id = 12), + [5630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3991), + [5632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 1), + [5634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3284), + [5636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3243), + [5638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3284), + [5640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3285), + [5642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(834), + [5644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), + [5646] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2382), + [5648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3920), + [5650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [5652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3704), + [5654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [5656] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), + [5658] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4424), + [5660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3189), + [5662] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), + [5664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [5666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [5668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [5670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), + [5672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), + [5674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [5676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5166), + [5678] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_parenthesized_expression, 3), + [5680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_parenthesized_expression, 3), + [5682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3328), + [5684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2552), + [5686] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2388), + [5688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3793), + [5690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3288), + [5692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3701), + [5694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3328), + [5696] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3350), + [5698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4475), + [5700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3050), + [5702] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), + [5704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [5706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [5708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [5710] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3554), + [5712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3554), + [5714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3334), + [5716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5160), + [5718] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1265), + [5720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), + [5722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [5724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), + [5726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1650), + [5728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2396), + [5730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), + [5732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2014), + [5734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), + [5736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), + [5738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(970), + [5740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), + [5742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(970), + [5744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [5746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_unary_expression, 2, .production_id = 11), + [5748] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_unary_expression, 2, .production_id = 11), + [5750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1740), + [5752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), + [5754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2443), + [5756] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3809), + [5758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), + [5760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3769), + [5762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), + [5764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1852), + [5766] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4498), + [5768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3092), + [5770] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228), + [5772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [5774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [5776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [5778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2086), + [5780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), + [5782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1739), + [5784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5156), + [5786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3007), + [5788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2899), + [5790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3007), + [5792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3008), + [5794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, .production_id = 30), + [5796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2970), + [5798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2760), + [5800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2970), + [5802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2969), + [5804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_expression, 1), + [5806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_expression, 1), + [5808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_postfix_expression, 2, .production_id = 25), + [5810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_postfix_expression, 2, .production_id = 25), + [5812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2671), + [5814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2333), + [5816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), + [5818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2413), + [5820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3946), + [5822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2287), + [5824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3705), + [5826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), + [5828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2361), + [5830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4484), + [5832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3129), + [5834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(110), + [5836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [5838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [5840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [5842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2520), + [5844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), + [5846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2334), + [5848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5144), + [5850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3270), + [5852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3272), + [5854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1195), + [5856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1053), + [5858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1195), + [5860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1194), + [5862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_parenthesized_expression, 4), + [5864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_parenthesized_expression, 4), + [5866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2707), + [5868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), + [5870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2707), + [5872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2709), + [5874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), + [5876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), + [5878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2437), + [5880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3947), + [5882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), + [5884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3751), + [5886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [5888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1374), + [5890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4472), + [5892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3186), + [5894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290), + [5896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [5898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [5900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [5902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1539), + [5904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), + [5906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1164), + [5908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5129), + [5910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(989), + [5912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), + [5914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2455), + [5916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1036), + [5918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3772), + [5920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(989), + [5922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3212), + [5924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), + [5926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), + [5928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [5930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1447), + [5932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1447), + [5934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [5936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2925), + [5938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2895), + [5940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2925), + [5942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2914), + [5944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1656), + [5946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), + [5948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1656), + [5950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), + [5952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3371), + [5954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3763), + [5956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3379), + [5958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3271), + [5960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3276), + [5962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3370), + [5964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3701), + [5966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3402), + [5968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3325), + [5970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), + [5972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3019), + [5974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3952), + [5976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3326), + [5978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3677), + [5980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3325), + [5982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3431), + [5984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4479), + [5986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3104), + [5988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(150), + [5990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [5992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [5994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [5996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3342), + [5998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5152), + [6000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1161), + [6002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), + [6004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3331), + [6006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3331), + [6008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1212), + [6010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), + [6012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3319), + [6014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3319), + [6016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [6018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2511), + [6020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4133), + [6022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4133), + [6024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4124), + [6026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3567), + [6028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3564), + [6030] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2511), + [6033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3026), + [6035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3046), + [6037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), + [6039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1992), + [6041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), + [6043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), + [6045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), + [6047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), + [6049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), + [6051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), + [6053] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4132), + [6055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2555), + [6057] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3894), + [6059] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4093), + [6061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3744), + [6063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4132), + [6065] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4237), + [6067] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4464), + [6069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3070), + [6071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 3, .production_id = 47), + [6073] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), + [6075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [6077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [6079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [6081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4127), + [6083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4494), + [6085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5161), + [6087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2484), + [6089] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3527), + [6091] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3694), + [6093] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3512), + [6095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [6097] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3325), + [6100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(2488), + [6103] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3952), + [6106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3326), + [6109] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3677), + [6112] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3325), + [6115] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3431), + [6118] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(4479), + [6121] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3104), + [6124] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(150), + [6127] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(151), + [6130] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(153), + [6133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(129), + [6136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(3342), + [6139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_for_statement_repeat1, 2), SHIFT_REPEAT(5152), + [6142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3022), + [6144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1317), + [6146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4090), + [6148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4090), + [6150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4091), + [6152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), + [6154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), + [6156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), + [6158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4302), + [6160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), + [6162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4398), + [6164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), + [6166] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4078), + [6168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4078), + [6170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4094), + [6172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), + [6174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1165), + [6176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), + [6178] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4153), + [6180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4153), + [6182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 2, .production_id = 46), + [6184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4161), + [6186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4499), + [6188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), + [6190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), + [6192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), + [6194] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2543), + [6196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2543), + [6198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3967), + [6200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3786), + [6202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2123), + [6204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4460), + [6206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3204), + [6208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [6210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [6212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [6214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2098), + [6216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2102), + [6218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(901), + [6220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [6222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), + [6224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [6226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), + [6228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1475), + [6230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), + [6232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), + [6234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), + [6236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(745), + [6238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [6240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), + [6242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [6244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1173), + [6246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(931), + [6248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(908), + [6250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [6252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [6254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2081), + [6256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), + [6258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), + [6260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3778), + [6262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1458), + [6264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3098), + [6266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [6268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [6270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [6272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2061), + [6274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2060), + [6276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2059), + [6278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2546), + [6280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), + [6282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2474), + [6284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), + [6286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3964), + [6288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3742), + [6290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2261), + [6292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4423), + [6294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3114), + [6296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [6298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [6300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [6302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2103), + [6304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), + [6306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [6308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [6310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [6312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1001), + [6314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), + [6316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), + [6318] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2042), + [6320] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2039), + [6322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2230), + [6324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2106), + [6326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), + [6328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), + [6330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2166), + [6332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079), + [6334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2107), + [6336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2108), + [6338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), + [6340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3166), + [6342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3785), + [6344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3099), + [6346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3100), + [6348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [6350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [6352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [6354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2109), + [6356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2114), + [6358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2117), + [6360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2078), + [6362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2124), + [6364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2133), + [6366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2136), + [6368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2489), + [6370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), + [6372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3776), + [6374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [6376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3109), + [6378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [6380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [6382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [6384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), + [6386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2092), + [6388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2091), + [6390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1536), + [6392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), + [6394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), + [6396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), + [6398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2146), + [6400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2068), + [6402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2143), + [6404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2141), + [6406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2099), + [6408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2140), + [6410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2145), + [6412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2725), + [6414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2725), + [6416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2083), + [6418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [6420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), + [6422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2076), + [6424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2139), + [6426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2138), + [6428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), + [6430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3380), + [6432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3677), + [6434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3442), + [6436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(887), + [6438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [6440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(887), + [6442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), + [6444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), + [6446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2089), + [6448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2074), + [6450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2077), + [6452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), + [6454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1206), + [6456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3748), + [6458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1060), + [6460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3201), + [6462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [6464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [6466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [6468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2508), + [6470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1016), + [6472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3723), + [6474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(999), + [6476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3105), + [6478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [6480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), + [6482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [6484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2085), + [6486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2266), + [6488] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2130), + [6490] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2087), + [6492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2224), + [6494] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2084), + [6496] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2075), + [6498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2003), + [6500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), + [6502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2004), + [6504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), + [6506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), + [6508] = {.entry = {.count = 1, .reusable = false}}, SHIFT(830), + [6510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), + [6512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(794), + [6514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1767), + [6516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), + [6518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), + [6520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1766), + [6522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), + [6524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), + [6526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), + [6528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), + [6530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(4287), + [6533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), + [6535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2906), + [6537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3759), + [6539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3003), + [6541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3112), + [6543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [6545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [6547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [6549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1066), + [6551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), + [6553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1064), + [6555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1290), + [6557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), + [6559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), + [6561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3289), + [6563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3307), + [6565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272), + [6567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [6569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), + [6571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4033), + [6573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2550), + [6575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3940), + [6577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4007), + [6579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3750), + [6581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4033), + [6583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4074), + [6585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4442), + [6587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3205), + [6589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(55), + [6591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [6593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [6595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(59), + [6597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4040), + [6599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5135), + [6601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2767), + [6603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3332), + [6605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3258), + [6607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2279), + [6609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2767), + [6611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3973), + [6613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3784), + [6615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2296), + [6617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4466), + [6619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3191), + [6621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), + [6623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(91), + [6625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(92), + [6627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), + [6629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), + [6631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [6633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3317), + [6635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3298), + [6637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2521), + [6639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3578), + [6641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3688), + [6643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3632), + [6645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3147), + [6647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [6649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [6651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [6653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3641), + [6655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4187), + [6657] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2876), + [6660] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2876), + [6663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2952), + [6665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3016), + [6667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4179), + [6669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3013), + [6671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), + [6673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [6675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), + [6677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), + [6679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2768), + [6681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3721), + [6683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2972), + [6685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3167), + [6687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [6689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [6691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [6693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4322), + [6695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3001), + [6697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4028), + [6699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4028), + [6701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4041), + [6703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), + [6705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1168), + [6707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1168), + [6709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1171), + [6711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirected_statement, 2, .dynamic_precedence = -1, .production_id = 13), + [6713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2600), + [6715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), + [6717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirected_statement, 2, .dynamic_precedence = -1, .production_id = 13), + [6719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3870), + [6721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4032), + [6723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4032), + [6725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4019), + [6727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2622), + [6729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2824), + [6731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2340), + [6733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), + [6735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2321), + [6737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2806), + [6739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2307), + [6741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), + [6743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2299), + [6745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4325), + [6747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2974), + [6749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_assignments, 2), + [6751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_assignments, 2), + [6753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4287), + [6755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1197), + [6757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1197), + [6759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1200), + [6761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2990), + [6763] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2725), + [6766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2725), + [6769] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1676), + [6771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), + [6773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), + [6775] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946), + [6777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [6779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(945), + [6781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1659), + [6783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), + [6785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), + [6787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2691), + [6789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2687), + [6791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2976), + [6793] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), + [6795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(5053), + [6798] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2600), + [6801] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(514), + [6804] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), + [6806] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2545), + [6809] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3870), + [6812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2998), + [6814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3116), + [6816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1692), + [6818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), + [6820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3896), + [6822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), + [6824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3689), + [6826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), + [6828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1716), + [6830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4489), + [6832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3126), + [6834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(114), + [6836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [6838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [6840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [6842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), + [6844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5145), + [6846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1683), + [6848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1683), + [6850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), + [6852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2193), + [6854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2758), + [6856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2758), + [6858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), + [6860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2949), + [6862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3041), + [6864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3035), + [6866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3108), + [6868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), + [6870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [6872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(950), + [6874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2819), + [6876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2900), + [6878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487), + [6880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(636), + [6882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), + [6884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), + [6886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1488), + [6888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2980), + [6890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2264), + [6892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2982), + [6894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2980), + [6896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2982), + [6898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1311), + [6900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), + [6902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [6904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1314), + [6906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1819), + [6908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848), + [6910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), + [6912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), + [6914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1820), + [6916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1250), + [6918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), + [6920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764), + [6922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [6924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3717), + [6926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [6928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3131), + [6930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [6932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [6934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [6936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1249), + [6938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), + [6940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1093), + [6942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(491), + [6944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1094), + [6946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1093), + [6948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), + [6950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1169), + [6952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(697), + [6954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1170), + [6956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1169), + [6958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1170), + [6960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(668), + [6962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(494), + [6964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(849), + [6966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(801), + [6968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), + [6970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [6972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800), + [6974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1214), + [6976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(696), + [6978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), + [6980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1214), + [6982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1215), + [6984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(673), + [6986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(487), + [6988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(878), + [6990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(484), + [6992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), + [6994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [6996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(879), + [6998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(546), + [7000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(470), + [7002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1779), + [7004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(910), + [7006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1778), + [7008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), + [7010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), + [7012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), + [7014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1410), + [7016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(754), + [7018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), + [7020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), + [7022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1409), + [7024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(752), + [7026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(932), + [7028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2681), + [7030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2210), + [7032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2674), + [7034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2681), + [7036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2674), + [7038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2208), + [7040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(780), + [7042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(442), + [7044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [7046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [7048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781), + [7050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(545), + [7052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(483), + [7054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3509), + [7056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2415), + [7058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3510), + [7060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3509), + [7062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3510), + [7064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(444), + [7066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2699), + [7068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(891), + [7070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2414), + [7072] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), + [7074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), + [7076] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), + [7078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), + [7080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3779), + [7082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), + [7084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3209), + [7086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(69), + [7088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [7090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [7092] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1332), + [7094] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1075), + [7096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4063), + [7098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4058), + [7100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4063), + [7102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4058), + [7104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1707), + [7106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(739), + [7108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1708), + [7110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), + [7112] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1708), + [7114] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2371), + [7116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1671), + [7118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), + [7120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), + [7122] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2359), + [7124] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), + [7126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), + [7128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [7130] = {.entry = {.count = 1, .reusable = false}}, SHIFT(853), + [7132] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), + [7134] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2161), + [7136] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2801), + [7139] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2801), + [7142] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740), + [7144] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1073), + [7146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2158), + [7148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), + [7150] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350), + [7152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [7154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [7156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(404), + [7158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), + [7160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2686), + [7162] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1887), + [7164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2685), + [7166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2686), + [7168] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2685), + [7170] = {.entry = {.count = 1, .reusable = false}}, SHIFT(507), + [7172] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1883), + [7174] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), + [7176] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1234), + [7178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [7180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [7182] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1243), + [7184] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2047), + [7186] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2216), + [7188] = {.entry = {.count = 1, .reusable = false}}, SHIFT(556), + [7190] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2966), + [7192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1936), + [7194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2963), + [7196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2966), + [7198] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2963), + [7200] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2212), + [7202] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1867), + [7204] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), + [7206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), + [7208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), + [7210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1868), + [7212] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2066), + [7214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(542), + [7216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2758), + [7219] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2758), + [7222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), + [7224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067), + [7226] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1092), + [7228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), + [7230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [7232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3745), + [7234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1092), + [7236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3219), + [7238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [7240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [7242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [7244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), + [7246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1029), + [7248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [7250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1029), + [7252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), + [7254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1043), + [7256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1042), + [7258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1043), + [7260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1042), + [7262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(498), + [7264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1935), + [7266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(502), + [7268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(892), + [7270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(587), + [7272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(480), + [7274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(586), + [7276] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(4284), + [7279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4284), + [7281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2347), + [7283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2369), + [7285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), + [7287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), + [7289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [7291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [7293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), + [7295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), + [7297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2293), + [7299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1998), + [7301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(796), + [7303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), + [7305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), + [7307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1997), + [7309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2294), + [7311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2961), + [7314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1392), + [7316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(599), + [7318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), + [7320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), + [7322] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1391), + [7324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(492), + [7326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(595), + [7328] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505), + [7330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(690), + [7332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(426), + [7334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [7336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [7338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(687), + [7340] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1960), + [7342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(979), + [7344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), + [7346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), + [7348] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1961), + [7350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2270), + [7352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(429), + [7354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(977), + [7356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2046), + [7358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2876), + [7360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2876), + [7362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(478), + [7364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(536), + [7366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(448), + [7368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), + [7370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(620), + [7372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1670), + [7374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3173), + [7376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3173), + [7378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3364), + [7380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2529), + [7382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3366), + [7384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3364), + [7386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3366), + [7388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2536), + [7390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(621), + [7392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1136), + [7394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), + [7396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1136), + [7398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1145), + [7400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3618), + [7402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), + [7404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1750), + [7406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(652), + [7408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), + [7410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), + [7412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1751), + [7414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2820), + [7416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(537), + [7418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), + [7420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(568), + [7422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(926), + [7424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), + [7426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [7428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3716), + [7430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(926), + [7432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3171), + [7434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [7436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [7438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [7440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922), + [7442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), + [7444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), + [7446] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3652), + [7448] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2989), + [7450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3656), + [7452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3652), + [7454] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3656), + [7456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2719), + [7458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(462), + [7460] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2946), + [7462] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), + [7464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), + [7466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [7468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(906), + [7470] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), + [7472] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3246), + [7474] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2337), + [7476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3245), + [7478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3246), + [7480] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3245), + [7482] = {.entry = {.count = 1, .reusable = false}}, SHIFT(534), + [7484] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4214), + [7486] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3675), + [7488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4215), + [7490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4214), + [7492] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283), + [7494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [7496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [7498] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4215), + [7500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(532), + [7502] = {.entry = {.count = 1, .reusable = false}}, SHIFT(482), + [7504] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3418), + [7506] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2363), + [7508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3435), + [7510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3418), + [7512] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3435), + [7514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3367), + [7516] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2348), + [7518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3416), + [7520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3367), + [7522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3416), + [7524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(497), + [7526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(500), + [7528] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2351), + [7530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1949), + [7532] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1944), + [7534] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2330), + [7536] = {.entry = {.count = 1, .reusable = false}}, SHIFT(456), + [7538] = {.entry = {.count = 1, .reusable = false}}, SHIFT(457), + [7540] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3157), + [7542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3157), + [7544] = {.entry = {.count = 1, .reusable = false}}, SHIFT(481), + [7546] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2961), + [7548] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2070), + [7550] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2069), + [7552] = {.entry = {.count = 1, .reusable = false}}, SHIFT(440), + [7554] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3576), + [7556] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), + [7558] = {.entry = {.count = 1, .reusable = false}}, SHIFT(431), + [7560] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), + [7562] = {.entry = {.count = 1, .reusable = false}}, SHIFT(575), + [7564] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2049), + [7566] = {.entry = {.count = 1, .reusable = false}}, SHIFT(612), + [7568] = {.entry = {.count = 1, .reusable = false}}, SHIFT(608), + [7570] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2181), + [7572] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2178), + [7574] = {.entry = {.count = 1, .reusable = false}}, SHIFT(609), + [7576] = {.entry = {.count = 1, .reusable = false}}, SHIFT(607), + [7578] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4251), + [7580] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3673), + [7582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4250), + [7584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4251), + [7586] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4250), + [7588] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3674), + [7590] = {.entry = {.count = 1, .reusable = false}}, SHIFT(624), + [7592] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2365), + [7594] = {.entry = {.count = 1, .reusable = false}}, SHIFT(460), + [7596] = {.entry = {.count = 1, .reusable = false}}, SHIFT(623), + [7598] = {.entry = {.count = 1, .reusable = false}}, SHIFT(578), + [7600] = {.entry = {.count = 1, .reusable = false}}, SHIFT(581), + [7602] = {.entry = {.count = 1, .reusable = false}}, SHIFT(600), + [7604] = {.entry = {.count = 1, .reusable = false}}, SHIFT(604), + [7606] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3182), + [7608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3182), + [7610] = {.entry = {.count = 1, .reusable = false}}, SHIFT(464), + [7612] = {.entry = {.count = 1, .reusable = false}}, SHIFT(972), + [7614] = {.entry = {.count = 1, .reusable = false}}, SHIFT(973), + [7616] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2590), + [7619] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(555), + [7622] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2551), + [7625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3852), + [7628] = {.entry = {.count = 1, .reusable = false}}, SHIFT(475), + [7630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(490), + [7632] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1884), + [7634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(760), + [7636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), + [7638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), + [7640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1885), + [7642] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2590), + [7644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), + [7646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3852), + [7648] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3671), + [7650] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1011), + [7652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(527), + [7654] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(2900), + [7657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1020), + [7659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), + [7661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), + [7663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(526), + [7665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), + [7667] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2600), + [7670] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(514), + [7673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), + [7675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3978), + [7678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3023), + [7680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2801), + [7682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2801), + [7684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2703), + [7686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2711), + [7688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3006), + [7690] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_redirected_statement, 1, .dynamic_precedence = -1, .production_id = 3), + [7692] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_redirected_statement, 1, .dynamic_precedence = -1, .production_id = 3), + [7694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3978), + [7696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3023), + [7699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(4339), + [7702] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4903), + [7705] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2624), + [7708] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(583), + [7711] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2532), + [7714] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3812), + [7717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2831), + [7719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2563), + [7721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(617), + [7723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3892), + [7725] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2584), + [7728] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(594), + [7731] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2530), + [7734] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3922), + [7737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2830), + [7739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3645), + [7741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3669), + [7743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3010), + [7745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2836), + [7747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2840), + [7749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4320), + [7751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2624), + [7753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(583), + [7755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3812), + [7757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4339), + [7759] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(4320), + [7762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3018), + [7764] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2563), + [7767] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(617), + [7770] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2471), + [7773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3892), + [7776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2584), + [7778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), + [7780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3922), + [7782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3000), + [7784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2759), + [7786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2694), + [7788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3014), + [7790] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3006), + [7793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4304), + [7795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(4304), + [7798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2845), + [7800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2675), + [7802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2680), + [7804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(4308), + [7807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2618), + [7809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(614), + [7811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3872), + [7813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4308), + [7815] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 50), + [7817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 50), + [7819] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2590), + [7822] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(555), + [7825] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3998), + [7828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, .production_id = 27), + [7830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, .production_id = 27), + [7832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2700), + [7834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2697), + [7836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3998), + [7838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2657), + [7840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2656), + [7842] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2618), + [7845] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(614), + [7848] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2534), + [7851] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3872), + [7854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 57), + [7856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 57), + [7858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2844), + [7860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, .production_id = 68), + [7862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, .production_id = 68), + [7864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 6, .production_id = 42), + [7866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 6, .production_id = 42), + [7868] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2), + [7870] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2), + [7872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2302), + [7874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2302), + [7876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3424), + [7878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3649), + [7880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3661), + [7882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(80), + [7884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(81), + [7886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(82), + [7888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2303), + [7890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), + [7892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5), + [7894] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5), + [7896] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 7, .production_id = 130), + [7898] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 7, .production_id = 130), + [7900] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 5, .production_id = 52), + [7902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 5, .production_id = 52), + [7904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4263), + [7906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 4), + [7908] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 4), + [7910] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 3, .production_id = 17), + [7912] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 3, .production_id = 17), + [7914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1862), + [7916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), + [7918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 6, .production_id = 77), + [7920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 6, .production_id = 77), + [7922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), + [7924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_heredoc_body, 2), + [7926] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_heredoc_body, 2), + [7928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 4), + [7930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 4), + [7932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2890), + [7934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__heredoc_body, 2), + [7936] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__heredoc_body, 2), + [7938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 6, .production_id = 43), + [7940] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 6, .production_id = 43), + [7942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 81), + [7944] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 81), + [7946] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2584), + [7949] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(594), + [7952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(4004), + [7955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4232), + [7957] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 108), + [7959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 108), + [7961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 82), + [7963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 5, .production_id = 82), + [7965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 5, .production_id = 59), + [7967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 5, .production_id = 59), + [7969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4405), + [7971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 84), + [7973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3333), + [7975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3264), + [7977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), + [7979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3969), + [7981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3727), + [7983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2456), + [7985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4482), + [7987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3060), + [7989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), + [7991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [7993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [7995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 5, .production_id = 43), + [7997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 5, .production_id = 43), + [7999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 5, .production_id = 42), + [8001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 5, .production_id = 42), + [8003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, .production_id = 41), + [8005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, .production_id = 41), + [8007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1830), + [8009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_group, 3), + [8011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_group, 3), + [8013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 86), + [8015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3385), + [8017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2793), + [8019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, .production_id = 41), + [8021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, .production_id = 41), + [8023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 4), + [8025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 4), + [8027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, .production_id = 41), + [8029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, .production_id = 41), + [8031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 7, .production_id = 42), + [8033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 7, .production_id = 42), + [8035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), + [8037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(786), + [8039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4259), + [8041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 7, .production_id = 43), + [8043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 7, .production_id = 43), + [8045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), + [8047] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2894), + [8049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2894), + [8051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3275), + [8053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(847), + [8055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2384), + [8057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3354), + [8059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), + [8061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), + [8063] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), + [8065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2920), + [8067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), + [8069] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), + [8071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), + [8073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 4, .production_id = 39), + [8075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 4, .production_id = 39), + [8077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), + [8079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2753), + [8081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), + [8083] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [8085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), + [8087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4004), + [8089] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), + [8091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), + [8093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), + [8095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1076), + [8097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3), + [8099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3), + [8101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 110), + [8103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 110), + [8105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subshell, 3), + [8107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subshell, 3), + [8109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 62), + [8111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 114), + [8113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3668), + [8115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), + [8117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, .production_id = 26), + [8119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, .production_id = 26), + [8121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), + [8123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 3, .production_id = 41), + [8125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4002), + [8127] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 3, .production_id = 53), + [8129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_test_command, 2), + [8131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_test_command, 2), + [8133] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_test_command, 3), + [8135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_test_command, 3), + [8137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 4, .production_id = 44), + [8139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 4, .production_id = 44), + [8141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 43), + [8143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 43), + [8145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, .production_id = 42), + [8147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, .production_id = 42), + [8149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2903), + [8151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, .production_id = 41), + [8153] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, .production_id = 41), + [8155] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_group, 2), + [8157] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_group, 2), + [8159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_c_style_for_statement, 6, .production_id = 61), + [8161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_c_style_for_statement, 6, .production_id = 61), + [8163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [8165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 2), + [8167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 109), + [8169] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc_redirect, 6, .production_id = 109), + [8171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), + [8173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 66), + [8175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1657), + [8177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), + [8179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 64), + [8181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 8, .production_id = 42), + [8183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 8, .production_id = 42), + [8185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1988), + [8187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1209), + [8189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 8, .production_id = 43), + [8191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 8, .production_id = 43), + [8193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3994), + [8195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [8197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), + [8199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2894), + [8202] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2894), + [8205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [8207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), + [8209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3983), + [8211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [8213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2802), + [8215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), + [8217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4076), + [8219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [8221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2821), + [8223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1146), + [8225] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2563), + [8228] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(617), + [8231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3994), + [8234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [8236] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2624), + [8239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(583), + [8242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(4002), + [8245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [8247] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_command, 2, .production_id = 2), + [8249] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_command, 2, .production_id = 2), + [8251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3480), + [8253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(992), + [8255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), + [8257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4072), + [8259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3993), + [8261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2618), + [8264] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(614), + [8267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3993), + [8270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3332), + [8272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3258), + [8274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2279), + [8276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3784), + [8278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2296), + [8280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3191), + [8282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [8284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [8286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [8288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3327), + [8290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3281), + [8292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), + [8294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3966), + [8296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3789), + [8298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2428), + [8300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4461), + [8302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3103), + [8304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [8306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [8308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [8310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2737), + [8312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2579), + [8314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2579), + [8316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [8318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3858), + [8320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2873), + [8322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2740), + [8324] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2568), + [8326] = {.entry = {.count = 1, .reusable = false}}, SHIFT(746), + [8328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3934), + [8330] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2568), + [8333] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(746), + [8336] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2483), + [8339] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3934), + [8342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2878), + [8344] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(4292), + [8347] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4889), + [8350] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2579), + [8353] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2579), + [8356] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(738), + [8359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4889), + [8362] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2492), + [8365] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3858), + [8368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4292), + [8370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3309), + [8372] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3309), + [8375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2889), + [8377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2769), + [8379] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4981), + [8382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2581), + [8385] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2581), + [8388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(851), + [8391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(4981), + [8394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(2544), + [8397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat1, 2), SHIFT_REPEAT(3914), + [8400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2873), + [8403] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2878), + [8406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2810), + [8408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2817), + [8410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4305), + [8412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4981), + [8414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2581), + [8416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2581), + [8418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [8420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4981), + [8422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), + [8424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3914), + [8426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), + [8428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), + [8430] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_variable_assignments_repeat1, 2), SHIFT_REPEAT(4305), + [8433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), + [8435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2809), + [8437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2853), + [8439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2377), + [8441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2318), + [8443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), + [8445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2770), + [8447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2734), + [8449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2733), + [8451] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2889), + [8454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2814), + [8456] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2579), + [8459] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2579), + [8462] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(738), + [8465] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3992), + [8468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, .production_id = 136), + [8470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, .production_id = 136), + [8472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 6, .production_id = 99), + [8474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 123), + [8476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 123), + [8478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 43), + [8480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, .production_id = 134), + [8482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, .production_id = 134), + [8484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 6, .production_id = 96), + [8486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2661), + [8488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 121), + [8490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 121), + [8492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 96), + [8494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 119), + [8496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 119), + [8498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 42), + [8500] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3483), + [8502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 117), + [8504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 117), + [8506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 72), + [8508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3990), + [8510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 70), + [8512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 70), + [8514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 55), + [8516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 74), + [8518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 74), + [8520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 3, .production_id = 56), + [8522] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2568), + [8525] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(746), + [8528] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3990), + [8531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2665), + [8533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 125), + [8535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 125), + [8537] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 99), + [8539] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2814), + [8542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3992), + [8544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3515), + [8546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 92), + [8548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 92), + [8550] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 72), + [8552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 90), + [8554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 90), + [8556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 55), + [8558] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3483), + [8561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 127), + [8563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 127), + [8565] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 5, .production_id = 76), + [8567] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 94), + [8569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 94), + [8571] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 42), + [8573] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 97), + [8575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 97), + [8577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 43), + [8579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 100), + [8581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 100), + [8583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 56), + [8585] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 102), + [8587] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 102), + [8589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_last_case_item, 4, .production_id = 76), + [8591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3515), + [8594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 122), + [8596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 122), + [8598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 103), + [8600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 103), + [8602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 93), + [8604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 93), + [8606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 95), + [8608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 95), + [8610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 126), + [8612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 126), + [8614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 98), + [8616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 98), + [8618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 101), + [8620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 101), + [8622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3557), + [8624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3981), + [8626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 128), + [8628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 128), + [8630] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3553), + [8633] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 4, .production_id = 91), + [8635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 4, .production_id = 91), + [8637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), + [8639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2577), + [8641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(331), + [8643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1451), + [8645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4126), + [8647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3980), + [8649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4185), + [8651] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 118), + [8653] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 118), + [8655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4183), + [8657] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2581), + [8660] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2581), + [8663] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(851), + [8666] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3981), + [8669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4176), + [8671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4168), + [8673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, .production_id = 135), + [8675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, .production_id = 135), + [8677] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 6, .production_id = 137), + [8679] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 6, .production_id = 137), + [8681] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 75), + [8683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 75), + [8685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3557), + [8688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3553), + [8690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4104), + [8692] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 124), + [8694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 124), + [8696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 5, .production_id = 120), + [8698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 5, .production_id = 120), + [8700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4111), + [8702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_item, 3, .production_id = 71), + [8704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_item, 3, .production_id = 71), + [8706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4112), + [8708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4260), + [8710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), + [8712] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3972), + [8714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4647), + [8716] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_expression, 1, .production_id = 11), + [8718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [8720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4291), + [8722] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4068), + [8724] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3750), + [8726] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4069), + [8728] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2850), + [8730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2850), + [8732] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2502), + [8734] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1553), + [8736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4507), + [8738] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4012), + [8740] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4355), + [8742] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4493), + [8744] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3075), + [8746] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expansion_max_length, 1, .production_id = 11), + [8748] = {.entry = {.count = 1, .reusable = false}}, SHIFT(292), + [8750] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291), + [8752] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), + [8754] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4507), + [8756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4116), + [8758] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2850), + [8761] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2850), + [8764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4189), + [8766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4138), + [8768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2790), + [8770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4144), + [8772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2786), + [8774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4107), + [8776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4122), + [8778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4173), + [8780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4154), + [8782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), + [8784] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2322), + [8786] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2283), + [8788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), + [8790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4326), + [8792] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(2577), + [8795] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(1451), + [8798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_redirected_statement_repeat2, 2), SHIFT_REPEAT(3980), + [8801] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3672), + [8803] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(3672), + [8806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4150), + [8808] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4150), + [8810] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4151), + [8812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4787), + [8814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4242), + [8816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3744), + [8818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4243), + [8820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4193), + [8822] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4218), + [8824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2517), + [8826] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3818), + [8828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), + [8830] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3974), + [8832] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3200), + [8834] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76), + [8836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), + [8838] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), + [8840] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3798), + [8842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3423), + [8844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3805), + [8846] = {.entry = {.count = 1, .reusable = false}}, SHIFT(653), + [8848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3800), + [8850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2035), + [8852] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3803), + [8854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), + [8856] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3834), + [8858] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), + [8860] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3801), + [8862] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2034), + [8864] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3810), + [8866] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1932), + [8868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3837), + [8870] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), + [8872] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3815), + [8874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1972), + [8876] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3951), + [8878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1703), + [8880] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3820), + [8882] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3665), + [8884] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3824), + [8886] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3664), + [8888] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3822), + [8890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1711), + [8892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3832), + [8894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2024), + [8896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3846), + [8898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1780), + [8900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3838), + [8902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(658), + [8904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3833), + [8906] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2025), + [8908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3849), + [8910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3444), + [8912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3880), + [8914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1662), + [8916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3871), + [8918] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1785), + [8920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3918), + [8922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(809), + [8924] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3859), + [8926] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3525), + [8928] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3839), + [8930] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3421), + [8932] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3850), + [8934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2372), + [8936] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3856), + [8938] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3390), + [8940] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3868), + [8942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1916), + [8944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3876), + [8946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1917), + [8948] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3877), + [8950] = {.entry = {.count = 1, .reusable = false}}, SHIFT(925), + [8952] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3855), + [8954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2366), + [8956] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3867), + [8958] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4264), + [8960] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3910), + [8962] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1653), + [8964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3887), + [8966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1861), + [8968] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3885), + [8970] = {.entry = {.count = 1, .reusable = false}}, SHIFT(920), + [8972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3879), + [8974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4346), + [8976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3888), + [8978] = {.entry = {.count = 1, .reusable = false}}, SHIFT(881), + [8980] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3893), + [8982] = {.entry = {.count = 1, .reusable = false}}, SHIFT(876), + [8984] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3901), + [8986] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1876), + [8988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3883), + [8990] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1302), + [8992] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3886), + [8994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1796), + [8996] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3897), + [8998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(940), + [9000] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3889), + [9002] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), + [9004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3895), + [9006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1800), + [9008] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3905), + [9010] = {.entry = {.count = 1, .reusable = false}}, SHIFT(921), + [9012] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3907), + [9014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2910), + [9016] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3909), + [9018] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2908), + [9020] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3915), + [9022] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1163), + [9024] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3904), + [9026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2436), + [9028] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3919), + [9030] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505), + [9032] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3923), + [9034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), + [9036] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3913), + [9038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2438), + [9040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3906), + [9042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1107), + [9044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3938), + [9046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), + [9048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3961), + [9050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1508), + [9052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3944), + [9054] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773), + [9056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3927), + [9058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2757), + [9060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3932), + [9062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1120), + [9064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3955), + [9066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2863), + [9068] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3954), + [9070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2724), + [9072] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(2517), + [9075] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(3962), + [9078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), + [9080] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(3974), + [9083] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(3200), + [9086] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(76), + [9089] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(77), + [9092] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2), SHIFT_REPEAT(78), + [9095] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3960), + [9097] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2852), + [9099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3957), + [9101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1130), + [9103] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3953), + [9105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1127), + [9107] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3948), + [9109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(984), + [9111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3959), + [9113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4233), + [9115] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3941), + [9117] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2257), + [9119] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3943), + [9121] = {.entry = {.count = 1, .reusable = false}}, SHIFT(985), + [9123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3950), + [9125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4246), + [9127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3939), + [9129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1101), + [9131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3937), + [9133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099), + [9135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3930), + [9137] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2254), + [9139] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3931), + [9141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1281), + [9143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3827), + [9145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1251), + [9147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3924), + [9149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4071), + [9151] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3817), + [9153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1231), + [9155] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3936), + [9157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1236), + [9159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3942), + [9161] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4459), + [9163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3926), + [9165] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), + [9167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3933), + [9169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4453), + [9171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3903), + [9173] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4055), + [9175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3925), + [9177] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1838), + [9179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3900), + [9181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2938), + [9183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3929), + [9185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2013), + [9187] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3916), + [9189] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840), + [9191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3908), + [9193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3395), + [9195] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3899), + [9197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3414), + [9199] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3866), + [9201] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2934), + [9203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3917), + [9205] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2002), + [9207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3902), + [9209] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), + [9211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3875), + [9213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), + [9215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3891), + [9217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1848), + [9219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3882), + [9221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793), + [9223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3869), + [9225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), + [9227] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3874), + [9229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4220), + [9231] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3854), + [9233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1148), + [9235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3873), + [9237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2339), + [9239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3865), + [9241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4228), + [9243] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3847), + [9245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1134), + [9247] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3842), + [9249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1406), + [9251] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3857), + [9253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1455), + [9255] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3848), + [9257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1452), + [9259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3841), + [9261] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1338), + [9263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3825), + [9265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1328), + [9267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3813), + [9269] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1416), + [9271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3840), + [9273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3266), + [9275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3958), + [9277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(895), + [9279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3853), + [9281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2306), + [9283] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3831), + [9285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3256), + [9287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3816), + [9289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2132), + [9291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3823), + [9293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2376), + [9295] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3808), + [9297] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2127), + [9299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3814), + [9301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2426), + [9303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3796), + [9305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1971), + [9307] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3935), + [9309] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1954), + [9311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3806), + [9313] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3408), + [9315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3997), + [9317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3996), + [9319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4003), + [9321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2038), + [9323] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3388), + [9325] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2104), + [9327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1927), + [9329] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4769), + [9331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2625), + [9333] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2625), + [9335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [9337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4769), + [9339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), + [9341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1419), + [9343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), + [9345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3650), + [9347] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2378), + [9349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1308), + [9351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1255), + [9353] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2021), + [9355] = {.entry = {.count = 1, .reusable = false}}, SHIFT(659), + [9357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3378), + [9359] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3262), + [9361] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1062), + [9363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2357), + [9365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(5056), + [9367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), + [9369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2606), + [9371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), + [9373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5056), + [9375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), + [9377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1456), + [9379] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4896), + [9381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2575), + [9383] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2575), + [9385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [9387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4896), + [9389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), + [9391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3516), + [9393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2932), + [9395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4296), + [9397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), + [9399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2603), + [9401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2603), + [9403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [9405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), + [9407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1746), + [9409] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2626), + [9411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2626), + [9413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [9415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), + [9417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2309), + [9419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4241), + [9421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1919), + [9423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1315), + [9425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(916), + [9427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1794), + [9429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1846), + [9431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2592), + [9433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2592), + [9435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [9437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), + [9439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(875), + [9441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1886), + [9443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1248), + [9445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4061), + [9447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2430), + [9449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(980), + [9451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1095), + [9453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3363), + [9455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2901), + [9457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1645), + [9459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4985), + [9461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2582), + [9463] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2582), + [9465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [9467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4985), + [9469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), + [9471] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), + [9473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), + [9475] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2586), + [9477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), + [9479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), + [9481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1144), + [9483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1833), + [9485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), + [9487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2798), + [9489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2005), + [9491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2251), + [9493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), + [9495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2574), + [9497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [9499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), + [9501] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1947), + [9503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1097), + [9505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4444), + [9507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(990), + [9509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(779), + [9511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1699), + [9513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1122), + [9515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(898), + [9517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4253), + [9519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2822), + [9521] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1509), + [9523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3968), + [9525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3241), + [9527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [9529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [9531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [9533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3971), + [9535] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_body, 1), + [9537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2242), + [9539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2241), + [9541] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(3968), + [9544] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(3241), + [9547] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(216), + [9550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(215), + [9553] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(214), + [9556] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), SHIFT_REPEAT(3965), + [9559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2), + [9561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2379), + [9563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2383), + [9565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2120), + [9567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2142), + [9569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4056), + [9571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4046), + [9573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2440), + [9575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2439), + [9577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 3, .production_id = 47), + [9579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4650), + [9581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3965), + [9583] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_body, 2), + [9585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2344), + [9587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2327), + [9589] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1), + [9591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4008), + [9593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), + [9595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2604), + [9597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), + [9599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2620), + [9601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2620), + [9603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), + [9605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2596), + [9607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2596), + [9609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [9611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2578), + [9613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2578), + [9615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), + [9617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2613), + [9619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2613), + [9621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [9623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), + [9625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2559), + [9627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(774), + [9629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), + [9631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2558), + [9633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [9635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2627), + [9637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2627), + [9639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), + [9641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), + [9643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2572), + [9645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [9647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4006), + [9649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2569), + [9651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2569), + [9653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), + [9655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3710), + [9657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3054), + [9659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [9661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [9663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [9665] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 3), + [9667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2669), + [9669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), + [9671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4791), + [9673] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expansion_max_length, 5, .production_id = 107), + [9675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4791), + [9677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4573), + [9679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expansion_max_length, 3, .production_id = 47), + [9681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4573), + [9683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2454), + [9685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3755), + [9687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 1, .production_id = 11), + [9689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [9691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [9693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [9695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4504), + [9697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4552), + [9699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expansion_max_length, 2, .production_id = 46), + [9701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4552), + [9703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), + [9705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), + [9707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2773), + [9709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1710), + [9711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4562), + [9713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4562), + [9715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(44), + [9717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(45), + [9719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), + [9721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(46), + [9723] = {.entry = {.count = 1, .reusable = false}}, SHIFT(52), + [9725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(48), + [9727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1768), + [9729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4836), + [9731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4836), + [9733] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2669), + [9736] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2669), + [9739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1706), + [9741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4559), + [9743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4559), + [9745] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1756), + [9747] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4990), + [9749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4990), + [9751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(47), + [9753] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1753), + [9755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4998), + [9757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4998), + [9759] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763), + [9761] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4838), + [9763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4838), + [9765] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42), + [9767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(49), + [9769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2833), + [9771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4099), + [9773] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(4099), + [9776] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4665), + [9778] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3755), + [9780] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4666), + [9782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__expansion_regex, 1, .production_id = 11), + [9784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4665), + [9786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4666), + [9788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [9790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), + [9792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2887), + [9794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [9796] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3153), + [9798] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3252), + [9800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3153), + [9802] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2862), + [9804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2862), + [9806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), + [9808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3602), + [9810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [9812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), + [9814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [9816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3115), + [9818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [9820] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3082), + [9822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3082), + [9824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2827), + [9826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2827), + [9828] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3076), + [9830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3076), + [9832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4822), + [9834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2864), + [9836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 4, .production_id = 47), + [9838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4476), + [9840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [9842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [9844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3141), + [9846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3141), + [9848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [9850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3620), + [9852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3176), + [9854] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3179), + [9856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3179), + [9858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3085), + [9860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4616), + [9862] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 3, .production_id = 46), + [9864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4513), + [9866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3079), + [9868] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3142), + [9870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3142), + [9872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4542), + [9874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3963), + [9876] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__expansion_body_repeat1, 2, .production_id = 31), + [9878] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__expansion_body_repeat1, 2, .production_id = 31), SHIFT_REPEAT(4200), + [9881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5177), + [9883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2849), + [9885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5033), + [9887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4409), + [9889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4194), + [9891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [9893] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2535), + [9895] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4451), + [9897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4451), + [9899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 42), + [9901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4840), + [9903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 4, .production_id = 78), + [9905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2848), + [9907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2490), + [9909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4468), + [9911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4468), + [9913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, .production_id = 29), + [9915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 43), + [9917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4210), + [9919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4262), + [9921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [9923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4207), + [9925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4601), + [9927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2805), + [9929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4223), + [9931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [9933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 2, .production_id = 28), + [9935] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2887), + [9938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 3, .production_id = 49), + [9940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4646), + [9942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 3, .production_id = 58), + [9944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 3, .production_id = 48), + [9946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), + [9948] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2), SHIFT_REPEAT(306), + [9951] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__for_body_repeat1, 2), + [9953] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__for_body_repeat1, 2), SHIFT_REPEAT(3252), + [9956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__for_body_repeat1, 2), + [9958] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_concatenation_repeat1, 2), SHIFT_REPEAT(2864), + [9961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2515), + [9963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4487), + [9965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4487), + [9967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_body, 1, .production_id = 7), + [9969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4238), + [9971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2880), + [9973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4213), + [9975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 43), + [9977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3349), + [9979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3534), + [9981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_variable_assignment, 3, .production_id = 51), + [9983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_variable_assignment, 3, .production_id = 51), + [9985] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__concatenation_in_expansion_repeat1, 2), SHIFT_REPEAT(3653), + [9988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__concatenation_in_expansion_repeat1, 2), + [9990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__c_expression, 1, .production_id = 24), + [9992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__c_expression, 1, .production_id = 24), + [9994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__expansion_body_repeat1, 1, .production_id = 11), + [9996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 5, .production_id = 99), + [9998] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3384), + [10000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3513), + [10002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3517), + [10004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 5, .production_id = 96), + [10006] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3389), + [10008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3501), + [10010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3502), + [10012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(4409), + [10015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3653), + [10017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__concatenation_in_expansion, 2), + [10019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(4380), + [10021] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__literal_repeat1, 2), SHIFT_REPEAT(4380), + [10024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 72), + [10026] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3365), + [10028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3543), + [10030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3545), + [10032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 3, .production_id = 56), + [10034] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3427), + [10036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3462), + [10038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 3, .production_id = 55), + [10040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3411), + [10042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3477), + [10044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 42), + [10046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3360), + [10048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3535), + [10050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3348), + [10052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3523), + [10054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3528), + [10056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3415), + [10058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3489), + [10060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3490), + [10062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_last_case_item, 4, .production_id = 76), + [10064] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3422), + [10066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3479), + [10068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3481), + [10070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3438), + [10072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3471), + [10074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3475), + [10076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_expression, 2, .production_id = 11), + [10078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3356), + [10080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3530), + [10082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3531), + [10084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), + [10086] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3526), + [10088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3666), + [10090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [10092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [10094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4525), + [10096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4528), + [10098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [10100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [10102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3265), + [10104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), + [10106] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3538), + [10108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1719), + [10110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4234), + [10112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [10114] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arithmetic_expansion_repeat1, 2), SHIFT_REPEAT(2486), + [10117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1789), + [10119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), + [10121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), + [10123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), + [10125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2298), + [10127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), + [10129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2289), + [10131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), + [10133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4360), + [10135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4010), + [10137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_max_length, 2, .production_id = 11), + [10139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), + [10141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2304), + [10143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2291), + [10145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [10147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3387), + [10149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), + [10151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), + [10153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 7, .production_id = 131), + [10155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3269), + [10157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3447), + [10159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2345), + [10161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), + [10163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), + [10165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), + [10167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 7, .production_id = 132), + [10169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), + [10171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2320), + [10173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(707), + [10175] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 7, .production_id = 133), + [10177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), + [10179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 65), + [10181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), + [10183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2332), + [10185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [10187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [10189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [10191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2338), + [10193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2800), + [10195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), + [10197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3520), + [10199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4438), + [10201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), + [10203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), + [10205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4439), + [10207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [10209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), + [10211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), + [10213] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3468), + [10215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3541), + [10217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 63), + [10219] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3456), + [10221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), + [10223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3476), + [10225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4490), + [10227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), + [10229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), + [10231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3984), + [10233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2953), + [10235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3472), + [10237] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 8, .production_id = 138), + [10239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [10241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [10243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), + [10245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), + [10247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4502), + [10249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3454), + [10251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), + [10253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3413), + [10255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1204), + [10257] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 3, .production_id = 54), + [10259] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 116), + [10261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), + [10263] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 115), + [10265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4355), + [10267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3453), + [10269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 112), + [10271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3449), + [10273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), + [10275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 83), + [10277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 111), + [10279] = {.entry = {.count = 1, .reusable = false}}, SHIFT(3446), + [10281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 85), + [10283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [10285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 88), + [10287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 89), + [10289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(942), + [10291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), + [10293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 5, .production_id = 87), + [10295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), + [10297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__for_body_repeat1, 2), SHIFT_REPEAT(3265), + [10300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3254), + [10302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [10304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [10306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [10308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 73), + [10310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_case_item_repeat1, 2, .production_id = 73), SHIFT_REPEAT(2386), + [10313] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), + [10315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [10317] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__for_body_repeat1, 2), SHIFT_REPEAT(3269), + [10320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), + [10322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [10324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), + [10326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4047), + [10328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), + [10330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3401), + [10332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), + [10334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [10336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2756), + [10338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2985), + [10340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [10342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [10344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), + [10346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4227), + [10348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 4, .production_id = 67), + [10350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(791), + [10352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), + [10354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1002), + [10356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [10358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__for_body, 6, .production_id = 113), + [10360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [10362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [10364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1059), + [10366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [10368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2589), + [10370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4130), + [10372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), + [10374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4120), + [10376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2595), + [10378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4174), + [10380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_removal, 1, .production_id = 11), + [10382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4664), + [10384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4789), + [10386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 5, .production_id = 47), + [10388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3075), + [10390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), + [10392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 2, .production_id = 11), + [10394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4821), + [10396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 4, .production_id = 46), + [10398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4009), + [10400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_max_length, 4, .production_id = 11), + [10402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3138), + [10404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), + [10406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4166), + [10408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4983), + [10410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3437), + [10412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), + [10414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), + [10416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4110), + [10418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3561), + [10420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), + [10422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4143), + [10424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), + [10426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), + [10428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4139), + [10430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4175), + [10432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4190), + [10434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), + [10436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_max_length, 3, .production_id = 46), + [10438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4959), + [10440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4024), + [10442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4209), + [10444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4205), + [10446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1792), + [10448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), + [10450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3562), + [10452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3361), + [10454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), + [10456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3409), + [10458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4934), + [10460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4146), + [10462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), + [10464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3355), + [10466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4749), + [10468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4181), + [10470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), + [10472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3608), + [10474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4919), + [10476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_max_length, 4, .production_id = 47), + [10478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4204), + [10480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4140), + [10482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4155), + [10484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4201), + [10486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2225), + [10488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), + [10490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4897), + [10492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3087), + [10494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2975), + [10496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4180), + [10498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3410), + [10500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), + [10502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), + [10504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3574), + [10506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4880), + [10508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), + [10510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2978), + [10512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4860), + [10514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [10516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3061), + [10518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3249), + [10520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4843), + [10522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3646), + [10524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [10526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4829), + [10528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4244), + [10530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 4, .production_id = 80), + [10532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4717), + [10534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1826), + [10536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), + [10538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), + [10540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4760), + [10542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3065), + [10544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1312), + [10546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), + [10548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3279), + [10550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4730), + [10552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1072), + [10554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4125), + [10556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4123), + [10558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4713), + [10560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), + [10562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 4, .production_id = 79), + [10564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1004), + [10566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_operator, 2, .production_id = 46), + [10568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3250), + [10570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4687), + [10572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1006), + [10574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3582), + [10576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), + [10578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4121), + [10580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [10582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4117), + [10584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4656), + [10586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1087), + [10588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1484), + [10590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4114), + [10592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_removal, 2, .production_id = 11), + [10594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex, 2, .production_id = 45), + [10596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex, 2, .production_id = 11), + [10598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4113), + [10600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4582), + [10602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1084), + [10604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), + [10606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), + [10608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [10610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4543), + [10612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1088), + [10614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3594), + [10616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2919), + [10618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3090), + [10620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3611), + [10622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5038), + [10624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4567), + [10626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), + [10628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), + [10630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1812), + [10632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2750), + [10634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2744), + [10636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4651), + [10638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1816), + [10640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(994), + [10642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3106), + [10644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1829), + [10646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2352), + [10648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4792), + [10650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3397), + [10652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), + [10654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3210), + [10656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3392), + [10658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4916), + [10660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1773), + [10662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [10664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), + [10666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3124), + [10668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4986), + [10670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2741), + [10672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1743), + [10674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), + [10676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5062), + [10678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), + [10680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), + [10682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [10684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4023), + [10686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4827), + [10688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), + [10690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [10692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3605), + [10694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3066), + [10696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(702), + [10698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4711), + [10700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3575), + [10702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), + [10704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2717), + [10706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), + [10708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [10710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4537), + [10712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [10714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1046), + [10716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1104), + [10718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2791), + [10720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4577), + [10722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), + [10724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [10726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4955), + [10728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4408), + [10730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), + [10732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), + [10734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2928), + [10736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), + [10738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4727), + [10740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2930), + [10742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(775), + [10744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4761), + [10746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3457), + [10748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1738), + [10750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3533), + [10752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(971), + [10754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(978), + [10756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4816), + [10758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), + [10760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [10762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), + [10764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3500), + [10766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4873), + [10768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [10770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1139), + [10772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3277), + [10774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4222), + [10776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4379), + [10778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4935), + [10780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4979), + [10782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), + [10784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), + [10786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), + [10788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5014), + [10790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 6, .production_id = 129), + [10792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [10794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_max_length, 6, .production_id = 107), + [10796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), + [10798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4337), + [10800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4627), + [10802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), + [10804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2905), + [10806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5028), + [10808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5070), + [10810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), + [10812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5031), + [10814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), + [10816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), + [10818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2364), + [10820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5015), + [10822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), + [10824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), + [10826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 5, .production_id = 106), + [10828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 5, .production_id = 105), + [10830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4989), + [10832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), + [10834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(963), + [10836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), + [10838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [10840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [10842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4953), + [10844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4030), + [10846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1252), + [10848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), + [10850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), + [10852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), + [10854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), + [10856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), + [10858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expansion_regex_replacement, 5, .production_id = 104), + [10860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3187), + [10862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(962), + [10864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1160), + [10866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1788), + [10868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2799), + [10870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), + [10872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1166), + [10874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), + [10876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), + [10878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), + [10880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3183), + [10882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4239), + [10884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), + [10886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4157), + [10888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), + [10890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), + [10892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4050), + [10894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4064), + [10896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), + [10898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4208), + [10900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [10902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1213), + [10904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4119), + [10906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4235), + [10908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [10910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4249), + [10912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4743), + [10914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), + [10916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [10918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), + [10920] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2917), + [10922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), + [10924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), + [10926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4135), + [10928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), + [10930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4044), + [10932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1950), + [10934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4568), + [10936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3988), + [10938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4005), + [10940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [10942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4042), + [10944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3529), + [10946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3975), + [10948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2915), + [10950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4197), + [10952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3497), + [10954] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), + [10956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2423), + [10958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2642), + [10960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), + [10962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), + [10964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3488), + [10966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3491), + [10968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3494), + [10970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), + [10972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4018), + [10974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), + [10976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), + [10978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [10980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2823), + [10982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), + [10984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), + [10986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4192), + [10988] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [10990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4057), + [10992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), + [10994] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), + [10996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), + [10998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [11000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), + [11002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), + [11004] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [11006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [11008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4106), + [11010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3603), + [11012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), + [11014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1057), + [11016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [11018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), + [11020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [11022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [11024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1102), + [11026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4188), + [11028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1129), + [11030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1109), + [11032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), + [11034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), + [11036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), + [11038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3375), + [11040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), + [11042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4021), + [11044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4147), + [11046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), + [11048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1210), + [11050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4141), + [11052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3660), + [11054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), + [11056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), + [11058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), + [11060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [11062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3091), + [11064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [11066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [11068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [11070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [11072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3493), + [11074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [11076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), + [11078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), + [11080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(933), + [11082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4137), + [11084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4115), + [11086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4020), + [11088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5010), + [11090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [11092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [11094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4036), + [11096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3485), + [11098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4051), + [11100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3487), + [11102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), + [11104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3217), + [11106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [11108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), + [11110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4390), + [11112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1108), + [11114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [11116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), + [11118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), + [11120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4066), + [11122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4048), + [11124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), + [11126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4067), + [11128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4073), + [11130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), + [11132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [11134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4420), + [11136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2420), + [11138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2977), + [11140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3628), + [11142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4993), + [11144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), + [11146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3439), + [11148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2979), + [11150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [11152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4870), + [11154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3078), + [11156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3077), + [11158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3434), + [11160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1026), + [11162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3651), + [11164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3655), + [11166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2044), + [11168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1), + [11170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [11172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3433), + [11174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3419), + [11176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1050), + [11178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3194), + [11180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3150), + [11182] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [11184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(777), + [11186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1045), + [11188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4159), + [11190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), + [11192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4163), + [11194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3351), + [11196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), + [11198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4043), + [11200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4167), + [11202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [11204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [11206] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4026), + [11208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4683), + [11210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3353), + [11212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4014), + [11214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3536), + [11216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3048), + [11218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3539), + [11220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(810), + [11222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1426), + [11224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), + [11226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3429), + [11228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1086), + [11230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4027), + [11232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4536), + [11234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4016), + [11236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3175), + [11238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3162), + [11240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2701), + [11242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3197), + [11244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2696), + [11246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), + [11248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), + [11250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3614), + [11252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4553), + [11254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4564), + [11256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4572), + [11258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4580), + [11260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4588), + [11262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4596), + [11264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4604), + [11266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4612), + [11268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4620), + [11270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4628), + [11272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4636), + [11274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4644), + [11276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4652), + [11278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4660), + [11280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4668), + [11282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4676), + [11284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4684), + [11286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4692), + [11288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4698), + [11290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4704), + [11292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4710), + [11294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4716), + [11296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4722), + [11298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4728), + [11300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4734), + [11302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4740), + [11304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4746), + [11306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4752), + [11308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4758), + [11310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4764), + [11312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4770), + [11314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4776), + [11316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4782), + [11318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4788), + [11320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4794), + [11322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4800), + [11324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4806), + [11326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4812), + [11328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4818), + [11330] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4824), + [11332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4830), + [11334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4884), + [11336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3096), + [11338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3093), + [11340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3088), + [11342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4035), + [11344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3662), + [11346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4414), + [11348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3280), + [11350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4977), + [11352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5016), + [11354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4029), + [11356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3616), + [11358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5050), + [11360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5066), + [11362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5078), + [11364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5080), + [11366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5081), + [11368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5082), + [11370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5083), + [11372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5084), + [11374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5085), + [11376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5086), + [11378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5087), + [11380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5088), + [11382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5089), + [11384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5090), + [11386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5091), + [11388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5092), + [11390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5093), + [11392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5094), + [11394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5095), + [11396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5096), + [11398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5097), + [11400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5098), + [11402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5099), + [11404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5100), + [11406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5101), + [11408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5102), + [11410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5103), + [11412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5104), + [11414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5105), + [11416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5106), + [11418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5107), + [11420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5108), + [11422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5109), + [11424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5110), + [11426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5111), + [11428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5112), + [11430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5113), + [11432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5114), + [11434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5115), + [11436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5116), + [11438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5117), + [11440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5118), + [11442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5119), + [11444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3607), }; enum ts_external_scanner_symbol_identifiers { @@ -202805,18 +234266,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__expansion_word = 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 +234295,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__expansion_word] = sym__expansion_word, [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 +234310,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[86][EXTERNAL_TOKEN_COUNT] = { [1] = { [ts_external_token_heredoc_start] = true, [ts_external_token_simple_heredoc_body] = true, @@ -202862,6 +234325,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__expansion_word] = true, [ts_external_token_extglob_pattern] = true, [ts_external_token__bare_dollar] = true, [ts_external_token__brace_start] = true, @@ -202882,20 +234346,20 @@ static const bool ts_external_scanner_states[77][EXTERNAL_TOKEN_COUNT] = { }, [3] = { [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__bare_dollar] = true, [ts_external_token__brace_start] = true, - [ts_external_token_LT_LT] = true, - [ts_external_token_LT_LT_DASH] = true, - [ts_external_token_heredoc_redirect_token1] = true, + [ts_external_token_RBRACK] = true, }, [4] = { [ts_external_token_file_descriptor] = true, - [ts_external_token_variable_name] = 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_RBRACK] = true, + [ts_external_token_LT_LT] = true, + [ts_external_token_LT_LT_DASH] = true, + [ts_external_token_heredoc_redirect_token1] = true, }, [5] = { [ts_external_token_file_descriptor] = true, @@ -202911,13 +234375,13 @@ static const bool ts_external_scanner_states[77][EXTERNAL_TOKEN_COUNT] = { [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, }, [7] = { [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, }, [8] = { @@ -202956,12 +234420,9 @@ static const bool ts_external_scanner_states[77][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_heredoc_redirect_token1] = true, }, [12] = { - [ts_external_token_file_descriptor] = true, [ts_external_token_variable_name] = true, [ts_external_token_test_operator] = true, [ts_external_token__brace_start] = true, - [ts_external_token_LT_LT] = true, - [ts_external_token_LT_LT_DASH] = true, }, [13] = { [ts_external_token_file_descriptor] = true, @@ -202972,8 +234433,12 @@ static const bool ts_external_scanner_states[77][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_LT_LT_DASH] = true, }, [14] = { + [ts_external_token_file_descriptor] = true, + [ts_external_token_variable_name] = true, [ts_external_token_test_operator] = true, + [ts_external_token__brace_start] = true, [ts_external_token_LT_LT] = true, + [ts_external_token_LT_LT_DASH] = true, }, [15] = { [ts_external_token_file_descriptor] = true, @@ -202992,17 +234457,14 @@ static const bool ts_external_scanner_states[77][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_LT_LT_DASH] = true, }, [17] = { - [ts_external_token__concat] = true, + [ts_external_token_file_descriptor] = 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, }, [18] = { - [ts_external_token_test_operator] = true, - [ts_external_token_RBRACK] = true, - [ts_external_token_LT_LT] = true, - }, - [19] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_variable_name] = true, @@ -203012,7 +234474,7 @@ 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, }, - [20] = { + [19] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_test_operator] = true, @@ -203021,16 +234483,27 @@ 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, }, + [20] = { + [ts_external_token__concat] = true, + [ts_external_token_test_operator] = true, + [ts_external_token_RBRACK] = true, + [ts_external_token_LT_LT] = true, + }, [21] = { [ts_external_token_test_operator] = true, - [ts_external_token__regex_no_space] = true, - [ts_external_token__brace_start] = true, + [ts_external_token_LT_LT] = true, }, [22] = { [ts_external_token_test_operator] = true, - [ts_external_token__brace_start] = true, + [ts_external_token_RBRACK] = true, + [ts_external_token_LT_LT] = true, }, [23] = { + [ts_external_token_test_operator] = true, + [ts_external_token_extglob_pattern] = true, + [ts_external_token__brace_start] = true, + }, + [24] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_test_operator] = true, @@ -203039,18 +234512,27 @@ static const bool ts_external_scanner_states[77][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, }, - [24] = { - [ts_external_token__concat] = true, + [25] = { [ts_external_token_test_operator] = true, - [ts_external_token_LT_LT] = true, + [ts_external_token__brace_start] = true, }, - [25] = { + [26] = { + [ts_external_token_test_operator] = true, + [ts_external_token__regex_no_space] = true, + [ts_external_token__brace_start] = true, + }, + [27] = { + [ts_external_token_file_descriptor] = true, [ts_external_token_test_operator] = true, - [ts_external_token_extglob_pattern] = true, [ts_external_token__brace_start] = true, [ts_external_token_heredoc_redirect_token1] = true, }, - [26] = { + [28] = { + [ts_external_token__concat] = true, + [ts_external_token_test_operator] = true, + [ts_external_token_LT_LT] = true, + }, + [29] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_variable_name] = true, @@ -203059,7 +234541,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] = { + [30] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_variable_name] = true, @@ -203069,113 +234551,131 @@ 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] = { + [31] = { + [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_LT_LT] = true, + [ts_external_token_LT_LT_DASH] = true, }, - [29] = { + [32] = { + [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, + }, + [33] = { [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, }, - [30] = { - [ts_external_token__concat] = true, + [34] = { + [ts_external_token_test_operator] = true, + [ts_external_token_extglob_pattern] = 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__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, + }, + [37] = { [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] = { + [38] = { + [ts_external_token__concat] = true, + [ts_external_token_LT_LT] = true, + }, + [39] = { + [ts_external_token_LT_LT] = true, + }, + [40] = { [ts_external_token_test_operator] = true, [ts_external_token_extglob_pattern] = true, - [ts_external_token__brace_start] = true, + [ts_external_token_RBRACK] = true, + [ts_external_token_LT_LT] = true, }, - [34] = { + [41] = { [ts_external_token_test_operator] = true, [ts_external_token__brace_start] = true, [ts_external_token_heredoc_redirect_token1] = true, }, - [35] = { + [42] = { [ts_external_token_LT_LT] = true, [ts_external_token_heredoc_redirect_token1] = true, }, - [36] = { + [43] = { [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] = { + [44] = { [ts_external_token__empty_value] = true, [ts_external_token_test_operator] = true, [ts_external_token__brace_start] = true, }, - [38] = { + [45] = { [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] = { - [ts_external_token__immediate_double_hash] = true, - [ts_external_token_RBRACE] = true, - }, - [40] = { + [46] = { [ts_external_token_file_descriptor] = true, [ts_external_token_RBRACK] = true, [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, }, - [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] = { + [47] = { [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] = { + [48] = { [ts_external_token_test_operator] = true, + [ts_external_token__expansion_word] = true, [ts_external_token__brace_start] = true, - [ts_external_token_RBRACK] = true, - }, - [45] = { - [ts_external_token_heredoc_redirect_token1] = true, - }, - [46] = { - [ts_external_token__immediate_double_hash] = true, + [ts_external_token_RBRACE] = true, }, - [47] = { + [49] = { [ts_external_token_file_descriptor] = true, [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, }, - [48] = { + [50] = { + [ts_external_token__immediate_double_hash] = true, + [ts_external_token_RBRACE] = true, + }, + [51] = { [ts_external_token_variable_name] = true, }, - [49] = { + [52] = { + [ts_external_token_test_operator] = true, + [ts_external_token_regex] = true, + [ts_external_token__brace_start] = true, + }, + [53] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_variable_name] = true, @@ -203183,14 +234683,29 @@ 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] = { + [54] = { + [ts_external_token_test_operator] = true, + [ts_external_token__brace_start] = true, + [ts_external_token_RBRACK] = true, + }, + [55] = { + [ts_external_token__immediate_double_hash] = true, + }, + [56] = { + [ts_external_token_heredoc_redirect_token1] = true, + }, + [57] = { [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] = { + [58] = { + [ts_external_token_file_descriptor] = true, + [ts_external_token_heredoc_redirect_token1] = true, + }, + [59] = { [ts_external_token__concat] = true, [ts_external_token__immediate_double_hash] = true, [ts_external_token__external_expansion_sym_hash] = true, @@ -203198,119 +234713,126 @@ 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] = { + [60] = { [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] = { + [61] = { [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] = { + [62] = { [ts_external_token_file_descriptor] = true, - [ts_external_token_heredoc_redirect_token1] = true, - }, - [55] = { [ts_external_token__concat] = true, - [ts_external_token_test_operator] = true, - [ts_external_token__brace_start] = true, + [ts_external_token_variable_name] = true, + [ts_external_token_LT_LT] = true, + [ts_external_token_LT_LT_DASH] = true, }, - [56] = { + [63] = { [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] = { - [ts_external_token_file_descriptor] = true, + [64] = { [ts_external_token__concat] = true, - [ts_external_token_variable_name] = true, - [ts_external_token_LT_LT] = true, - [ts_external_token_LT_LT_DASH] = true, + [ts_external_token_test_operator] = true, + [ts_external_token__brace_start] = true, }, - [58] = { + [65] = { [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] = { + [66] = { [ts_external_token_variable_name] = true, + [ts_external_token__expansion_word] = true, [ts_external_token_RBRACE] = true, }, - [60] = { - [ts_external_token_RBRACE] = true, - }, - [61] = { + [67] = { [ts_external_token_file_descriptor] = true, [ts_external_token__concat] = true, [ts_external_token_heredoc_redirect_token1] = true, }, - [62] = { + [68] = { + [ts_external_token_RBRACE] = true, + [ts_external_token_heredoc_redirect_token1] = true, + }, + [69] = { + [ts_external_token_variable_name] = true, + [ts_external_token__expansion_word] = true, + }, + [70] = { + [ts_external_token_RBRACE] = true, + }, + [71] = { [ts_external_token_LT_LT] = true, [ts_external_token_LT_LT_DASH] = true, }, - [63] = { + [72] = { [ts_external_token__heredoc_body_middle] = true, [ts_external_token_heredoc_end] = true, }, - [64] = { + [73] = { [ts_external_token__concat] = true, }, - [65] = { - [ts_external_token_RBRACE] = true, - [ts_external_token_heredoc_redirect_token1] = true, - }, - [66] = { + [74] = { [ts_external_token__concat] = true, [ts_external_token_heredoc_redirect_token1] = true, }, - [67] = { - [ts_external_token__concat] = true, + [75] = { + [ts_external_token__regex_no_slash] = true, [ts_external_token_RBRACE] = true, }, - [68] = { + [76] = { [ts_external_token_regex] = true, + [ts_external_token_RBRACE] = true, }, - [69] = { + [77] = { + [ts_external_token__concat] = true, + [ts_external_token__expansion_word] = true, + [ts_external_token_RBRACE] = true, + }, + [78] = { + [ts_external_token__concat] = true, + [ts_external_token_RBRACE] = true, + }, + [79] = { [ts_external_token_simple_heredoc_body] = true, [ts_external_token__heredoc_body_beginning] = true, }, - [70] = { + [80] = { [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] = { + [81] = { [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] = { - [ts_external_token_regex] = true, - [ts_external_token_RBRACE] = true, + [82] = { + [ts_external_token_extglob_pattern] = true, }, - [73] = { + [83] = { [ts_external_token_heredoc_end] = true, }, - [74] = { + [84] = { [ts_external_token_RBRACK] = true, }, - [75] = { + [85] = { [ts_external_token_heredoc_start] = true, }, - [76] = { - [ts_external_token__regex_no_slash] = true, - }, }; #ifdef __cplusplus